Struct rusoto_opsworks::ShutdownEventConfiguration [] [src]

pub struct ShutdownEventConfiguration {
    pub delay_until_elb_connections_drained: Option<Boolean>,
    pub execution_timeout: Option<Integer>,
}

The Shutdown event configuration.

Fields

Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining

The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.

Trait Implementations

impl Default for ShutdownEventConfiguration
[src]

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

impl Debug for ShutdownEventConfiguration
[src]

Formats the value using the given formatter.

impl Clone for ShutdownEventConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more