AWS::QuickSight::DataSet GeoSpatialColumnGroup
Geospatial column group that denotes a hierarchy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Columns" :
[ String, ... ]
, "CountryCode" :String
, "Name" :String
}
YAML
Columns:
- String
CountryCode:String
Name:String
Properties
Columns
-
Columns in this hierarchy.
Required: Yes
Type: Array of String
Minimum:
1 | 1
Maximum:
127 | 16
Update requires: No interruption
CountryCode
-
Country code.
Required: No
Type: String
Allowed values:
US
Update requires: No interruption
Name
-
A display name for the hierarchy.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: No interruption