Data Source schema for AWS::AutoScaling::ScheduledAction
id
(String) Uniquely identifies the resource.auto_scaling_group_name
(String) The name of the Auto Scaling group.desired_capacity
(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.end_time
(String) The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.max_size
(Number) The minimum size of the Auto Scaling group.min_size
(Number) The minimum size of the Auto Scaling group.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.scheduled_action_name
(String) Auto-generated unique identifierstart_time
(String) The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.time_zone
(String) The time zone for the cron expression.