TemplateDateTimeParameterDeclarationArgs

data class TemplateDateTimeParameterDeclarationArgs(val defaultValues: Output<TemplateDateTimeDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val timeGranularity: Output<TemplateTimeGranularity>? = null, val valueWhenUnset: Output<TemplateDateTimeValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateDateTimeParameterDeclarationArgs>

Constructors

Link copied to clipboard
constructor(defaultValues: Output<TemplateDateTimeDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, name: Output<String>, timeGranularity: Output<TemplateTimeGranularity>? = null, valueWhenUnset: Output<TemplateDateTimeValueWhenUnsetConfigurationArgs>? = 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
val name: Output<String>

The name of the parameter that is being declared.

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.

Functions

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