DashboardRefreshScheduleFrequencyPropertiesArgs

data class DashboardRefreshScheduleFrequencyPropertiesArgs(val unit: Output<DashboardRefreshScheduleFrequencyPropertiesUnit>, val value: Output<Int>) : ConvertibleToJava<DashboardRefreshScheduleFrequencyPropertiesArgs>

The frequency at which you want the dashboard refreshed.

Constructors

constructor(unit: Output<DashboardRefreshScheduleFrequencyPropertiesUnit>, value: Output<Int>)

Properties

Link copied to clipboard

The frequency unit. Supported values are HOURS and DAYS.

Link copied to clipboard
val value: Output<Int>

The frequency value.

Functions

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