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

pub struct ConnectionSettings {
    pub idle_timeout: Value<u32>,
}

Fields

Property IdleTimeout.

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

Trait Implementations

impl Debug for ConnectionSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ConnectionSettings
[src]

[src]

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

Auto Trait Implementations