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.LaunchTemplateInstanceMaintenanceOptions

Description

 
Synopsis

Documentation

data LaunchTemplateInstanceMaintenanceOptions Source #

The maintenance options of your instance.

See: newLaunchTemplateInstanceMaintenanceOptions smart constructor.

Constructors

LaunchTemplateInstanceMaintenanceOptions' 

Fields

Instances

Instances details
FromXML LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

Generic LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

Read LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

Show LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

NFData LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

Eq LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

Hashable LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

type Rep LaunchTemplateInstanceMaintenanceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptions

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

newLaunchTemplateInstanceMaintenanceOptions :: LaunchTemplateInstanceMaintenanceOptions Source #

Create a value of LaunchTemplateInstanceMaintenanceOptions 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:autoRecovery:LaunchTemplateInstanceMaintenanceOptions', launchTemplateInstanceMaintenanceOptions_autoRecovery - Disables the automatic recovery behavior of your instance or sets it to default.