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

A physical table type for an S3 data source.

Syntax

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

JSON

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

Properties

DataSourceArn

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

Required: Yes

Type: String

Update requires: No interruption

InputColumns

A physical table type for an S3 data source.

Note

For files that aren't JSON, only STRING data types are supported in input columns.

Required: Yes

Type: Array of InputColumn

Minimum: 1

Maximum: 2048

Update requires: No interruption

UploadSettings

Information about the format for the S3 source file or files.

Required: No

Type: UploadSettings

Update requires: No interruption