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

FleetLaunchTemplateConfig

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

Describes a launch template and overrides.

interface FleetLaunchTemplateConfig {
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | null;
}

§Properties

§
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | null
[src]

The launch template.

§

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