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

LaunchTemplateConfiguration

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

Identifies an Amazon EC2 launch template to use for a specific account.

interface LaunchTemplateConfiguration {
accountId?: string | null;
launchTemplateId: string;
setDefaultVersion?: boolean | null;
}

§Properties

§
accountId?: string | null
[src]

The account ID that this configuration applies to.

§
launchTemplateId: string
[src]

Identifies the Amazon EC2 launch template to use.

§
setDefaultVersion?: boolean | null
[src]

Set the specified Amazon EC2 launch template as the default launch template for the specified account.