AWS::QuickSight::DataSet RelationalTable - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::DataSet RelationalTable

A physical table type for relational data sources.

Syntax

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

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