v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Creates a new configuration bundle resource. A configuration bundle stores versioned component configurations for agent evaluation workflows.

post/configuration-bundles/create

Request body

clientTokenstring

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.

bundleNamestring required

The name for the configuration bundle. Names must be unique within your account.

descriptionstring password

The description for the configuration bundle.

componentsobject required

A map of component identifiers to their configurations. Each component represents a configurable element within the bundle.

branchNamestring

The branch name for version tracking. Defaults to <code>mainline</code> if not specified.

commitMessagestring

A commit message describing the initial version of the configuration bundle.

kmsKeyArnstring

Optional KMS key ARN for encrypting component configurations.

tagsobject

A map of tag keys and values to assign to the configuration bundle. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

Response

Success

bundleArnstring required

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

bundleIdstring required

The unique identifier of the created configuration bundle.

versionIdstring required

The initial version identifier of the configuration bundle.

createdAtstring date-time required

The timestamp when the configuration bundle was created.