AWS Autoscaling

Describe scheduled actions

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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

Inputs

フィールド

種類

説明

region [required]

enum

default: us-east-1

autoScalingGroupName

string

The name of the Auto Scaling group.

scheduledActionNames

[string]

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

startTime

date-time

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

endTime

date-time

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

maxRecords

number

The maximum number of items to return with this call.

default: 50

Outputs

Expand All

フィールド

種類

説明

scheduledUpdateGroupActions [required]

[object]

The scheduled actions.

AutoScalingGroupName

string

The name of the Auto Scaling group.

ScheduledActionName

string

The name of the scheduled action.

ScheduledActionARN

string

The Amazon Resource Name (ARN) of the scheduled action.

Time

date-time

This property is no longer used.

StartTime

date-time

The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z".

EndTime

date-time

The date and time in UTC for the recurring schedule to end. For example, "2019-06-01T00:00:00Z".

Recurrence

string

The recurring schedule for the action, in Unix cron syntax format. When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

MinSize

number

The minimum size of the Auto Scaling group.

MaxSize

number

The maximum size of the Auto Scaling group.

DesiredCapacity

number

The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.

TimeZone

string

The time zone for the cron expression.

amzRequestId [required]

string