AWS::BedrockAgentCore::BrowserCustom S3Location - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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