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.LaunchTemplateHibernationOptionsRequest
Description
Synopsis
- data LaunchTemplateHibernationOptionsRequest = LaunchTemplateHibernationOptionsRequest' {
- configured :: Maybe Bool
- newLaunchTemplateHibernationOptionsRequest :: LaunchTemplateHibernationOptionsRequest
- launchTemplateHibernationOptionsRequest_configured :: Lens' LaunchTemplateHibernationOptionsRequest (Maybe Bool)
Documentation
data LaunchTemplateHibernationOptionsRequest Source #
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
See: newLaunchTemplateHibernationOptionsRequest
smart constructor.
Constructors
LaunchTemplateHibernationOptionsRequest' | |
Fields
|
Instances
newLaunchTemplateHibernationOptionsRequest :: LaunchTemplateHibernationOptionsRequest Source #
Create a value of LaunchTemplateHibernationOptionsRequest
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:LaunchTemplateHibernationOptionsRequest'
, launchTemplateHibernationOptionsRequest_configured
- If you set this parameter to true
, the instance is enabled for
hibernation.
Default: false
launchTemplateHibernationOptionsRequest_configured :: Lens' LaunchTemplateHibernationOptionsRequest (Maybe Bool) Source #
If you set this parameter to true
, the instance is enabled for
hibernation.
Default: false