S3Location - Amazon Bedrock AgentCore Control Plane

S3Location

The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.

Contents

bucket

The name of the Amazon S3 bucket. This bucket contains the stored data.

Type: String

Pattern: [a-z0-9][a-z0-9.-]{1,61}[a-z0-9]

Required: Yes

prefix

The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Required: Yes

versionId

The version ID of the Amazon Amazon S3 object. If not specified, the latest version of the object is used.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 1024.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: