AWS::BedrockAgentCore::BrowserCustom S3Location - AWS CloudFormation

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::BrowserCustom 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:

JSON

{ "Bucket" : String, "Prefix" : String }

YAML

Bucket: String Prefix: String

Properties

Bucket

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

Required: Yes

Type: String

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

Update requires: Replacement

Prefix

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

Required: Yes

Type: String

Minimum: 1

Update requires: Replacement