amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Description

 
Synopsis

Documentation

data LaunchTemplateHibernationOptions Source #

Indicates whether an instance is configured for hibernation.

See: newLaunchTemplateHibernationOptions smart constructor.

Constructors

LaunchTemplateHibernationOptions' 

Fields

  • configured :: Maybe Bool

    If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

Instances

Instances details
FromXML LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Generic LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Associated Types

type Rep LaunchTemplateHibernationOptions :: Type -> Type #

Read LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Show LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

NFData LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Eq LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

Hashable LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

type Rep LaunchTemplateHibernationOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptions

type Rep LaunchTemplateHibernationOptions = D1 ('MetaData "LaunchTemplateHibernationOptions" "Amazonka.EC2.Types.LaunchTemplateHibernationOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateHibernationOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configured") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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.