Dashboard Refresh Schedule Args
data class DashboardRefreshScheduleArgs(val frequency: Output<DashboardRefreshScheduleFrequencyPropertiesArgs>? = null, val status: Output<DashboardRefreshScheduleStatus>? = null, val timeOfDay: Output<String>? = null) : ConvertibleToJava<DashboardRefreshScheduleArgs>
Configures the automatic refresh schedule for the dashboard. Includes the frequency unit (DAYS or HOURS) and value, as well as the status (ENABLED or DISABLED) of the refresh schedule.
Constructors
Link copied to clipboard
constructor(frequency: Output<DashboardRefreshScheduleFrequencyPropertiesArgs>? = null, status: Output<DashboardRefreshScheduleStatus>? = null, timeOfDay: Output<String>? = null)