AWS::QuickSight::DataSet UploadSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

Information about the format for a source file or files.

Syntax

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

JSON

{ "ContainsHeader" : Boolean, "Delimiter" : String, "Format" : String, "StartFromRow" : Number, "TextQualifier" : String }

YAML

ContainsHeader: Boolean Delimiter: String Format: String StartFromRow: Number TextQualifier: String

Properties

ContainsHeader

Whether the file has a header row, or the files each have a header row.

Required: No

Type: Boolean

Update requires: No interruption

Delimiter

The delimiter between values in the file.

Required: No

Type: String

Minimum: 1

Maximum: 1

Update requires: No interruption

Format

File format.

Required: No

Type: String

Allowed values: CSV | TSV | CLF | ELF | XLSX | JSON

Update requires: No interruption

StartFromRow

A row number to start reading data from.

Required: No

Type: Number

Minimum: 1

Update requires: No interruption

TextQualifier

Text qualifier.

Required: No

Type: String

Allowed values: DOUBLE_QUOTE | SINGLE_QUOTE

Update requires: No interruption