Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-autoscaling-scheduledaction.json
Parent schema serverless-framework-configuration
Type: object

The AWS::AutoScaling::ScheduledAction resource specifies an Amazon EC2 Auto Scaling scheduled action so that the Auto Scaling group can change the number of instances available for your application in response to predictable load changes.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

AutoScalingGroupName string | Aws_CF_FunctionString required

The name of the Auto Scaling group.

MinSize integer

The minimum size of the Auto Scaling group.

Recurrence string | Aws_CF_FunctionString

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.

TimeZone string | Aws_CF_FunctionString

The time zone for the cron expression.

EndTime string | Aws_CF_FunctionString

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

StartTime string | Aws_CF_FunctionString

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

DesiredCapacity integer

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

MaxSize integer

The minimum size of the Auto Scaling group.