autoscalingplans_create_scaling_plan {paws.management} | R Documentation |
Creates a scaling plan
Description
Creates a scaling plan.
See https://www.paws-r-sdk.com/docs/autoscalingplans_create_scaling_plan/ for full documentation.
Usage
autoscalingplans_create_scaling_plan(
ScalingPlanName,
ApplicationSource,
ScalingInstructions
)
Arguments
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. |
[Package paws.management version 0.7.0 Index]