Struct rusoto_route53::AlarmIdentifier [] [src]

pub struct AlarmIdentifier {
    pub name: String,
    pub region: String,
}

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Fields

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.

Trait Implementations

impl Default for AlarmIdentifier
[src]

[src]

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

impl Debug for AlarmIdentifier
[src]

[src]

Formats the value using the given formatter.