AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::ConfigurationBundle

BedrockAgentCore ConfigurationBundle

Definition of AWS::BedrockAgentCore::ConfigurationBundle Resource Type

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
BundleName
string
RequiredCreate-only
Components
object
Required
BranchName
string
Write-only
CommitMessage
string
Write-only
CreatedBy
VersionCreatedBySource
Write-only
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
BundleArnstringThe Amazon Resource Name (ARN) of the configuration bundle.
BundleIdstringThe unique identifier of the configuration bundle.
CreatedAtstringThe timestamp when the configuration bundle was created.
LineageMetadataVersionLineageMetadata-
UpdatedAtstringThe timestamp when the configuration bundle was last updated.
VersionIdstringThe version identifier of the configuration bundle.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::ConfigurationBundle

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::ConfigurationBundle
    Properties:
      BundleName: "my-bundlename"
      Components: {}
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateConfigurationBundlebedrock-agentcore:GetConfigurationBundlebedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResource

read

bedrock-agentcore:GetConfigurationBundlebedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdateConfigurationBundlebedrock-agentcore:GetConfigurationBundlebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResource

delete

bedrock-agentcore:DeleteConfigurationBundlebedrock-agentcore:GetConfigurationBundle

list

bedrock-agentcore:ListConfigurationBundles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties13
Required2
TaggingSupported
Primary IDBundleArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BundleName

External Links