We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.DataSet
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::DataSet Resource Type.
Create DataSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataSet(name: string, args?: DataSetArgs, opts?: CustomResourceOptions);@overload
def DataSet(resource_name: str,
            args: Optional[DataSetArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def DataSet(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            aws_account_id: Optional[str] = None,
            column_groups: Optional[Sequence[DataSetColumnGroupArgs]] = None,
            column_level_permission_rules: Optional[Sequence[DataSetColumnLevelPermissionRuleArgs]] = None,
            data_set_id: Optional[str] = None,
            data_set_refresh_properties: Optional[DataSetRefreshPropertiesArgs] = None,
            data_set_usage_configuration: Optional[DataSetUsageConfigurationArgs] = None,
            dataset_parameters: Optional[Sequence[DataSetDatasetParameterArgs]] = None,
            field_folders: Optional[Mapping[str, DataSetFieldFolderArgs]] = None,
            folder_arns: Optional[Sequence[str]] = None,
            import_mode: Optional[DataSetImportMode] = None,
            ingestion_wait_policy: Optional[DataSetIngestionWaitPolicyArgs] = None,
            logical_table_map: Optional[Mapping[str, DataSetLogicalTableArgs]] = None,
            name: Optional[str] = None,
            performance_configuration: Optional[DataSetPerformanceConfigurationArgs] = None,
            permissions: Optional[Sequence[DataSetResourcePermissionArgs]] = None,
            physical_table_map: Optional[Mapping[str, DataSetPhysicalTableArgs]] = None,
            row_level_permission_data_set: Optional[DataSetRowLevelPermissionDataSetArgs] = None,
            row_level_permission_tag_configuration: Optional[DataSetRowLevelPermissionTagConfigurationArgs] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
            use_as: Optional[DataSetUseAs] = None)func NewDataSet(ctx *Context, name string, args *DataSetArgs, opts ...ResourceOption) (*DataSet, error)public DataSet(string name, DataSetArgs? args = null, CustomResourceOptions? opts = null)
public DataSet(String name, DataSetArgs args)
public DataSet(String name, DataSetArgs args, CustomResourceOptions options)
type: aws-native:quicksight:DataSet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataSetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataSetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataSet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataSet resource accepts the following input properties:
- AwsAccount stringId 
- The AWS account ID.
- ColumnGroups List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Column Group> 
- ColumnLevel List<Pulumi.Permission Rules Aws Native. Quick Sight. Inputs. Data Set Column Level Permission Rule> 
- DataSet stringId 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- DataSet Pulumi.Refresh Properties Aws Native. Quick Sight. Inputs. Data Set Refresh Properties 
- The refresh properties of a dataset.
- DataSet Pulumi.Usage Configuration Aws Native. Quick Sight. Inputs. Data Set Usage Configuration 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- DatasetParameters List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Dataset Parameter> 
- FieldFolders Dictionary<string, Pulumi.Aws Native. Quick Sight. Inputs. Data Set Field Folder Args> 
- The folder that contains fields and nested subfolders for your dataset.
- FolderArns List<string>
- ImportMode Pulumi.Aws Native. Quick Sight. Data Set Import Mode 
- Indicates whether you want to import the data into SPICE.
- IngestionWait Pulumi.Policy Aws Native. Quick Sight. Inputs. Data Set Ingestion Wait Policy 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- LogicalTable Dictionary<string, Pulumi.Map Aws Native. Quick Sight. Inputs. Data Set Logical Table Args> 
- Configures the combination and transformation of the data from the physical tables.
- Name string
- PerformanceConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Data Set Performance Configuration 
- The performance optimization configuration of a dataset.
- Permissions
List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Resource Permission> 
- PhysicalTable Dictionary<string, Pulumi.Map Aws Native. Quick Sight. Inputs. Data Set Physical Table Args> 
- Declares the physical tables that are available in the underlying data sources.
- RowLevel Pulumi.Permission Data Set Aws Native. Quick Sight. Inputs. Data Set Row Level Permission Data Set 
- The row-level security configuration for the data that you want to create.
- RowLevel Pulumi.Permission Tag Configuration Aws Native. Quick Sight. Inputs. Data Set Row Level Permission Tag Configuration 
- The element you can use to define tags for row-level security.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- UseAs Pulumi.Aws Native. Quick Sight. Data Set Use As 
- The usage of the dataset.
- AwsAccount stringId 
- The AWS account ID.
- ColumnGroups []DataSet Column Group Args 
- ColumnLevel []DataPermission Rules Set Column Level Permission Rule Args 
- DataSet stringId 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- DataSet DataRefresh Properties Set Refresh Properties Args 
- The refresh properties of a dataset.
- DataSet DataUsage Configuration Set Usage Configuration Args 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- DatasetParameters []DataSet Dataset Parameter Args 
- FieldFolders map[string]DataSet Field Folder Args 
- The folder that contains fields and nested subfolders for your dataset.
- FolderArns []string
- ImportMode DataSet Import Mode 
- Indicates whether you want to import the data into SPICE.
- IngestionWait DataPolicy Set Ingestion Wait Policy Args 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- LogicalTable map[string]DataMap Set Logical Table Args 
- Configures the combination and transformation of the data from the physical tables.
- Name string
- PerformanceConfiguration DataSet Performance Configuration Args 
- The performance optimization configuration of a dataset.
- Permissions
[]DataSet Resource Permission Args 
- PhysicalTable map[string]DataMap Set Physical Table Args 
- Declares the physical tables that are available in the underlying data sources.
- RowLevel DataPermission Data Set Set Row Level Permission Data Set Args 
- The row-level security configuration for the data that you want to create.
- RowLevel DataPermission Tag Configuration Set Row Level Permission Tag Configuration Args 
- The element you can use to define tags for row-level security.
- 
TagArgs 
- UseAs DataSet Use As 
- The usage of the dataset.
- awsAccount StringId 
- The AWS account ID.
- columnGroups List<DataSet Column Group> 
- columnLevel List<DataPermission Rules Set Column Level Permission Rule> 
- dataSet StringId 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- dataSet DataRefresh Properties Set Refresh Properties 
- The refresh properties of a dataset.
- dataSet DataUsage Configuration Set Usage Configuration 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- datasetParameters List<DataSet Dataset Parameter> 
- fieldFolders Map<String,DataSet Field Folder Args> 
- The folder that contains fields and nested subfolders for your dataset.
- folderArns List<String>
- importMode DataSet Import Mode 
- Indicates whether you want to import the data into SPICE.
- ingestionWait DataPolicy Set Ingestion Wait Policy 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- logicalTable Map<String,DataMap Set Logical Table Args> 
- Configures the combination and transformation of the data from the physical tables.
- name String
- performanceConfiguration DataSet Performance Configuration 
- The performance optimization configuration of a dataset.
- permissions
List<DataSet Resource Permission> 
- physicalTable Map<String,DataMap Set Physical Table Args> 
- Declares the physical tables that are available in the underlying data sources.
- rowLevel DataPermission Data Set Set Row Level Permission Data Set 
- The row-level security configuration for the data that you want to create.
- rowLevel DataPermission Tag Configuration Set Row Level Permission Tag Configuration 
- The element you can use to define tags for row-level security.
- List<Tag>
- useAs DataSet Use As 
- The usage of the dataset.
- awsAccount stringId 
- The AWS account ID.
- columnGroups DataSet Column Group[] 
- columnLevel DataPermission Rules Set Column Level Permission Rule[] 
- dataSet stringId 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- dataSet DataRefresh Properties Set Refresh Properties 
- The refresh properties of a dataset.
- dataSet DataUsage Configuration Set Usage Configuration 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- datasetParameters DataSet Dataset Parameter[] 
- fieldFolders {[key: string]: DataSet Field Folder Args} 
- The folder that contains fields and nested subfolders for your dataset.
- folderArns string[]
- importMode DataSet Import Mode 
- Indicates whether you want to import the data into SPICE.
- ingestionWait DataPolicy Set Ingestion Wait Policy 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- logicalTable {[key: string]: DataMap Set Logical Table Args} 
- Configures the combination and transformation of the data from the physical tables.
- name string
- performanceConfiguration DataSet Performance Configuration 
- The performance optimization configuration of a dataset.
- permissions
DataSet Resource Permission[] 
- physicalTable {[key: string]: DataMap Set Physical Table Args} 
- Declares the physical tables that are available in the underlying data sources.
- rowLevel DataPermission Data Set Set Row Level Permission Data Set 
- The row-level security configuration for the data that you want to create.
- rowLevel DataPermission Tag Configuration Set Row Level Permission Tag Configuration 
- The element you can use to define tags for row-level security.
- Tag[]
- useAs DataSet Use As 
- The usage of the dataset.
- aws_account_ strid 
- The AWS account ID.
- column_groups Sequence[DataSet Column Group Args] 
- column_level_ Sequence[Datapermission_ rules Set Column Level Permission Rule Args] 
- data_set_ strid 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- data_set_ Datarefresh_ properties Set Refresh Properties Args 
- The refresh properties of a dataset.
- data_set_ Datausage_ configuration Set Usage Configuration Args 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- dataset_parameters Sequence[DataSet Dataset Parameter Args] 
- field_folders Mapping[str, DataSet Field Folder Args] 
- The folder that contains fields and nested subfolders for your dataset.
- folder_arns Sequence[str]
- import_mode DataSet Import Mode 
- Indicates whether you want to import the data into SPICE.
- ingestion_wait_ Datapolicy Set Ingestion Wait Policy Args 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- logical_table_ Mapping[str, Datamap Set Logical Table Args] 
- Configures the combination and transformation of the data from the physical tables.
- name str
- performance_configuration DataSet Performance Configuration Args 
- The performance optimization configuration of a dataset.
- permissions
Sequence[DataSet Resource Permission Args] 
- physical_table_ Mapping[str, Datamap Set Physical Table Args] 
- Declares the physical tables that are available in the underlying data sources.
- row_level_ Datapermission_ data_ set Set Row Level Permission Data Set Args 
- The row-level security configuration for the data that you want to create.
- row_level_ Datapermission_ tag_ configuration Set Row Level Permission Tag Configuration Args 
- The element you can use to define tags for row-level security.
- 
Sequence[TagArgs] 
- use_as DataSet Use As 
- The usage of the dataset.
- awsAccount StringId 
- The AWS account ID.
- columnGroups List<Property Map>
- columnLevel List<Property Map>Permission Rules 
- dataSet StringId 
- An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
- dataSet Property MapRefresh Properties 
- The refresh properties of a dataset.
- dataSet Property MapUsage Configuration 
- The usage configuration to apply to child datasets that reference this dataset as a source.
- datasetParameters List<Property Map>
- fieldFolders Map<Property Map>
- The folder that contains fields and nested subfolders for your dataset.
- folderArns List<String>
- importMode "SPICE" | "DIRECT_QUERY"
- Indicates whether you want to import the data into SPICE.
- ingestionWait Property MapPolicy 
- The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- logicalTable Map<Property Map>Map 
- Configures the combination and transformation of the data from the physical tables.
- name String
- performanceConfiguration Property Map
- The performance optimization configuration of a dataset.
- permissions List<Property Map>
- physicalTable Map<Property Map>Map 
- Declares the physical tables that are available in the underlying data sources.
- rowLevel Property MapPermission Data Set 
- The row-level security configuration for the data that you want to create.
- rowLevel Property MapPermission Tag Configuration 
- The element you can use to define tags for row-level security.
- List<Property Map>
- useAs "RLS_RULES"
- The usage of the dataset.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataSet resource produces the following output properties:
- Arn string
- ConsumedSpice doubleCapacity In Bytes 
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- OutputColumns List<Pulumi.Aws Native. Quick Sight. Outputs. Data Set Output Column> 
- Arn string
- ConsumedSpice float64Capacity In Bytes 
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- OutputColumns []DataSet Output Column 
- arn String
- consumedSpice DoubleCapacity In Bytes 
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- outputColumns List<DataSet Output Column> 
- arn string
- consumedSpice numberCapacity In Bytes 
- createdTime string
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated stringTime 
- outputColumns DataSet Output Column[] 
- arn str
- consumed_spice_ floatcapacity_ in_ bytes 
- created_time str
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ strtime 
- output_columns Sequence[DataSet Output Column] 
- arn String
- consumedSpice NumberCapacity In Bytes 
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- outputColumns List<Property Map>
Supporting Types
DataSetCalculatedColumn, DataSetCalculatedColumnArgs        
- ColumnId string
- ColumnName string
- Expression string
- ColumnId string
- ColumnName string
- Expression string
- columnId String
- columnName String
- expression String
- columnId string
- columnName string
- expression string
- column_id str
- column_name str
- expression str
- columnId String
- columnName String
- expression String
DataSetCastColumnTypeOperation, DataSetCastColumnTypeOperationArgs            
- NewColumn Pulumi.Type Aws Native. Quick Sight. Data Set Column Data Type 
- New column data type.
- ColumnName string
- Format string
- SubType Pulumi.Aws Native. Quick Sight. Data Set Column Data Sub Type 
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- NewColumn DataType Set Column Data Type 
- New column data type.
- ColumnName string
- Format string
- SubType DataSet Column Data Sub Type 
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- newColumn DataType Set Column Data Type 
- New column data type.
- columnName String
- format String
- subType DataSet Column Data Sub Type 
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- newColumn DataType Set Column Data Type 
- New column data type.
- columnName string
- format string
- subType DataSet Column Data Sub Type 
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- new_column_ Datatype Set Column Data Type 
- New column data type.
- column_name str
- format str
- sub_type DataSet Column Data Sub Type 
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- newColumn "STRING" | "INTEGER" | "DECIMAL" | "DATETIME"Type 
- New column data type.
- columnName String
- format String
- subType "FLOAT" | "FIXED"
- The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
DataSetColumnDataSubType, DataSetColumnDataSubTypeArgs            
- Float
- FLOAT
- Fixed
- FIXED
- DataSet Column Data Sub Type Float 
- FLOAT
- DataSet Column Data Sub Type Fixed 
- FIXED
- Float
- FLOAT
- Fixed
- FIXED
- Float
- FLOAT
- Fixed
- FIXED
- FLOAT
- FLOAT
- FIXED
- FIXED
- "FLOAT"
- FLOAT
- "FIXED"
- FIXED
DataSetColumnDataType, DataSetColumnDataTypeArgs          
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- DataSet Column Data Type String 
- STRING
- DataSet Column Data Type Integer 
- INTEGER
- DataSet Column Data Type Decimal 
- DECIMAL
- DataSet Column Data Type Datetime 
- DATETIME
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- STRING
- STRING
- INTEGER
- INTEGER
- DECIMAL
- DECIMAL
- DATETIME
- DATETIME
- "STRING"
- STRING
- "INTEGER"
- INTEGER
- "DECIMAL"
- DECIMAL
- "DATETIME"
- DATETIME
DataSetColumnDescription, DataSetColumnDescriptionArgs        
- Text string
- Text string
- text String
- text string
- text str
- text String
DataSetColumnGroup, DataSetColumnGroupArgs        
- GeoSpatial Pulumi.Column Group Aws Native. Quick Sight. Inputs. Data Set Geo Spatial Column Group 
- Geospatial column group that denotes a hierarchy.
- GeoSpatial DataColumn Group Set Geo Spatial Column Group 
- Geospatial column group that denotes a hierarchy.
- geoSpatial DataColumn Group Set Geo Spatial Column Group 
- Geospatial column group that denotes a hierarchy.
- geoSpatial DataColumn Group Set Geo Spatial Column Group 
- Geospatial column group that denotes a hierarchy.
- geo_spatial_ Datacolumn_ group Set Geo Spatial Column Group 
- Geospatial column group that denotes a hierarchy.
- geoSpatial Property MapColumn Group 
- Geospatial column group that denotes a hierarchy.
DataSetColumnLevelPermissionRule, DataSetColumnLevelPermissionRuleArgs            
- ColumnNames List<string>
- Principals List<string>
- ColumnNames []string
- Principals []string
- columnNames List<String>
- principals List<String>
- columnNames string[]
- principals string[]
- column_names Sequence[str]
- principals Sequence[str]
- columnNames List<String>
- principals List<String>
DataSetColumnTag, DataSetColumnTagArgs        
- ColumnDescription Pulumi.Aws Native. Quick Sight. Inputs. Data Set Column Description 
- A description for a column.
- ColumnGeographic Pulumi.Role Aws Native. Quick Sight. Data Set Geo Spatial Data Role 
- A geospatial role for a column.
- ColumnDescription DataSet Column Description 
- A description for a column.
- ColumnGeographic DataRole Set Geo Spatial Data Role 
- A geospatial role for a column.
- columnDescription DataSet Column Description 
- A description for a column.
- columnGeographic DataRole Set Geo Spatial Data Role 
- A geospatial role for a column.
- columnDescription DataSet Column Description 
- A description for a column.
- columnGeographic DataRole Set Geo Spatial Data Role 
- A geospatial role for a column.
- column_description DataSet Column Description 
- A description for a column.
- column_geographic_ Datarole Set Geo Spatial Data Role 
- A geospatial role for a column.
- columnDescription Property Map
- A description for a column.
- columnGeographic "COUNTRY" | "STATE" | "COUNTY" | "CITY" | "POSTCODE" | "LONGITUDE" | "LATITUDE" | "POLITICAL1" | "CENSUS_TRACT" | "CENSUS_BLOCK_GROUP" | "CENSUS_BLOCK"Role 
- A geospatial role for a column.
DataSetColumnTagName, DataSetColumnTagNameArgs          
- ColumnGeographic Role 
- COLUMN_GEOGRAPHIC_ROLE
- ColumnDescription 
- COLUMN_DESCRIPTION
- DataSet Column Tag Name Column Geographic Role 
- COLUMN_GEOGRAPHIC_ROLE
- DataSet Column Tag Name Column Description 
- COLUMN_DESCRIPTION
- ColumnGeographic Role 
- COLUMN_GEOGRAPHIC_ROLE
- ColumnDescription 
- COLUMN_DESCRIPTION
- ColumnGeographic Role 
- COLUMN_GEOGRAPHIC_ROLE
- ColumnDescription 
- COLUMN_DESCRIPTION
- COLUMN_GEOGRAPHIC_ROLE
- COLUMN_GEOGRAPHIC_ROLE
- COLUMN_DESCRIPTION
- COLUMN_DESCRIPTION
- "COLUMN_GEOGRAPHIC_ROLE"
- COLUMN_GEOGRAPHIC_ROLE
- "COLUMN_DESCRIPTION"
- COLUMN_DESCRIPTION
DataSetCreateColumnsOperation, DataSetCreateColumnsOperationArgs          
DataSetCustomSql, DataSetCustomSqlArgs        
- DataSource stringArn 
- Name string
- SqlQuery string
- Columns
[]DataSet Input Column 
- dataSource StringArn 
- name String
- sqlQuery String
- columns
List<DataSet Input Column> 
- dataSource stringArn 
- name string
- sqlQuery string
- columns
DataSet Input Column[] 
- dataSource StringArn 
- name String
- sqlQuery String
- columns List<Property Map>
DataSetDatasetParameter, DataSetDatasetParameterArgs        
- DateTime Pulumi.Dataset Parameter Aws Native. Quick Sight. Inputs. Data Set Date Time Dataset Parameter 
- A date time parameter that is created in the dataset.
- DecimalDataset Pulumi.Parameter Aws Native. Quick Sight. Inputs. Data Set Decimal Dataset Parameter 
- A decimal parameter that is created in the dataset.
- IntegerDataset Pulumi.Parameter Aws Native. Quick Sight. Inputs. Data Set Integer Dataset Parameter 
- An integer parameter that is created in the dataset.
- StringDataset Pulumi.Parameter Aws Native. Quick Sight. Inputs. Data Set String Dataset Parameter 
- A string parameter that is created in the dataset.
- DateTime DataDataset Parameter Set Date Time Dataset Parameter 
- A date time parameter that is created in the dataset.
- DecimalDataset DataParameter Set Decimal Dataset Parameter 
- A decimal parameter that is created in the dataset.
- IntegerDataset DataParameter Set Integer Dataset Parameter 
- An integer parameter that is created in the dataset.
- StringDataset DataParameter Set String Dataset Parameter 
- A string parameter that is created in the dataset.
- dateTime DataDataset Parameter Set Date Time Dataset Parameter 
- A date time parameter that is created in the dataset.
- decimalDataset DataParameter Set Decimal Dataset Parameter 
- A decimal parameter that is created in the dataset.
- integerDataset DataParameter Set Integer Dataset Parameter 
- An integer parameter that is created in the dataset.
- stringDataset DataParameter Set String Dataset Parameter 
- A string parameter that is created in the dataset.
- dateTime DataDataset Parameter Set Date Time Dataset Parameter 
- A date time parameter that is created in the dataset.
- decimalDataset DataParameter Set Decimal Dataset Parameter 
- A decimal parameter that is created in the dataset.
- integerDataset DataParameter Set Integer Dataset Parameter 
- An integer parameter that is created in the dataset.
- stringDataset DataParameter Set String Dataset Parameter 
- A string parameter that is created in the dataset.
- date_time_ Datadataset_ parameter Set Date Time Dataset Parameter 
- A date time parameter that is created in the dataset.
- decimal_dataset_ Dataparameter Set Decimal Dataset Parameter 
- A decimal parameter that is created in the dataset.
- integer_dataset_ Dataparameter Set Integer Dataset Parameter 
- An integer parameter that is created in the dataset.
- string_dataset_ Dataparameter Set String Dataset Parameter 
- A string parameter that is created in the dataset.
- dateTime Property MapDataset Parameter 
- A date time parameter that is created in the dataset.
- decimalDataset Property MapParameter 
- A decimal parameter that is created in the dataset.
- integerDataset Property MapParameter 
- An integer parameter that is created in the dataset.
- stringDataset Property MapParameter 
- A string parameter that is created in the dataset.
DataSetDatasetParameterValueType, DataSetDatasetParameterValueTypeArgs            
- MultiValued 
- MULTI_VALUED
- SingleValued 
- SINGLE_VALUED
- DataSet Dataset Parameter Value Type Multi Valued 
- MULTI_VALUED
- DataSet Dataset Parameter Value Type Single Valued 
- SINGLE_VALUED
- MultiValued 
- MULTI_VALUED
- SingleValued 
- SINGLE_VALUED
- MultiValued 
- MULTI_VALUED
- SingleValued 
- SINGLE_VALUED
- MULTI_VALUED
- MULTI_VALUED
- SINGLE_VALUED
- SINGLE_VALUED
- "MULTI_VALUED"
- MULTI_VALUED
- "SINGLE_VALUED"
- SINGLE_VALUED
DataSetDateTimeDatasetParameter, DataSetDateTimeDatasetParameterArgs            
- Id string
- Name string
- ValueType Pulumi.Aws Native. Quick Sight. Data Set Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Data Set Date Time Dataset Parameter Default Values 
- A list of default values for a given date time parameter. This structure only accepts static values.
- TimeGranularity Pulumi.Aws Native. Quick Sight. Data Set Time Granularity 
- The time granularity of the date time parameter.
- Id string
- Name string
- ValueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues DataSet Date Time Dataset Parameter Default Values 
- A list of default values for a given date time parameter. This structure only accepts static values.
- TimeGranularity DataSet Time Granularity 
- The time granularity of the date time parameter.
- id String
- name String
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Date Time Dataset Parameter Default Values 
- A list of default values for a given date time parameter. This structure only accepts static values.
- timeGranularity DataSet Time Granularity 
- The time granularity of the date time parameter.
- id string
- name string
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Date Time Dataset Parameter Default Values 
- A list of default values for a given date time parameter. This structure only accepts static values.
- timeGranularity DataSet Time Granularity 
- The time granularity of the date time parameter.
- id str
- name str
- value_type DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- default_values DataSet Date Time Dataset Parameter Default Values 
- A list of default values for a given date time parameter. This structure only accepts static values.
- time_granularity DataSet Time Granularity 
- The time granularity of the date time parameter.
- id String
- name String
- valueType "MULTI_VALUED" | "SINGLE_VALUED"
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues Property Map
- A list of default values for a given date time parameter. This structure only accepts static values.
- timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The time granularity of the date time parameter.
DataSetDateTimeDatasetParameterDefaultValues, DataSetDateTimeDatasetParameterDefaultValuesArgs                
- StaticValues List<string>
- StaticValues []string
- staticValues List<String>
- staticValues string[]
- static_values Sequence[str]
- staticValues List<String>
DataSetDecimalDatasetParameter, DataSetDecimalDatasetParameterArgs          
- Id string
- Name string
- ValueType Pulumi.Aws Native. Quick Sight. Data Set Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Data Set Decimal Dataset Parameter Default Values 
- A list of default values for a given decimal parameter. This structure only accepts static values.
- Id string
- Name string
- ValueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues DataSet Decimal Dataset Parameter Default Values 
- A list of default values for a given decimal parameter. This structure only accepts static values.
- id String
- name String
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Decimal Dataset Parameter Default Values 
- A list of default values for a given decimal parameter. This structure only accepts static values.
- id string
- name string
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Decimal Dataset Parameter Default Values 
- A list of default values for a given decimal parameter. This structure only accepts static values.
- id str
- name str
- value_type DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- default_values DataSet Decimal Dataset Parameter Default Values 
- A list of default values for a given decimal parameter. This structure only accepts static values.
- id String
- name String
- valueType "MULTI_VALUED" | "SINGLE_VALUED"
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues Property Map
- A list of default values for a given decimal parameter. This structure only accepts static values.
DataSetDecimalDatasetParameterDefaultValues, DataSetDecimalDatasetParameterDefaultValuesArgs              
- StaticValues List<double>
- StaticValues []float64
- staticValues List<Double>
- staticValues number[]
- static_values Sequence[float]
- staticValues List<Number>
DataSetFieldFolder, DataSetFieldFolderArgs        
- Columns List<string>
- Description string
- Columns []string
- Description string
- columns List<String>
- description String
- columns string[]
- description string
- columns Sequence[str]
- description str
- columns List<String>
- description String
DataSetFileFormat, DataSetFileFormatArgs        
- Csv
- CSV
- Tsv
- TSV
- Clf
- CLF
- Elf
- ELF
- Xlsx
- XLSX
- Json
- JSON
- DataSet File Format Csv 
- CSV
- DataSet File Format Tsv 
- TSV
- DataSet File Format Clf 
- CLF
- DataSet File Format Elf 
- ELF
- DataSet File Format Xlsx 
- XLSX
- DataSet File Format Json 
- JSON
- Csv
- CSV
- Tsv
- TSV
- Clf
- CLF
- Elf
- ELF
- Xlsx
- XLSX
- Json
- JSON
- Csv
- CSV
- Tsv
- TSV
- Clf
- CLF
- Elf
- ELF
- Xlsx
- XLSX
- Json
- JSON
- CSV
- CSV
- TSV
- TSV
- CLF
- CLF
- ELF
- ELF
- XLSX
- XLSX
- JSON
- JSON
- "CSV"
- CSV
- "TSV"
- TSV
- "CLF"
- CLF
- "ELF"
- ELF
- "XLSX"
- XLSX
- "JSON"
- JSON
DataSetFilterOperation, DataSetFilterOperationArgs        
- ConditionExpression string
- ConditionExpression string
- conditionExpression String
- conditionExpression string
- conditionExpression String
DataSetGeoSpatialColumnGroup, DataSetGeoSpatialColumnGroupArgs            
- Columns List<string>
- Name string
- CountryCode Pulumi.Aws Native. Quick Sight. Data Set Geo Spatial Country Code 
- Country code.
- Columns []string
- Name string
- CountryCode DataSet Geo Spatial Country Code 
- Country code.
- columns List<String>
- name String
- countryCode DataSet Geo Spatial Country Code 
- Country code.
- columns string[]
- name string
- countryCode DataSet Geo Spatial Country Code 
- Country code.
- columns Sequence[str]
- name str
- country_code DataSet Geo Spatial Country Code 
- Country code.
- columns List<String>
- name String
- countryCode "US"
- Country code.
DataSetGeoSpatialCountryCode, DataSetGeoSpatialCountryCodeArgs            
- Us
- US
- DataSet Geo Spatial Country Code Us 
- US
- Us
- US
- Us
- US
- US
- US
- "US"
- US
DataSetGeoSpatialDataRole, DataSetGeoSpatialDataRoleArgs            
- Country
- COUNTRY
- State
- STATE
- County
- COUNTY
- City
- CITY
- Postcode
- POSTCODE
- Longitude
- LONGITUDE
- Latitude
- LATITUDE
- Political1
- POLITICAL1
- CensusTract 
- CENSUS_TRACT
- CensusBlock Group 
- CENSUS_BLOCK_GROUP
- CensusBlock 
- CENSUS_BLOCK
- DataSet Geo Spatial Data Role Country 
- COUNTRY
- DataSet Geo Spatial Data Role State 
- STATE
- DataSet Geo Spatial Data Role County 
- COUNTY
- DataSet Geo Spatial Data Role City 
- CITY
- DataSet Geo Spatial Data Role Postcode 
- POSTCODE
- DataSet Geo Spatial Data Role Longitude 
- LONGITUDE
- DataSet Geo Spatial Data Role Latitude 
- LATITUDE
- DataSet Geo Spatial Data Role Political1 
- POLITICAL1
- DataSet Geo Spatial Data Role Census Tract 
- CENSUS_TRACT
- DataSet Geo Spatial Data Role Census Block Group 
- CENSUS_BLOCK_GROUP
- DataSet Geo Spatial Data Role Census Block 
- CENSUS_BLOCK
- Country
- COUNTRY
- State
- STATE
- County
- COUNTY
- City
- CITY
- Postcode
- POSTCODE
- Longitude
- LONGITUDE
- Latitude
- LATITUDE
- Political1
- POLITICAL1
- CensusTract 
- CENSUS_TRACT
- CensusBlock Group 
- CENSUS_BLOCK_GROUP
- CensusBlock 
- CENSUS_BLOCK
- Country
- COUNTRY
- State
- STATE
- County
- COUNTY
- City
- CITY
- Postcode
- POSTCODE
- Longitude
- LONGITUDE
- Latitude
- LATITUDE
- Political1
- POLITICAL1
- CensusTract 
- CENSUS_TRACT
- CensusBlock Group 
- CENSUS_BLOCK_GROUP
- CensusBlock 
- CENSUS_BLOCK
- COUNTRY
- COUNTRY
- STATE
- STATE
- COUNTY
- COUNTY
- CITY
- CITY
- POSTCODE
- POSTCODE
- LONGITUDE
- LONGITUDE
- LATITUDE
- LATITUDE
- POLITICAL1
- POLITICAL1
- CENSUS_TRACT
- CENSUS_TRACT
- CENSUS_BLOCK_GROUP
- CENSUS_BLOCK_GROUP
- CENSUS_BLOCK
- CENSUS_BLOCK
- "COUNTRY"
- COUNTRY
- "STATE"
- STATE
- "COUNTY"
- COUNTY
- "CITY"
- CITY
- "POSTCODE"
- POSTCODE
- "LONGITUDE"
- LONGITUDE
- "LATITUDE"
- LATITUDE
- "POLITICAL1"
- POLITICAL1
- "CENSUS_TRACT"
- CENSUS_TRACT
- "CENSUS_BLOCK_GROUP"
- CENSUS_BLOCK_GROUP
- "CENSUS_BLOCK"
- CENSUS_BLOCK
DataSetImportMode, DataSetImportModeArgs        
- Spice
- SPICE
- DirectQuery 
- DIRECT_QUERY
- DataSet Import Mode Spice 
- SPICE
- DataSet Import Mode Direct Query 
- DIRECT_QUERY
- Spice
- SPICE
- DirectQuery 
- DIRECT_QUERY
- Spice
- SPICE
- DirectQuery 
- DIRECT_QUERY
- SPICE
- SPICE
- DIRECT_QUERY
- DIRECT_QUERY
- "SPICE"
- SPICE
- "DIRECT_QUERY"
- DIRECT_QUERY
DataSetIncrementalRefresh, DataSetIncrementalRefreshArgs        
- LookbackWindow Pulumi.Aws Native. Quick Sight. Inputs. Data Set Lookback Window 
- The lookback window setup for an incremental refresh configuration.
- LookbackWindow DataSet Lookback Window 
- The lookback window setup for an incremental refresh configuration.
- lookbackWindow DataSet Lookback Window 
- The lookback window setup for an incremental refresh configuration.
- lookbackWindow DataSet Lookback Window 
- The lookback window setup for an incremental refresh configuration.
- lookback_window DataSet Lookback Window 
- The lookback window setup for an incremental refresh configuration.
- lookbackWindow Property Map
- The lookback window setup for an incremental refresh configuration.
DataSetIngestionWaitPolicy, DataSetIngestionWaitPolicyArgs          
- IngestionWait doubleTime In Hours 
- WaitFor boolSpice Ingestion 
- IngestionWait float64Time In Hours 
- WaitFor boolSpice Ingestion 
- ingestionWait DoubleTime In Hours 
- waitFor BooleanSpice Ingestion 
- ingestionWait numberTime In Hours 
- waitFor booleanSpice Ingestion 
- ingestionWait NumberTime In Hours 
- waitFor BooleanSpice Ingestion 
DataSetInputColumn, DataSetInputColumnArgs        
- Name string
- Type
Pulumi.Aws Native. Quick Sight. Data Set Input Column Data Type 
- The data type of the column.
- SubType Pulumi.Aws Native. Quick Sight. Data Set Column Data Sub Type 
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- Name string
- Type
DataSet Input Column Data Type 
- The data type of the column.
- SubType DataSet Column Data Sub Type 
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- name String
- type
DataSet Input Column Data Type 
- The data type of the column.
- subType DataSet Column Data Sub Type 
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- name string
- type
DataSet Input Column Data Type 
- The data type of the column.
- subType DataSet Column Data Sub Type 
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- name str
- type
DataSet Input Column Data Type 
- The data type of the column.
- sub_type DataSet Column Data Sub Type 
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- name String
- type "STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"
- The data type of the column.
- subType "FLOAT" | "FIXED"
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
DataSetInputColumnDataType, DataSetInputColumnDataTypeArgs            
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- Bit
- BIT
- Boolean
- BOOLEAN
- Json
- JSON
- DataSet Input Column Data Type String 
- STRING
- DataSet Input Column Data Type Integer 
- INTEGER
- DataSet Input Column Data Type Decimal 
- DECIMAL
- DataSet Input Column Data Type Datetime 
- DATETIME
- DataSet Input Column Data Type Bit 
- BIT
- DataSet Input Column Data Type Boolean 
- BOOLEAN
- DataSet Input Column Data Type Json 
- JSON
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- Bit
- BIT
- Boolean
- BOOLEAN
- Json
- JSON
- String
- STRING
- Integer
- INTEGER
- Decimal
- DECIMAL
- Datetime
- DATETIME
- Bit
- BIT
- Boolean
- BOOLEAN
- Json
- JSON
- STRING
- STRING
- INTEGER
- INTEGER
- DECIMAL
- DECIMAL
- DATETIME
- DATETIME
- BIT
- BIT
- BOOLEAN
- BOOLEAN
- JSON
- JSON
- "STRING"
- STRING
- "INTEGER"
- INTEGER
- "DECIMAL"
- DECIMAL
- "DATETIME"
- DATETIME
- "BIT"
- BIT
- "BOOLEAN"
- BOOLEAN
- "JSON"
- JSON
DataSetIntegerDatasetParameter, DataSetIntegerDatasetParameterArgs          
- Id string
- Name string
- ValueType Pulumi.Aws Native. Quick Sight. Data Set Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Data Set Integer Dataset Parameter Default Values 
- A list of default values for a given integer parameter. This structure only accepts static values.
- Id string
- Name string
- ValueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues DataSet Integer Dataset Parameter Default Values 
- A list of default values for a given integer parameter. This structure only accepts static values.
- id String
- name String
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Integer Dataset Parameter Default Values 
- A list of default values for a given integer parameter. This structure only accepts static values.
- id string
- name string
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet Integer Dataset Parameter Default Values 
- A list of default values for a given integer parameter. This structure only accepts static values.
- id str
- name str
- value_type DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- default_values DataSet Integer Dataset Parameter Default Values 
- A list of default values for a given integer parameter. This structure only accepts static values.
- id String
- name String
- valueType "MULTI_VALUED" | "SINGLE_VALUED"
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues Property Map
- A list of default values for a given integer parameter. This structure only accepts static values.
DataSetIntegerDatasetParameterDefaultValues, DataSetIntegerDatasetParameterDefaultValuesArgs              
- StaticValues List<double>
- StaticValues []float64
- staticValues List<Double>
- staticValues number[]
- static_values Sequence[float]
- staticValues List<Number>
DataSetJoinInstruction, DataSetJoinInstructionArgs        
- LeftOperand string
- OnClause string
- RightOperand string
- Type
Pulumi.Aws Native. Quick Sight. Data Set Join Type 
- The type of join that it is.
- LeftJoin Pulumi.Key Properties Aws Native. Quick Sight. Inputs. Data Set Join Key Properties 
- Join key properties of the left operand.
- RightJoin Pulumi.Key Properties Aws Native. Quick Sight. Inputs. Data Set Join Key Properties 
- Join key properties of the right operand.
- LeftOperand string
- OnClause string
- RightOperand string
- Type
DataSet Join Type 
- The type of join that it is.
- LeftJoin DataKey Properties Set Join Key Properties 
- Join key properties of the left operand.
- RightJoin DataKey Properties Set Join Key Properties 
- Join key properties of the right operand.
- leftOperand String
- onClause String
- rightOperand String
- type
DataSet Join Type 
- The type of join that it is.
- leftJoin DataKey Properties Set Join Key Properties 
- Join key properties of the left operand.
- rightJoin DataKey Properties Set Join Key Properties 
- Join key properties of the right operand.
- leftOperand string
- onClause string
- rightOperand string
- type
DataSet Join Type 
- The type of join that it is.
- leftJoin DataKey Properties Set Join Key Properties 
- Join key properties of the left operand.
- rightJoin DataKey Properties Set Join Key Properties 
- Join key properties of the right operand.
- left_operand str
- on_clause str
- right_operand str
- type
DataSet Join Type 
- The type of join that it is.
- left_join_ Datakey_ properties Set Join Key Properties 
- Join key properties of the left operand.
- right_join_ Datakey_ properties Set Join Key Properties 
- Join key properties of the right operand.
- leftOperand String
- onClause String
- rightOperand String
- type "INNER" | "OUTER" | "LEFT" | "RIGHT"
- The type of join that it is.
- leftJoin Property MapKey Properties 
- Join key properties of the left operand.
- rightJoin Property MapKey Properties 
- Join key properties of the right operand.
DataSetJoinKeyProperties, DataSetJoinKeyPropertiesArgs          
- UniqueKey bool
- UniqueKey bool
- uniqueKey Boolean
- uniqueKey boolean
- unique_key bool
- uniqueKey Boolean
DataSetJoinType, DataSetJoinTypeArgs        
- Inner
- INNER
- Outer
- OUTER
- Left
- LEFT
- Right
- RIGHT
- DataSet Join Type Inner 
- INNER
- DataSet Join Type Outer 
- OUTER
- DataSet Join Type Left 
- LEFT
- DataSet Join Type Right 
- RIGHT
- Inner
- INNER
- Outer
- OUTER
- Left
- LEFT
- Right
- RIGHT
- Inner
- INNER
- Outer
- OUTER
- Left
- LEFT
- Right
- RIGHT
- INNER
- INNER
- OUTER
- OUTER
- LEFT
- LEFT
- RIGHT
- RIGHT
- "INNER"
- INNER
- "OUTER"
- OUTER
- "LEFT"
- LEFT
- "RIGHT"
- RIGHT
DataSetLogicalTable, DataSetLogicalTableArgs        
- Alias string
- DataTransforms List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Transform Operation> 
- Source
Pulumi.Aws Native. Quick Sight. Inputs. Data Set Logical Table Source 
- Source of this logical table.
- Alias string
- DataTransforms []DataSet Transform Operation 
- Source
DataSet Logical Table Source 
- Source of this logical table.
- alias String
- dataTransforms List<DataSet Transform Operation> 
- source
DataSet Logical Table Source 
- Source of this logical table.
- alias string
- dataTransforms DataSet Transform Operation[] 
- source
DataSet Logical Table Source 
- Source of this logical table.
- alias str
- data_transforms Sequence[DataSet Transform Operation] 
- source
DataSet Logical Table Source 
- Source of this logical table.
- alias String
- dataTransforms List<Property Map>
- source Property Map
- Source of this logical table.
DataSetLogicalTableSource, DataSetLogicalTableSourceArgs          
- DataSet stringArn 
- JoinInstruction Pulumi.Aws Native. Quick Sight. Inputs. Data Set Join Instruction 
- Specifies the result of a join of two logical tables.
- PhysicalTable stringId 
- DataSet stringArn 
- JoinInstruction DataSet Join Instruction 
- Specifies the result of a join of two logical tables.
- PhysicalTable stringId 
- dataSet StringArn 
- joinInstruction DataSet Join Instruction 
- Specifies the result of a join of two logical tables.
- physicalTable StringId 
- dataSet stringArn 
- joinInstruction DataSet Join Instruction 
- Specifies the result of a join of two logical tables.
- physicalTable stringId 
- data_set_ strarn 
- join_instruction DataSet Join Instruction 
- Specifies the result of a join of two logical tables.
- physical_table_ strid 
- dataSet StringArn 
- joinInstruction Property Map
- Specifies the result of a join of two logical tables.
- physicalTable StringId 
DataSetLookbackWindow, DataSetLookbackWindowArgs        
- ColumnName string
- Size double
- SizeUnit Pulumi.Aws Native. Quick Sight. Data Set Lookback Window Size Unit 
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
- ColumnName string
- Size float64
- SizeUnit DataSet Lookback Window Size Unit 
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
- columnName String
- size Double
- sizeUnit DataSet Lookback Window Size Unit 
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
- columnName string
- size number
- sizeUnit DataSet Lookback Window Size Unit 
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
- column_name str
- size float
- size_unit DataSet Lookback Window Size Unit 
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
- columnName String
- size Number
- sizeUnit "HOUR" | "DAY" | "WEEK"
- The size unit that is used for the lookback window column. Valid values for this structure are HOUR,DAY, andWEEK.
DataSetLookbackWindowSizeUnit, DataSetLookbackWindowSizeUnitArgs            
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- DataSet Lookback Window Size Unit Hour 
- HOUR
- DataSet Lookback Window Size Unit Day 
- DAY
- DataSet Lookback Window Size Unit Week 
- WEEK
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- HOUR
- HOUR
- DAY
- DAY
- WEEK
- WEEK
- "HOUR"
- HOUR
- "DAY"
- DAY
- "WEEK"
- WEEK
DataSetNewDefaultValues, DataSetNewDefaultValuesArgs          
- DateTime List<string>Static Values 
- DecimalStatic List<double>Values 
- IntegerStatic List<double>Values 
- StringStatic List<string>Values 
- DateTime []stringStatic Values 
- DecimalStatic []float64Values 
- IntegerStatic []float64Values 
- StringStatic []stringValues 
- dateTime List<String>Static Values 
- decimalStatic List<Double>Values 
- integerStatic List<Double>Values 
- stringStatic List<String>Values 
- dateTime string[]Static Values 
- decimalStatic number[]Values 
- integerStatic number[]Values 
- stringStatic string[]Values 
- date_time_ Sequence[str]static_ values 
- decimal_static_ Sequence[float]values 
- integer_static_ Sequence[float]values 
- string_static_ Sequence[str]values 
- dateTime List<String>Static Values 
- decimalStatic List<Number>Values 
- integerStatic List<Number>Values 
- stringStatic List<String>Values 
DataSetOutputColumn, DataSetOutputColumnArgs        
- Description string
- Name string
- SubType Pulumi.Aws Native. Quick Sight. Data Set Column Data Sub Type 
- The sub data type of the column.
- Type
Pulumi.Aws Native. Quick Sight. Data Set Column Data Type 
- The data type of the column.
- Description string
- Name string
- SubType DataSet Column Data Sub Type 
- The sub data type of the column.
- Type
DataSet Column Data Type 
- The data type of the column.
- description String
- name String
- subType DataSet Column Data Sub Type 
- The sub data type of the column.
- type
DataSet Column Data Type 
- The data type of the column.
- description string
- name string
- subType DataSet Column Data Sub Type 
- The sub data type of the column.
- type
DataSet Column Data Type 
- The data type of the column.
- description str
- name str
- sub_type DataSet Column Data Sub Type 
- The sub data type of the column.
- type
DataSet Column Data Type 
- The data type of the column.
- description String
- name String
- subType "FLOAT" | "FIXED"
- The sub data type of the column.
- type "STRING" | "INTEGER" | "DECIMAL" | "DATETIME"
- The data type of the column.
DataSetOverrideDatasetParameterOperation, DataSetOverrideDatasetParameterOperationArgs            
- ParameterName string
- NewDefault Pulumi.Values Aws Native. Quick Sight. Inputs. Data Set New Default Values 
- The new default values for the parameter.
- NewParameter stringName 
- ParameterName string
- NewDefault DataValues Set New Default Values 
- The new default values for the parameter.
- NewParameter stringName 
- parameterName String
- newDefault DataValues Set New Default Values 
- The new default values for the parameter.
- newParameter StringName 
- parameterName string
- newDefault DataValues Set New Default Values 
- The new default values for the parameter.
- newParameter stringName 
- parameter_name str
- new_default_ Datavalues Set New Default Values 
- The new default values for the parameter.
- new_parameter_ strname 
- parameterName String
- newDefault Property MapValues 
- The new default values for the parameter.
- newParameter StringName 
DataSetPerformanceConfiguration, DataSetPerformanceConfigurationArgs        
DataSetPhysicalTable, DataSetPhysicalTableArgs        
- CustomSql Pulumi.Aws Native. Quick Sight. Inputs. Data Set Custom Sql 
- A physical table type built from the results of the custom SQL query.
- RelationalTable Pulumi.Aws Native. Quick Sight. Inputs. Data Set Relational Table 
- A physical table type for relational data sources.
- S3Source
Pulumi.Aws Native. Quick Sight. Inputs. Data Set S3Source 
- A physical table type for as S3 data source.
- CustomSql DataSet Custom Sql 
- A physical table type built from the results of the custom SQL query.
- RelationalTable DataSet Relational Table 
- A physical table type for relational data sources.
- S3Source
DataSet S3Source 
- A physical table type for as S3 data source.
- customSql DataSet Custom Sql 
- A physical table type built from the results of the custom SQL query.
- relationalTable DataSet Relational Table 
- A physical table type for relational data sources.
- s3Source
DataSet S3Source 
- A physical table type for as S3 data source.
- customSql DataSet Custom Sql 
- A physical table type built from the results of the custom SQL query.
- relationalTable DataSet Relational Table 
- A physical table type for relational data sources.
- s3Source
DataSet S3Source 
- A physical table type for as S3 data source.
- custom_sql DataSet Custom Sql 
- A physical table type built from the results of the custom SQL query.
- relational_table DataSet Relational Table 
- A physical table type for relational data sources.
- s3_source DataSet S3Source 
- A physical table type for as S3 data source.
- customSql Property Map
- A physical table type built from the results of the custom SQL query.
- relationalTable Property Map
- A physical table type for relational data sources.
- s3Source Property Map
- A physical table type for as S3 data source.
DataSetProjectOperation, DataSetProjectOperationArgs        
- ProjectedColumns List<string>
- ProjectedColumns []string
- projectedColumns List<String>
- projectedColumns string[]
- projected_columns Sequence[str]
- projectedColumns List<String>
DataSetRefreshConfiguration, DataSetRefreshConfigurationArgs        
- IncrementalRefresh Pulumi.Aws Native. Quick Sight. Inputs. Data Set Incremental Refresh 
- The incremental refresh for the dataset.
- IncrementalRefresh DataSet Incremental Refresh 
- The incremental refresh for the dataset.
- incrementalRefresh DataSet Incremental Refresh 
- The incremental refresh for the dataset.
- incrementalRefresh DataSet Incremental Refresh 
- The incremental refresh for the dataset.
- incremental_refresh DataSet Incremental Refresh 
- The incremental refresh for the dataset.
- incrementalRefresh Property Map
- The incremental refresh for the dataset.
DataSetRefreshFailureAlertStatus, DataSetRefreshFailureAlertStatusArgs            
- Enabled
- ENABLED
- Disabled
- DISABLED
- DataSet Refresh Failure Alert Status Enabled 
- ENABLED
- DataSet Refresh Failure Alert Status Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
DataSetRefreshFailureConfiguration, DataSetRefreshFailureConfigurationArgs          
- EmailAlert Pulumi.Aws Native. Quick Sight. Inputs. Data Set Refresh Failure Email Alert 
- The email alert configuration for a dataset refresh failure.
- EmailAlert DataSet Refresh Failure Email Alert 
- The email alert configuration for a dataset refresh failure.
- emailAlert DataSet Refresh Failure Email Alert 
- The email alert configuration for a dataset refresh failure.
- emailAlert DataSet Refresh Failure Email Alert 
- The email alert configuration for a dataset refresh failure.
- email_alert DataSet Refresh Failure Email Alert 
- The email alert configuration for a dataset refresh failure.
- emailAlert Property Map
- The email alert configuration for a dataset refresh failure.
DataSetRefreshFailureEmailAlert, DataSetRefreshFailureEmailAlertArgs            
- AlertStatus Pulumi.Aws Native. Quick Sight. Data Set Refresh Failure Alert Status 
- The status value that determines if email alerts are sent.
- AlertStatus DataSet Refresh Failure Alert Status 
- The status value that determines if email alerts are sent.
- alertStatus DataSet Refresh Failure Alert Status 
- The status value that determines if email alerts are sent.
- alertStatus DataSet Refresh Failure Alert Status 
- The status value that determines if email alerts are sent.
- alert_status DataSet Refresh Failure Alert Status 
- The status value that determines if email alerts are sent.
- alertStatus "ENABLED" | "DISABLED"
- The status value that determines if email alerts are sent.
DataSetRefreshProperties, DataSetRefreshPropertiesArgs        
- FailureConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Data Set Refresh Failure Configuration 
- The failure configuration for a dataset.
- RefreshConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Data Set Refresh Configuration 
- The refresh configuration for a dataset.
- FailureConfiguration DataSet Refresh Failure Configuration 
- The failure configuration for a dataset.
- RefreshConfiguration DataSet Refresh Configuration 
- The refresh configuration for a dataset.
- failureConfiguration DataSet Refresh Failure Configuration 
- The failure configuration for a dataset.
- refreshConfiguration DataSet Refresh Configuration 
- The refresh configuration for a dataset.
- failureConfiguration DataSet Refresh Failure Configuration 
- The failure configuration for a dataset.
- refreshConfiguration DataSet Refresh Configuration 
- The refresh configuration for a dataset.
- failure_configuration DataSet Refresh Failure Configuration 
- The failure configuration for a dataset.
- refresh_configuration DataSet Refresh Configuration 
- The refresh configuration for a dataset.
- failureConfiguration Property Map
- The failure configuration for a dataset.
- refreshConfiguration Property Map
- The refresh configuration for a dataset.
DataSetRelationalTable, DataSetRelationalTableArgs        
- DataSource stringArn 
- Name string
- Catalog string
- InputColumns List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Input Column> 
- Schema string
- DataSource stringArn 
- Name string
- Catalog string
- InputColumns []DataSet Input Column 
- Schema string
- dataSource StringArn 
- name String
- catalog String
- inputColumns List<DataSet Input Column> 
- schema String
- dataSource stringArn 
- name string
- catalog string
- inputColumns DataSet Input Column[] 
- schema string
- dataSource StringArn 
- name String
- catalog String
- inputColumns List<Property Map>
- schema String
DataSetRenameColumnOperation, DataSetRenameColumnOperationArgs          
- ColumnName string
- NewColumn stringName 
- ColumnName string
- NewColumn stringName 
- columnName String
- newColumn StringName 
- columnName string
- newColumn stringName 
- column_name str
- new_column_ strname 
- columnName String
- newColumn StringName 
DataSetResourcePermission, DataSetResourcePermissionArgs        
DataSetRowLevelPermissionDataSet, DataSetRowLevelPermissionDataSetArgs              
- Arn string
- PermissionPolicy Pulumi.Aws Native. Quick Sight. Data Set Row Level Permission Policy 
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- FormatVersion Pulumi.Aws Native. Quick Sight. Data Set Row Level Permission Format Version 
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- Namespace string
- Status
Pulumi.Aws Native. Quick Sight. Data Set Status 
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- Arn string
- PermissionPolicy DataSet Row Level Permission Policy 
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- FormatVersion DataSet Row Level Permission Format Version 
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- Namespace string
- Status
DataSet Status 
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- arn String
- permissionPolicy DataSet Row Level Permission Policy 
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- formatVersion DataSet Row Level Permission Format Version 
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- namespace String
- status
DataSet Status 
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- arn string
- permissionPolicy DataSet Row Level Permission Policy 
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- formatVersion DataSet Row Level Permission Format Version 
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- namespace string
- status
DataSet Status 
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- arn str
- permission_policy DataSet Row Level Permission Policy 
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- format_version DataSet Row Level Permission Format Version 
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- namespace str
- status
DataSet Status 
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- arn String
- permissionPolicy "GRANT_ACCESS" | "DENY_ACCESS"
- The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESSis included for backward compatibility only.
- formatVersion "VERSION_1" | "VERSION_2"
- The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- namespace String
- status "ENABLED" | "DISABLED"
- The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
DataSetRowLevelPermissionFormatVersion, DataSetRowLevelPermissionFormatVersionArgs              
- Version1
- VERSION_1
- Version2
- VERSION_2
- DataSet Row Level Permission Format Version Version1 
- VERSION_1
- DataSet Row Level Permission Format Version Version2 
- VERSION_2
- Version1
- VERSION_1
- Version2
- VERSION_2
- Version1
- VERSION_1
- Version2
- VERSION_2
- VERSION1
- VERSION_1
- VERSION2
- VERSION_2
- "VERSION_1"
- VERSION_1
- "VERSION_2"
- VERSION_2
DataSetRowLevelPermissionPolicy, DataSetRowLevelPermissionPolicyArgs            
- GrantAccess 
- GRANT_ACCESS
- DenyAccess 
- DENY_ACCESS
- DataSet Row Level Permission Policy Grant Access 
- GRANT_ACCESS
- DataSet Row Level Permission Policy Deny Access 
- DENY_ACCESS
- GrantAccess 
- GRANT_ACCESS
- DenyAccess 
- DENY_ACCESS
- GrantAccess 
- GRANT_ACCESS
- DenyAccess 
- DENY_ACCESS
- GRANT_ACCESS
- GRANT_ACCESS
- DENY_ACCESS
- DENY_ACCESS
- "GRANT_ACCESS"
- GRANT_ACCESS
- "DENY_ACCESS"
- DENY_ACCESS
DataSetRowLevelPermissionTagConfiguration, DataSetRowLevelPermissionTagConfigurationArgs              
- TagRules List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Row Level Permission Tag Rule> 
- Status
Pulumi.Aws Native. Quick Sight. Data Set Status 
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- TagRule List<ImmutableConfigurations Array<string>> 
- TagRules []DataSet Row Level Permission Tag Rule 
- Status
DataSet Status 
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- TagRule [][]stringConfigurations 
- tagRules List<DataSet Row Level Permission Tag Rule> 
- status
DataSet Status 
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- tagRule List<List<String>>Configurations 
- tagRules DataSet Row Level Permission Tag Rule[] 
- status
DataSet Status 
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- tagRule string[][]Configurations 
- tag_rules Sequence[DataSet Row Level Permission Tag Rule] 
- status
DataSet Status 
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- tag_rule_ Sequence[Sequence[str]]configurations 
- tagRules List<Property Map>
- status "ENABLED" | "DISABLED"
- The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status isDISABLED.
- tagRule List<List<String>>Configurations 
DataSetRowLevelPermissionTagRule, DataSetRowLevelPermissionTagRuleArgs              
- TagKey string
- ColumnName string
- MatchAll stringValue 
- TagMulti stringValue Delimiter 
- TagKey string
- ColumnName string
- MatchAll stringValue 
- TagMulti stringValue Delimiter 
- tagKey String
- columnName String
- matchAll StringValue 
- tagMulti StringValue Delimiter 
- tagKey string
- columnName string
- matchAll stringValue 
- tagMulti stringValue Delimiter 
- tag_key str
- column_name str
- match_all_ strvalue 
- tag_multi_ strvalue_ delimiter 
- tagKey String
- columnName String
- matchAll StringValue 
- tagMulti StringValue Delimiter 
DataSetS3Source, DataSetS3SourceArgs      
- DataSource stringArn 
- InputColumns List<Pulumi.Aws Native. Quick Sight. Inputs. Data Set Input Column> 
- UploadSettings Pulumi.Aws Native. Quick Sight. Inputs. Data Set Upload Settings 
- Information about the format for the S3 source file or files.
- DataSource stringArn 
- InputColumns []DataSet Input Column 
- UploadSettings DataSet Upload Settings 
- Information about the format for the S3 source file or files.
- dataSource StringArn 
- inputColumns List<DataSet Input Column> 
- uploadSettings DataSet Upload Settings 
- Information about the format for the S3 source file or files.
- dataSource stringArn 
- inputColumns DataSet Input Column[] 
- uploadSettings DataSet Upload Settings 
- Information about the format for the S3 source file or files.
- data_source_ strarn 
- input_columns Sequence[DataSet Input Column] 
- upload_settings DataSet Upload Settings 
- Information about the format for the S3 source file or files.
- dataSource StringArn 
- inputColumns List<Property Map>
- uploadSettings Property Map
- Information about the format for the S3 source file or files.
DataSetStatus, DataSetStatusArgs      
- Enabled
- ENABLED
- Disabled
- DISABLED
- DataSet Status Enabled 
- ENABLED
- DataSet Status Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
DataSetStringDatasetParameter, DataSetStringDatasetParameterArgs          
- Id string
- Name string
- ValueType Pulumi.Aws Native. Quick Sight. Data Set Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Data Set String Dataset Parameter Default Values 
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
- Id string
- Name string
- ValueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- DefaultValues DataSet String Dataset Parameter Default Values 
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
- id String
- name String
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet String Dataset Parameter Default Values 
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
- id string
- name string
- valueType DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues DataSet String Dataset Parameter Default Values 
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
- id str
- name str
- value_type DataSet Dataset Parameter Value Type 
- The value type of the dataset parameter. Valid values are single valueormulti value.
- default_values DataSet String Dataset Parameter Default Values 
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
- id String
- name String
- valueType "MULTI_VALUED" | "SINGLE_VALUED"
- The value type of the dataset parameter. Valid values are single valueormulti value.
- defaultValues Property Map
- A list of default values for a given string dataset parameter type. This structure only accepts static values.
DataSetStringDatasetParameterDefaultValues, DataSetStringDatasetParameterDefaultValuesArgs              
- StaticValues List<string>
- StaticValues []string
- staticValues List<String>
- staticValues string[]
- static_values Sequence[str]
- staticValues List<String>
DataSetTagColumnOperation, DataSetTagColumnOperationArgs          
- ColumnName string
- 
[]DataSet Column Tag 
- columnName String
- 
List<DataSet Column Tag> 
- columnName string
- 
DataSet Column Tag[] 
- columnName String
- List<Property Map>
DataSetTextQualifier, DataSetTextQualifierArgs        
- DoubleQuote 
- DOUBLE_QUOTE
- SingleQuote 
- SINGLE_QUOTE
- DataSet Text Qualifier Double Quote 
- DOUBLE_QUOTE
- DataSet Text Qualifier Single Quote 
- SINGLE_QUOTE
- DoubleQuote 
- DOUBLE_QUOTE
- SingleQuote 
- SINGLE_QUOTE
- DoubleQuote 
- DOUBLE_QUOTE
- SingleQuote 
- SINGLE_QUOTE
- DOUBLE_QUOTE
- DOUBLE_QUOTE
- SINGLE_QUOTE
- SINGLE_QUOTE
- "DOUBLE_QUOTE"
- DOUBLE_QUOTE
- "SINGLE_QUOTE"
- SINGLE_QUOTE
DataSetTimeGranularity, DataSetTimeGranularityArgs        
- Year
- YEAR
- Quarter
- QUARTER
- Month
- MONTH
- Week
- WEEK
- Day
- DAY
- Hour
- HOUR
- Minute
- MINUTE
- Second
- SECOND
- Millisecond
- MILLISECOND
- DataSet Time Granularity Year 
- YEAR
- DataSet Time Granularity Quarter 
- QUARTER
- DataSet Time Granularity Month 
- MONTH
- DataSet Time Granularity Week 
- WEEK
- DataSet Time Granularity Day 
- DAY
- DataSet Time Granularity Hour 
- HOUR
- DataSet Time Granularity Minute 
- MINUTE
- DataSet Time Granularity Second 
- SECOND
- DataSet Time Granularity Millisecond 
- MILLISECOND
- Year
- YEAR
- Quarter
- QUARTER
- Month
- MONTH
- Week
- WEEK
- Day
- DAY
- Hour
- HOUR
- Minute
- MINUTE
- Second
- SECOND
- Millisecond
- MILLISECOND
- Year
- YEAR
- Quarter
- QUARTER
- Month
- MONTH
- Week
- WEEK
- Day
- DAY
- Hour
- HOUR
- Minute
- MINUTE
- Second
- SECOND
- Millisecond
- MILLISECOND
- YEAR
- YEAR
- QUARTER
- QUARTER
- MONTH
- MONTH
- WEEK
- WEEK
- DAY
- DAY
- HOUR
- HOUR
- MINUTE
- MINUTE
- SECOND
- SECOND
- MILLISECOND
- MILLISECOND
- "YEAR"
- YEAR
- "QUARTER"
- QUARTER
- "MONTH"
- MONTH
- "WEEK"
- WEEK
- "DAY"
- DAY
- "HOUR"
- HOUR
- "MINUTE"
- MINUTE
- "SECOND"
- SECOND
- "MILLISECOND"
- MILLISECOND
DataSetTransformOperation, DataSetTransformOperationArgs        
- CastColumn Pulumi.Type Operation Aws Native. Quick Sight. Inputs. Data Set Cast Column Type Operation 
- A transform operation that casts a column to a different type.
- CreateColumns Pulumi.Operation Aws Native. Quick Sight. Inputs. Data Set Create Columns Operation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- FilterOperation Pulumi.Aws Native. Quick Sight. Inputs. Data Set Filter Operation 
- An operation that filters rows based on some condition.
- OverrideDataset Pulumi.Parameter Operation Aws Native. Quick Sight. Inputs. Data Set Override Dataset Parameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- ProjectOperation Pulumi.Aws Native. Quick Sight. Inputs. Data Set Project Operation 
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- RenameColumn Pulumi.Operation Aws Native. Quick Sight. Inputs. Data Set Rename Column Operation 
- An operation that renames a column.
- TagColumn Pulumi.Operation Aws Native. Quick Sight. Inputs. Data Set Tag Column Operation 
- An operation that tags a column with additional information.
- UntagColumn Pulumi.Operation Aws Native. Quick Sight. Inputs. Data Set Untag Column Operation 
- CastColumn DataType Operation Set Cast Column Type Operation 
- A transform operation that casts a column to a different type.
- CreateColumns DataOperation Set Create Columns Operation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- FilterOperation DataSet Filter Operation 
- An operation that filters rows based on some condition.
- OverrideDataset DataParameter Operation Set Override Dataset Parameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- ProjectOperation DataSet Project Operation 
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- RenameColumn DataOperation Set Rename Column Operation 
- An operation that renames a column.
- TagColumn DataOperation Set Tag Column Operation 
- An operation that tags a column with additional information.
- UntagColumn DataOperation Set Untag Column Operation 
- castColumn DataType Operation Set Cast Column Type Operation 
- A transform operation that casts a column to a different type.
- createColumns DataOperation Set Create Columns Operation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- filterOperation DataSet Filter Operation 
- An operation that filters rows based on some condition.
- overrideDataset DataParameter Operation Set Override Dataset Parameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- projectOperation DataSet Project Operation 
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- renameColumn DataOperation Set Rename Column Operation 
- An operation that renames a column.
- tagColumn DataOperation Set Tag Column Operation 
- An operation that tags a column with additional information.
- untagColumn DataOperation Set Untag Column Operation 
- castColumn DataType Operation Set Cast Column Type Operation 
- A transform operation that casts a column to a different type.
- createColumns DataOperation Set Create Columns Operation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- filterOperation DataSet Filter Operation 
- An operation that filters rows based on some condition.
- overrideDataset DataParameter Operation Set Override Dataset Parameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- projectOperation DataSet Project Operation 
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- renameColumn DataOperation Set Rename Column Operation 
- An operation that renames a column.
- tagColumn DataOperation Set Tag Column Operation 
- An operation that tags a column with additional information.
- untagColumn DataOperation Set Untag Column Operation 
- cast_column_ Datatype_ operation Set Cast Column Type Operation 
- A transform operation that casts a column to a different type.
- create_columns_ Dataoperation Set Create Columns Operation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- filter_operation DataSet Filter Operation 
- An operation that filters rows based on some condition.
- override_dataset_ Dataparameter_ operation Set Override Dataset Parameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- project_operation DataSet Project Operation 
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- rename_column_ Dataoperation Set Rename Column Operation 
- An operation that renames a column.
- tag_column_ Dataoperation Set Tag Column Operation 
- An operation that tags a column with additional information.
- untag_column_ Dataoperation Set Untag Column Operation 
- castColumn Property MapType Operation 
- A transform operation that casts a column to a different type.
- createColumns Property MapOperation 
- An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
- filterOperation Property Map
- An operation that filters rows based on some condition.
- overrideDataset Property MapParameter Operation 
- A transform operation that overrides the dataset parameter values that are defined in another dataset.
- projectOperation Property Map
- An operation that projects columns. Operations that come after a projection can only refer to projected columns.
- renameColumn Property MapOperation 
- An operation that renames a column.
- tagColumn Property MapOperation 
- An operation that tags a column with additional information.
- untagColumn Property MapOperation 
DataSetUniqueKey, DataSetUniqueKeyArgs        
- ColumnNames List<string>
- ColumnNames []string
- columnNames List<String>
- columnNames string[]
- column_names Sequence[str]
- columnNames List<String>
DataSetUntagColumnOperation, DataSetUntagColumnOperationArgs          
DataSetUploadSettings, DataSetUploadSettingsArgs        
- ContainsHeader bool
- Delimiter string
- Format
Pulumi.Aws Native. Quick Sight. Data Set File Format 
- File format.
- StartFrom doubleRow 
- TextQualifier Pulumi.Aws Native. Quick Sight. Data Set Text Qualifier 
- Text qualifier.
- ContainsHeader bool
- Delimiter string
- Format
DataSet File Format 
- File format.
- StartFrom float64Row 
- TextQualifier DataSet Text Qualifier 
- Text qualifier.
- containsHeader Boolean
- delimiter String
- format
DataSet File Format 
- File format.
- startFrom DoubleRow 
- textQualifier DataSet Text Qualifier 
- Text qualifier.
- containsHeader boolean
- delimiter string
- format
DataSet File Format 
- File format.
- startFrom numberRow 
- textQualifier DataSet Text Qualifier 
- Text qualifier.
- contains_header bool
- delimiter str
- format
DataSet File Format 
- File format.
- start_from_ floatrow 
- text_qualifier DataSet Text Qualifier 
- Text qualifier.
- containsHeader Boolean
- delimiter String
- format "CSV" | "TSV" | "CLF" | "ELF" | "XLSX" | "JSON"
- File format.
- startFrom NumberRow 
- textQualifier "DOUBLE_QUOTE" | "SINGLE_QUOTE"
- Text qualifier.
DataSetUsageConfiguration, DataSetUsageConfigurationArgs        
- disableUse BooleanAs Direct Query Source 
- disableUse BooleanAs Imported Source 
- disableUse booleanAs Direct Query Source 
- disableUse booleanAs Imported Source 
- disableUse BooleanAs Direct Query Source 
- disableUse BooleanAs Imported Source 
DataSetUseAs, DataSetUseAsArgs        
- RlsRules 
- RLS_RULES
- DataSet Use As Rls Rules 
- RLS_RULES
- RlsRules 
- RLS_RULES
- RlsRules 
- RLS_RULES
- RLS_RULES
- RLS_RULES
- "RLS_RULES"
- RLS_RULES
Tag, TagArgs  
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
