RollbackConfiguration class
Structure containing the rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
Rollback triggers enable you to have AWS CloudFormation monitor the state of your application during stack creation and updating, and to roll back that operation if the application breaches the threshold of any of the alarms you've specified. For more information, see Monitor and Roll Back Stack Operations.
Constructors
-
RollbackConfiguration({int? monitoringTimeInMinutes, List<
RollbackTrigger> ? rollbackTriggers}) - RollbackConfiguration.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- monitoringTimeInMinutes → int?
-
The amount of time, in minutes, during which CloudFormation should monitor
all the rollback triggers after the stack creation or update operation
deploys all necessary resources.
final
-
rollbackTriggers
→ List<
RollbackTrigger> ? -
The triggers to monitor during stack creation or update actions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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