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

AwsEc2LaunchTemplateDetails

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

Specifies the properties for creating an Amazon Elastic Compute Cloud (Amazon EC2) launch template.

interface AwsEc2LaunchTemplateDetails {
DefaultVersionNumber?: number | null;
Id?: string | null;
LatestVersionNumber?: number | null;
LaunchTemplateData?: AwsEc2LaunchTemplateDataDetails | null;
LaunchTemplateName?: string | null;
}

§Properties

§
DefaultVersionNumber?: number | null
[src]

The default version of the launch template.

§
Id?: string | null
[src]

An ID for the launch template.

§
LatestVersionNumber?: number | null
[src]

The latest version of the launch template.

§
LaunchTemplateData?: AwsEc2LaunchTemplateDataDetails | null
[src]

The information to include in the launch template.

§
LaunchTemplateName?: string | null
[src]

A name for the launch template.