AWS::QuickSight::Analysis AggregationFunction - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis AggregationFunction

An aggregation function aggregates values from a dimension or measure.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

Properties

AttributeAggregationFunction

Aggregation for attributes.

Required: No

Type: AttributeAggregationFunction

Update requires: No interruption

CategoricalAggregationFunction

Aggregation for categorical values.

  • COUNT: Aggregate by the total number of values, including duplicates.

  • DISTINCT_COUNT: Aggregate by the total number of distinct values.

Required: No

Type: String

Allowed values: COUNT | DISTINCT_COUNT

Update requires: No interruption

DateAggregationFunction

Aggregation for date values.

  • COUNT: Aggregate by the total number of values, including duplicates.

  • DISTINCT_COUNT: Aggregate by the total number of distinct values.

  • MIN: Select the smallest date value.

  • MAX: Select the largest date value.

Required: No

Type: String

Allowed values: COUNT | DISTINCT_COUNT | MIN | MAX

Update requires: No interruption

NumericalAggregationFunction

Aggregation for numerical values.

Required: No

Type: NumericalAggregationFunction

Update requires: No interruption