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:BooleanInputColumnName:StringSeparator: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:
1Maximum:
127Update requires: No interruption
Separator-
The string used to separate values in the concatenated result.
Required: Yes
Type: String
Update requires: No interruption