---
type: resource-type
title: AutoScalingScheduledAction
description: aws resource type AWS::AutoScaling::ScheduledAction
name: AutoScalingScheduledAction
lexicon: aws
resource_type: AWS::AutoScaling::ScheduledAction
---
`AWS::AutoScaling::ScheduledAction`, a resource type of the aws lexicon.

## Properties

- `AutoScalingGroupName` (`string`, required): The name of the Auto Scaling group.
- `DesiredCapacity` (`number`, optional): The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.
- `EndTime` (`string`, optional): The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
- `MaxSize` (`number`, optional): The minimum size of the Auto Scaling group.
- `MinSize` (`number`, optional): The minimum size of the Auto Scaling group.
- `Recurrence` (`string`, optional): 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.
- `ScheduledActionName` (`string`, optional): Auto-generated unique identifier
- `StartTime` (`string`, optional): The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
- `TimeZone` (`string`, optional): The time zone for the cron expression.

## Attributes

- `ScheduledActionName`
