RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs

data class RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs(val dayOfMonth: Output<String>? = null, val dayOfWeek: Output<String>? = null) : ConvertibleToJava<RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs>

Constructors

constructor(dayOfMonth: Output<String>? = null, dayOfWeek: Output<String>? = null)

Properties

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

The day of the month that you want to schedule refresh on.

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

The day of the week that you want to schedule a refresh on. Valid values are SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY and SATURDAY.

Functions

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