Strands Agents Typescript SDK
    Preparing search index...

    Interface S3LocationData

    Data for an S3 location. Used by Bedrock for referencing media and documents stored in S3.

    interface S3LocationData {
        uri: string;
        bucketOwner?: string;
    }

    Implemented by

    Index

    Properties

    Properties

    uri: string

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

    bucketOwner?: string

    AWS account ID of the S3 bucket owner (12-digit). Required if the bucket belongs to another AWS account.