AWS::QuickSight::Dashboard ColumnConfiguration
The general configuration of a column.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColorsConfiguration" :
ColorsConfiguration
, "Column" :ColumnIdentifier
, "FormatConfiguration" :FormatConfiguration
, "Role" :String
}
YAML
ColorsConfiguration:
ColorsConfiguration
Column:ColumnIdentifier
FormatConfiguration:FormatConfiguration
Role:String
Properties
ColorsConfiguration
-
The color configurations of the column.
Required: No
Type: ColorsConfiguration
Update requires: No interruption
Column
-
The column.
Required: Yes
Type: ColumnIdentifier
Update requires: No interruption
FormatConfiguration
-
The format configuration of a column.
Required: No
Type: FormatConfiguration
Update requires: No interruption
Role
-
The role of the column.
Required: No
Type: String
Allowed values:
DIMENSION | MEASURE
Update requires: No interruption