drs_update_launch_configuration_template: Updates an existing Launch Configuration Template by ID

View source: R/drs_operations.R

drs_update_launch_configuration_templateR Documentation

Updates an existing Launch Configuration Template by ID

Description

Updates an existing Launch Configuration Template by ID.

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

Usage

drs_update_launch_configuration_template(
  copyPrivateIp = NULL,
  copyTags = NULL,
  exportBucketArn = NULL,
  launchConfigurationTemplateID,
  launchDisposition = NULL,
  launchIntoSourceInstance = NULL,
  licensing = NULL,
  postLaunchEnabled = NULL,
  targetInstanceTypeRightSizingMethod = NULL
)

Arguments

copyPrivateIp

Copy private IP.

copyTags

Copy tags.

exportBucketArn

S3 bucket ARN to export Source Network templates.

launchConfigurationTemplateID

[required] Launch Configuration Template ID.

launchDisposition

Launch disposition.

launchIntoSourceInstance

DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.

licensing

Licensing.

postLaunchEnabled

Whether we want to activate post-launch actions.

targetInstanceTypeRightSizingMethod

Target instance type right-sizing method.


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