View a markdown version of this page

AWS::BedrockAgentCore::ConfigurationBundle - 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::ConfigurationBundle

The AWS::BedrockAgentCore::ConfigurationBundle resource Property description not available. for BedrockAgentCore.

Syntax

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

JSON

{ "Type" : "AWS::BedrockAgentCore::ConfigurationBundle", "Properties" : { "BranchName" : String, "BundleName" : String, "CommitMessage" : String, "Components" : {Key: Value, ...}, "CreatedBy" : VersionCreatedBySource, "Description" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::BedrockAgentCore::ConfigurationBundle Properties: BranchName: String BundleName: String CommitMessage: String Components: Key: Value CreatedBy: VersionCreatedBySource Description: String Tags: - Tag

Properties

BranchName

Property description not available.

Required: No

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_/-]{0,127}$

Minimum: 1

Maximum: 128

Update requires: No interruption

BundleName

The name of the configuration bundle.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}$

Update requires: Replacement

CommitMessage

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 500

Update requires: No interruption

Components

Property description not available.

Required: Yes

Type: Object of ComponentConfiguration

Update requires: No interruption

CreatedBy

Property description not available.

Required: No

Type: VersionCreatedBySource

Update requires: No interruption

Description

The description of the configuration bundle.

Required: No

Type: String

Pattern: ^.+$

Minimum: 1

Maximum: 500

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

BundleArn

The Amazon Resource Name (ARN) of the configuration bundle.

BundleId

The unique identifier of the configuration bundle.

CreatedAt

Property description not available.

UpdatedAt

Property description not available.

VersionId

The version identifier of this configuration bundle version.