Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-quicksight-dataset.json
Parent schema serverless-framework-configuration
Type: object

Definition of the AWS::QuickSight::DataSet Resource Type.. Source:- No source definition found, add manually please

Properties

AwsAccountId string | Aws_CF_FunctionString
ColumnGroups ColumnGroup[]

Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.

minItems=1maxItems=8
ColumnLevelPermissionRules ColumnLevelPermissionRule[]
minItems=1
DataSetId string | Aws_CF_FunctionString
DatasetParameters DatasetParameter[]

The parameters declared in the dataset.

minItems=1maxItems=32
FieldFolders object
ImportMode string | Aws_CF_FunctionString
LogicalTableMap object
Name string | Aws_CF_FunctionString

The display name for the dataset.

Permissions ResourcePermission[]

A list of resource permissions on the dataset.

minItems=1maxItems=64
PhysicalTableMap object
RowLevelPermissionDataSet object

The row-level security configuration for the dataset.

5 nested properties
Arn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the permission dataset.

PermissionPolicy string | Aws_CF_FunctionString required
Namespace string | Aws_CF_FunctionString

The namespace associated with the row-level permissions dataset.

FormatVersion string | Aws_CF_FunctionString
Status string | Aws_CF_FunctionString
RowLevelPermissionTagConfiguration object

The configuration of tags on a dataset to set row-level security.

3 nested properties
TagRules RowLevelPermissionTagRule[] required

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

minItems=1maxItems=50
Status string | Aws_CF_FunctionString

A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.

minItems=1maxItems=50
Tags Tag[]

Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.

minItems=1maxItems=200
IngestionWaitPolicy object

Wait policy to use when creating/updating dataset. Default is to wait for SPICE ingestion to finish with timeout of 36 hours.

2 nested properties
WaitForSpiceIngestion boolean

Wait for SPICE ingestion to finish to mark dataset creation/update successful. Default (true). Applicable only when DataSetImportMode mode is set to SPICE.

Default: true
IngestionWaitTimeInHours number

The maximum time (in hours) to wait for Ingestion to complete. Default timeout is 36 hours. Applicable only when DataSetImportMode mode is set to SPICE and WaitForSpiceIngestion is set to true.

Default: 36
min=1max=36
DataSetUsageConfiguration object

The dataset usage configuration for the dataset.

2 nested properties
DisableUseAsDirectQuerySource boolean
DisableUseAsImportedSource boolean
DataSetRefreshProperties object

The dataset refresh properties for the dataset.

1 nested properties
RefreshConfiguration object

Refresh Configuration.

1 nested properties
IncrementalRefresh object

Incremental Refresh

1 nested properties
LookbackWindow object

Definitions

CalculatedColumn object

A calculated column for a dataset.

ColumnId string | Aws_CF_FunctionString required

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

ColumnName string | Aws_CF_FunctionString required

Column name.

Expression string | Aws_CF_FunctionString required

An expression that defines the calculated column.

CastColumnTypeOperation object

A transform operation that casts a column to a different type.

ColumnName string | Aws_CF_FunctionString required

Column name.

NewColumnType string | Aws_CF_FunctionString required
Format string | Aws_CF_FunctionString

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

ColumnDataType string | Aws_CF_FunctionString
ColumnDescription object

Metadata that contains a description for a column.

Text string | Aws_CF_FunctionString

The text of a description for a column.

ColumnGroup object

Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

GeoSpatialColumnGroup object

Geospatial column group that denotes a hierarchy.

3 nested properties
Columns string[] required

Columns in this hierarchy.

minItems=1maxItems=16
Name string | Aws_CF_FunctionString required

A display name for the hierarchy.

CountryCode string | Aws_CF_FunctionString
ColumnLevelPermissionRule object
ColumnNames string[]
minItems=1
Principals string[]
minItems=1maxItems=100
ColumnTag object

A tag for a column in a TagColumnOperation structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

ColumnGeographicRole string | Aws_CF_FunctionString
ColumnDescription object

Metadata that contains a description for a column.

1 nested properties
Text string | Aws_CF_FunctionString

The text of a description for a column.

