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 |
Documentation
data LaunchTemplateEnclaveOptions Source #
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
See: newLaunchTemplateEnclaveOptions
smart constructor.
Instances
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.