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" :{, "CreatedBy" :Key:Value, ...}VersionCreatedBySource, "Description" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::BedrockAgentCore::ConfigurationBundle Properties: BranchName:StringBundleName:StringCommitMessage:StringComponents:CreatedBy:Key:ValueVersionCreatedBySourceDescription:StringTags:- Tag
Properties
BranchNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_/-]{0,127}$Minimum:
1Maximum:
128Update 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
CommitMessageProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
500Update requires: No interruption
ComponentsProperty description not available.
Required: Yes
Type: Object of ComponentConfiguration
Update requires: No interruption
CreatedByProperty description not available.
Required: No
Type: VersionCreatedBySource
Update requires: No interruption
Description-
The description of the configuration bundle.
Required: No
Type: String
Pattern:
^.+$Minimum:
1Maximum:
500Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update 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.
CreatedAtProperty description not available.
UpdatedAtProperty description not available.
VersionId-
The version identifier of this configuration bundle version.