Struct cfn::aws::servicediscovery::service::HealthCheckConfig [] [src]

pub struct HealthCheckConfig {
    pub failure_threshold: Option<Value<f64>>,
    pub resource_path: Option<Value<String>>,
    pub type_: Value<String>,
}

Fields

Property FailureThreshold.

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

Property ResourcePath.

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

Property Type.

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

Trait Implementations

impl Debug for HealthCheckConfig
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations