S3LocationData
Defined in: src/types/media.ts:93
Data for an S3 location. Used by Bedrock for referencing media and documents stored in S3.
Properties
Section titled “Properties”uri: string;Defined in: src/types/media.ts:97
S3 URI in format: s3://bucket-name/key-name
bucketOwner?
Section titled “bucketOwner?”optional bucketOwner: string;Defined in: src/types/media.ts:103
AWS account ID of the S3 bucket owner (12-digit). Required if the bucket belongs to another AWS account.