drs_update_launch_configuration: Updates a LaunchConfiguration by Source Server ID

View source: R/drs_operations.R

drs_update_launch_configurationR Documentation

Updates a LaunchConfiguration by Source Server ID

Description

Updates a LaunchConfiguration by Source Server ID.

See https://www.paws-r-sdk.com/docs/drs_update_launch_configuration/ for full documentation.

Usage

drs_update_launch_configuration(
  copyPrivateIp = NULL,
  copyTags = NULL,
  launchDisposition = NULL,
  launchIntoInstanceProperties = NULL,
  licensing = NULL,
  name = NULL,
  postLaunchEnabled = NULL,
  sourceServerID,
  targetInstanceTypeRightSizingMethod = NULL
)

Arguments

copyPrivateIp

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

copyTags

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

launchDisposition

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

launchIntoInstanceProperties

Launch into existing instance properties.

licensing

The licensing configuration to be used for this launch configuration.

name

The name of the launch configuration.

postLaunchEnabled

Whether we want to enable post-launch actions for the Source Server.

sourceServerID

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

targetInstanceTypeRightSizingMethod

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


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.