| 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.EC2.Types.LaunchTemplateHibernationOptions
Description
Documentation
data LaunchTemplateHibernationOptions Source #
Indicates whether an instance is configured for hibernation.
See: newLaunchTemplateHibernationOptions smart constructor.
Constructors
| LaunchTemplateHibernationOptions' | |
Fields
| |
Instances
newLaunchTemplateHibernationOptions :: LaunchTemplateHibernationOptions Source #
Create a value of LaunchTemplateHibernationOptions 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:configured:LaunchTemplateHibernationOptions', launchTemplateHibernationOptions_configured - If this parameter is set to true, the instance is enabled for
hibernation; otherwise, it is not enabled for hibernation.
launchTemplateHibernationOptions_configured :: Lens' LaunchTemplateHibernationOptions (Maybe Bool) Source #
If this parameter is set to true, the instance is enabled for
hibernation; otherwise, it is not enabled for hibernation.