Skip to content

Bedrock Agentcore Control  >  Structures  >  ConfigurationBundleVersionSummary

ConfigurationBundleVersionSummary

Structure Class

ConfigurationBundleVersionSummary dataclass

Summary information about a configuration bundle version.

Attributes

bundle_arn instance-attribute
bundle_arn: str

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

bundle_id instance-attribute
bundle_id: str

The unique identifier of the configuration bundle.

lineage_metadata class-attribute instance-attribute
lineage_metadata: VersionLineageMetadata | None = None

The version lineage metadata, including parent versions, branch name, and creation source.

version_created_at instance-attribute
version_created_at: datetime

The timestamp when this version was created.

version_id instance-attribute
version_id: str

The version identifier of this configuration bundle version.