Updates the specified scaling plan
Source:R/autoscalingplans_operations.R
autoscalingplans_update_scaling_plan.RdUpdates 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
1. Currently, you cannot have multiple scaling plan versions.- 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.