DashboardAttributeAggregationFunctionArgs

data class DashboardAttributeAggregationFunctionArgs(val simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, val valueForMultipleValues: Output<String>? = null) : ConvertibleToJava<DashboardAttributeAggregationFunctionArgs>

Constructors

constructor(simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, valueForMultipleValues: Output<String>? = null)

Properties

Link copied to clipboard

The built-in aggregation functions for attributes.

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

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.

Functions

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