aws-cdk-lib.aws_quicksight.CfnDataSet.UploadSettingsProperty

interface UploadSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.UploadSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_UploadSettingsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.UploadSettingsProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.UploadSettingsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » UploadSettingsProperty

Information about the format for a source file or files.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const uploadSettingsProperty: quicksight.CfnDataSet.UploadSettingsProperty = {
  containsHeader: false,
  delimiter: 'delimiter',
  format: 'format',
  startFromRow: 123,
  textQualifier: 'textQualifier',
};

Properties

NameTypeDescription
containsHeader?boolean | IResolvableWhether the file has a header row, or the files each have a header row.
delimiter?stringThe delimiter between values in the file.
format?stringFile format.
startFromRow?numberA row number to start reading data from.
textQualifier?stringText qualifier.

containsHeader?

Type: boolean | IResolvable (optional)

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


delimiter?

Type: string (optional)

The delimiter between values in the file.


format?

Type: string (optional)

File format.


startFromRow?

Type: number (optional)

A row number to start reading data from.


textQualifier?

Type: string (optional)

Text qualifier.