Skip to content

S3Location

Defined in: src/types/media.ts:109

S3 location for Bedrock media and document sources.

new S3Location(data): S3Location;

Defined in: src/types/media.ts:113

ParameterType
dataS3LocationData

S3Location

readonly uri: string;

Defined in: src/types/media.ts:110

S3 URI in format: s3://bucket-name/key-name

S3LocationData.uri


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.

S3LocationData.bucketOwner