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

FleetLaunchTemplateConfigRequest

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

Describes a launch template and overrides.

interface FleetLaunchTemplateConfigRequest {
LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest | null;
}

§Properties

§
LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest | null
[src]

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

§

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

For fleets of type request and maintain, a maximum of 300 items is allowed across all launch templates.