Flexible Server Maintenance Window Args
data class FlexibleServerMaintenanceWindowArgs(val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<FlexibleServerMaintenanceWindowArgs>
Constructors
Link copied to clipboard
fun FlexibleServerMaintenanceWindowArgs(dayOfWeek: Output<Int>? = null, startHour: Output<Int>? = null, startMinute: Output<Int>? = null)