CreateColumnsOperation object

A transform operation that creates calculated columns. Columns created in one such operation form a lexical closure.

Columns CalculatedColumn[] required

Calculated columns to create.

minItems=1maxItems=128
CustomSql object

A physical table type built from the results of the custom SQL query.

DataSourceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the data source.

SqlQuery string | Aws_CF_FunctionString required

The SQL query.

Columns InputColumn[] required

The column schema from the SQL query result set.

minItems=1maxItems=2048
Name string | Aws_CF_FunctionString required

A display name for the SQL query result.

DataSetImportMode string | Aws_CF_FunctionString
DatasetParameter object

A parameter created in the dataset that could be of any one data type such as string, integer, decimal or datetime.

StringDatasetParameter object

A parameter created in the dataset of string data type.

4 nested properties
Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given string dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues string[]
minItems=1maxItems=32
DecimalDatasetParameter object

A parameter created in the dataset of decimal data type.

4 nested properties
Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given decimal dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues number[]
minItems=1maxItems=32
IntegerDatasetParameter object

A parameter created in the dataset of integer data type.

4 nested properties
Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given integer dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues number[]
minItems=1maxItems=32
DateTimeDatasetParameter object

A parameter created in the dataset of date time data type.

5 nested properties
Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

TimeGranularity string | Aws_CF_FunctionString
DefaultValues object

List of default values defined for a given string date time parameter type. Currently only static values are supported.

1 nested properties
StaticValues string[]
minItems=1maxItems=32
DatasetParameterId string | Aws_CF_FunctionString

Identifier of the parameter created in the dataset.

DatasetParameterName string | Aws_CF_FunctionString

Name of the parameter created in the dataset.

DatasetParameterValueType string | Aws_CF_FunctionString

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DateTimeDatasetParameter object

A parameter created in the dataset of date time data type.

Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

TimeGranularity string | Aws_CF_FunctionString
DefaultValues object

List of default values defined for a given string date time parameter type. Currently only static values are supported.

1 nested properties
StaticValues string[]
minItems=1maxItems=32
DateTimeDatasetParameterDefaultValues object

List of default values defined for a given string date time parameter type. Currently only static values are supported.

StaticValues string[]
minItems=1maxItems=32
DateTimeDatasetParameterValueList string[]
DecimalDatasetParameter object

A parameter created in the dataset of decimal data type.

Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given decimal dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues number[]
minItems=1maxItems=32
DecimalDatasetParameterDefaultValues object

List of default values defined for a given decimal dataset parameter type. Currently only static values are supported.

StaticValues number[]
minItems=1maxItems=32
DecimalDatasetParameterValueList number[]
IntegerDatasetParameter object

A parameter created in the dataset of integer data type.

Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given integer dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues number[]
minItems=1maxItems=32
IntegerDatasetParameterDefaultValues object

List of default values defined for a given integer dataset parameter type. Currently only static values are supported.

StaticValues number[]
minItems=1maxItems=32
IntegerDatasetParameterValueList number[]
StringDatasetParameter object

A parameter created in the dataset of string data type.

Id string | Aws_CF_FunctionString required

Identifier of the parameter created in the dataset.

Name string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

ValueType string | Aws_CF_FunctionString required

Every parameter value could be either a single value or multi value which helps to validate before evaluation.

DefaultValues object

List of default values defined for a given string dataset parameter type. Currently only static values are supported.

1 nested properties
StaticValues string[]
minItems=1maxItems=32
StringDatasetParameterDefaultValues object

List of default values defined for a given string dataset parameter type. Currently only static values are supported.

StaticValues string[]
minItems=1maxItems=32
StringDatasetParameterValueList string[]
FieldFolder object
Description string | Aws_CF_FunctionString
Columns string[]
minItems=0maxItems=5000
FieldFolderMap object
FileFormat string | Aws_CF_FunctionString
FilterOperation object

A transform operation that filters rows based on a condition.

ConditionExpression string | Aws_CF_FunctionString required

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

GeoSpatialColumnGroup object

Geospatial column group that denotes a hierarchy.

Columns string[] required

Columns in this hierarchy.

