Gateway Maintenance Start Time Args
data class GatewayMaintenanceStartTimeArgs(val dayOfMonth: Output<String>? = null, val dayOfWeek: Output<String>? = null, val hourOfDay: Output<Int>, val minuteOfHour: Output<Int>? = null) : ConvertibleToJava<GatewayMaintenanceStartTimeArgs>
Properties
Link copied to clipboard
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
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.