/AWS1/CL_BDOGETCONFBNDLVRSRSP¶
GetConfigurationBundleVersionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bundlearn TYPE /AWS1/BDOCONFBUNDLEARN /AWS1/BDOCONFBUNDLEARN¶
The Amazon Resource Name (ARN) of the configuration bundle.
iv_bundleid TYPE /AWS1/BDOCONFIGURATIONBUNDLEID /AWS1/BDOCONFIGURATIONBUNDLEID¶
The unique identifier of the configuration bundle.
iv_bundlename TYPE /AWS1/BDOCONFBUNDLENAME /AWS1/BDOCONFBUNDLENAME¶
The name of the configuration bundle.
iv_versionid TYPE /AWS1/BDOCONFBUNDLEVERSION /AWS1/BDOCONFBUNDLEVERSION¶
The version identifier of this configuration bundle version.
it_components TYPE /AWS1/CL_BDOCOMPONENTCONF=>TT_COMPONENTCONFIGURATIONMAP TT_COMPONENTCONFIGURATIONMAP¶
A map of component identifiers to their configurations for this version.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the configuration bundle was created.
iv_versioncreatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when this specific version was created.
Optional arguments:¶
iv_description TYPE /AWS1/BDOCONFBUNDLEDESCRIPTION /AWS1/BDOCONFBUNDLEDESCRIPTION¶
The description of the configuration bundle.
io_lineagemetadata TYPE REF TO /AWS1/CL_BDOVERSIONLINEAGEMET /AWS1/CL_BDOVERSIONLINEAGEMET¶
The version lineage metadata, including parent versions, branch name, and creation source.
iv_kmskeyarn TYPE /AWS1/BDOKMSKEYARN /AWS1/BDOKMSKEYARN¶
KMS key ARN used to encrypt component configurations, if CMK was provided.
Queryable Attributes¶
bundleArn¶
The Amazon Resource Name (ARN) of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEARN() |
Getter for BUNDLEARN, with configurable default |
ASK_BUNDLEARN() |
Getter for BUNDLEARN w/ exceptions if field has no value |
HAS_BUNDLEARN() |
Determine if BUNDLEARN has a value |
bundleId¶
The unique identifier of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEID() |
Getter for BUNDLEID, with configurable default |
ASK_BUNDLEID() |
Getter for BUNDLEID w/ exceptions if field has no value |
HAS_BUNDLEID() |
Determine if BUNDLEID has a value |
bundleName¶
The name of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLENAME() |
Getter for BUNDLENAME, with configurable default |
ASK_BUNDLENAME() |
Getter for BUNDLENAME w/ exceptions if field has no value |
HAS_BUNDLENAME() |
Determine if BUNDLENAME has a value |
description¶
The description of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
versionId¶
The version identifier of this configuration bundle version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
components¶
A map of component identifiers to their configurations for this version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTS() |
Getter for COMPONENTS, with configurable default |
ASK_COMPONENTS() |
Getter for COMPONENTS w/ exceptions if field has no value |
HAS_COMPONENTS() |
Determine if COMPONENTS has a value |
lineageMetadata¶
The version lineage metadata, including parent versions, branch name, and creation source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGEMETADATA() |
Getter for LINEAGEMETADATA |
createdAt¶
The timestamp when the configuration bundle was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
versionCreatedAt¶
The timestamp when this specific version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONCREATEDAT() |
Getter for VERSIONCREATEDAT, with configurable default |
ASK_VERSIONCREATEDAT() |
Getter for VERSIONCREATEDAT w/ exceptions if field has no va |
HAS_VERSIONCREATEDAT() |
Determine if VERSIONCREATEDAT has a value |
kmsKeyArn¶
KMS key ARN used to encrypt component configurations, if CMK was provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |