DomainWindowStartTimeArgs

data class DomainWindowStartTimeArgs(val hours: Output<Int>, val minutes: Output<Int>) : ConvertibleToJava<DomainWindowStartTimeArgs>

Constructors

Link copied to clipboard
constructor(hours: Output<Int>, minutes: Output<Int>)

Properties

Link copied to clipboard
val hours: Output<Int>

The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC. The minimum value is 0 and the maximum value is 23.

Link copied to clipboard
val minutes: Output<Int>

The start minute of the window, in UTC. The minimum value is 0 and the maximum value is 59.

Functions

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