TimeArgs

data class TimeArgs(val hour: Output<Int>, val minute: Output<Int>) : ConvertibleToJava<TimeArgs>

The time for a scaling action to occur.

Constructors

Link copied to clipboard
constructor(hour: Output<Int>, minute: Output<Int>)

Properties

Link copied to clipboard
val hour: Output<Int>

The hour.

Link copied to clipboard
val minute: Output<Int>

The minute.

Functions

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