HourDetailsArgs

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

Properties of an hourly schedule.

Constructors

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

Properties

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

Minutes of the hour the schedule will run.

Functions

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