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://www.paws-r-sdk.com/docs/applicationautoscaling_describe_scaling_activities/ for full documentation.
applicationautoscaling_describe_scaling_activities(
ServiceNamespace,
ResourceId = NULL,
ScalableDimension = NULL,
MaxResults = NULL,
NextToken = NULL,
IncludeNotScaledActivities = 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. |
IncludeNotScaledActivities |
Specifies whether to include activities that aren't scaled (not scaled activities) in the response. Not scaled activities are activities that aren't completed or started for various reasons, such as preventing infinite scaling loops. For help interpreting the not scaled reason details in the response, see Scaling activities for Application Auto Scaling. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.