Updates an existing Launch Configuration Template by ID
Source:R/drs_operations.R
drs_update_launch_configuration_template.RdUpdates 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(
launchConfigurationTemplateID,
launchDisposition = NULL,
targetInstanceTypeRightSizingMethod = NULL,
copyPrivateIp = NULL,
copyTags = NULL,
licensing = NULL,
exportBucketArn = NULL,
postLaunchEnabled = NULL,
launchIntoSourceInstance = NULL
)Arguments
- launchConfigurationTemplateID
[required] Launch Configuration Template ID.
- launchDisposition
Launch disposition.
- targetInstanceTypeRightSizingMethod
Target instance type right-sizing method.
- copyPrivateIp
Copy private IP.
Copy tags.
- licensing
Licensing.
- exportBucketArn
S3 bucket ARN to export Source Network templates.
- postLaunchEnabled
Whether we want to activate post-launch actions.
- 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.