DashboardRefreshScheduleArgs

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)

Properties

Link copied to clipboard

The frequency at which you want the dashboard refreshed.

Link copied to clipboard

The status of the schedule. Supported values are ENABLED and DISABLED.

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

StartTime of the automatic schedule refresh.

Functions

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