paws.management (version 0.1.0)

autoscaling_describe_scaling_activities: Describes one or more scaling activities for the specified Auto Scaling group

Description

Describes one or more scaling activities for the specified Auto Scaling group.

Usage

autoscaling_describe_scaling_activities(ActivityIds,
  AutoScalingGroupName, MaxRecords, NextToken)

Arguments

ActivityIds

The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, 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.

AutoScalingGroupName

The name of the Auto Scaling group.

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.)

Request syntax

svc$describe_scaling_activities(
  ActivityIds = list(
    "string"
  ),
  AutoScalingGroupName = "string",
  MaxRecords = 123,
  NextToken = "string"
)

Examples

Run this code
# NOT RUN {
# This example describes the scaling activities for the specified Auto
# Scaling group.
# }
# NOT RUN {
svc$describe_scaling_activities(
  AutoScalingGroupName = "my-auto-scaling-group"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab