View source: R/applicationautoscaling_operations.R
applicationautoscaling_describe_scaling_policies | R Documentation |
Describes the Application Auto Scaling scaling policies for the specified service namespace.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_describe_scaling_policies/ for full documentation.
applicationautoscaling_describe_scaling_policies(
PolicyNames = NULL,
ServiceNamespace,
ResourceId = NULL,
ScalableDimension = NULL,
MaxResults = NULL,
NextToken = NULL
)
PolicyNames |
The names of the scaling policies to describe. |
ServiceNamespace |
[required] The namespace of the Amazon Web Services service that provides the
resource. For a resource provided by your own application or service,
use |
ResourceId |
The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
|
ScalableDimension |
The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
|
MaxResults |
The maximum number of scalable targets. This value can be between 1 and 10. The default value is 10. If this parameter is used, the operation returns up to |
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.