Struct cfn::aws::elasticloadbalancing::load_balancer::HealthCheck [] [src]

pub struct HealthCheck {
    pub healthy_threshold: Value<String>,
    pub interval: Value<String>,
    pub target: Value<String>,
    pub timeout: Value<String>,
    pub unhealthy_threshold: Value<String>,
}

Fields

Property HealthyThreshold.

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

Property Interval.

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

Property Target.

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

Property Timeout.

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

Property UnhealthyThreshold.

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

Trait Implementations

impl Debug for HealthCheck
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for HealthCheck
[src]

[src]

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

Auto Trait Implementations

impl Send for HealthCheck

impl Sync for HealthCheck