InstanceEnclaveOptions constructor

const InstanceEnclaveOptions({
  1. 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,
});