Class: Aws::OpsWorks::Types::LifecycleEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::LifecycleEventConfiguration
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Note:
When making an API call, you may pass LifecycleEventConfiguration data as a hash:
{
shutdown: {
execution_timeout: 1,
delay_until_elb_connections_drained: false,
},
}
Specifies the lifecycle event configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shutdown ⇒ Types::ShutdownEventConfiguration
A
ShutdownEventConfiguration
object that specifies the Shutdown event configuration.
Instance Attribute Details
#shutdown ⇒ Types::ShutdownEventConfiguration
A ShutdownEventConfiguration
object that specifies the Shutdown
event configuration.
4615 4616 4617 4618 4619 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4615 class LifecycleEventConfiguration < Struct.new( :shutdown) SENSITIVE = [] include Aws::Structure end |