Describes one or more of your scaling plans
Source:R/autoscalingplans_operations.R
autoscalingplans_describe_scaling_plans.RdDescribes one or more of your scaling plans.
See https://www.paws-r-sdk.com/docs/autoscalingplans_describe_scaling_plans/ for full documentation.
Usage
autoscalingplans_describe_scaling_plans(
ScalingPlanNames = NULL,
ScalingPlanVersion = NULL,
ApplicationSources = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- 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
1.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.