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

CreateLaunchConfigurationTemplateRequest

import type { CreateLaunchConfigurationTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface CreateLaunchConfigurationTemplateRequest {
associatePublicIpAddress?: boolean | null;
bootMode?: BootMode | null;
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
enableMapAutoTagging?: boolean | null;
largeVolumeConf?: LaunchTemplateDiskConf | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
mapAutoTaggingMpeID?: string | null;
postLaunchActions?: PostLaunchActions | null;
smallVolumeConf?: LaunchTemplateDiskConf | null;
smallVolumeMaxSize?: number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
associatePublicIpAddress?: boolean | null
[src]

Associate public Ip address.

§
bootMode?: BootMode | null
[src]

Launch configuration template boot mode.

§
copyPrivateIp?: boolean | null
[src]

Copy private Ip.

§
copyTags?: boolean | null
[src]

Copy tags.

§
enableMapAutoTagging?: boolean | null
[src]

Enable map auto tagging.

§
largeVolumeConf?: LaunchTemplateDiskConf | null
[src]

Large volume config.

§
launchDisposition?: LaunchDisposition | null
[src]

Launch disposition.

§
licensing?: Licensing | null
[src]
§
mapAutoTaggingMpeID?: string | null
[src]

Launch configuration template map auto tagging MPE ID.

§
postLaunchActions?: PostLaunchActions | null
[src]

Launch configuration template post launch actions.

§
smallVolumeConf?: LaunchTemplateDiskConf | null
[src]

Small volume config.

§
smallVolumeMaxSize?: number | null
[src]

Small volume maximum size.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Request to associate tags during creation of a Launch Configuration Template.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Target instance type right-sizing method.