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

AWS::QuickSight::DataSet GeoSpatialColumnGroup

Geospatial column group that denotes a hierarchy.

Syntax

To declare this entity in your Amazon 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