TemplateAttributeAggregationFunctionArgs

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

Constructors

Link copied to clipboard
constructor(simpleAttributeAggregation: Output<TemplateSimpleAttributeAggregationFunction>? = 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(): TemplateAttributeAggregationFunctionArgs