| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpsWorks.Types.LifecycleEventConfiguration
Description
Documentation
data LifecycleEventConfiguration Source #
Specifies the lifecycle event configuration
See: newLifecycleEventConfiguration smart constructor.
Constructors
| LifecycleEventConfiguration' | |
Fields
| |
Instances
newLifecycleEventConfiguration :: LifecycleEventConfiguration Source #
Create a value of LifecycleEventConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:shutdown:LifecycleEventConfiguration', lifecycleEventConfiguration_shutdown - A ShutdownEventConfiguration object that specifies the Shutdown event
configuration.
lifecycleEventConfiguration_shutdown :: Lens' LifecycleEventConfiguration (Maybe ShutdownEventConfiguration) Source #
A ShutdownEventConfiguration object that specifies the Shutdown event
configuration.