class Aws::CloudFormation::Types::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.

@note When making an API call, you may pass RollbackTrigger

data as a hash:

    {
      arn: "Arn", # required
      type: "Type", # required
    }

@!attribute [rw] 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.
@return [String]

@!attribute [rw] type

The resource type of the rollback trigger. Specify either
[AWS::CloudWatch::Alarm][1] or [AWS::CloudWatch::CompositeAlarm][2]
resource types.

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html
[2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger AWS API Documentation

Constants

SENSITIVE