View source: R/autoscaling_operations.R
autoscaling_describe_scaling_activities | R Documentation |
Gets information about the scaling activities in the account and Region.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_scaling_activities/ for full documentation.
autoscaling_describe_scaling_activities(
ActivityIds = NULL,
AutoScalingGroupName = NULL,
IncludeDeletedGroups = NULL,
MaxRecords = NULL,
NextToken = NULL
)
ActivityIds |
The activity IDs of the desired scaling activities. If you omit this property, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group. Array Members: Maximum number of 50 IDs. |
AutoScalingGroupName |
The name of the Auto Scaling group. |
IncludeDeletedGroups |
Indicates whether to include scaling activity from deleted Auto Scaling groups. |
MaxRecords |
The maximum number of items to return with this call. The default value
is |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.