Struct cfn::aws::codedeploy::deployment_group::AutoRollbackConfiguration [] [src]

pub struct AutoRollbackConfiguration {
    pub enabled: Option<Value<bool>>,
    pub events: Option<ValueList<String>>,
}

Fields

Property Enabled.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Events.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for AutoRollbackConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AutoRollbackConfiguration
[src]

[src]

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

Auto Trait Implementations