View source: R/autoscalingplans_operations.R
autoscalingplans_create_scaling_plan | R Documentation |
Creates a scaling plan.
See https://www.paws-r-sdk.com/docs/autoscalingplans_create_scaling_plan/ for full documentation.
autoscalingplans_create_scaling_plan(
ScalingPlanName,
ApplicationSource,
ScalingInstructions
)
ScalingPlanName |
[required] The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes. |
ApplicationSource |
[required] A CloudFormation stack or set of tags. You can create one scaling plan per application source. For more information, see ApplicationSource in the AWS Auto Scaling API Reference. |
ScalingInstructions |
[required] 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.