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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

The Shutdown event configuration.

Constant Summary collapse

SENSITIVE =
[]

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)


4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4766

class ShutdownEventConfiguration < Struct.new(
  :execution_timeout,
  :delay_until_elb_connections_drained)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeoutInteger

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

Returns:

  • (Integer)


4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4766

class ShutdownEventConfiguration < Struct.new(
  :execution_timeout,
  :delay_until_elb_connections_drained)
  SENSITIVE = []
  include Aws::Structure
end