AWS::QuickSight::DataSet RelationalTable - AWS CloudFormation

AWS::QuickSight::DataSet RelationalTable

A physical table type for relational data sources.

Syntax

To declare this entity in your AWS 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: No

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: 256

Update requires: No interruption

Schema

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

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption