Struct rusoto_route53::HealthCheck [] [src]

pub struct HealthCheck {
    pub caller_reference: HealthCheckNonce,
    pub cloud_watch_alarm_configuration: Option<CloudWatchAlarmConfiguration>,
    pub health_check_config: HealthCheckConfig,
    pub health_check_version: HealthCheckVersion,
    pub id: HealthCheckId,
}

A complex type that contains information about one health check that is associated with the current AWS account.

Fields

A unique string that you specified when you created the health check.

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

A complex type that contains detailed information about one health check.

The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Trait Implementations

impl Default for HealthCheck
[src]

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

impl Clone for HealthCheck
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HealthCheck
[src]

Formats the value using the given formatter.