Skip to content

/AWS1/CL_BDOGETCONFBUNDLERSP

GetConfigurationBundleResponse

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.

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_updatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP

The timestamp when the configuration bundle was last updated.

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.


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.

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

updatedAt

The timestamp when the configuration bundle was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value