AWS::QuickSight::DataSet RelationalTable - 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 RelationalTable

A physical table type for relational data sources.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Catalog" : String, "DataSourceArn" : String, "InputColumns" : [ InputColumn, ... ], "Name" : String, "Schema" : String }

YAML

Catalog: String DataSourceArn: String InputColumns: - InputColumn Name: String Schema: String

Properties

Catalog

The catalog associated with a table.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption

DataSourceArn

The Amazon Resource Name (ARN) for the data source.

Required: Yes

Type: String

Update requires: No interruption

InputColumns

The column schema of the table.

Required: Yes

Type: Array of InputColumn

Minimum: 1

Maximum: 2048

Update requires: No interruption

Name

The name of the relational table.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

Schema

The schema name. This name applies to certain relational database engines.

Required: No

Type: String

Minimum: 0

Maximum: 64

Update requires: No interruption