AWS::QuickSight::DataSet SaaSTable - AWS CloudFormation

This is the new AWS 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 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 AWS 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