InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceSchedule

data class InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceSchedule(val days: List<String>, val targetInstanceCount: Int, val time: String)

Constructors

constructor(days: List<String>, targetInstanceCount: Int, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The days of the week to perform autoscale. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.

Link copied to clipboard

The number of worker nodes to autoscale at the specified time.

Link copied to clipboard

The time of day to perform the autoscale in 24hour format.