minItems=1maxItems=16
Name string | Aws_CF_FunctionString required

A display name for the hierarchy.

CountryCode string | Aws_CF_FunctionString
GeoSpatialCountryCode string | Aws_CF_FunctionString
GeoSpatialDataRole string | Aws_CF_FunctionString
InputColumn object

Metadata for a column that is used as the input of a transform operation.

Type string | Aws_CF_FunctionString required
Name string | Aws_CF_FunctionString required

The name of this column in the underlying data source.

InputColumnDataType string | Aws_CF_FunctionString
RefreshConfiguration object

Refresh Configuration.

IncrementalRefresh object

Incremental Refresh

1 nested properties
LookbackWindow object
3 nested properties
ColumnName string | Aws_CF_FunctionString

Column Name

Size number

Size

min=1
SizeUnit string | Aws_CF_FunctionString
IncrementalRefresh object

Incremental Refresh

LookbackWindow object
3 nested properties
ColumnName string | Aws_CF_FunctionString

Column Name

Size number

Size

min=1
SizeUnit string | Aws_CF_FunctionString
LookbackWindow object
ColumnName string | Aws_CF_FunctionString

Column Name

Size number

Size

min=1
SizeUnit string | Aws_CF_FunctionString
SizeUnit string | Aws_CF_FunctionString
JoinInstruction object

Join instruction.

OnClause string | Aws_CF_FunctionString required

On Clause.

Type string | Aws_CF_FunctionString required
LeftOperand string | Aws_CF_FunctionString required

Left operand.

RightOperand string | Aws_CF_FunctionString required

Right operand.

LeftJoinKeyProperties object
1 nested properties
UniqueKey boolean
RightJoinKeyProperties object
1 nested properties
UniqueKey boolean
JoinKeyProperties object
UniqueKey boolean
JoinType string | Aws_CF_FunctionString
LogicalTable object

A logical table is a unit that joins and that data transformations operate on. A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.

Alias string | Aws_CF_FunctionString required

A display name for the logical table.

Source object required

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

3 nested properties
PhysicalTableId string | Aws_CF_FunctionString

Physical table ID.

JoinInstruction object

Join instruction.

6 nested properties
OnClause string | Aws_CF_FunctionString required

On Clause.

Type string | Aws_CF_FunctionString required
LeftOperand string | Aws_CF_FunctionString required

Left operand.

RightOperand string | Aws_CF_FunctionString required

Right operand.

LeftJoinKeyProperties object
RightJoinKeyProperties object
DataSetArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) for the dataset.

DataTransforms TransformOperation[]

Transform operations that act on this logical table.

minItems=1maxItems=2048
LogicalTableMap object
LogicalTableSource object

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

PhysicalTableId string | Aws_CF_FunctionString

Physical table ID.

JoinInstruction object

Join instruction.

6 nested properties
OnClause string | Aws_CF_FunctionString required

On Clause.

Type string | Aws_CF_FunctionString required
LeftOperand string | Aws_CF_FunctionString required

Left operand.

RightOperand string | Aws_CF_FunctionString required

Right operand.

LeftJoinKeyProperties object
1 nested properties
UniqueKey boolean
RightJoinKeyProperties object
1 nested properties
UniqueKey boolean
DataSetArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) for the dataset.

NewDefaultValues object
StringStaticValues string[]
minItems=1maxItems=32
DecimalStaticValues number[]
minItems=1maxItems=32
DateTimeStaticValues string[]
minItems=1maxItems=32
IntegerStaticValues number[]
minItems=1maxItems=32
OutputColumn object

Output column.

Type string | Aws_CF_FunctionString
Description string | Aws_CF_FunctionString

A description for a column.

Name string | Aws_CF_FunctionString

A display name for the dataset.

OverrideDatasetParameterOperation object

A transform operation that overrides the dataset parameter values defined in another dataset.

ParameterName string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

NewParameterName string | Aws_CF_FunctionString

Name of the parameter created in the dataset.

