S3Location
Defined in: src/types/media.ts:109
S3 location for Bedrock media and document sources.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new S3Location(data): S3Location;Defined in: src/types/media.ts:113
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | S3LocationData |
Returns
Section titled “Returns”S3Location
Properties
Section titled “Properties”readonly uri: string;Defined in: src/types/media.ts:110
S3 URI in format: s3://bucket-name/key-name
Implementation of
Section titled “Implementation of”bucketOwner?
Section titled “bucketOwner?”readonly optional bucketOwner: string;Defined in: src/types/media.ts:111
AWS account ID of the S3 bucket owner (12-digit). Required if the bucket belongs to another AWS account.