AWS::QuickSight::DataSet S3Source - AWS CloudFormation

AWS::QuickSight::DataSet S3Source

A physical table type for an S3 data source.

Syntax

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