Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.EC2.Types.LaunchTemplateEnclaveOptionsRequest
Description
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' | |
Instances
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
.