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

LaunchConfiguration

import type { LaunchConfiguration } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface LaunchConfiguration {
bootMode?: BootMode | null;
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
ec2LaunchTemplateID?: string | null;
enableMapAutoTagging?: boolean | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
mapAutoTaggingMpeID?: string | null;
name?: string | null;
postLaunchActions?: PostLaunchActions | null;
sourceServerID?: string | null;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
bootMode?: BootMode | null
[src]

Launch configuration boot mode.

§
copyPrivateIp?: boolean | null
[src]

Copy Private IP during Launch Configuration.

§
copyTags?: boolean | null
[src]

Copy Tags during Launch Configuration.

§
ec2LaunchTemplateID?: string | null
[src]

Launch configuration EC2 Launch template ID.

§
enableMapAutoTagging?: boolean | null
[src]

Enable map auto tagging.

§
launchDisposition?: LaunchDisposition | null
[src]

Launch disposition for launch configuration.

§
licensing?: Licensing | null
[src]

Launch configuration OS licensing.

§
mapAutoTaggingMpeID?: string | null
[src]

Map auto tagging MPE ID.

§
name?: string | null
[src]

Launch configuration name.

§
postLaunchActions?: PostLaunchActions | null
[src]
§
sourceServerID?: string | null
[src]

Launch configuration Source Server ID.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Launch configuration Target instance type right sizing method.