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

LaunchTemplateSpecification

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

The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.

interface LaunchTemplateSpecification {
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
Version?: string | null;
}

§Properties

§
LaunchTemplateId?: string | null
[src]

The ID of the launch template.

§
LaunchTemplateName?: string | null
[src]

The name of the launch template.

§
Version?: string | null
[src]

The version number of the launch template.

Default: The default version for the launch template.