View source: R/autoscalingplans_operations.R
autoscalingplans_describe_scaling_plans | R Documentation |
Describes one or more of your scaling plans.
See https://www.paws-r-sdk.com/docs/autoscalingplans_describe_scaling_plans/ for full documentation.
autoscalingplans_describe_scaling_plans(
ScalingPlanNames = NULL,
ScalingPlanVersion = NULL,
ApplicationSources = NULL,
MaxResults = NULL,
NextToken = NULL
)
ScalingPlanNames |
The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names. |
ScalingPlanVersion |
The version number of the scaling plan. Currently, the only valid value
is If you specify a scaling plan version, you must also specify a scaling plan name. |
ApplicationSources |
The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources. |
MaxResults |
The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50. |
NextToken |
The token for the next set of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.