Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnclaveOptionsRequest

import type { EnclaveOptionsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

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.

interface EnclaveOptionsRequest {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.