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

LaunchTemplate

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

Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.

interface LaunchTemplate {
LaunchTemplateSpecification?: LaunchTemplateSpecification | null;
Overrides?: LaunchTemplateOverrides[] | null;
}

§Properties

§
LaunchTemplateSpecification?: LaunchTemplateSpecification | null
[src]

The launch template.

§
Overrides?: LaunchTemplateOverrides[] | null
[src]

Any properties that you specify override the same properties in the launch template.