Builder

class Builder

Properties

Link copied to clipboard

The name of the Auto Scaling group.

Link copied to clipboard

The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. It can scale beyond this capacity if you add more scaling conditions.

Link copied to clipboard

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

Link copied to clipboard
var maxSize: Int?

The maximum size of the Auto Scaling group.

Link copied to clipboard
var minSize: Int?

The minimum size of the Auto Scaling group.

Link copied to clipboard

The recurring schedule for this action. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, "30 0 1 1,6,12 *"). For more information about this format, see Crontab.

Link copied to clipboard

The name of this scaling action.

Link copied to clipboard

The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, "2021-06-01T00:00:00Z").

Link copied to clipboard

This property is no longer used.

Link copied to clipboard

Specifies the time zone for a cron expression. If a time zone is not provided, UTC is used by default.