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

AwsEc2LaunchTemplateDataEnclaveOptionsDetails

import type { AwsEc2LaunchTemplateDataEnclaveOptionsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

interface AwsEc2LaunchTemplateDataEnclaveOptionsDetails {
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.