RefreshScheduleScheduleScheduleFrequencyArgs

data class RefreshScheduleScheduleScheduleFrequencyArgs(val interval: Output<String>, val refreshOnDay: Output<RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs>? = null, val timeOfTheDay: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<RefreshScheduleScheduleScheduleFrequencyArgs>

Constructors

constructor(interval: Output<String>, refreshOnDay: Output<RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs>? = null, timeOfTheDay: Output<String>? = null, timezone: Output<String>? = null)

Properties

Link copied to clipboard
val interval: Output<String>

The interval between scheduled refreshes. Valid values are MINUTE15, MINUTE30, HOURLY, DAILY, WEEKLY and MONTHLY.

Link copied to clipboard

The refresh on entity configuration for weekly or monthly schedules. See refresh_on_day.

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

The time of day that you want the dataset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.

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

The timezone that you want the refresh schedule to use.

Functions

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