This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::Runtime S3Location
The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
Properties
Bucket-
The name of the Amazon S3 bucket.
Required: Yes
Type: String
Pattern:
^[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$Update requires: No interruption
Prefix-
The prefix for objects in the Amazon S3 bucket.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
VersionId-
The version ID of the Amazon Amazon S3 object. If not specified, the latest version of the object is used.
Required: No
Type: String
Minimum:
3Maximum:
1024Update requires: No interruption