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 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}
YAML
DataSourceArn:StringInputColumns:- InputColumnUploadSettings: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. NoteFor files that aren't JSON, only STRINGdata types are supported in input columns.Required: No Type: Array of InputColumn Minimum: 0Maximum: 2048Update requires: No interruption 
- UploadSettings
- 
                    Information about the format for the S3 source file or files. Required: No Type: UploadSettings Update requires: No interruption