HourDetailsArgs

data class HourDetailsArgs(val minute: Output<Int>? = null) : ConvertibleToJava<HourDetailsArgs>

Properties of an hourly schedule.

Constructors

Link copied to clipboard
fun HourDetailsArgs(minute: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val minute: Output<Int>? = null

Minutes of the hour the schedule will run.