java.lang.Object
software.amazon.awssdk.services.cloudformation.model.RollbackTrigger
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>

@Generated("software.amazon.awssdk:codegen") public final class RollbackTrigger extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>

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.

See Also: