View source: R/autoscalingplans_operations.R
autoscalingplans_update_scaling_plan | R Documentation |
Updates the specified scaling plan.
See https://www.paws-r-sdk.com/docs/autoscalingplans_update_scaling_plan/ for full documentation.
autoscalingplans_update_scaling_plan(
ScalingPlanName,
ScalingPlanVersion,
ApplicationSource = NULL,
ScalingInstructions = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.