/AWS1/CL_SMICLOUDFMTIONSTACKUP¶
Information about an CloudFormation stack creation or update that occurred around the time of an incident and could be a potential cause of the incident.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_starttime
TYPE /AWS1/SMITIMESTAMP
/AWS1/SMITIMESTAMP
¶
The timestamp for when the CloudFormation stack creation or update began.
iv_stackarn
TYPE /AWS1/SMIARN
/AWS1/SMIARN
¶
The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.
Optional arguments:¶
iv_endtime
TYPE /AWS1/SMITIMESTAMP
/AWS1/SMITIMESTAMP
¶
The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.
Queryable Attributes¶
startTime¶
The timestamp for when the CloudFormation stack creation or update began.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
stackArn¶
The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STACKARN() |
Getter for STACKARN, with configurable default |
ASK_STACKARN() |
Getter for STACKARN w/ exceptions if field has no value |
HAS_STACKARN() |
Determine if STACKARN has a value |