CachePatchScheduleArgs

data class CachePatchScheduleArgs(val dayOfWeek: Output<String>, val maintenanceWindow: Output<String>? = null, val startHourUtc: Output<Int>? = null) : ConvertibleToJava<CachePatchScheduleArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, maintenanceWindow: Output<String>? = null, startHourUtc: Output<Int>? = null)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

the Weekday name - possible values include Monday, Tuesday, Wednesday etc.

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

The ISO 8601 timespan which specifies the amount of time the Redis Cache can be updated. Defaults to PT5H.

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

the Start Hour for maintenance in UTC - possible values range from 0 - 23.

Functions

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