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

UpdateLaunchConfigurationRequest

import type { UpdateLaunchConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface UpdateLaunchConfigurationRequest {
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
name?: string | null;
sourceServerID: string;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
copyPrivateIp?: boolean | null
[src]

Whether we should copy the Private IP of the Source Server to the Recovery Instance.

§
copyTags?: boolean | null
[src]

Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.

§
launchDisposition?: LaunchDisposition | null
[src]

The state of the Recovery Instance in EC2 after the recovery operation.

§
licensing?: Licensing | null
[src]

The licensing configuration to be used for this launch configuration.

§
name?: string | null
[src]

The name of the launch configuration.

§
sourceServerID: string
[src]

The ID of the Source Server that we want to retrieve a Launch Configuration for.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.