GetScheduledActionResult

data class GetScheduledActionResult(val desiredCapacity: Int? = null, val endTime: String? = null, val maxSize: Int? = null, val minSize: Int? = null, val recurrence: String? = null, val scheduledActionName: String? = null, val startTime: String? = null, val timeZone: String? = null)

Constructors

Link copied to clipboard
constructor(desiredCapacity: Int? = null, endTime: String? = null, maxSize: Int? = null, minSize: Int? = null, recurrence: String? = null, scheduledActionName: String? = null, startTime: String? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredCapacity: Int? = null

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
val endTime: String? = null

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

Link copied to clipboard
val maxSize: Int? = null

The minimum size of the Auto Scaling group.

Link copied to clipboard
val minSize: Int? = null

The minimum size of the Auto Scaling group.

Link copied to clipboard
val recurrence: String? = null

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.

Link copied to clipboard

Auto-generated unique identifier

Link copied to clipboard
val startTime: String? = null

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

Link copied to clipboard
val timeZone: String? = null

The time zone for the cron expression.