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

Description

 
Synopsis

Documentation

data LaunchTemplateEnclaveOptions Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

See: newLaunchTemplateEnclaveOptions smart constructor.

Constructors

LaunchTemplateEnclaveOptions' 

Fields

  • enabled :: Maybe Bool

    If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

Instances

Instances details
FromXML LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

Generic LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

Associated Types

type Rep LaunchTemplateEnclaveOptions :: Type -> Type #

Read LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

Show LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

NFData LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

Eq LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

Hashable LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

type Rep LaunchTemplateEnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEnclaveOptions

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

newLaunchTemplateEnclaveOptions :: LaunchTemplateEnclaveOptions Source #

Create a value of LaunchTemplateEnclaveOptions 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:LaunchTemplateEnclaveOptions', launchTemplateEnclaveOptions_enabled - If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

launchTemplateEnclaveOptions_enabled :: Lens' LaunchTemplateEnclaveOptions (Maybe Bool) Source #

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.