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

pub struct ConnectionDrainingPolicy {
    pub enabled: Value<bool>,
    pub timeout: Option<Value<u32>>,
}

Fields

Property Enabled.

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.

Trait Implementations

impl Debug for ConnectionDrainingPolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ConnectionDrainingPolicy
[src]

[src]

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

Auto Trait Implementations