NewDefaultValues object
4 nested properties
StringStaticValues string[]
minItems=1maxItems=32
DecimalStaticValues number[]
minItems=1maxItems=32
DateTimeStaticValues string[]
minItems=1maxItems=32
IntegerStaticValues number[]
minItems=1maxItems=32
PhysicalTable object

A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

RelationalTable object

A physical table type for relational data sources.

5 nested properties
DataSourceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) for the data source.

InputColumns InputColumn[] required

The column schema of the table.

minItems=1maxItems=2048
Name string | Aws_CF_FunctionString required

The name of the relational table.

Schema string | Aws_CF_FunctionString

The schema name. This name applies to certain relational database engines.

Catalog string | Aws_CF_FunctionString

The catalog associated with a table.

CustomSql object

A physical table type built from the results of the custom SQL query.

4 nested properties
DataSourceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the data source.

SqlQuery string | Aws_CF_FunctionString required

The SQL query.

Columns InputColumn[] required

The column schema from the SQL query result set.

minItems=1maxItems=2048
Name string | Aws_CF_FunctionString required

A display name for the SQL query result.

S3Source object

A physical table type for as S3 data source.

3 nested properties
DataSourceArn string | Aws_CF_FunctionString required

The amazon Resource Name (ARN) for the data source.

InputColumns InputColumn[] required

A physical table type for as S3 data source.

minItems=1maxItems=2048
UploadSettings object

Information about the format for a source file or files.

5 nested properties
ContainsHeader boolean

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

TextQualifier string | Aws_CF_FunctionString
Format string | Aws_CF_FunctionString
StartFromRow number

A row number to start reading data from.

min=1
Delimiter string | Aws_CF_FunctionString

The delimiter between values in the file.

PhysicalTableMap object
ProjectOperation object

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

ProjectedColumns string[] required

Projected columns.

minItems=1maxItems=2000
RelationalTable object

A physical table type for relational data sources.

DataSourceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) for the data source.

InputColumns InputColumn[] required

The column schema of the table.

minItems=1maxItems=2048
Name string | Aws_CF_FunctionString required

The name of the relational table.

Schema string | Aws_CF_FunctionString

The schema name. This name applies to certain relational database engines.

Catalog string | Aws_CF_FunctionString

The catalog associated with a table.

RenameColumnOperation object

A transform operation that renames a column.

NewColumnName string | Aws_CF_FunctionString required

The new name for the column.

ColumnName string | Aws_CF_FunctionString required

The name of the column to be renamed.

ResourcePermission object

Permission for the resource.

Actions string[] required

The IAM action to grant or revoke permissions on.

minItems=1maxItems=16
Principal string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)

  • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)

  • The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.)

RowLevelPermissionDataSet object

The row-level security configuration for the dataset.

Arn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the permission dataset.

PermissionPolicy string | Aws_CF_FunctionString required
Namespace string | Aws_CF_FunctionString

The namespace associated with the row-level permissions dataset.

FormatVersion string | Aws_CF_FunctionString
Status string | Aws_CF_FunctionString
RowLevelPermissionPolicy string | Aws_CF_FunctionString
RowLevelPermissionFormatVersion string | Aws_CF_FunctionString
RowLevelPermissionTagConfiguration object

The configuration of tags on a dataset to set row-level security.

TagRules RowLevelPermissionTagRule[] required

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

minItems=1maxItems=50
Status string | Aws_CF_FunctionString

A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.

minItems=1maxItems=50
Status string | Aws_CF_FunctionString
RowLevelPermissionTagRule object

Permission for the resource.

ColumnName string | Aws_CF_FunctionString required

The column name that a tag key is assigned to.

TagKey string | Aws_CF_FunctionString required

The unique key for a tag.

MatchAllValue string | Aws_CF_FunctionString

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

TagMultiValueDelimiter string | Aws_CF_FunctionString

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

RowLevelPermissionTagRuleConfiguration string[]
S3Source object

A physical table type for as S3 data source.

DataSourceArn string | Aws_CF_FunctionString required

The amazon Resource Name (ARN) for the data source.

InputColumns InputColumn[] required

A physical table type for as S3 data source.

minItems=1maxItems=2048
UploadSettings object

Information about the format for a source file or files.

5 nested properties
ContainsHeader boolean

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

