InstanceEnclaveOptions constructor
const
InstanceEnclaveOptions({
- Input<
bool?> ? enabled,
Creates a new InstanceEnclaveOptions.
enabled Whether Nitro Enclaves will be enabled on the instance. Defaults to false.
Implementation
const InstanceEnclaveOptions({
this.enabled,
});