The measure type field with categorical type columns.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"AggregationFunction" : String
,
"Column" : ColumnIdentifier
,
"FieldId" : String
,
"FormatConfiguration" : StringFormatConfiguration
}
YAML
AggregationFunction: String
Column:
ColumnIdentifier
FieldId: String
FormatConfiguration:
StringFormatConfiguration
Properties
AggregationFunction
-
The aggregation function of the measure field.
Required: No
Type: String
Allowed values:
COUNT | DISTINCT_COUNT
Update requires: No interruption
Column
-
The column that is used in the
CategoricalMeasureField
.Required: Yes
Type: ColumnIdentifier
Update requires: No interruption
FieldId
-
The custom field ID.
Required: Yes
Type: String
Minimum:
1
Maximum:
512
Update requires: No interruption
FormatConfiguration
-
The format configuration of the field.
Required: No
Type: StringFormatConfiguration
Update requires: No interruption