Auto Scaling Scheduled Action

This table represents the Auto Scaling Scheduled Action resource from Amazon Web Services.

aws.autoscaling_scheduled_action

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
auto_scaling_group_namecorestringThe name of the Auto Scaling group.
desired_capacitycoreint64The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.
end_timecoretimestampThe date and time in UTC for the recurring schedule to end. For example, <code>"2019-06-01T00:00:00Z"</code>.
max_sizecoreint64The maximum size of the Auto Scaling group.
min_sizecoreint64The minimum size of the Auto Scaling group.
recurrencecorestringThe recurring schedule for the action, in Unix cron syntax format. When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops.
scheduled_action_arncorestringThe Amazon Resource Name (ARN) of the scheduled action.
scheduled_action_namecorestringThe name of the scheduled action.
start_timecoretimestampThe date and time in UTC for this action to start. For example, <code>"2019-06-01T00:00:00Z"</code>.
tagscorehstore
timecoretimestampThis property is no longer used.
time_zonecorestringThe time zone for the cron expression.