You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::ShutdownEventConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ShutdownEventConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  execution_timeout: 1,
  delay_until_elb_connections_drained: false,
}

The Shutdown event configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delay_until_elb_connections_drainedBoolean

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

Returns:

  • (Boolean)

    Whether to enable Elastic Load Balancing connection draining.

#execution_timeoutInteger

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

Returns:

  • (Integer)

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