Skip to content

/AWS1/CL_SSQGETCONFOUTPUT

GetConfigurationOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

A service generated identifier for the configuration.

iv_managerarn TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The ARN of the configuration manager.

iv_configurationdefinitionid TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The ID of the configuration definition.

iv_type TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The type of the Quick Setup configuration.

iv_typeversion TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The version of the Quick Setup type used.

iv_account TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The ID of the Amazon Web Services account where the configuration was deployed.

iv_region TYPE /AWS1/SSQSTRING /AWS1/SSQSTRING

The Amazon Web Services Region where the configuration was deployed.

iv_createdat TYPE /AWS1/SSQTIMESTAMP /AWS1/SSQTIMESTAMP

The datetime stamp when the configuration manager was created.

iv_lastmodifiedat TYPE /AWS1/SSQTIMESTAMP /AWS1/SSQTIMESTAMP

The datetime stamp when the configuration manager was last updated.

it_statussummaries TYPE /AWS1/CL_SSQSTATUSSUMMARY=>TT_STATUSSUMMARIESLIST TT_STATUSSUMMARIESLIST

A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

it_parameters TYPE /AWS1/CL_SSQCONFPARAMSMAP_W=>TT_CONFIGURATIONPARAMETERSMAP TT_CONFIGURATIONPARAMETERSMAP

The parameters for the configuration definition type.


Queryable Attributes

Id

A service generated identifier for the configuration.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

ManagerArn

The ARN of the configuration manager.

Accessible with the following methods

Method Description
GET_MANAGERARN() Getter for MANAGERARN, with configurable default
ASK_MANAGERARN() Getter for MANAGERARN w/ exceptions if field has no value
HAS_MANAGERARN() Determine if MANAGERARN has a value

ConfigurationDefinitionId

The ID of the configuration definition.

Accessible with the following methods

Method Description
GET_CONFDEFINITIONID() Getter for CONFIGURATIONDEFINITIONID, with configurable defa
ASK_CONFDEFINITIONID() Getter for CONFIGURATIONDEFINITIONID w/ exceptions if field
HAS_CONFDEFINITIONID() Determine if CONFIGURATIONDEFINITIONID has a value

Type

The type of the Quick Setup configuration.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

TypeVersion

The version of the Quick Setup type used.

Accessible with the following methods

Method Description
GET_TYPEVERSION() Getter for TYPEVERSION, with configurable default
ASK_TYPEVERSION() Getter for TYPEVERSION w/ exceptions if field has no value
HAS_TYPEVERSION() Determine if TYPEVERSION has a value

Account

The ID of the Amazon Web Services account where the configuration was deployed.

Accessible with the following methods

Method Description
GET_ACCOUNT() Getter for ACCOUNT, with configurable default
ASK_ACCOUNT() Getter for ACCOUNT w/ exceptions if field has no value
HAS_ACCOUNT() Determine if ACCOUNT has a value

Region

The Amazon Web Services Region where the configuration was deployed.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

CreatedAt

The datetime stamp when the configuration manager 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

LastModifiedAt

The datetime stamp when the configuration manager was last updated.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDAT() Getter for LASTMODIFIEDAT, with configurable default
ASK_LASTMODIFIEDAT() Getter for LASTMODIFIEDAT w/ exceptions if field has no valu
HAS_LASTMODIFIEDAT() Determine if LASTMODIFIEDAT has a value

StatusSummaries

A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

Accessible with the following methods

Method Description
GET_STATUSSUMMARIES() Getter for STATUSSUMMARIES, with configurable default
ASK_STATUSSUMMARIES() Getter for STATUSSUMMARIES w/ exceptions if field has no val
HAS_STATUSSUMMARIES() Determine if STATUSSUMMARIES has a value

Parameters

The parameters for the configuration definition type.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value