autoscaling_describe_scheduled_actions: Gets information about the scheduled actions that haven't run...

View source: R/autoscaling_operations.R

autoscaling_describe_scheduled_actionsR Documentation

Gets information about the scheduled actions that haven't run or that have not reached their end time

Description

Gets information about the scheduled actions that haven't run or that have not reached their end time.

See https://www.paws-r-sdk.com/docs/autoscaling_describe_scheduled_actions/ for full documentation.

Usage

autoscaling_describe_scheduled_actions(
  AutoScalingGroupName = NULL,
  ScheduledActionNames = NULL,
  StartTime = NULL,
  EndTime = NULL,
  NextToken = NULL,
  MaxRecords = NULL
)

Arguments

AutoScalingGroupName

The name of the Auto Scaling group.

ScheduledActionNames

The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.

Array Members: Maximum number of 50 actions.

StartTime

The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.

EndTime

The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.

NextToken

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

MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.