/AWS1/CL_FRMROLLBACKTRIGGER¶
A rollback trigger CloudFormation monitors during creation and updating of stacks. If any of the alarms you specify goes to ALARM state during the stack operation or within the specified monitoring period afterwards, CloudFormation rolls back the entire stack operation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_ARN
TYPE /AWS1/FRMARN
/AWS1/FRMARN
¶
The Amazon Resource Name (ARN) of the rollback trigger.
If a specified trigger is missing, the entire stack operation fails and is rolled back.
IV_TYPE
TYPE /AWS1/FRMTYPE
/AWS1/FRMTYPE
¶
The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the rollback trigger.
If a specified trigger is missing, the entire stack operation fails and is rolled back.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Type¶
The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROLLBACKTRIGGERS
¶
TYPES TT_ROLLBACKTRIGGERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMROLLBACKTRIGGER WITH DEFAULT KEY
.