You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::RollbackTrigger

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RollbackTrigger as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the rollback trigger.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the rollback trigger.

#typeString

The resource type of the rollback trigger. Currently, AWS::CloudWatch::Alarm is the only supported resource type.

Returns:

  • (String)

    The resource type of the rollback trigger.