ScheduledUpdateGroupActionRequest

Describes information used for one or more scheduled scaling action updates in a BatchPutScheduledUpdateGroupAction operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val maxSize: Int?

The maximum size of the Auto Scaling group.

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String