1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. ConfigurationBundle

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Definition of AWS::BedrockAgentCore::ConfigurationBundle Resource Type

    Create ConfigurationBundle Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ConfigurationBundle(name: string, args: ConfigurationBundleArgs, opts?: CustomResourceOptions);
    @overload
    def ConfigurationBundle(resource_name: str,
                            args: ConfigurationBundleArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ConfigurationBundle(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            components: Optional[Mapping[str, ConfigurationBundleComponentConfigurationArgs]] = None,
                            branch_name: Optional[str] = None,
                            bundle_name: Optional[str] = None,
                            commit_message: Optional[str] = None,
                            created_by: Optional[ConfigurationBundleVersionCreatedBySourceArgs] = None,
                            description: Optional[str] = None,
                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewConfigurationBundle(ctx *Context, name string, args ConfigurationBundleArgs, opts ...ResourceOption) (*ConfigurationBundle, error)
    public ConfigurationBundle(string name, ConfigurationBundleArgs args, CustomResourceOptions? opts = null)
    public ConfigurationBundle(String name, ConfigurationBundleArgs args)
    public ConfigurationBundle(String name, ConfigurationBundleArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:ConfigurationBundle
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_bedrockagentcore_configurationbundle" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ConfigurationBundleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConfigurationBundleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConfigurationBundleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConfigurationBundleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConfigurationBundleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ConfigurationBundle Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ConfigurationBundle resource accepts the following input properties:

    Components Dictionary<string, Pulumi.AwsNative.BedrockAgentCore.Inputs.ConfigurationBundleComponentConfigurationArgs>
    A map of component identifiers to their configurations.
    BranchName string
    The branch name for version tracking.
    BundleName string
    The name for the configuration bundle. Names must be unique within your account.
    CommitMessage string
    A commit message describing the version of the configuration bundle.
    CreatedBy Pulumi.AwsNative.BedrockAgentCore.Inputs.ConfigurationBundleVersionCreatedBySource
    Description string
    The description for the configuration bundle.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the configuration bundle.
    Components map[string]ConfigurationBundleComponentConfigurationArgs
    A map of component identifiers to their configurations.
    BranchName string
    The branch name for version tracking.
    BundleName string
    The name for the configuration bundle. Names must be unique within your account.
    CommitMessage string
    A commit message describing the version of the configuration bundle.
    CreatedBy ConfigurationBundleVersionCreatedBySourceArgs
    Description string
    The description for the configuration bundle.
    Tags TagArgs
    Tags to assign to the configuration bundle.
    components map(object)
    A map of component identifiers to their configurations.
    branch_name string
    The branch name for version tracking.
    bundle_name string
    The name for the configuration bundle. Names must be unique within your account.
    commit_message string
    A commit message describing the version of the configuration bundle.
    created_by object
    description string
    The description for the configuration bundle.
    tags list(object)
    Tags to assign to the configuration bundle.
    components Map<String,ConfigurationBundleComponentConfigurationArgs>
    A map of component identifiers to their configurations.
    branchName String
    The branch name for version tracking.
    bundleName String
    The name for the configuration bundle. Names must be unique within your account.
    commitMessage String
    A commit message describing the version of the configuration bundle.
    createdBy ConfigurationBundleVersionCreatedBySource
    description String
    The description for the configuration bundle.
    tags List<Tag>
    Tags to assign to the configuration bundle.
    components {[key: string]: ConfigurationBundleComponentConfigurationArgs}
    A map of component identifiers to their configurations.
    branchName string
    The branch name for version tracking.
    bundleName string
    The name for the configuration bundle. Names must be unique within your account.
    commitMessage string
    A commit message describing the version of the configuration bundle.
    createdBy ConfigurationBundleVersionCreatedBySource
    description string
    The description for the configuration bundle.
    tags Tag[]
    Tags to assign to the configuration bundle.
    components Mapping[str, ConfigurationBundleComponentConfigurationArgs]
    A map of component identifiers to their configurations.
    branch_name str
    The branch name for version tracking.
    bundle_name str
    The name for the configuration bundle. Names must be unique within your account.
    commit_message str
    A commit message describing the version of the configuration bundle.
    created_by ConfigurationBundleVersionCreatedBySourceArgs
    description str
    The description for the configuration bundle.
    tags Sequence[TagArgs]
    Tags to assign to the configuration bundle.
    components Map<Property Map>
    A map of component identifiers to their configurations.
    branchName String
    The branch name for version tracking.
    bundleName String
    The name for the configuration bundle. Names must be unique within your account.
    commitMessage String
    A commit message describing the version of the configuration bundle.
    createdBy Property Map
    description String
    The description for the configuration bundle.
    tags List<Property Map>
    Tags to assign to the configuration bundle.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ConfigurationBundle resource produces the following output properties:

    BundleArn string
    The Amazon Resource Name (ARN) of the configuration bundle.
    BundleId string
    The unique identifier of the configuration bundle.
    CreatedAt string
    The timestamp when the configuration bundle was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LineageMetadata Pulumi.AwsNative.BedrockAgentCore.Outputs.ConfigurationBundleVersionLineageMetadata
    UpdatedAt string
    The timestamp when the configuration bundle was last updated.
    VersionId string
    The version identifier of the configuration bundle.
    BundleArn string
    The Amazon Resource Name (ARN) of the configuration bundle.
    BundleId string
    The unique identifier of the configuration bundle.
    CreatedAt string
    The timestamp when the configuration bundle was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LineageMetadata ConfigurationBundleVersionLineageMetadata
    UpdatedAt string
    The timestamp when the configuration bundle was last updated.
    VersionId string
    The version identifier of the configuration bundle.
    bundle_arn string
    The Amazon Resource Name (ARN) of the configuration bundle.
    bundle_id string
    The unique identifier of the configuration bundle.
    created_at string
    The timestamp when the configuration bundle was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lineage_metadata object
    updated_at string
    The timestamp when the configuration bundle was last updated.
    version_id string
    The version identifier of the configuration bundle.
    bundleArn String
    The Amazon Resource Name (ARN) of the configuration bundle.
    bundleId String
    The unique identifier of the configuration bundle.
    createdAt String
    The timestamp when the configuration bundle was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lineageMetadata ConfigurationBundleVersionLineageMetadata
    updatedAt String
    The timestamp when the configuration bundle was last updated.
    versionId String
    The version identifier of the configuration bundle.
    bundleArn string
    The Amazon Resource Name (ARN) of the configuration bundle.
    bundleId string
    The unique identifier of the configuration bundle.
    createdAt string
    The timestamp when the configuration bundle was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lineageMetadata ConfigurationBundleVersionLineageMetadata
    updatedAt string
    The timestamp when the configuration bundle was last updated.
    versionId string
    The version identifier of the configuration bundle.
    bundle_arn str
    The Amazon Resource Name (ARN) of the configuration bundle.
    bundle_id str
    The unique identifier of the configuration bundle.
    created_at str
    The timestamp when the configuration bundle was created.
    id str
    The provider-assigned unique ID for this managed resource.
    lineage_metadata ConfigurationBundleVersionLineageMetadata
    updated_at str
    The timestamp when the configuration bundle was last updated.
    version_id str
    The version identifier of the configuration bundle.
    bundleArn String
    The Amazon Resource Name (ARN) of the configuration bundle.
    bundleId String
    The unique identifier of the configuration bundle.
    createdAt String
    The timestamp when the configuration bundle was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lineageMetadata Property Map
    updatedAt String
    The timestamp when the configuration bundle was last updated.
    versionId String
    The version identifier of the configuration bundle.

    Supporting Types

    ConfigurationBundleComponentConfiguration, ConfigurationBundleComponentConfigurationArgs

    The configuration for a component within a configuration bundle.
    Configuration object
    The configuration values as a flexible JSON document.
    Configuration interface{}
    The configuration values as a flexible JSON document.
    configuration any
    The configuration values as a flexible JSON document.
    configuration Object
    The configuration values as a flexible JSON document.
    configuration any
    The configuration values as a flexible JSON document.
    configuration Any
    The configuration values as a flexible JSON document.
    configuration Any
    The configuration values as a flexible JSON document.

    ConfigurationBundleVersionCreatedBySource, ConfigurationBundleVersionCreatedBySourceArgs

    The source that created a configuration bundle version.
    Name string
    The name of the source (for example, user, optimization-job, or system).
    Arn string
    The Amazon Resource Name (ARN) of the source, if applicable.
    Name string
    The name of the source (for example, user, optimization-job, or system).
    Arn string
    The Amazon Resource Name (ARN) of the source, if applicable.
    name string
    The name of the source (for example, user, optimization-job, or system).
    arn string
    The Amazon Resource Name (ARN) of the source, if applicable.
    name String
    The name of the source (for example, user, optimization-job, or system).
    arn String
    The Amazon Resource Name (ARN) of the source, if applicable.
    name string
    The name of the source (for example, user, optimization-job, or system).
    arn string
    The Amazon Resource Name (ARN) of the source, if applicable.
    name str
    The name of the source (for example, user, optimization-job, or system).
    arn str
    The Amazon Resource Name (ARN) of the source, if applicable.
    name String
    The name of the source (for example, user, optimization-job, or system).
    arn String
    The Amazon Resource Name (ARN) of the source, if applicable.

    ConfigurationBundleVersionLineageMetadata, ConfigurationBundleVersionLineageMetadataArgs

    The version lineage metadata that tracks parent versions and creation source.
    BranchName string
    The branch name for this version.
    CommitMessage string
    A commit message describing the changes in this version.
    CreatedBy Pulumi.AwsNative.BedrockAgentCore.Inputs.ConfigurationBundleVersionCreatedBySource
    ParentVersionIds List<string>
    A list of parent version identifiers.
    BranchName string
    The branch name for this version.
    CommitMessage string
    A commit message describing the changes in this version.
    CreatedBy ConfigurationBundleVersionCreatedBySource
    ParentVersionIds []string
    A list of parent version identifiers.
    branch_name string
    The branch name for this version.
    commit_message string
    A commit message describing the changes in this version.
    created_by object
    parent_version_ids list(string)
    A list of parent version identifiers.
    branchName String
    The branch name for this version.
    commitMessage String
    A commit message describing the changes in this version.
    createdBy ConfigurationBundleVersionCreatedBySource
    parentVersionIds List<String>
    A list of parent version identifiers.
    branchName string
    The branch name for this version.
    commitMessage string
    A commit message describing the changes in this version.
    createdBy ConfigurationBundleVersionCreatedBySource
    parentVersionIds string[]
    A list of parent version identifiers.
    branch_name str
    The branch name for this version.
    commit_message str
    A commit message describing the changes in this version.
    created_by ConfigurationBundleVersionCreatedBySource
    parent_version_ids Sequence[str]
    A list of parent version identifiers.
    branchName String
    The branch name for this version.
    commitMessage String
    A commit message describing the changes in this version.
    createdBy Property Map
    parentVersionIds List<String>
    A list of parent version identifiers.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial