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/elasticbeanstalk.ts?docs=full";

Describes an Amazon EC2 launch template.

interface LaunchTemplate {
Id?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the launch template.