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

LaunchTemplateEnclaveOptions

import type { LaunchTemplateEnclaveOptions } 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.

interface LaunchTemplateEnclaveOptions {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.