paws.management (version 0.5.0)

autoscaling_describe_scaling_activities: Gets information about the scaling activities in the account and Region

Description

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.

Usage

autoscaling_describe_scaling_activities(
  ActivityIds = NULL,
  AutoScalingGroupName = NULL,
  IncludeDeletedGroups = NULL,
  MaxRecords = NULL,
  NextToken = NULL
)

Arguments

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 100 and the maximum value is 100.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)