GetInstanceEnclaveOption constructor

const GetInstanceEnclaveOption({
  1. required Input<bool> enabled,
})

Creates a new GetInstanceEnclaveOption. enabled Whether Nitro Enclaves are enabled.

Implementation

const GetInstanceEnclaveOption({
  required this.enabled,
});