AWS::QuickSight::DataSet UploadSettings - AWS CloudFormation

AWS::QuickSight::DataSet UploadSettings

Information about the format for a source file or files.

Syntax

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