AWS::BedrockAgentCore::BrowserCustom S3Location - AWS CloudFormation

This is the new AWS 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 S3 location.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

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

YAML

Bucket: String Prefix: String

Properties

Bucket

The S3 location bucket name.

Required: Yes

Type: String

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

Update requires: Replacement

Prefix

The S3 location object prefix.

Required: Yes

Type: String

Minimum: 1

Update requires: Replacement