RollbackTrigger class

A rollback trigger AWS 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.

Constructors

RollbackTrigger({required String arn, required String type})
RollbackTrigger.fromXml(XmlElement elem)
factory

Properties

arn String
The Amazon Resource Name (ARN) of the rollback trigger.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The resource type of the rollback trigger. Currently, AWS::CloudWatch::Alarm is the only supported resource type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited