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.3/services/mgn.ts?docs=full";
interface LaunchConfiguration {
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
ec2LaunchTemplateID?: string | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
name?: string | null;
sourceServerID?: string | null;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
copyPrivateIp?: boolean | null
[src]

Copy Private IP during Launch Configuration.

§
copyTags?: boolean | null
[src]

Copy Tags during Launch Configuration.

§
ec2LaunchTemplateID?: string | null
[src]

Configure EC2 lauch configuration template ID.

§
launchDisposition?: LaunchDisposition | null
[src]

Configure launch dispostion for launch configuration.

§
licensing?: Licensing | null
[src]

Configure launch configuration OS licensing.

§
name?: string | null
[src]

Configure launch configuration name.

§
sourceServerID?: string | null
[src]

Configure launch configuration Source Server ID.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Configure launch configuration Target instance type right sizing method.