InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs

data class InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs(val days: Output<List<String>>, val targetInstanceCount: Output<Int>, val time: Output<String>) : ConvertibleToJava<InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs>

Constructors

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

Properties

Link copied to clipboard
val days: Output<List<String>>

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
val time: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): InteractiveQueryClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs