/AWS1/CL_SGMCFNSTACKDETAIL¶
Details about the CloudFormation stack.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statusmessage TYPE /AWS1/SGMCFNSTACKSTATUSMESSAGE /AWS1/SGMCFNSTACKSTATUSMESSAGE¶
A human-readable message about the stack's current status.
Optional arguments:¶
iv_name TYPE /AWS1/SGMCFNSTACKNAME /AWS1/SGMCFNSTACKNAME¶
The name of the CloudFormation stack.
iv_id TYPE /AWS1/SGMCFNSTACKID /AWS1/SGMCFNSTACKID¶
The unique identifier of the CloudFormation stack.
Queryable Attributes¶
Name¶
The name of the CloudFormation stack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Id¶
The unique identifier of the CloudFormation stack.
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 |
StatusMessage¶
A human-readable message about the stack's current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |