refreshSchedule

@JvmName(name = "wnmrcjwoppabdcnx")
suspend fun refreshSchedule(value: Output<DashboardRefreshScheduleArgs>)
@JvmName(name = "qeywylrtmoaalckn")
suspend fun refreshSchedule(value: DashboardRefreshScheduleArgs?)

Parameters

value

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.


@JvmName(name = "relughifeivpgwtn")
suspend fun refreshSchedule(argument: suspend DashboardRefreshScheduleArgsBuilder.() -> Unit)

Parameters

argument

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.