TextQualifier string | Aws_CF_FunctionString
Format string | Aws_CF_FunctionString
StartFromRow number

A row number to start reading data from.

min=1
Delimiter string | Aws_CF_FunctionString

The delimiter between values in the file.

Tag object

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Value string | Aws_CF_FunctionString required

Tag value.

Key string | Aws_CF_FunctionString required

Tag key.

TagColumnOperation object

A transform operation that tags a column with additional information.

ColumnName string | Aws_CF_FunctionString required

The column that this operation acts on.

Tags ColumnTag[] required

The dataset column tag, currently only used for geospatial type tagging. .

This is not tags for the AWS tagging feature. .

minItems=1maxItems=16
TextQualifier string | Aws_CF_FunctionString
TimeGranularity string | Aws_CF_FunctionString
TransformOperation object

A data transformation on a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

TagColumnOperation object

A transform operation that tags a column with additional information.

2 nested properties
ColumnName string | Aws_CF_FunctionString required

The column that this operation acts on.

Tags ColumnTag[] required

The dataset column tag, currently only used for geospatial type tagging. .

This is not tags for the AWS tagging feature. .

minItems=1maxItems=16
FilterOperation object

A transform operation that filters rows based on a condition.

1 nested properties
ConditionExpression string | Aws_CF_FunctionString required

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

CastColumnTypeOperation object

A transform operation that casts a column to a different type.

3 nested properties
ColumnName string | Aws_CF_FunctionString required

Column name.

NewColumnType string | Aws_CF_FunctionString required
Format string | Aws_CF_FunctionString

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

CreateColumnsOperation object

A transform operation that creates calculated columns. Columns created in one such operation form a lexical closure.

1 nested properties
Columns CalculatedColumn[] required

Calculated columns to create.

minItems=1maxItems=128
RenameColumnOperation object

A transform operation that renames a column.

2 nested properties
NewColumnName string | Aws_CF_FunctionString required

The new name for the column.

ColumnName string | Aws_CF_FunctionString required

The name of the column to be renamed.

ProjectOperation object

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

1 nested properties
ProjectedColumns string[] required

Projected columns.

minItems=1maxItems=2000
OverrideDatasetParameterOperation object

A transform operation that overrides the dataset parameter values defined in another dataset.

3 nested properties
ParameterName string | Aws_CF_FunctionString required

Name of the parameter created in the dataset.

NewParameterName string | Aws_CF_FunctionString

Name of the parameter created in the dataset.

NewDefaultValues object
4 nested properties
StringStaticValues string[]
minItems=1maxItems=32
DecimalStaticValues number[]
minItems=1maxItems=32
DateTimeStaticValues string[]
minItems=1maxItems=32
IntegerStaticValues number[]
minItems=1maxItems=32
UploadSettings object

Information about the format for a source file or files.

ContainsHeader boolean

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

TextQualifier string | Aws_CF_FunctionString
Format string | Aws_CF_FunctionString
StartFromRow number

A row number to start reading data from.

min=1
Delimiter string | Aws_CF_FunctionString

The delimiter between values in the file.

IngestionWaitPolicy object

Wait policy to use when creating/updating dataset. Default is to wait for SPICE ingestion to finish with timeout of 36 hours.

WaitForSpiceIngestion boolean

Wait for SPICE ingestion to finish to mark dataset creation/update successful. Default (true). Applicable only when DataSetImportMode mode is set to SPICE.

Default: true
IngestionWaitTimeInHours number

The maximum time (in hours) to wait for Ingestion to complete. Default timeout is 36 hours. Applicable only when DataSetImportMode mode is set to SPICE and WaitForSpiceIngestion is set to true.

Default: 36
min=1max=36
DataSetUsageConfiguration object

The dataset usage configuration for the dataset.

DisableUseAsDirectQuerySource boolean
DisableUseAsImportedSource boolean
DataSetRefreshProperties object

The dataset refresh properties for the dataset.

RefreshConfiguration object

Refresh Configuration.

1 nested properties
IncrementalRefresh object

Incremental Refresh

1 nested properties
LookbackWindow object