Struct rusoto_route53::CloudWatchAlarmConfiguration [] [src]

pub struct CloudWatchAlarmConfiguration {
    pub comparison_operator: ComparisonOperator,
    pub dimensions: Option<DimensionList>,
    pub evaluation_periods: EvaluationPeriods,
    pub metric_name: MetricName,
    pub namespace: Namespace,
    pub period: Period,
    pub statistic: Statistic,
    pub threshold: Threshold,
}

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

Fields

For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric. For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.

For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.

The name of the CloudWatch metric that the alarm is associated with.

The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.

For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.

For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.

For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.

Trait Implementations

impl Default for CloudWatchAlarmConfiguration
[src]

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

impl Clone for CloudWatchAlarmConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CloudWatchAlarmConfiguration
[src]

Formats the value using the given formatter.