autoscalingplans_update_scaling_plan {paws.management} | R Documentation |
Updates the specified scaling plan
Description
Updates the specified scaling plan.
See https://www.paws-r-sdk.com/docs/autoscalingplans_update_scaling_plan/ for full documentation.
Usage
autoscalingplans_update_scaling_plan(
ScalingPlanName,
ScalingPlanVersion,
ApplicationSource = NULL,
ScalingInstructions = NULL
)
Arguments
ScalingPlanName |
[required] The name of the scaling plan. |
ScalingPlanVersion |
[required] The version number of the scaling plan. The only valid value is |
ApplicationSource |
A CloudFormation stack or set of tags. For more information, see ApplicationSource in the AWS Auto Scaling API Reference. |
ScalingInstructions |
The scaling instructions. For more information, see ScalingInstruction in the AWS Auto Scaling API Reference. |
[Package paws.management version 0.9.0 Index]