Struct rusoto_cloudformation::RollbackTrigger [] [src]

pub struct RollbackTrigger {
    pub arn: String,
    pub type_: String,
}

A rollback trigger AWS CloudFormation monitors during creation and updating of stacks. If any of the alarms you specify goes to ALERT state during the stack operation or within the specified monitoring period afterwards, CloudFormation rolls back the entire stack operation.

Fields

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

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

Trait Implementations

impl Default for RollbackTrigger
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RollbackTrigger
[src]

[src]

Formats the value using the given formatter.

impl Clone for RollbackTrigger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more