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

Description

 
Synopsis

Documentation

data EnclaveOptions Source #

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

See: newEnclaveOptions smart constructor.

Constructors

EnclaveOptions' 

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 EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

Generic EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

Associated Types

type Rep EnclaveOptions :: Type -> Type #

Read EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

Show EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

NFData EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

Methods

rnf :: EnclaveOptions -> () #

Eq EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

Hashable EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

type Rep EnclaveOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.EnclaveOptions

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

newEnclaveOptions :: EnclaveOptions Source #

Create a value of EnclaveOptions 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:EnclaveOptions', enclaveOptions_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.

enclaveOptions_enabled :: Lens' EnclaveOptions (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.