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)


4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4746

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

#execution_timeoutInteger

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

Returns:

  • (Integer)


4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4746

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