AWS::QuickSight::Dashboard AttributeAggregationFunction - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard AttributeAggregationFunction

Aggregation for attributes.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SimpleAttributeAggregation" : String, "ValueForMultipleValues" : String }

Properties

SimpleAttributeAggregation

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.

Required: No

Type: String

Allowed values: UNIQUE_VALUE

Update requires: No interruption

ValueForMultipleValues

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 '*'.

Required: No

Type: String

Update requires: No interruption