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

Class: Aws::OpsWorks::Types::LifecycleEventConfiguration

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

Overview

Note:

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

{
  shutdown: {
    execution_timeout: 1,
    delay_until_elb_connections_drained: false,
  },
}

Specifies the lifecycle event configuration

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#shutdownTypes::ShutdownEventConfiguration

A ShutdownEventConfiguration object that specifies the Shutdown event configuration.

Returns: