Skip to content

Bedrock Agentcore  >  Structures  >  S3Location

S3Location

Structure Class

S3Location dataclass

The Amazon S3 location configuration of a resource.

Attributes

bucket instance-attribute
bucket: str

The name of the Amazon S3 bucket where the resource is stored.

prefix instance-attribute
prefix: str

The name of the Amazon S3 prefix/key where the resource is stored.

version_id class-attribute instance-attribute
version_id: str | None = None

The name of the Amazon S3 version ID where the resource is stored (Optional).