AWS::QuickSight::DataSet DataPrepListAggregationFunction - 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).

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

AWS::QuickSight::DataSet DataPrepListAggregationFunction

An aggregation function that concatenates values from multiple rows into a single string with a specified separator.

Syntax

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

JSON

{ "Distinct" : Boolean, "InputColumnName" : String, "Separator" : String }

YAML

Distinct: Boolean InputColumnName: String Separator: String

Properties

Distinct

Whether to include only distinct values in the concatenated result, removing duplicates.

Required: Yes

Type: Boolean

Update requires: No interruption

InputColumnName

The name of the column containing values to be concatenated.

Required: No

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption

Separator

The string used to separate values in the concatenated result.

Required: Yes

Type: String

Update requires: No interruption