Struct rusoto_codedeploy::AlarmConfiguration [] [src]

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

Information about alarms associated with the deployment group.

Fields

A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

Indicates whether the alarm configuration is enabled.

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

  • true: The deployment will proceed even if alarm status information can't be retrieved from Amazon CloudWatch.

  • false: The deployment will stop if alarm status information can't be retrieved from Amazon CloudWatch.

Trait Implementations

impl Default for AlarmConfiguration
[src]

[src]

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

impl Debug for AlarmConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for AlarmConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more