GatewayMaintenanceStartTimeArgs

data class GatewayMaintenanceStartTimeArgs(val dayOfMonth: Output<String>? = null, val dayOfWeek: Output<String>? = null, val hourOfDay: Output<Int>, val minuteOfHour: Output<Int>? = null) : ConvertibleToJava<GatewayMaintenanceStartTimeArgs>

Constructors

Link copied to clipboard
constructor(dayOfMonth: Output<String>? = null, dayOfWeek: Output<String>? = null, hourOfDay: Output<Int>, minuteOfHour: Output<Int>? = null)

Properties

Link copied to clipboard
val dayOfMonth: Output<String>? = null

The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.

Link copied to clipboard
val dayOfWeek: Output<String>? = null

The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.

Link copied to clipboard
val hourOfDay: Output<Int>

The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.

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

The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.

Functions

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