v1

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

Gets the latest version of a configuration bundle. By default, returns the latest version on the mainline branch. Use <code>GetConfigurationBundleVersion</code> to retrieve a specific historical version.

get/configuration-bundles/{bundleId}

Path parameters

bundleIdstring required

The unique identifier of the configuration bundle to retrieve.

Query parameters

branchNamestring

The branch name to get the latest version from. If not specified, returns the latest version on the mainline branch.

Response

Success

bundleArnstring required

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

bundleIdstring required

The unique identifier of the configuration bundle.

bundleNamestring required

The name of the configuration bundle.

descriptionstring password

The description of the configuration bundle.

versionIdstring required

The version identifier of this configuration bundle.

componentsobject required

A map of component identifiers to their configurations for this version.

createdAtstring date-time required

The timestamp when the configuration bundle was created.

updatedAtstring date-time required

The timestamp when the configuration bundle was last updated.

kmsKeyArnstring

KMS key ARN used to encrypt component configurations, if CMK was provided.