Dashboard Date Time Parameter Declaration Args
data class DashboardDateTimeParameterDeclarationArgs(val defaultValues: Output<DashboardDateTimeDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, val name: Output<String>, val timeGranularity: Output<DashboardTimeGranularity>? = null, val valueWhenUnset: Output<DashboardDateTimeValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<DashboardDateTimeParameterDeclarationArgs>
Constructors
Link copied to clipboard
constructor(defaultValues: Output<DashboardDateTimeDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, name: Output<String>, timeGranularity: Output<DashboardTimeGranularity>? = null, valueWhenUnset: Output<DashboardDateTimeValueWhenUnsetConfigurationArgs>? = null)
Properties
Link copied to clipboard
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
Link copied to clipboard
Link copied to clipboard
The level of time precision that is used to aggregate DateTime
values.
Link copied to clipboard
The configuration that defines the default value of a DateTime
parameter when a value has not been set.