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

FastLaunchLaunchTemplateSpecification

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

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

Note: You can specify either the launchTemplateName or the launchTemplateId, but not both.

interface FastLaunchLaunchTemplateSpecification {
launchTemplateId?: string | null;
launchTemplateName?: string | null;
launchTemplateVersion?: string | null;
}

§Properties

§
launchTemplateId?: string | null
[src]

The ID of the launch template to use for faster launching for a Windows AMI.

§
launchTemplateName?: string | null
[src]

The name of the launch template to use for faster launching for a Windows AMI.

§
launchTemplateVersion?: string | null
[src]

The version of the launch template to use for faster launching for a Windows AMI.