ScheduledUpdateGroupAction

Describes a scheduled scaling action.

Types

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

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.

Link copied to clipboard

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

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the scheduled action.

Link copied to clipboard

The name of the scheduled action.

Link copied to clipboard

The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z".

Link copied to clipboard

This property is no longer used.

Link copied to clipboard

The time zone for the cron expression.

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