View source: R/applicationautoscaling_operations.R
applicationautoscaling_describe_scaling_activities | R Documentation |
Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks.
See https://paws-r.github.io/docs/applicationautoscaling/describe_scaling_activities.html for full documentation.
applicationautoscaling_describe_scaling_activities( ServiceNamespace, ResourceId = NULL, ScalableDimension = NULL, MaxResults = NULL, NextToken = NULL )
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 activity. 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 50. The default value is 50. 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.