Class: Aws::OpsWorks::Types::ShutdownEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ShutdownEventConfiguration
- 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
-
#delay_until_elb_connections_drained ⇒ Boolean
Whether to enable Elastic Load Balancing connection draining.
-
#execution_timeout ⇒ Integer
The time, in seconds, that OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.
Instance Attribute Details
#delay_until_elb_connections_drained ⇒ Boolean
Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining
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_timeout ⇒ Integer
The time, in seconds, that OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.
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 |