Builder

class Builder

Properties

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.

Link copied to clipboard

The date and time for the recurring schedule to end, in UTC.

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 the action, in Unix cron syntax format. 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 the scaling action.

Link copied to clipboard

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

Link copied to clipboard

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