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

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

AWS::QuickSight::DataSet SaaSTable

A table from a Software-as-a-Service (SaaS) data source, including connection details and column definitions.

Syntax

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

JSON

{ "DataSourceArn" : String, "InputColumns" : [ InputColumn, ... ], "TablePath" : [ TablePathElement, ... ] }

Properties

DataSourceArn

The Amazon Resource Name (ARN) of the SaaS data source.

Required: Yes

Type: String

Update requires: No interruption

InputColumns

The list of input columns available from the SaaS table.

Required: Yes

Type: Array of InputColumn

Minimum: 0

Maximum: 2048

Update requires: No interruption

TablePath

The hierarchical path to the table within the SaaS data source.

Required: Yes

Type: Array of TablePathElement

Minimum: 1

Maximum: 32

Update requires: No interruption