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 EnclaveOptionsRequest 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: newEnclaveOptionsRequest
smart constructor.
Instances
newEnclaveOptionsRequest :: EnclaveOptionsRequest Source #
Create a value of EnclaveOptionsRequest
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:EnclaveOptionsRequest'
, enclaveOptionsRequest_enabled
- To enable the instance for Amazon Web Services Nitro Enclaves, set this
parameter to true
.
enclaveOptionsRequest_enabled :: Lens' EnclaveOptionsRequest (Maybe Bool) Source #
To enable the instance for Amazon Web Services Nitro Enclaves, set this
parameter to true
.