Struct cfn::aws::route53::HealthCheckProperties [] [src]

pub struct HealthCheckProperties {
    pub health_check_config: Value<HealthCheckConfig>,
    pub health_check_tags: Option<ValueList<HealthCheckTag>>,
}

Properties for the HealthCheck resource.

Fields

Property HealthCheckConfig.

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

Property HealthCheckTags.

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

Trait Implementations

impl Debug for HealthCheckProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for HealthCheckProperties
[src]

[src]

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

impl Serialize for HealthCheckProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for HealthCheckProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<HealthCheckProperties> for HealthCheck
[src]

[src]

Performs the conversion.

Auto Trait Implementations