Describes one or more of your scaling plans.
autoscalingplans_describe_scaling_plans(ScalingPlanNames,
ScalingPlanVersion, ApplicationSources, MaxResults, NextToken)
The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.
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.
The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.
The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.
The token for the next set of results.
svc$describe_scaling_plans( ScalingPlanNames = list( "string" ), ScalingPlanVersion = 123, ApplicationSources = list( list( CloudFormationStackARN = "string", TagFilters = list( list( Key = "string", Values = list( "string" ) ) ) ) ), MaxResults = 123, NextToken = "string" )