RefreshScheduleMapArgs

data class RefreshScheduleMapArgs(val refreshType: Output<RefreshScheduleMapRefreshType>? = null, val scheduleFrequency: Output<RefreshScheduleMapScheduleFrequencyPropertiesArgs>? = null, val scheduleId: Output<String>? = null, val startAfterDateTime: Output<String>? = null) : ConvertibleToJava<RefreshScheduleMapArgs>

Constructors

Link copied to clipboard
constructor(refreshType: Output<RefreshScheduleMapRefreshType>? = null, scheduleFrequency: Output<RefreshScheduleMapScheduleFrequencyPropertiesArgs>? = null, scheduleId: Output<String>? = null, startAfterDateTime: Output<String>? = null)

Properties

Link copied to clipboard

The type of refresh that a dataset undergoes. Valid values are as follows:

Link copied to clipboard

Information about the schedule frequency.

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

An unique identifier for the refresh schedule.

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

The date time after which refresh is to be scheduled

Functions

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