RollbackTrigger

public struct RollbackTrigger : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let arn: String
  • The resource type of the rollback trigger. Currently, AWS::CloudWatch::Alarm is the only supported resource type.

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, type: String)