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

pub struct AlarmConfiguration {
    pub alarms: Option<ValueList<Alarm>>,
    pub enabled: Option<Value<bool>>,
    pub ignore_poll_alarm_failure: Option<Value<bool>>,
}

Fields

Property Alarms.

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

Property Enabled.

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

Property IgnorePollAlarmFailure.

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

Trait Implementations

impl Debug for AlarmConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AlarmConfiguration
[src]

[src]

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

Auto Trait Implementations