| 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.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' | |
Instances
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.