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

Description

 
Synopsis

Documentation

data LaunchTemplateEnclaveOptionsRequest Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

See: newLaunchTemplateEnclaveOptionsRequest smart constructor.

Constructors

LaunchTemplateEnclaveOptionsRequest' 

Fields

  • enabled :: Maybe Bool

    To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

Instances

Instances details
ToQuery LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

Generic LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

Read LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

Show LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

NFData LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

Eq LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

Hashable LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

type Rep LaunchTemplateEnclaveOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest

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

newLaunchTemplateEnclaveOptionsRequest :: LaunchTemplateEnclaveOptionsRequest Source #

Create a value of LaunchTemplateEnclaveOptionsRequest 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:enabled:LaunchTemplateEnclaveOptionsRequest', launchTemplateEnclaveOptionsRequest_enabled - To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

launchTemplateEnclaveOptionsRequest_enabled :: Lens' LaunchTemplateEnclaveOptionsRequest (Maybe Bool) Source #

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.