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

LaunchTemplateVersion

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

Describes a launch template version.

interface LaunchTemplateVersion {
CreatedBy?: string | null;
CreateTime?: Date | number | null;
DefaultVersion?: boolean | null;
LaunchTemplateData?: ResponseLaunchTemplateData | null;
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
VersionDescription?: string | null;
VersionNumber?: number | null;
}

§Properties

§
CreatedBy?: string | null
[src]

The principal that created the version.

§
CreateTime?: Date | number | null
[src]

The time the version was created.

§
DefaultVersion?: boolean | null
[src]

Indicates whether the version is the default version.

§
LaunchTemplateData?: ResponseLaunchTemplateData | null
[src]

Information about the launch template.

§
LaunchTemplateId?: string | null
[src]

The ID of the launch template.

§
LaunchTemplateName?: string | null
[src]

The name of the launch template.

§
VersionDescription?: string | null
[src]

The description for the version.

§
VersionNumber?: number | null
[src]

The version number.