1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. quicksight
  5. DataSet

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi

    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_prep_configuration: Optional[DataSetDataPrepConfigurationArgs] = 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,
                semantic_model_configuration: Optional[DataSetSemanticModelConfigurationArgs] = 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:

    AwsAccountId string
    The AWS account ID.
    ColumnGroups List<Pulumi.AwsNative.QuickSight.Inputs.DataSetColumnGroup>
    ColumnLevelPermissionRules List<Pulumi.AwsNative.QuickSight.Inputs.DataSetColumnLevelPermissionRule>
    DataPrepConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepConfiguration
    The data preparation configuration associated with this dataset.
    DataSetId string
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    DataSetRefreshProperties Pulumi.AwsNative.QuickSight.Inputs.DataSetRefreshProperties
    The refresh properties of a dataset.
    DataSetUsageConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetUsageConfiguration
    The usage configuration to apply to child datasets that reference this dataset as a source.
    DatasetParameters List<Pulumi.AwsNative.QuickSight.Inputs.DataSetDatasetParameter>
    FieldFolders Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetFieldFolderArgs>
    The folder that contains fields and nested subfolders for your dataset.
    FolderArns List<string>
    ImportMode Pulumi.AwsNative.QuickSight.DataSetImportMode
    Indicates whether you want to import the data into SPICE.
    IngestionWaitPolicy Pulumi.AwsNative.QuickSight.Inputs.DataSetIngestionWaitPolicy
    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.
    LogicalTableMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetLogicalTableArgs>
    Name string
    PerformanceConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetPerformanceConfiguration
    The performance optimization configuration of a dataset.
    Permissions List<Pulumi.AwsNative.QuickSight.Inputs.DataSetResourcePermission>
    PhysicalTableMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetPhysicalTableArgs>
    Declares the physical tables that are available in the underlying data sources.
    RowLevelPermissionDataSet Pulumi.AwsNative.QuickSight.Inputs.DataSetRowLevelPermissionDataSet
    RowLevelPermissionTagConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetRowLevelPermissionTagConfiguration
    SemanticModelConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetSemanticModelConfiguration
    The semantic model configuration associated with this dataset.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    UseAs Pulumi.AwsNative.QuickSight.DataSetUseAs
    The usage of the dataset.
    AwsAccountId string
    The AWS account ID.
    ColumnGroups []DataSetColumnGroupArgs
    ColumnLevelPermissionRules []DataSetColumnLevelPermissionRuleArgs
    DataPrepConfiguration DataSetDataPrepConfigurationArgs
    The data preparation configuration associated with this dataset.
    DataSetId string
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    DataSetRefreshProperties DataSetRefreshPropertiesArgs
    The refresh properties of a dataset.
    DataSetUsageConfiguration DataSetUsageConfigurationArgs
    The usage configuration to apply to child datasets that reference this dataset as a source.
    DatasetParameters []DataSetDatasetParameterArgs
    FieldFolders map[string]DataSetFieldFolderArgs
    The folder that contains fields and nested subfolders for your dataset.
    FolderArns []string
    ImportMode DataSetImportMode
    Indicates whether you want to import the data into SPICE.
    IngestionWaitPolicy DataSetIngestionWaitPolicyArgs
    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.
    LogicalTableMap map[string]DataSetLogicalTableArgs
    Name string
    PerformanceConfiguration DataSetPerformanceConfigurationArgs
    The performance optimization configuration of a dataset.
    Permissions []DataSetResourcePermissionArgs
    PhysicalTableMap map[string]DataSetPhysicalTableArgs
    Declares the physical tables that are available in the underlying data sources.
    RowLevelPermissionDataSet DataSetRowLevelPermissionDataSetArgs
    RowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfigurationArgs
    SemanticModelConfiguration DataSetSemanticModelConfigurationArgs
    The semantic model configuration associated with this dataset.
    Tags TagArgs
    UseAs DataSetUseAs
    The usage of the dataset.
    awsAccountId String
    The AWS account ID.
    columnGroups List<DataSetColumnGroup>
    columnLevelPermissionRules List<DataSetColumnLevelPermissionRule>
    dataPrepConfiguration DataSetDataPrepConfiguration
    The data preparation configuration associated with this dataset.
    dataSetId String
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    dataSetRefreshProperties DataSetRefreshProperties
    The refresh properties of a dataset.
    dataSetUsageConfiguration DataSetUsageConfiguration
    The usage configuration to apply to child datasets that reference this dataset as a source.
    datasetParameters List<DataSetDatasetParameter>
    fieldFolders Map<String,DataSetFieldFolderArgs>
    The folder that contains fields and nested subfolders for your dataset.
    folderArns List<String>
    importMode DataSetImportMode
    Indicates whether you want to import the data into SPICE.
    ingestionWaitPolicy DataSetIngestionWaitPolicy
    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.
    logicalTableMap Map<String,DataSetLogicalTableArgs>
    name String
    performanceConfiguration DataSetPerformanceConfiguration
    The performance optimization configuration of a dataset.
    permissions List<DataSetResourcePermission>
    physicalTableMap Map<String,DataSetPhysicalTableArgs>
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet DataSetRowLevelPermissionDataSet
    rowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfiguration
    semanticModelConfiguration DataSetSemanticModelConfiguration
    The semantic model configuration associated with this dataset.
    tags List<Tag>
    useAs DataSetUseAs
    The usage of the dataset.
    awsAccountId string
    The AWS account ID.
    columnGroups DataSetColumnGroup[]
    columnLevelPermissionRules DataSetColumnLevelPermissionRule[]
    dataPrepConfiguration DataSetDataPrepConfiguration
    The data preparation configuration associated with this dataset.
    dataSetId string
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    dataSetRefreshProperties DataSetRefreshProperties
    The refresh properties of a dataset.
    dataSetUsageConfiguration DataSetUsageConfiguration
    The usage configuration to apply to child datasets that reference this dataset as a source.
    datasetParameters DataSetDatasetParameter[]
    fieldFolders {[key: string]: DataSetFieldFolderArgs}
    The folder that contains fields and nested subfolders for your dataset.
    folderArns string[]
    importMode DataSetImportMode
    Indicates whether you want to import the data into SPICE.
    ingestionWaitPolicy DataSetIngestionWaitPolicy
    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.
    logicalTableMap {[key: string]: DataSetLogicalTableArgs}
    name string
    performanceConfiguration DataSetPerformanceConfiguration
    The performance optimization configuration of a dataset.
    permissions DataSetResourcePermission[]
    physicalTableMap {[key: string]: DataSetPhysicalTableArgs}
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet DataSetRowLevelPermissionDataSet
    rowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfiguration
    semanticModelConfiguration DataSetSemanticModelConfiguration
    The semantic model configuration associated with this dataset.
    tags Tag[]
    useAs DataSetUseAs
    The usage of the dataset.
    aws_account_id str
    The AWS account ID.
    column_groups Sequence[DataSetColumnGroupArgs]
    column_level_permission_rules Sequence[DataSetColumnLevelPermissionRuleArgs]
    data_prep_configuration DataSetDataPrepConfigurationArgs
    The data preparation configuration associated with this dataset.
    data_set_id str
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    data_set_refresh_properties DataSetRefreshPropertiesArgs
    The refresh properties of a dataset.
    data_set_usage_configuration DataSetUsageConfigurationArgs
    The usage configuration to apply to child datasets that reference this dataset as a source.
    dataset_parameters Sequence[DataSetDatasetParameterArgs]
    field_folders Mapping[str, DataSetFieldFolderArgs]
    The folder that contains fields and nested subfolders for your dataset.
    folder_arns Sequence[str]
    import_mode DataSetImportMode
    Indicates whether you want to import the data into SPICE.
    ingestion_wait_policy DataSetIngestionWaitPolicyArgs
    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_map Mapping[str, DataSetLogicalTableArgs]
    name str
    performance_configuration DataSetPerformanceConfigurationArgs
    The performance optimization configuration of a dataset.
    permissions Sequence[DataSetResourcePermissionArgs]
    physical_table_map Mapping[str, DataSetPhysicalTableArgs]
    Declares the physical tables that are available in the underlying data sources.
    row_level_permission_data_set DataSetRowLevelPermissionDataSetArgs
    row_level_permission_tag_configuration DataSetRowLevelPermissionTagConfigurationArgs
    semantic_model_configuration DataSetSemanticModelConfigurationArgs
    The semantic model configuration associated with this dataset.
    tags Sequence[TagArgs]
    use_as DataSetUseAs
    The usage of the dataset.
    awsAccountId String
    The AWS account ID.
    columnGroups List<Property Map>
    columnLevelPermissionRules List<Property Map>
    dataPrepConfiguration Property Map
    The data preparation configuration associated with this dataset.
    dataSetId String
    An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
    dataSetRefreshProperties Property Map
    The refresh properties of a dataset.
    dataSetUsageConfiguration Property Map
    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.
    ingestionWaitPolicy Property Map
    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.
    logicalTableMap Map<Property Map>
    name String
    performanceConfiguration Property Map
    The performance optimization configuration of a dataset.
    permissions List<Property Map>
    physicalTableMap Map<Property Map>
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet Property Map
    rowLevelPermissionTagConfiguration Property Map
    semanticModelConfiguration Property Map
    The semantic model configuration associated with this dataset.
    tags 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
    ConsumedSpiceCapacityInBytes double
    CreatedTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    OutputColumns List<Pulumi.AwsNative.QuickSight.Outputs.DataSetOutputColumn>
    Arn string
    ConsumedSpiceCapacityInBytes float64
    CreatedTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    OutputColumns []DataSetOutputColumn
    arn String
    consumedSpiceCapacityInBytes Double
    createdTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    outputColumns List<DataSetOutputColumn>
    arn string
    consumedSpiceCapacityInBytes number
    createdTime string
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    outputColumns DataSetOutputColumn[]
    arn str
    consumed_spice_capacity_in_bytes float
    created_time str
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    output_columns Sequence[DataSetOutputColumn]
    arn String
    consumedSpiceCapacityInBytes Number
    createdTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    outputColumns List<Property Map>

    Supporting Types

    DataSetAggregateOperation, DataSetAggregateOperationArgs

    Aggregations List<Pulumi.AwsNative.QuickSight.Inputs.DataSetAggregation>
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    Alias string
    Alias for this operation.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for the aggregation.
    GroupByColumnNames List<string>
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
    Aggregations []DataSetAggregation
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    Alias string
    Alias for this operation.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for the aggregation.
    GroupByColumnNames []string
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
    aggregations List<DataSetAggregation>
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    alias String
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the aggregation.
    groupByColumnNames List<String>
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
    aggregations DataSetAggregation[]
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    alias string
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the aggregation.
    groupByColumnNames string[]
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
    aggregations Sequence[DataSetAggregation]
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    alias str
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the aggregation.
    group_by_column_names Sequence[str]
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
    aggregations List<Property Map>
    The list of aggregation functions to apply to the grouped data, such as SUM , COUNT , or AVERAGE .
    alias String
    Alias for this operation.
    source Property Map
    The source transform operation that provides input data for the aggregation.
    groupByColumnNames List<String>
    The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.

    DataSetAggregation, DataSetAggregationArgs

    AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepAggregationFunction
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    NewColumnId string
    A unique identifier for the new column that will contain the aggregated values.
    NewColumnName string
    The name for the new column that will contain the aggregated values.
    AggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    NewColumnId string
    A unique identifier for the new column that will contain the aggregated values.
    NewColumnName string
    The name for the new column that will contain the aggregated values.
    aggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    newColumnId String
    A unique identifier for the new column that will contain the aggregated values.
    newColumnName String
    The name for the new column that will contain the aggregated values.
    aggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    newColumnId string
    A unique identifier for the new column that will contain the aggregated values.
    newColumnName string
    The name for the new column that will contain the aggregated values.
    aggregation_function DataSetDataPrepAggregationFunction
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    new_column_id str
    A unique identifier for the new column that will contain the aggregated values.
    new_column_name str
    The name for the new column that will contain the aggregated values.
    aggregationFunction Property Map
    The aggregation function to apply, such as SUM , COUNT , AVERAGE , MIN , MAX
    newColumnId String
    A unique identifier for the new column that will contain the aggregated values.
    newColumnName String
    The name for the new column that will contain the aggregated values.

    DataSetAppendOperation, DataSetAppendOperationArgs

    Alias string
    Alias for this operation.
    AppendedColumns List<Pulumi.AwsNative.QuickSight.Inputs.DataSetAppendedColumn>
    The list of columns to include in the appended result, mapping columns from both sources.
    FirstSource Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The first data source to be included in the append operation.
    SecondSource Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The second data source to be appended to the first source.
    Alias string
    Alias for this operation.
    AppendedColumns []DataSetAppendedColumn
    The list of columns to include in the appended result, mapping columns from both sources.
    FirstSource DataSetTransformOperationSource
    The first data source to be included in the append operation.
    SecondSource DataSetTransformOperationSource
    The second data source to be appended to the first source.
    alias String
    Alias for this operation.
    appendedColumns List<DataSetAppendedColumn>
    The list of columns to include in the appended result, mapping columns from both sources.
    firstSource DataSetTransformOperationSource
    The first data source to be included in the append operation.
    secondSource DataSetTransformOperationSource
    The second data source to be appended to the first source.
    alias string
    Alias for this operation.
    appendedColumns DataSetAppendedColumn[]
    The list of columns to include in the appended result, mapping columns from both sources.
    firstSource DataSetTransformOperationSource
    The first data source to be included in the append operation.
    secondSource DataSetTransformOperationSource
    The second data source to be appended to the first source.
    alias str
    Alias for this operation.
    appended_columns Sequence[DataSetAppendedColumn]
    The list of columns to include in the appended result, mapping columns from both sources.
    first_source DataSetTransformOperationSource
    The first data source to be included in the append operation.
    second_source DataSetTransformOperationSource
    The second data source to be appended to the first source.
    alias String
    Alias for this operation.
    appendedColumns List<Property Map>
    The list of columns to include in the appended result, mapping columns from both sources.
    firstSource Property Map
    The first data source to be included in the append operation.
    secondSource Property Map
    The second data source to be appended to the first source.

    DataSetAppendedColumn, DataSetAppendedColumnArgs

    ColumnName string
    The name of the column to include in the appended result.
    NewColumnId string
    A unique identifier for the column in the appended result.
    ColumnName string
    The name of the column to include in the appended result.
    NewColumnId string
    A unique identifier for the column in the appended result.
    columnName String
    The name of the column to include in the appended result.
    newColumnId String
    A unique identifier for the column in the appended result.
    columnName string
    The name of the column to include in the appended result.
    newColumnId string
    A unique identifier for the column in the appended result.
    column_name str
    The name of the column to include in the appended result.
    new_column_id str
    A unique identifier for the column in the appended result.
    columnName String
    The name of the column to include in the appended result.
    newColumnId String
    A unique identifier for the column in the appended result.

    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
    columnId String
    columnName String
    expression String

    DataSetCastColumnTypeOperation, DataSetCastColumnTypeOperationArgs

    ColumnName string
    NewColumnType Pulumi.AwsNative.QuickSight.DataSetColumnDataType
    New column data type.
    Format string
    SubType Pulumi.AwsNative.QuickSight.DataSetColumnDataSubType
    The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
    ColumnName string
    NewColumnType DataSetColumnDataType
    New column data type.
    Format string
    SubType DataSetColumnDataSubType
    The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
    columnName String
    newColumnType DataSetColumnDataType
    New column data type.
    format String
    subType DataSetColumnDataSubType
    The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
    columnName string
    newColumnType DataSetColumnDataType
    New column data type.
    format string
    subType DataSetColumnDataSubType
    The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
    column_name str
    new_column_type DataSetColumnDataType
    New column data type.
    format str
    sub_type DataSetColumnDataSubType
    The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
    columnName String
    newColumnType "STRING" | "INTEGER" | "DECIMAL" | "DATETIME"
    New column data type.
    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.

    DataSetCastColumnTypesOperation, DataSetCastColumnTypesOperationArgs

    Alias string
    Alias for this operation.
    CastColumnTypeOperations List<Pulumi.AwsNative.QuickSight.Inputs.DataSetCastColumnTypeOperation>
    The list of column type casting operations to perform.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for the type casting.
    Alias string
    Alias for this operation.
    CastColumnTypeOperations []DataSetCastColumnTypeOperation
    The list of column type casting operations to perform.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for the type casting.
    alias String
    Alias for this operation.
    castColumnTypeOperations List<DataSetCastColumnTypeOperation>
    The list of column type casting operations to perform.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the type casting.
    alias string
    Alias for this operation.
    castColumnTypeOperations DataSetCastColumnTypeOperation[]
    The list of column type casting operations to perform.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the type casting.
    alias str
    Alias for this operation.
    cast_column_type_operations Sequence[DataSetCastColumnTypeOperation]
    The list of column type casting operations to perform.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for the type casting.
    alias String
    Alias for this operation.
    castColumnTypeOperations List<Property Map>
    The list of column type casting operations to perform.
    source Property Map
    The source transform operation that provides input data for the type casting.

    DataSetColumnDataSubType, DataSetColumnDataSubTypeArgs

    Float
    FLOAT
    Fixed
    FIXED
    DataSetColumnDataSubTypeFloat
    FLOAT
    DataSetColumnDataSubTypeFixed
    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
    DataSetColumnDataTypeString
    STRING
    DataSetColumnDataTypeInteger
    INTEGER
    DataSetColumnDataTypeDecimal
    DECIMAL
    DataSetColumnDataTypeDatetime
    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

    GeoSpatialColumnGroup DataSetGeoSpatialColumnGroup
    Geospatial column group that denotes a hierarchy.
    geoSpatialColumnGroup DataSetGeoSpatialColumnGroup
    Geospatial column group that denotes a hierarchy.
    geoSpatialColumnGroup DataSetGeoSpatialColumnGroup
    Geospatial column group that denotes a hierarchy.
    geo_spatial_column_group DataSetGeoSpatialColumnGroup
    Geospatial column group that denotes a hierarchy.
    geoSpatialColumnGroup Property Map
    Geospatial column group that denotes a hierarchy.

    DataSetColumnIdMapping, DataSetColumnIdMappingArgs

    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 DataSetColumnDescription
    A description for a column.
    ColumnGeographicRole DataSetGeoSpatialDataRole
    A geospatial role for a column.
    columnDescription DataSetColumnDescription
    A description for a column.
    columnGeographicRole DataSetGeoSpatialDataRole
    A geospatial role for a column.
    columnDescription DataSetColumnDescription
    A description for a column.
    columnGeographicRole DataSetGeoSpatialDataRole
    A geospatial role for a column.
    column_description DataSetColumnDescription
    A description for a column.
    column_geographic_role DataSetGeoSpatialDataRole
    A geospatial role for a column.

    DataSetColumnTagName, DataSetColumnTagNameArgs

    ColumnGeographicRole
    COLUMN_GEOGRAPHIC_ROLE
    ColumnDescription
    COLUMN_DESCRIPTION
    DataSetColumnTagNameColumnGeographicRole
    COLUMN_GEOGRAPHIC_ROLE
    DataSetColumnTagNameColumnDescription
    COLUMN_DESCRIPTION
    ColumnGeographicRole
    COLUMN_GEOGRAPHIC_ROLE
    ColumnDescription
    COLUMN_DESCRIPTION
    ColumnGeographicRole
    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

    DataSetColumnToUnpivot, DataSetColumnToUnpivotArgs

    ColumnName string
    The name of the column to unpivot from the source data.
    NewValue string
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
    ColumnName string
    The name of the column to unpivot from the source data.
    NewValue string
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
    columnName String
    The name of the column to unpivot from the source data.
    newValue String
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
    columnName string
    The name of the column to unpivot from the source data.
    newValue string
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
    column_name str
    The name of the column to unpivot from the source data.
    new_value str
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
    columnName String
    The name of the column to unpivot from the source data.
    newValue String
    The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.

    DataSetCreateColumnsOperation, DataSetCreateColumnsOperationArgs

    Columns List<Pulumi.AwsNative.QuickSight.Inputs.DataSetCalculatedColumn>
    Alias string
    Alias for this operation.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for creating new calculated columns.
    Columns []DataSetCalculatedColumn
    Alias string
    Alias for this operation.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for creating new calculated columns.
    columns List<DataSetCalculatedColumn>
    alias String
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for creating new calculated columns.
    columns DataSetCalculatedColumn[]
    alias string
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for creating new calculated columns.
    columns Sequence[DataSetCalculatedColumn]
    alias str
    Alias for this operation.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for creating new calculated columns.
    columns List<Property Map>
    alias String
    Alias for this operation.
    source Property Map
    The source transform operation that provides input data for creating new calculated columns.

    DataSetCustomSql, DataSetCustomSqlArgs

    DataSetDataPrepAggregationFunction, DataSetDataPrepAggregationFunctionArgs

    ListAggregation Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepListAggregationFunction
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    PercentileAggregation Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepPercentileAggregationFunction
    SimpleAggregation Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepSimpleAggregationFunction
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    ListAggregation DataSetDataPrepListAggregationFunction
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    PercentileAggregation DataSetDataPrepPercentileAggregationFunction
    SimpleAggregation DataSetDataPrepSimpleAggregationFunction
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    listAggregation DataSetDataPrepListAggregationFunction
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    percentileAggregation DataSetDataPrepPercentileAggregationFunction
    simpleAggregation DataSetDataPrepSimpleAggregationFunction
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    listAggregation DataSetDataPrepListAggregationFunction
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    percentileAggregation DataSetDataPrepPercentileAggregationFunction
    simpleAggregation DataSetDataPrepSimpleAggregationFunction
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    list_aggregation DataSetDataPrepListAggregationFunction
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    percentile_aggregation DataSetDataPrepPercentileAggregationFunction
    simple_aggregation DataSetDataPrepSimpleAggregationFunction
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    listAggregation Property Map
    A list aggregation function that concatenates values from multiple rows into a single delimited string.
    percentileAggregation Property Map
    simpleAggregation Property Map
    A simple aggregation function such as SUM , COUNT , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .

    DataSetDataPrepConfiguration, DataSetDataPrepConfigurationArgs

    DestinationTableMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetDestinationTable>
    A map of destination tables that receive the final prepared data.
    SourceTableMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetSourceTable>
    A map of source tables that provide information about underlying sources.
    TransformStepMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformStep>
    A map of transformation steps that process the data.
    DestinationTableMap map[string]DataSetDestinationTable
    A map of destination tables that receive the final prepared data.
    SourceTableMap map[string]DataSetSourceTable
    A map of source tables that provide information about underlying sources.
    TransformStepMap map[string]DataSetTransformStep
    A map of transformation steps that process the data.
    destinationTableMap Map<String,DataSetDestinationTable>
    A map of destination tables that receive the final prepared data.
    sourceTableMap Map<String,DataSetSourceTable>
    A map of source tables that provide information about underlying sources.
    transformStepMap Map<String,DataSetTransformStep>
    A map of transformation steps that process the data.
    destinationTableMap {[key: string]: DataSetDestinationTable}
    A map of destination tables that receive the final prepared data.
    sourceTableMap {[key: string]: DataSetSourceTable}
    A map of source tables that provide information about underlying sources.
    transformStepMap {[key: string]: DataSetTransformStep}
    A map of transformation steps that process the data.
    destination_table_map Mapping[str, DataSetDestinationTable]
    A map of destination tables that receive the final prepared data.
    source_table_map Mapping[str, DataSetSourceTable]
    A map of source tables that provide information about underlying sources.
    transform_step_map Mapping[str, DataSetTransformStep]
    A map of transformation steps that process the data.
    destinationTableMap Map<Property Map>
    A map of destination tables that receive the final prepared data.
    sourceTableMap Map<Property Map>
    A map of source tables that provide information about underlying sources.
    transformStepMap Map<Property Map>
    A map of transformation steps that process the data.

    DataSetDataPrepListAggregationFunction, DataSetDataPrepListAggregationFunctionArgs

    Distinct bool
    Whether to include only distinct values in the concatenated result, removing duplicates.
    Separator string
    The string used to separate values in the concatenated result.
    InputColumnName string
    The name of the column containing values to be concatenated.
    Distinct bool
    Whether to include only distinct values in the concatenated result, removing duplicates.
    Separator string
    The string used to separate values in the concatenated result.
    InputColumnName string
    The name of the column containing values to be concatenated.
    distinct Boolean
    Whether to include only distinct values in the concatenated result, removing duplicates.
    separator String
    The string used to separate values in the concatenated result.
    inputColumnName String
    The name of the column containing values to be concatenated.
    distinct boolean
    Whether to include only distinct values in the concatenated result, removing duplicates.
    separator string
    The string used to separate values in the concatenated result.
    inputColumnName string
    The name of the column containing values to be concatenated.
    distinct bool
    Whether to include only distinct values in the concatenated result, removing duplicates.
    separator str
    The string used to separate values in the concatenated result.
    input_column_name str
    The name of the column containing values to be concatenated.
    distinct Boolean
    Whether to include only distinct values in the concatenated result, removing duplicates.
    separator String
    The string used to separate values in the concatenated result.
    inputColumnName String
    The name of the column containing values to be concatenated.

    DataSetDataPrepPercentileAggregationFunction, DataSetDataPrepPercentileAggregationFunctionArgs

    DataSetDataPrepSimpleAggregationFunction, DataSetDataPrepSimpleAggregationFunctionArgs

    FunctionType Pulumi.AwsNative.QuickSight.DataSetDataPrepSimpleAggregationFunctionType
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    InputColumnName string
    The name of the column on which to perform the aggregation function.
    FunctionType DataSetDataPrepSimpleAggregationFunctionType
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    InputColumnName string
    The name of the column on which to perform the aggregation function.
    functionType DataSetDataPrepSimpleAggregationFunctionType
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    inputColumnName String
    The name of the column on which to perform the aggregation function.
    functionType DataSetDataPrepSimpleAggregationFunctionType
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    inputColumnName string
    The name of the column on which to perform the aggregation function.
    function_type DataSetDataPrepSimpleAggregationFunctionType
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    input_column_name str
    The name of the column on which to perform the aggregation function.
    functionType "COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MEDIAN" | "MAX" | "MIN" | "VARIANCE" | "STANDARD_DEVIATION"
    The type of aggregation function to perform, such as COUNT , SUM , AVERAGE , MIN , MAX , MEDIAN , VARIANCE , or STANDARD_DEVIATION .
    inputColumnName String
    The name of the column on which to perform the aggregation function.

    DataSetDataPrepSimpleAggregationFunctionType, DataSetDataPrepSimpleAggregationFunctionTypeArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Sum
    SUM
    Average
    AVERAGE
    Median
    MEDIAN
    Max
    MAX
    Min
    MIN
    Variance
    VARIANCE
    StandardDeviation
    STANDARD_DEVIATION
    DataSetDataPrepSimpleAggregationFunctionTypeCount
    COUNT
    DataSetDataPrepSimpleAggregationFunctionTypeDistinctCount
    DISTINCT_COUNT
    DataSetDataPrepSimpleAggregationFunctionTypeSum
    SUM
    DataSetDataPrepSimpleAggregationFunctionTypeAverage
    AVERAGE
    DataSetDataPrepSimpleAggregationFunctionTypeMedian
    MEDIAN
    DataSetDataPrepSimpleAggregationFunctionTypeMax
    MAX
    DataSetDataPrepSimpleAggregationFunctionTypeMin
    MIN
    DataSetDataPrepSimpleAggregationFunctionTypeVariance
    VARIANCE
    DataSetDataPrepSimpleAggregationFunctionTypeStandardDeviation
    STANDARD_DEVIATION
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Sum
    SUM
    Average
    AVERAGE
    Median
    MEDIAN
    Max
    MAX
    Min
    MIN
    Variance
    VARIANCE
    StandardDeviation
    STANDARD_DEVIATION
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Sum
    SUM
    Average
    AVERAGE
    Median
    MEDIAN
    Max
    MAX
    Min
    MIN
    Variance
    VARIANCE
    StandardDeviation
    STANDARD_DEVIATION
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    SUM
    SUM
    AVERAGE
    AVERAGE
    MEDIAN
    MEDIAN
    MAX
    MAX
    MIN
    MIN
    VARIANCE
    VARIANCE
    STANDARD_DEVIATION
    STANDARD_DEVIATION
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "SUM"
    SUM
    "AVERAGE"
    AVERAGE
    "MEDIAN"
    MEDIAN
    "MAX"
    MAX
    "MIN"
    MIN
    "VARIANCE"
    VARIANCE
    "STANDARD_DEVIATION"
    STANDARD_DEVIATION

    DataSetDatasetParameter, DataSetDatasetParameterArgs

    DateTimeDatasetParameter DataSetDateTimeDatasetParameter
    A date time parameter that is created in the dataset.
    DecimalDatasetParameter DataSetDecimalDatasetParameter
    A decimal parameter that is created in the dataset.
    IntegerDatasetParameter DataSetIntegerDatasetParameter
    An integer parameter that is created in the dataset.
    StringDatasetParameter DataSetStringDatasetParameter
    A string parameter that is created in the dataset.
    dateTimeDatasetParameter DataSetDateTimeDatasetParameter
    A date time parameter that is created in the dataset.
    decimalDatasetParameter DataSetDecimalDatasetParameter
    A decimal parameter that is created in the dataset.
    integerDatasetParameter DataSetIntegerDatasetParameter
    An integer parameter that is created in the dataset.
    stringDatasetParameter DataSetStringDatasetParameter
    A string parameter that is created in the dataset.
    dateTimeDatasetParameter DataSetDateTimeDatasetParameter
    A date time parameter that is created in the dataset.
    decimalDatasetParameter DataSetDecimalDatasetParameter
    A decimal parameter that is created in the dataset.
    integerDatasetParameter DataSetIntegerDatasetParameter
    An integer parameter that is created in the dataset.
    stringDatasetParameter DataSetStringDatasetParameter
    A string parameter that is created in the dataset.
    date_time_dataset_parameter DataSetDateTimeDatasetParameter
    A date time parameter that is created in the dataset.
    decimal_dataset_parameter DataSetDecimalDatasetParameter
    A decimal parameter that is created in the dataset.
    integer_dataset_parameter DataSetIntegerDatasetParameter
    An integer parameter that is created in the dataset.
    string_dataset_parameter DataSetStringDatasetParameter
    A string parameter that is created in the dataset.
    dateTimeDatasetParameter Property Map
    A date time parameter that is created in the dataset.
    decimalDatasetParameter Property Map
    A decimal parameter that is created in the dataset.
    integerDatasetParameter Property Map
    An integer parameter that is created in the dataset.
    stringDatasetParameter Property Map
    A string parameter that is created in the dataset.

    DataSetDatasetParameterValueType, DataSetDatasetParameterValueTypeArgs

    MultiValued
    MULTI_VALUED
    SingleValued
    SINGLE_VALUED
    DataSetDatasetParameterValueTypeMultiValued
    MULTI_VALUED
    DataSetDatasetParameterValueTypeSingleValued
    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

    DataSetDateComparisonFilterCondition, DataSetDateComparisonFilterConditionArgs

    Operator Pulumi.AwsNative.QuickSight.DataSetDateComparisonFilterOperator
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    Value Pulumi.AwsNative.QuickSight.Inputs.DataSetDateFilterValue
    The date value to compare against.
    Operator DataSetDateComparisonFilterOperator
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    Value DataSetDateFilterValue
    The date value to compare against.
    operator DataSetDateComparisonFilterOperator
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    value DataSetDateFilterValue
    The date value to compare against.
    operator DataSetDateComparisonFilterOperator
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    value DataSetDateFilterValue
    The date value to compare against.
    operator DataSetDateComparisonFilterOperator
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    value DataSetDateFilterValue
    The date value to compare against.
    operator "BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO"
    The comparison operator to use, such as BEFORE , BEFORE_OR_EQUALS_TO , AFTER , or AFTER_OR_EQUALS_TO .
    value Property Map
    The date value to compare against.

    DataSetDateComparisonFilterOperator, DataSetDateComparisonFilterOperatorArgs

    Before
    BEFORE
    BeforeOrEqualsTo
    BEFORE_OR_EQUALS_TO
    After
    AFTER
    AfterOrEqualsTo
    AFTER_OR_EQUALS_TO
    DataSetDateComparisonFilterOperatorBefore
    BEFORE
    DataSetDateComparisonFilterOperatorBeforeOrEqualsTo
    BEFORE_OR_EQUALS_TO
    DataSetDateComparisonFilterOperatorAfter
    AFTER
    DataSetDateComparisonFilterOperatorAfterOrEqualsTo
    AFTER_OR_EQUALS_TO
    Before
    BEFORE
    BeforeOrEqualsTo
    BEFORE_OR_EQUALS_TO
    After
    AFTER
    AfterOrEqualsTo
    AFTER_OR_EQUALS_TO
    Before
    BEFORE
    BeforeOrEqualsTo
    BEFORE_OR_EQUALS_TO
    After
    AFTER
    AfterOrEqualsTo
    AFTER_OR_EQUALS_TO
    BEFORE
    BEFORE
    BEFORE_OR_EQUALS_TO
    BEFORE_OR_EQUALS_TO
    AFTER
    AFTER
    AFTER_OR_EQUALS_TO
    AFTER_OR_EQUALS_TO
    "BEFORE"
    BEFORE
    "BEFORE_OR_EQUALS_TO"
    BEFORE_OR_EQUALS_TO
    "AFTER"
    AFTER
    "AFTER_OR_EQUALS_TO"
    AFTER_OR_EQUALS_TO

    DataSetDateFilterCondition, DataSetDateFilterConditionArgs

    ColumnName string
    The name of the date column to filter.
    ComparisonFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetDateComparisonFilterCondition
    A comparison-based filter condition for the date column.
    RangeFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetDateRangeFilterCondition
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.
    ColumnName string
    The name of the date column to filter.
    ComparisonFilterCondition DataSetDateComparisonFilterCondition
    A comparison-based filter condition for the date column.
    RangeFilterCondition DataSetDateRangeFilterCondition
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.
    columnName String
    The name of the date column to filter.
    comparisonFilterCondition DataSetDateComparisonFilterCondition
    A comparison-based filter condition for the date column.
    rangeFilterCondition DataSetDateRangeFilterCondition
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.
    columnName string
    The name of the date column to filter.
    comparisonFilterCondition DataSetDateComparisonFilterCondition
    A comparison-based filter condition for the date column.
    rangeFilterCondition DataSetDateRangeFilterCondition
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.
    column_name str
    The name of the date column to filter.
    comparison_filter_condition DataSetDateComparisonFilterCondition
    A comparison-based filter condition for the date column.
    range_filter_condition DataSetDateRangeFilterCondition
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.
    columnName String
    The name of the date column to filter.
    comparisonFilterCondition Property Map
    A comparison-based filter condition for the date column.
    rangeFilterCondition Property Map
    A range-based filter condition for the date column, filtering values between minimum and maximum dates.

    DataSetDateFilterValue, DataSetDateFilterValueArgs

    StaticValue string
    A static date value used for filtering.
    StaticValue string
    A static date value used for filtering.
    staticValue String
    A static date value used for filtering.
    staticValue string
    A static date value used for filtering.
    static_value str
    A static date value used for filtering.
    staticValue String
    A static date value used for filtering.

    DataSetDateRangeFilterCondition, DataSetDateRangeFilterConditionArgs

    IncludeMaximum bool
    Whether to include the maximum value in the filter range.
    IncludeMinimum bool
    Whether to include the minimum value in the filter range.
    RangeMaximum Pulumi.AwsNative.QuickSight.Inputs.DataSetDateFilterValue
    The maximum date value for the range filter.
    RangeMinimum Pulumi.AwsNative.QuickSight.Inputs.DataSetDateFilterValue
    The minimum date value for the range filter.
    IncludeMaximum bool
    Whether to include the maximum value in the filter range.
    IncludeMinimum bool
    Whether to include the minimum value in the filter range.
    RangeMaximum DataSetDateFilterValue
    The maximum date value for the range filter.
    RangeMinimum DataSetDateFilterValue
    The minimum date value for the range filter.
    includeMaximum Boolean
    Whether to include the maximum value in the filter range.
    includeMinimum Boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum DataSetDateFilterValue
    The maximum date value for the range filter.
    rangeMinimum DataSetDateFilterValue
    The minimum date value for the range filter.
    includeMaximum boolean
    Whether to include the maximum value in the filter range.
    includeMinimum boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum DataSetDateFilterValue
    The maximum date value for the range filter.
    rangeMinimum DataSetDateFilterValue
    The minimum date value for the range filter.
    include_maximum bool
    Whether to include the maximum value in the filter range.
    include_minimum bool
    Whether to include the minimum value in the filter range.
    range_maximum DataSetDateFilterValue
    The maximum date value for the range filter.
    range_minimum DataSetDateFilterValue
    The minimum date value for the range filter.
    includeMaximum Boolean
    Whether to include the maximum value in the filter range.
    includeMinimum Boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum Property Map
    The maximum date value for the range filter.
    rangeMinimum Property Map
    The minimum date value for the range filter.

    DataSetDateTimeDatasetParameter, DataSetDateTimeDatasetParameterArgs

    Id string
    Name string
    ValueType Pulumi.AwsNative.QuickSight.DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues Pulumi.AwsNative.QuickSight.Inputs.DataSetDateTimeDatasetParameterDefaultValues
    A list of default values for a given date time parameter. This structure only accepts static values.
    TimeGranularity Pulumi.AwsNative.QuickSight.DataSetTimeGranularity
    The time granularity of the date time parameter.
    Id string
    Name string
    ValueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues DataSetDateTimeDatasetParameterDefaultValues
    A list of default values for a given date time parameter. This structure only accepts static values.
    TimeGranularity DataSetTimeGranularity
    The time granularity of the date time parameter.
    id String
    name String
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetDateTimeDatasetParameterDefaultValues
    A list of default values for a given date time parameter. This structure only accepts static values.
    timeGranularity DataSetTimeGranularity
    The time granularity of the date time parameter.
    id string
    name string
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetDateTimeDatasetParameterDefaultValues
    A list of default values for a given date time parameter. This structure only accepts static values.
    timeGranularity DataSetTimeGranularity
    The time granularity of the date time parameter.
    id str
    name str
    value_type DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    default_values DataSetDateTimeDatasetParameterDefaultValues
    A list of default values for a given date time parameter. This structure only accepts static values.
    time_granularity DataSetTimeGranularity
    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 value or multi 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.AwsNative.QuickSight.DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues Pulumi.AwsNative.QuickSight.Inputs.DataSetDecimalDatasetParameterDefaultValues
    A list of default values for a given decimal parameter. This structure only accepts static values.
    Id string
    Name string
    ValueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues DataSetDecimalDatasetParameterDefaultValues
    A list of default values for a given decimal parameter. This structure only accepts static values.
    id String
    name String
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetDecimalDatasetParameterDefaultValues
    A list of default values for a given decimal parameter. This structure only accepts static values.
    id string
    name string
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetDecimalDatasetParameterDefaultValues
    A list of default values for a given decimal parameter. This structure only accepts static values.
    id str
    name str
    value_type DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    default_values DataSetDecimalDatasetParameterDefaultValues
    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 value or multi 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>

    DataSetDestinationTable, DataSetDestinationTableArgs

    Alias string
    Alias for the destination table.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetDestinationTableSource
    The source configuration that specifies which transform operation provides data to this destination table.
    Alias string
    Alias for the destination table.
    Source DataSetDestinationTableSource
    The source configuration that specifies which transform operation provides data to this destination table.
    alias String
    Alias for the destination table.
    source DataSetDestinationTableSource
    The source configuration that specifies which transform operation provides data to this destination table.
    alias string
    Alias for the destination table.
    source DataSetDestinationTableSource
    The source configuration that specifies which transform operation provides data to this destination table.
    alias str
    Alias for the destination table.
    source DataSetDestinationTableSource
    The source configuration that specifies which transform operation provides data to this destination table.
    alias String
    Alias for the destination table.
    source Property Map
    The source configuration that specifies which transform operation provides data to this destination table.

    DataSetDestinationTableSource, DataSetDestinationTableSourceArgs

    TransformOperationId string
    The identifier of the transform operation that provides data to the destination table.
    TransformOperationId string
    The identifier of the transform operation that provides data to the destination table.
    transformOperationId String
    The identifier of the transform operation that provides data to the destination table.
    transformOperationId string
    The identifier of the transform operation that provides data to the destination table.
    transform_operation_id str
    The identifier of the transform operation that provides data to the destination table.
    transformOperationId String
    The identifier of the transform operation that provides data to the destination table.

    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
    DataSetFileFormatCsv
    CSV
    DataSetFileFormatTsv
    TSV
    DataSetFileFormatClf
    CLF
    DataSetFileFormatElf
    ELF
    DataSetFileFormatXlsx
    XLSX
    DataSetFileFormatJson
    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
    DateFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetDateFilterCondition
    A date-based filter condition within a filter operation.
    NumericFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericFilterCondition
    A numeric-based filter condition within a filter operation.
    StringFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetStringFilterCondition
    A string-based filter condition within a filter operation.
    ConditionExpression string
    DateFilterCondition DataSetDateFilterCondition
    A date-based filter condition within a filter operation.
    NumericFilterCondition DataSetNumericFilterCondition
    A numeric-based filter condition within a filter operation.
    StringFilterCondition DataSetStringFilterCondition
    A string-based filter condition within a filter operation.
    conditionExpression String
    dateFilterCondition DataSetDateFilterCondition
    A date-based filter condition within a filter operation.
    numericFilterCondition DataSetNumericFilterCondition
    A numeric-based filter condition within a filter operation.
    stringFilterCondition DataSetStringFilterCondition
    A string-based filter condition within a filter operation.
    conditionExpression string
    dateFilterCondition DataSetDateFilterCondition
    A date-based filter condition within a filter operation.
    numericFilterCondition DataSetNumericFilterCondition
    A numeric-based filter condition within a filter operation.
    stringFilterCondition DataSetStringFilterCondition
    A string-based filter condition within a filter operation.
    condition_expression str
    date_filter_condition DataSetDateFilterCondition
    A date-based filter condition within a filter operation.
    numeric_filter_condition DataSetNumericFilterCondition
    A numeric-based filter condition within a filter operation.
    string_filter_condition DataSetStringFilterCondition
    A string-based filter condition within a filter operation.
    conditionExpression String
    dateFilterCondition Property Map
    A date-based filter condition within a filter operation.
    numericFilterCondition Property Map
    A numeric-based filter condition within a filter operation.
    stringFilterCondition Property Map
    A string-based filter condition within a filter operation.

    DataSetFiltersOperation, DataSetFiltersOperationArgs

    Alias string
    Alias for this operation.
    FilterOperations List<Pulumi.AwsNative.QuickSight.Inputs.DataSetFilterOperation>
    The list of filter operations to apply.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for filtering.
    Alias string
    Alias for this operation.
    FilterOperations []DataSetFilterOperation
    The list of filter operations to apply.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for filtering.
    alias String
    Alias for this operation.
    filterOperations List<DataSetFilterOperation>
    The list of filter operations to apply.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for filtering.
    alias string
    Alias for this operation.
    filterOperations DataSetFilterOperation[]
    The list of filter operations to apply.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for filtering.
    alias str
    Alias for this operation.
    filter_operations Sequence[DataSetFilterOperation]
    The list of filter operations to apply.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for filtering.
    alias String
    Alias for this operation.
    filterOperations List<Property Map>
    The list of filter operations to apply.
    source Property Map
    The source transform operation that provides input data for filtering.

    DataSetGeoSpatialColumnGroup, DataSetGeoSpatialColumnGroupArgs

    columns List<String>
    name String
    countryCode DataSetGeoSpatialCountryCode
    Country code.
    columns List<String>
    name String
    countryCode "US"
    Country code.

    DataSetGeoSpatialCountryCode, DataSetGeoSpatialCountryCodeArgs

    Us
    US
    DataSetGeoSpatialCountryCodeUs
    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
    CensusBlockGroup
    CENSUS_BLOCK_GROUP
    CensusBlock
    CENSUS_BLOCK
    DataSetGeoSpatialDataRoleCountry
    COUNTRY
    DataSetGeoSpatialDataRoleState
    STATE
    DataSetGeoSpatialDataRoleCounty
    COUNTY
    DataSetGeoSpatialDataRoleCity
    CITY
    DataSetGeoSpatialDataRolePostcode
    POSTCODE
    DataSetGeoSpatialDataRoleLongitude
    LONGITUDE
    DataSetGeoSpatialDataRoleLatitude
    LATITUDE
    DataSetGeoSpatialDataRolePolitical1
    POLITICAL1
    DataSetGeoSpatialDataRoleCensusTract
    CENSUS_TRACT
    DataSetGeoSpatialDataRoleCensusBlockGroup
    CENSUS_BLOCK_GROUP
    DataSetGeoSpatialDataRoleCensusBlock
    CENSUS_BLOCK
    Country
    COUNTRY
    State
    STATE
    County
    COUNTY
    City
    CITY
    Postcode
    POSTCODE
    Longitude
    LONGITUDE
    Latitude
    LATITUDE
    Political1
    POLITICAL1
    CensusTract
    CENSUS_TRACT
    CensusBlockGroup
    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
    CensusBlockGroup
    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
    DataSetImportModeSpice
    SPICE
    DataSetImportModeDirectQuery
    DIRECT_QUERY
    Spice
    SPICE
    DirectQuery
    DIRECT_QUERY
    Spice
    SPICE
    DirectQuery
    DIRECT_QUERY
    SPICE
    SPICE
    DIRECT_QUERY
    DIRECT_QUERY
    "SPICE"
    SPICE
    "DIRECT_QUERY"
    DIRECT_QUERY

    DataSetImportTableOperation, DataSetImportTableOperationArgs

    Alias string
    Alias for this operation.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetImportTableOperationSource
    The source configuration that specifies which source table to import and any column mappings.
    Alias string
    Alias for this operation.
    Source DataSetImportTableOperationSource
    The source configuration that specifies which source table to import and any column mappings.
    alias String
    Alias for this operation.
    source DataSetImportTableOperationSource
    The source configuration that specifies which source table to import and any column mappings.
    alias string
    Alias for this operation.
    source DataSetImportTableOperationSource
    The source configuration that specifies which source table to import and any column mappings.
    alias str
    Alias for this operation.
    source DataSetImportTableOperationSource
    The source configuration that specifies which source table to import and any column mappings.
    alias String
    Alias for this operation.
    source Property Map
    The source configuration that specifies which source table to import and any column mappings.

    DataSetImportTableOperationSource, DataSetImportTableOperationSourceArgs

    SourceTableId string
    The identifier of the source table to import data from.
    ColumnIdMappings List<Pulumi.AwsNative.QuickSight.Inputs.DataSetColumnIdMapping>
    The mappings between source column identifiers and target column identifiers during the import.
    SourceTableId string
    The identifier of the source table to import data from.
    ColumnIdMappings []DataSetColumnIdMapping
    The mappings between source column identifiers and target column identifiers during the import.
    sourceTableId String
    The identifier of the source table to import data from.
    columnIdMappings List<DataSetColumnIdMapping>
    The mappings between source column identifiers and target column identifiers during the import.
    sourceTableId string
    The identifier of the source table to import data from.
    columnIdMappings DataSetColumnIdMapping[]
    The mappings between source column identifiers and target column identifiers during the import.
    source_table_id str
    The identifier of the source table to import data from.
    column_id_mappings Sequence[DataSetColumnIdMapping]
    The mappings between source column identifiers and target column identifiers during the import.
    sourceTableId String
    The identifier of the source table to import data from.
    columnIdMappings List<Property Map>
    The mappings between source column identifiers and target column identifiers during the import.

    DataSetIncrementalRefresh, DataSetIncrementalRefreshArgs

    LookbackWindow Pulumi.AwsNative.QuickSight.Inputs.DataSetLookbackWindow
    The lookback window setup for an incremental refresh configuration.
    LookbackWindow DataSetLookbackWindow
    The lookback window setup for an incremental refresh configuration.
    lookbackWindow DataSetLookbackWindow
    The lookback window setup for an incremental refresh configuration.
    lookbackWindow DataSetLookbackWindow
    The lookback window setup for an incremental refresh configuration.
    lookback_window DataSetLookbackWindow
    The lookback window setup for an incremental refresh configuration.
    lookbackWindow Property Map
    The lookback window setup for an incremental refresh configuration.

    DataSetIngestionWaitPolicy, DataSetIngestionWaitPolicyArgs

    DataSetInputColumn, DataSetInputColumnArgs

    Name string
    Type Pulumi.AwsNative.QuickSight.DataSetInputColumnDataType
    The data type of the column.
    Id string
    A unique identifier for the input column.
    SubType Pulumi.AwsNative.QuickSight.DataSetColumnDataSubType
    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 DataSetInputColumnDataType
    The data type of the column.
    Id string
    A unique identifier for the input column.
    SubType DataSetColumnDataSubType
    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 DataSetInputColumnDataType
    The data type of the column.
    id String
    A unique identifier for the input column.
    subType DataSetColumnDataSubType
    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 DataSetInputColumnDataType
    The data type of the column.
    id string
    A unique identifier for the input column.
    subType DataSetColumnDataSubType
    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 DataSetInputColumnDataType
    The data type of the column.
    id str
    A unique identifier for the input column.
    sub_type DataSetColumnDataSubType
    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.
    id String
    A unique identifier for the input 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
    DataSetInputColumnDataTypeString
    STRING
    DataSetInputColumnDataTypeInteger
    INTEGER
    DataSetInputColumnDataTypeDecimal
    DECIMAL
    DataSetInputColumnDataTypeDatetime
    DATETIME
    DataSetInputColumnDataTypeBit
    BIT
    DataSetInputColumnDataTypeBoolean
    BOOLEAN
    DataSetInputColumnDataTypeJson
    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.AwsNative.QuickSight.DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues Pulumi.AwsNative.QuickSight.Inputs.DataSetIntegerDatasetParameterDefaultValues
    A list of default values for a given integer parameter. This structure only accepts static values.
    Id string
    Name string
    ValueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues DataSetIntegerDatasetParameterDefaultValues
    A list of default values for a given integer parameter. This structure only accepts static values.
    id String
    name String
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetIntegerDatasetParameterDefaultValues
    A list of default values for a given integer parameter. This structure only accepts static values.
    id string
    name string
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetIntegerDatasetParameterDefaultValues
    A list of default values for a given integer parameter. This structure only accepts static values.
    id str
    name str
    value_type DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    default_values DataSetIntegerDatasetParameterDefaultValues
    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 value or multi value .
    defaultValues Property Map
    A list of default values for a given integer parameter. This structure only accepts static values.

    DataSetIntegerDatasetParameterDefaultValues, DataSetIntegerDatasetParameterDefaultValuesArgs

    StaticValues List<int>
    staticValues List<Integer>
    staticValues number[]
    static_values Sequence[int]
    staticValues List<Number>

    DataSetJoinInstruction, DataSetJoinInstructionArgs

    LeftOperand string
    OnClause string
    RightOperand string
    Type DataSetJoinType
    The type of join that it is.
    LeftJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the left operand.
    RightJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the right operand.
    leftOperand String
    onClause String
    rightOperand String
    type DataSetJoinType
    The type of join that it is.
    leftJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the left operand.
    rightJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the right operand.
    leftOperand string
    onClause string
    rightOperand string
    type DataSetJoinType
    The type of join that it is.
    leftJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the left operand.
    rightJoinKeyProperties DataSetJoinKeyProperties
    Join key properties of the right operand.
    left_operand str
    on_clause str
    right_operand str
    type DataSetJoinType
    The type of join that it is.
    left_join_key_properties DataSetJoinKeyProperties
    Join key properties of the left operand.
    right_join_key_properties DataSetJoinKeyProperties
    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.
    leftJoinKeyProperties Property Map
    Join key properties of the left operand.
    rightJoinKeyProperties Property Map
    Join key properties of the right operand.

    DataSetJoinKeyProperties, DataSetJoinKeyPropertiesArgs

    uniqueKey Boolean
    uniqueKey boolean
    uniqueKey Boolean

    DataSetJoinOperandProperties, DataSetJoinOperandPropertiesArgs

    OutputColumnNameOverrides List<Pulumi.AwsNative.QuickSight.Inputs.DataSetOutputColumnNameOverride>
    A list of column name overrides to apply to the join operand's output columns.
    OutputColumnNameOverrides []DataSetOutputColumnNameOverride
    A list of column name overrides to apply to the join operand's output columns.
    outputColumnNameOverrides List<DataSetOutputColumnNameOverride>
    A list of column name overrides to apply to the join operand's output columns.
    outputColumnNameOverrides DataSetOutputColumnNameOverride[]
    A list of column name overrides to apply to the join operand's output columns.
    output_column_name_overrides Sequence[DataSetOutputColumnNameOverride]
    A list of column name overrides to apply to the join operand's output columns.
    outputColumnNameOverrides List<Property Map>
    A list of column name overrides to apply to the join operand's output columns.

    DataSetJoinOperation, DataSetJoinOperationArgs

    Alias string
    Alias for this operation.
    LeftOperand Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The left operand for the join operation.
    OnClause string
    The join condition that specifies how to match rows between the left and right operands.
    RightOperand Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The right operand for the join operation.
    Type Pulumi.AwsNative.QuickSight.DataSetJoinOperationType
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    LeftOperandProperties Pulumi.AwsNative.QuickSight.Inputs.DataSetJoinOperandProperties
    Properties that control how the left operand's columns are handled in the join result.
    RightOperandProperties Pulumi.AwsNative.QuickSight.Inputs.DataSetJoinOperandProperties
    Properties that control how the right operand's columns are handled in the join result.
    Alias string
    Alias for this operation.
    LeftOperand DataSetTransformOperationSource
    The left operand for the join operation.
    OnClause string
    The join condition that specifies how to match rows between the left and right operands.
    RightOperand DataSetTransformOperationSource
    The right operand for the join operation.
    Type DataSetJoinOperationType
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    LeftOperandProperties DataSetJoinOperandProperties
    Properties that control how the left operand's columns are handled in the join result.
    RightOperandProperties DataSetJoinOperandProperties
    Properties that control how the right operand's columns are handled in the join result.
    alias String
    Alias for this operation.
    leftOperand DataSetTransformOperationSource
    The left operand for the join operation.
    onClause String
    The join condition that specifies how to match rows between the left and right operands.
    rightOperand DataSetTransformOperationSource
    The right operand for the join operation.
    type DataSetJoinOperationType
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    leftOperandProperties DataSetJoinOperandProperties
    Properties that control how the left operand's columns are handled in the join result.
    rightOperandProperties DataSetJoinOperandProperties
    Properties that control how the right operand's columns are handled in the join result.
    alias string
    Alias for this operation.
    leftOperand DataSetTransformOperationSource
    The left operand for the join operation.
    onClause string
    The join condition that specifies how to match rows between the left and right operands.
    rightOperand DataSetTransformOperationSource
    The right operand for the join operation.
    type DataSetJoinOperationType
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    leftOperandProperties DataSetJoinOperandProperties
    Properties that control how the left operand's columns are handled in the join result.
    rightOperandProperties DataSetJoinOperandProperties
    Properties that control how the right operand's columns are handled in the join result.
    alias str
    Alias for this operation.
    left_operand DataSetTransformOperationSource
    The left operand for the join operation.
    on_clause str
    The join condition that specifies how to match rows between the left and right operands.
    right_operand DataSetTransformOperationSource
    The right operand for the join operation.
    type DataSetJoinOperationType
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    left_operand_properties DataSetJoinOperandProperties
    Properties that control how the left operand's columns are handled in the join result.
    right_operand_properties DataSetJoinOperandProperties
    Properties that control how the right operand's columns are handled in the join result.
    alias String
    Alias for this operation.
    leftOperand Property Map
    The left operand for the join operation.
    onClause String
    The join condition that specifies how to match rows between the left and right operands.
    rightOperand Property Map
    The right operand for the join operation.
    type "INNER" | "OUTER" | "LEFT" | "RIGHT"
    The type of join to perform, such as INNER , LEFT , RIGHT , or OUTER .
    leftOperandProperties Property Map
    Properties that control how the left operand's columns are handled in the join result.
    rightOperandProperties Property Map
    Properties that control how the right operand's columns are handled in the join result.

    DataSetJoinOperationType, DataSetJoinOperationTypeArgs

    Inner
    INNER
    Outer
    OUTER
    Left
    LEFT
    Right
    RIGHT
    DataSetJoinOperationTypeInner
    INNER
    DataSetJoinOperationTypeOuter
    OUTER
    DataSetJoinOperationTypeLeft
    LEFT
    DataSetJoinOperationTypeRight
    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

    DataSetJoinType, DataSetJoinTypeArgs

    Inner
    INNER
    Outer
    OUTER
    Left
    LEFT
    Right
    RIGHT
    DataSetJoinTypeInner
    INNER
    DataSetJoinTypeOuter
    OUTER
    DataSetJoinTypeLeft
    LEFT
    DataSetJoinTypeRight
    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

    DataSetLogicalTableSource, DataSetLogicalTableSourceArgs

    DataSetArn string
    JoinInstruction Pulumi.AwsNative.QuickSight.Inputs.DataSetJoinInstruction
    Specifies the result of a join of two logical tables.
    PhysicalTableId string
    DataSetArn string
    JoinInstruction DataSetJoinInstruction
    Specifies the result of a join of two logical tables.
    PhysicalTableId string
    dataSetArn String
    joinInstruction DataSetJoinInstruction
    Specifies the result of a join of two logical tables.
    physicalTableId String
    dataSetArn string
    joinInstruction DataSetJoinInstruction
    Specifies the result of a join of two logical tables.
    physicalTableId string
    data_set_arn str
    join_instruction DataSetJoinInstruction
    Specifies the result of a join of two logical tables.
    physical_table_id str
    dataSetArn String
    joinInstruction Property Map
    Specifies the result of a join of two logical tables.
    physicalTableId String

    DataSetLookbackWindow, DataSetLookbackWindowArgs

    ColumnName string
    Size double
    SizeUnit Pulumi.AwsNative.QuickSight.DataSetLookbackWindowSizeUnit
    The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .
    ColumnName string
    Size float64
    SizeUnit DataSetLookbackWindowSizeUnit
    The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .
    columnName String
    size Double
    sizeUnit DataSetLookbackWindowSizeUnit
    The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .
    columnName string
    size number
    sizeUnit DataSetLookbackWindowSizeUnit
    The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .
    column_name str
    size float
    size_unit DataSetLookbackWindowSizeUnit
    The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .
    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 , and WEEK .

    DataSetLookbackWindowSizeUnit, DataSetLookbackWindowSizeUnitArgs

    Hour
    HOUR
    Day
    DAY
    Week
    WEEK
    DataSetLookbackWindowSizeUnitHour
    HOUR
    DataSetLookbackWindowSizeUnitDay
    DAY
    DataSetLookbackWindowSizeUnitWeek
    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

    dateTimeStaticValues List<String>
    decimalStaticValues List<Double>
    integerStaticValues List<Integer>
    stringStaticValues List<String>
    date_time_static_values Sequence[str]
    decimal_static_values Sequence[float]
    integer_static_values Sequence[int]
    string_static_values Sequence[str]
    dateTimeStaticValues List<String>
    decimalStaticValues List<Number>
    integerStaticValues List<Number>
    stringStaticValues List<String>

    DataSetNumericComparisonFilterCondition, DataSetNumericComparisonFilterConditionArgs

    Operator Pulumi.AwsNative.QuickSight.DataSetNumericComparisonFilterOperator
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    Value Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericFilterValue
    The numeric value to compare against.
    Operator DataSetNumericComparisonFilterOperator
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    Value DataSetNumericFilterValue
    The numeric value to compare against.
    operator DataSetNumericComparisonFilterOperator
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    value DataSetNumericFilterValue
    The numeric value to compare against.
    operator DataSetNumericComparisonFilterOperator
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    value DataSetNumericFilterValue
    The numeric value to compare against.
    operator DataSetNumericComparisonFilterOperator
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    value DataSetNumericFilterValue
    The numeric value to compare against.
    operator "EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO"
    The comparison operator to use, such as EQUALS , GREATER_THAN , LESS_THAN , or their variants.
    value Property Map
    The numeric value to compare against.

    DataSetNumericComparisonFilterOperator, DataSetNumericComparisonFilterOperatorArgs

    EqualsValue
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    GreaterThan
    GREATER_THAN
    GreaterThanOrEqualsTo
    GREATER_THAN_OR_EQUALS_TO
    LessThan
    LESS_THAN
    LessThanOrEqualsTo
    LESS_THAN_OR_EQUALS_TO
    DataSetNumericComparisonFilterOperatorEquals
    EQUALS
    DataSetNumericComparisonFilterOperatorDoesNotEqual
    DOES_NOT_EQUAL
    DataSetNumericComparisonFilterOperatorGreaterThan
    GREATER_THAN
    DataSetNumericComparisonFilterOperatorGreaterThanOrEqualsTo
    GREATER_THAN_OR_EQUALS_TO
    DataSetNumericComparisonFilterOperatorLessThan
    LESS_THAN
    DataSetNumericComparisonFilterOperatorLessThanOrEqualsTo
    LESS_THAN_OR_EQUALS_TO
    Equals
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    GreaterThan
    GREATER_THAN
    GreaterThanOrEqualsTo
    GREATER_THAN_OR_EQUALS_TO
    LessThan
    LESS_THAN
    LessThanOrEqualsTo
    LESS_THAN_OR_EQUALS_TO
    Equals
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    GreaterThan
    GREATER_THAN
    GreaterThanOrEqualsTo
    GREATER_THAN_OR_EQUALS_TO
    LessThan
    LESS_THAN
    LessThanOrEqualsTo
    LESS_THAN_OR_EQUALS_TO
    EQUALS
    EQUALS
    DOES_NOT_EQUAL
    DOES_NOT_EQUAL
    GREATER_THAN
    GREATER_THAN
    GREATER_THAN_OR_EQUALS_TO
    GREATER_THAN_OR_EQUALS_TO
    LESS_THAN
    LESS_THAN
    LESS_THAN_OR_EQUALS_TO
    LESS_THAN_OR_EQUALS_TO
    "EQUALS"
    EQUALS
    "DOES_NOT_EQUAL"
    DOES_NOT_EQUAL
    "GREATER_THAN"
    GREATER_THAN
    "GREATER_THAN_OR_EQUALS_TO"
    GREATER_THAN_OR_EQUALS_TO
    "LESS_THAN"
    LESS_THAN
    "LESS_THAN_OR_EQUALS_TO"
    LESS_THAN_OR_EQUALS_TO

    DataSetNumericFilterCondition, DataSetNumericFilterConditionArgs

    ColumnName string
    The name of the numeric column to filter.
    ComparisonFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericComparisonFilterCondition
    A comparison-based filter condition for the numeric column.
    RangeFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericRangeFilterCondition
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
    ColumnName string
    The name of the numeric column to filter.
    ComparisonFilterCondition DataSetNumericComparisonFilterCondition
    A comparison-based filter condition for the numeric column.
    RangeFilterCondition DataSetNumericRangeFilterCondition
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
    columnName String
    The name of the numeric column to filter.
    comparisonFilterCondition DataSetNumericComparisonFilterCondition
    A comparison-based filter condition for the numeric column.
    rangeFilterCondition DataSetNumericRangeFilterCondition
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
    columnName string
    The name of the numeric column to filter.
    comparisonFilterCondition DataSetNumericComparisonFilterCondition
    A comparison-based filter condition for the numeric column.
    rangeFilterCondition DataSetNumericRangeFilterCondition
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
    column_name str
    The name of the numeric column to filter.
    comparison_filter_condition DataSetNumericComparisonFilterCondition
    A comparison-based filter condition for the numeric column.
    range_filter_condition DataSetNumericRangeFilterCondition
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
    columnName String
    The name of the numeric column to filter.
    comparisonFilterCondition Property Map
    A comparison-based filter condition for the numeric column.
    rangeFilterCondition Property Map
    A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.

    DataSetNumericFilterValue, DataSetNumericFilterValueArgs

    StaticValue double
    A static numeric value used for filtering.
    StaticValue float64
    A static numeric value used for filtering.
    staticValue Double
    A static numeric value used for filtering.
    staticValue number
    A static numeric value used for filtering.
    static_value float
    A static numeric value used for filtering.
    staticValue Number
    A static numeric value used for filtering.

    DataSetNumericRangeFilterCondition, DataSetNumericRangeFilterConditionArgs

    IncludeMaximum bool
    Whether to include the maximum value in the filter range.
    IncludeMinimum bool
    Whether to include the minimum value in the filter range.
    RangeMaximum Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericFilterValue
    The maximum numeric value for the range filter.
    RangeMinimum Pulumi.AwsNative.QuickSight.Inputs.DataSetNumericFilterValue
    The minimum numeric value for the range filter.
    IncludeMaximum bool
    Whether to include the maximum value in the filter range.
    IncludeMinimum bool
    Whether to include the minimum value in the filter range.
    RangeMaximum DataSetNumericFilterValue
    The maximum numeric value for the range filter.
    RangeMinimum DataSetNumericFilterValue
    The minimum numeric value for the range filter.
    includeMaximum Boolean
    Whether to include the maximum value in the filter range.
    includeMinimum Boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum DataSetNumericFilterValue
    The maximum numeric value for the range filter.
    rangeMinimum DataSetNumericFilterValue
    The minimum numeric value for the range filter.
    includeMaximum boolean
    Whether to include the maximum value in the filter range.
    includeMinimum boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum DataSetNumericFilterValue
    The maximum numeric value for the range filter.
    rangeMinimum DataSetNumericFilterValue
    The minimum numeric value for the range filter.
    include_maximum bool
    Whether to include the maximum value in the filter range.
    include_minimum bool
    Whether to include the minimum value in the filter range.
    range_maximum DataSetNumericFilterValue
    The maximum numeric value for the range filter.
    range_minimum DataSetNumericFilterValue
    The minimum numeric value for the range filter.
    includeMaximum Boolean
    Whether to include the maximum value in the filter range.
    includeMinimum Boolean
    Whether to include the minimum value in the filter range.
    rangeMaximum Property Map
    The maximum numeric value for the range filter.
    rangeMinimum Property Map
    The minimum numeric value for the range filter.

    DataSetOutputColumn, DataSetOutputColumnArgs

    Description string
    Id string
    A unique identifier for the output column.
    Name string
    SubType Pulumi.AwsNative.QuickSight.DataSetColumnDataSubType
    The sub data type of the column.
    Type Pulumi.AwsNative.QuickSight.DataSetColumnDataType
    The data type of the column.
    Description string
    Id string
    A unique identifier for the output column.
    Name string
    SubType DataSetColumnDataSubType
    The sub data type of the column.
    Type DataSetColumnDataType
    The data type of the column.
    description String
    id String
    A unique identifier for the output column.
    name String
    subType DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description string
    id string
    A unique identifier for the output column.
    name string
    subType DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description str
    id str
    A unique identifier for the output column.
    name str
    sub_type DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description String
    id String
    A unique identifier for the output column.
    name String
    subType "FLOAT" | "FIXED"
    The sub data type of the column.
    type "STRING" | "INTEGER" | "DECIMAL" | "DATETIME"
    The data type of the column.

    DataSetOutputColumnNameOverride, DataSetOutputColumnNameOverrideArgs

    OutputColumnName string
    The new name to assign to the column in the output.
    SourceColumnName string
    The original name of the column from the source transform operation.
    OutputColumnName string
    The new name to assign to the column in the output.
    SourceColumnName string
    The original name of the column from the source transform operation.
    outputColumnName String
    The new name to assign to the column in the output.
    sourceColumnName String
    The original name of the column from the source transform operation.
    outputColumnName string
    The new name to assign to the column in the output.
    sourceColumnName string
    The original name of the column from the source transform operation.
    output_column_name str
    The new name to assign to the column in the output.
    source_column_name str
    The original name of the column from the source transform operation.
    outputColumnName String
    The new name to assign to the column in the output.
    sourceColumnName String
    The original name of the column from the source transform operation.

    DataSetOverrideDatasetParameterOperation, DataSetOverrideDatasetParameterOperationArgs

    ParameterName string
    NewDefaultValues DataSetNewDefaultValues
    The new default values for the parameter.
    NewParameterName string
    parameterName String
    newDefaultValues DataSetNewDefaultValues
    The new default values for the parameter.
    newParameterName String
    parameterName string
    newDefaultValues DataSetNewDefaultValues
    The new default values for the parameter.
    newParameterName string
    parameter_name str
    new_default_values DataSetNewDefaultValues
    The new default values for the parameter.
    new_parameter_name str
    parameterName String
    newDefaultValues Property Map
    The new default values for the parameter.
    newParameterName String

    DataSetParentDataSet, DataSetParentDataSetArgs

    DataSetArn string
    The Amazon Resource Name (ARN) of the parent dataset.
    InputColumns List<Pulumi.AwsNative.QuickSight.Inputs.DataSetInputColumn>
    The list of input columns available from the parent dataset.
    DataSetArn string
    The Amazon Resource Name (ARN) of the parent dataset.
    InputColumns []DataSetInputColumn
    The list of input columns available from the parent dataset.
    dataSetArn String
    The Amazon Resource Name (ARN) of the parent dataset.
    inputColumns List<DataSetInputColumn>
    The list of input columns available from the parent dataset.
    dataSetArn string
    The Amazon Resource Name (ARN) of the parent dataset.
    inputColumns DataSetInputColumn[]
    The list of input columns available from the parent dataset.
    data_set_arn str
    The Amazon Resource Name (ARN) of the parent dataset.
    input_columns Sequence[DataSetInputColumn]
    The list of input columns available from the parent dataset.
    dataSetArn String
    The Amazon Resource Name (ARN) of the parent dataset.
    inputColumns List<Property Map>
    The list of input columns available from the parent dataset.

    DataSetPerformanceConfiguration, DataSetPerformanceConfigurationArgs

    DataSetPhysicalTable, DataSetPhysicalTableArgs

    CustomSql Pulumi.AwsNative.QuickSight.Inputs.DataSetCustomSql
    A physical table type built from the results of the custom SQL query.
    RelationalTable Pulumi.AwsNative.QuickSight.Inputs.DataSetRelationalTable
    A physical table type for relational data sources.
    S3Source Pulumi.AwsNative.QuickSight.Inputs.DataSetS3Source
    A physical table type for as S3 data source.
    SaaSTable Pulumi.AwsNative.QuickSight.Inputs.DataSetSaaSTable
    A physical table type for Software-as-a-Service (SaaS) sources.
    CustomSql DataSetCustomSql
    A physical table type built from the results of the custom SQL query.
    RelationalTable DataSetRelationalTable
    A physical table type for relational data sources.
    S3Source DataSetS3Source
    A physical table type for as S3 data source.
    SaaSTable DataSetSaaSTable
    A physical table type for Software-as-a-Service (SaaS) sources.
    customSql DataSetCustomSql
    A physical table type built from the results of the custom SQL query.
    relationalTable DataSetRelationalTable
    A physical table type for relational data sources.
    s3Source DataSetS3Source
    A physical table type for as S3 data source.
    saaSTable DataSetSaaSTable
    A physical table type for Software-as-a-Service (SaaS) sources.
    customSql DataSetCustomSql
    A physical table type built from the results of the custom SQL query.
    relationalTable DataSetRelationalTable
    A physical table type for relational data sources.
    s3Source DataSetS3Source
    A physical table type for as S3 data source.
    saaSTable DataSetSaaSTable
    A physical table type for Software-as-a-Service (SaaS) sources.
    custom_sql DataSetCustomSql
    A physical table type built from the results of the custom SQL query.
    relational_table DataSetRelationalTable
    A physical table type for relational data sources.
    s3_source DataSetS3Source
    A physical table type for as S3 data source.
    saa_s_table DataSetSaaSTable
    A physical table type for Software-as-a-Service (SaaS) sources.
    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.
    saaSTable Property Map
    A physical table type for Software-as-a-Service (SaaS) sources.

    DataSetPivotConfiguration, DataSetPivotConfigurationArgs

    PivotedLabels List<Pulumi.AwsNative.QuickSight.Inputs.DataSetPivotedLabel>
    The list of specific label values to pivot into separate columns.
    LabelColumnName string
    The name of the column that contains the labels to be pivoted into separate columns.
    PivotedLabels []DataSetPivotedLabel
    The list of specific label values to pivot into separate columns.
    LabelColumnName string
    The name of the column that contains the labels to be pivoted into separate columns.
    pivotedLabels List<DataSetPivotedLabel>
    The list of specific label values to pivot into separate columns.
    labelColumnName String
    The name of the column that contains the labels to be pivoted into separate columns.
    pivotedLabels DataSetPivotedLabel[]
    The list of specific label values to pivot into separate columns.
    labelColumnName string
    The name of the column that contains the labels to be pivoted into separate columns.
    pivoted_labels Sequence[DataSetPivotedLabel]
    The list of specific label values to pivot into separate columns.
    label_column_name str
    The name of the column that contains the labels to be pivoted into separate columns.
    pivotedLabels List<Property Map>
    The list of specific label values to pivot into separate columns.
    labelColumnName String
    The name of the column that contains the labels to be pivoted into separate columns.

    DataSetPivotOperation, DataSetPivotOperationArgs

    Alias string
    Alias for this operation.
    PivotConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetPivotConfiguration
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for pivoting.
    ValueColumnConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetValueColumnConfiguration
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    GroupByColumnNames List<string>
    The list of column names to group by when performing the pivot operation.
    Alias string
    Alias for this operation.
    PivotConfiguration DataSetPivotConfiguration
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for pivoting.
    ValueColumnConfiguration DataSetValueColumnConfiguration
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    GroupByColumnNames []string
    The list of column names to group by when performing the pivot operation.
    alias String
    Alias for this operation.
    pivotConfiguration DataSetPivotConfiguration
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for pivoting.
    valueColumnConfiguration DataSetValueColumnConfiguration
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    groupByColumnNames List<String>
    The list of column names to group by when performing the pivot operation.
    alias string
    Alias for this operation.
    pivotConfiguration DataSetPivotConfiguration
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for pivoting.
    valueColumnConfiguration DataSetValueColumnConfiguration
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    groupByColumnNames string[]
    The list of column names to group by when performing the pivot operation.
    alias str
    Alias for this operation.
    pivot_configuration DataSetPivotConfiguration
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for pivoting.
    value_column_configuration DataSetValueColumnConfiguration
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    group_by_column_names Sequence[str]
    The list of column names to group by when performing the pivot operation.
    alias String
    Alias for this operation.
    pivotConfiguration Property Map
    Configuration that specifies which labels to pivot and how to structure the resulting columns.
    source Property Map
    The source transform operation that provides input data for pivoting.
    valueColumnConfiguration Property Map
    Configuration for how to aggregate values when multiple rows map to the same pivoted column.
    groupByColumnNames List<String>
    The list of column names to group by when performing the pivot operation.

    DataSetPivotedLabel, DataSetPivotedLabelArgs

    LabelName string
    The label value from the source data to be pivoted.
    NewColumnId string
    A unique identifier for the new column created from this pivoted label.
    NewColumnName string
    The name for the new column created from this pivoted label.
    LabelName string
    The label value from the source data to be pivoted.
    NewColumnId string
    A unique identifier for the new column created from this pivoted label.
    NewColumnName string
    The name for the new column created from this pivoted label.
    labelName String
    The label value from the source data to be pivoted.
    newColumnId String
    A unique identifier for the new column created from this pivoted label.
    newColumnName String
    The name for the new column created from this pivoted label.
    labelName string
    The label value from the source data to be pivoted.
    newColumnId string
    A unique identifier for the new column created from this pivoted label.
    newColumnName string
    The name for the new column created from this pivoted label.
    label_name str
    The label value from the source data to be pivoted.
    new_column_id str
    A unique identifier for the new column created from this pivoted label.
    new_column_name str
    The name for the new column created from this pivoted label.
    labelName String
    The label value from the source data to be pivoted.
    newColumnId String
    A unique identifier for the new column created from this pivoted label.
    newColumnName String
    The name for the new column created from this pivoted label.

    DataSetProjectOperation, DataSetProjectOperationArgs

    Alias string
    Alias for this operation.
    ProjectedColumns List<string>
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for column projection.
    Alias string
    Alias for this operation.
    ProjectedColumns []string
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for column projection.
    alias String
    Alias for this operation.
    projectedColumns List<String>
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column projection.
    alias string
    Alias for this operation.
    projectedColumns string[]
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column projection.
    alias str
    Alias for this operation.
    projected_columns Sequence[str]
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column projection.
    alias String
    Alias for this operation.
    projectedColumns List<String>
    source Property Map
    The source transform operation that provides input data for column projection.

    DataSetRefreshConfiguration, DataSetRefreshConfigurationArgs

    IncrementalRefresh DataSetIncrementalRefresh
    The incremental refresh for the dataset.
    incrementalRefresh DataSetIncrementalRefresh
    The incremental refresh for the dataset.
    incrementalRefresh DataSetIncrementalRefresh
    The incremental refresh for the dataset.
    incremental_refresh DataSetIncrementalRefresh
    The incremental refresh for the dataset.
    incrementalRefresh Property Map
    The incremental refresh for the dataset.

    DataSetRefreshFailureAlertStatus, DataSetRefreshFailureAlertStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DataSetRefreshFailureAlertStatusEnabled
    ENABLED
    DataSetRefreshFailureAlertStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DataSetRefreshFailureConfiguration, DataSetRefreshFailureConfigurationArgs

    EmailAlert Pulumi.AwsNative.QuickSight.Inputs.DataSetRefreshFailureEmailAlert
    The email alert configuration for a dataset refresh failure.
    EmailAlert DataSetRefreshFailureEmailAlert
    The email alert configuration for a dataset refresh failure.
    emailAlert DataSetRefreshFailureEmailAlert
    The email alert configuration for a dataset refresh failure.
    emailAlert DataSetRefreshFailureEmailAlert
    The email alert configuration for a dataset refresh failure.
    email_alert DataSetRefreshFailureEmailAlert
    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.AwsNative.QuickSight.DataSetRefreshFailureAlertStatus
    The status value that determines if email alerts are sent.
    AlertStatus DataSetRefreshFailureAlertStatus
    The status value that determines if email alerts are sent.
    alertStatus DataSetRefreshFailureAlertStatus
    The status value that determines if email alerts are sent.
    alertStatus DataSetRefreshFailureAlertStatus
    The status value that determines if email alerts are sent.
    alert_status DataSetRefreshFailureAlertStatus
    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 DataSetRefreshFailureConfiguration
    The failure configuration for a dataset.
    RefreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    failureConfiguration DataSetRefreshFailureConfiguration
    The failure configuration for a dataset.
    refreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    failureConfiguration DataSetRefreshFailureConfiguration
    The failure configuration for a dataset.
    refreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    failure_configuration DataSetRefreshFailureConfiguration
    The failure configuration for a dataset.
    refresh_configuration DataSetRefreshConfiguration
    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

    DataSetRenameColumnOperation, DataSetRenameColumnOperationArgs

    DataSetRenameColumnsOperation, DataSetRenameColumnsOperationArgs

    Alias string
    Alias for this operation.
    RenameColumnOperations List<Pulumi.AwsNative.QuickSight.Inputs.DataSetRenameColumnOperation>
    The list of column rename operations to perform, specifying old and new column names.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for column renaming.
    Alias string
    Alias for this operation.
    RenameColumnOperations []DataSetRenameColumnOperation
    The list of column rename operations to perform, specifying old and new column names.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for column renaming.
    alias String
    Alias for this operation.
    renameColumnOperations List<DataSetRenameColumnOperation>
    The list of column rename operations to perform, specifying old and new column names.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column renaming.
    alias string
    Alias for this operation.
    renameColumnOperations DataSetRenameColumnOperation[]
    The list of column rename operations to perform, specifying old and new column names.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column renaming.
    alias str
    Alias for this operation.
    rename_column_operations Sequence[DataSetRenameColumnOperation]
    The list of column rename operations to perform, specifying old and new column names.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for column renaming.
    alias String
    Alias for this operation.
    renameColumnOperations List<Property Map>
    The list of column rename operations to perform, specifying old and new column names.
    source Property Map
    The source transform operation that provides input data for column renaming.

    DataSetResourcePermission, DataSetResourcePermissionArgs

    Actions List<string>
    Principal string
    Actions []string
    Principal string
    actions List<String>
    principal String
    actions string[]
    principal string
    actions Sequence[str]
    principal str
    actions List<String>
    principal String

    DataSetRowLevelPermissionConfiguration, DataSetRowLevelPermissionConfigurationArgs

    DataSetRowLevelPermissionDataSet, DataSetRowLevelPermissionDataSetArgs

    Arn string
    PermissionPolicy Pulumi.AwsNative.QuickSight.DataSetRowLevelPermissionPolicy
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
    FormatVersion Pulumi.AwsNative.QuickSight.DataSetRowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

    Namespace string
    Status Pulumi.AwsNative.QuickSight.DataSetStatus
    The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    Arn string
    PermissionPolicy DataSetRowLevelPermissionPolicy
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
    FormatVersion DataSetRowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

    Namespace string
    Status DataSetStatus
    The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    arn String
    permissionPolicy DataSetRowLevelPermissionPolicy
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
    formatVersion DataSetRowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

    namespace String
    status DataSetStatus
    The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    arn string
    permissionPolicy DataSetRowLevelPermissionPolicy
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
    formatVersion DataSetRowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

    namespace string
    status DataSetStatus
    The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    arn str
    permission_policy DataSetRowLevelPermissionPolicy
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
    format_version DataSetRowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

    namespace str
    status DataSetStatus
    The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    arn String
    permissionPolicy "GRANT_ACCESS" | "DENY_ACCESS"
    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is 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, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must 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 is DISABLED .

    DataSetRowLevelPermissionFormatVersion, DataSetRowLevelPermissionFormatVersionArgs

    Version1
    VERSION_1
    Version2
    VERSION_2
    DataSetRowLevelPermissionFormatVersionVersion1
    VERSION_1
    DataSetRowLevelPermissionFormatVersionVersion2
    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
    DataSetRowLevelPermissionPolicyGrantAccess
    GRANT_ACCESS
    DataSetRowLevelPermissionPolicyDenyAccess
    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.AwsNative.QuickSight.Inputs.DataSetRowLevelPermissionTagRule>
    Status Pulumi.AwsNative.QuickSight.DataSetStatus
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    TagRuleConfigurations List<ImmutableArray<string>>
    TagRules []DataSetRowLevelPermissionTagRule
    Status DataSetStatus
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    TagRuleConfigurations [][]string
    tagRules List<DataSetRowLevelPermissionTagRule>
    status DataSetStatus
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    tagRuleConfigurations List<List<String>>
    tagRules DataSetRowLevelPermissionTagRule[]
    status DataSetStatus
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    tagRuleConfigurations string[][]
    tag_rules Sequence[DataSetRowLevelPermissionTagRule]
    status DataSetStatus
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    tag_rule_configurations Sequence[Sequence[str]]
    tagRules List<Property Map>
    status "ENABLED" | "DISABLED"
    The status of row-level security tags. If enabled, the status is ENABLED . If disabled, the status is DISABLED .
    tagRuleConfigurations List<List<String>>

    DataSetRowLevelPermissionTagRule, DataSetRowLevelPermissionTagRuleArgs

    DataSetS3Source, DataSetS3SourceArgs

    DataSourceArn string
    InputColumns []DataSetInputColumn
    UploadSettings DataSetUploadSettings
    Information about the format for the S3 source file or files.
    dataSourceArn String
    inputColumns List<DataSetInputColumn>
    uploadSettings DataSetUploadSettings
    Information about the format for the S3 source file or files.
    dataSourceArn string
    inputColumns DataSetInputColumn[]
    uploadSettings DataSetUploadSettings
    Information about the format for the S3 source file or files.
    data_source_arn str
    input_columns Sequence[DataSetInputColumn]
    upload_settings DataSetUploadSettings
    Information about the format for the S3 source file or files.
    dataSourceArn String
    inputColumns List<Property Map>
    uploadSettings Property Map
    Information about the format for the S3 source file or files.

    DataSetSaaSTable, DataSetSaaSTableArgs

    DataSourceArn string
    The Amazon Resource Name (ARN) of the SaaS data source.
    InputColumns List<Pulumi.AwsNative.QuickSight.Inputs.DataSetInputColumn>
    The list of input columns available from the SaaS table.
    TablePath List<Pulumi.AwsNative.QuickSight.Inputs.DataSetTablePathElement>
    The hierarchical path to the table within the SaaS data source.
    DataSourceArn string
    The Amazon Resource Name (ARN) of the SaaS data source.
    InputColumns []DataSetInputColumn
    The list of input columns available from the SaaS table.
    TablePath []DataSetTablePathElement
    The hierarchical path to the table within the SaaS data source.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the SaaS data source.
    inputColumns List<DataSetInputColumn>
    The list of input columns available from the SaaS table.
    tablePath List<DataSetTablePathElement>
    The hierarchical path to the table within the SaaS data source.
    dataSourceArn string
    The Amazon Resource Name (ARN) of the SaaS data source.
    inputColumns DataSetInputColumn[]
    The list of input columns available from the SaaS table.
    tablePath DataSetTablePathElement[]
    The hierarchical path to the table within the SaaS data source.
    data_source_arn str
    The Amazon Resource Name (ARN) of the SaaS data source.
    input_columns Sequence[DataSetInputColumn]
    The list of input columns available from the SaaS table.
    table_path Sequence[DataSetTablePathElement]
    The hierarchical path to the table within the SaaS data source.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the SaaS data source.
    inputColumns List<Property Map>
    The list of input columns available from the SaaS table.
    tablePath List<Property Map>
    The hierarchical path to the table within the SaaS data source.

    DataSetSemanticModelConfiguration, DataSetSemanticModelConfigurationArgs

    TableMap Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.DataSetSemanticTable>
    A map of semantic tables that define the analytical structure.
    TableMap map[string]DataSetSemanticTable
    A map of semantic tables that define the analytical structure.
    tableMap Map<String,DataSetSemanticTable>
    A map of semantic tables that define the analytical structure.
    tableMap {[key: string]: DataSetSemanticTable}
    A map of semantic tables that define the analytical structure.
    table_map Mapping[str, DataSetSemanticTable]
    A map of semantic tables that define the analytical structure.
    tableMap Map<Property Map>
    A map of semantic tables that define the analytical structure.

    DataSetSemanticTable, DataSetSemanticTableArgs

    Alias string
    Alias for the semantic table.
    DestinationTableId string
    The identifier of the destination table from data preparation that provides data to this semantic table.
    RowLevelPermissionConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetRowLevelPermissionConfiguration
    Configuration for row level security that control data access for this semantic table.
    Alias string
    Alias for the semantic table.
    DestinationTableId string
    The identifier of the destination table from data preparation that provides data to this semantic table.
    RowLevelPermissionConfiguration DataSetRowLevelPermissionConfiguration
    Configuration for row level security that control data access for this semantic table.
    alias String
    Alias for the semantic table.
    destinationTableId String
    The identifier of the destination table from data preparation that provides data to this semantic table.
    rowLevelPermissionConfiguration DataSetRowLevelPermissionConfiguration
    Configuration for row level security that control data access for this semantic table.
    alias string
    Alias for the semantic table.
    destinationTableId string
    The identifier of the destination table from data preparation that provides data to this semantic table.
    rowLevelPermissionConfiguration DataSetRowLevelPermissionConfiguration
    Configuration for row level security that control data access for this semantic table.
    alias str
    Alias for the semantic table.
    destination_table_id str
    The identifier of the destination table from data preparation that provides data to this semantic table.
    row_level_permission_configuration DataSetRowLevelPermissionConfiguration
    Configuration for row level security that control data access for this semantic table.
    alias String
    Alias for the semantic table.
    destinationTableId String
    The identifier of the destination table from data preparation that provides data to this semantic table.
    rowLevelPermissionConfiguration Property Map
    Configuration for row level security that control data access for this semantic table.

    DataSetSourceTable, DataSetSourceTableArgs

    DataSet Pulumi.AwsNative.QuickSight.Inputs.DataSetParentDataSet
    A parent dataset that serves as the data source instead of a physical table.
    PhysicalTableId string
    The identifier of the physical table that serves as the data source.
    DataSet DataSetParentDataSet
    A parent dataset that serves as the data source instead of a physical table.
    PhysicalTableId string
    The identifier of the physical table that serves as the data source.
    dataSet DataSetParentDataSet
    A parent dataset that serves as the data source instead of a physical table.
    physicalTableId String
    The identifier of the physical table that serves as the data source.
    dataSet DataSetParentDataSet
    A parent dataset that serves as the data source instead of a physical table.
    physicalTableId string
    The identifier of the physical table that serves as the data source.
    data_set DataSetParentDataSet
    A parent dataset that serves as the data source instead of a physical table.
    physical_table_id str
    The identifier of the physical table that serves as the data source.
    dataSet Property Map
    A parent dataset that serves as the data source instead of a physical table.
    physicalTableId String
    The identifier of the physical table that serves as the data source.

    DataSetStatus, DataSetStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DataSetStatusEnabled
    ENABLED
    DataSetStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DataSetStringComparisonFilterCondition, DataSetStringComparisonFilterConditionArgs

    Operator Pulumi.AwsNative.QuickSight.DataSetStringComparisonFilterOperator
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    Value Pulumi.AwsNative.QuickSight.Inputs.DataSetStringFilterValue
    The string value to compare against.
    Operator DataSetStringComparisonFilterOperator
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    Value DataSetStringFilterValue
    The string value to compare against.
    operator DataSetStringComparisonFilterOperator
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    value DataSetStringFilterValue
    The string value to compare against.
    operator DataSetStringComparisonFilterOperator
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    value DataSetStringFilterValue
    The string value to compare against.
    operator DataSetStringComparisonFilterOperator
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    value DataSetStringFilterValue
    The string value to compare against.
    operator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
    The comparison operator to use, such as EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH , or their negations.
    value Property Map
    The string value to compare against.

    DataSetStringComparisonFilterOperator, DataSetStringComparisonFilterOperatorArgs

    EqualsValue
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    Contains
    CONTAINS
    DoesNotContain
    DOES_NOT_CONTAIN
    StartsWith
    STARTS_WITH
    EndsWith
    ENDS_WITH
    DataSetStringComparisonFilterOperatorEquals
    EQUALS
    DataSetStringComparisonFilterOperatorDoesNotEqual
    DOES_NOT_EQUAL
    DataSetStringComparisonFilterOperatorContains
    CONTAINS
    DataSetStringComparisonFilterOperatorDoesNotContain
    DOES_NOT_CONTAIN
    DataSetStringComparisonFilterOperatorStartsWith
    STARTS_WITH
    DataSetStringComparisonFilterOperatorEndsWith
    ENDS_WITH
    Equals
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    Contains
    CONTAINS
    DoesNotContain
    DOES_NOT_CONTAIN
    StartsWith
    STARTS_WITH
    EndsWith
    ENDS_WITH
    Equals
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    Contains
    CONTAINS
    DoesNotContain
    DOES_NOT_CONTAIN
    StartsWith
    STARTS_WITH
    EndsWith
    ENDS_WITH
    EQUALS
    EQUALS
    DOES_NOT_EQUAL
    DOES_NOT_EQUAL
    CONTAINS
    CONTAINS
    DOES_NOT_CONTAIN
    DOES_NOT_CONTAIN
    STARTS_WITH
    STARTS_WITH
    ENDS_WITH
    ENDS_WITH
    "EQUALS"
    EQUALS
    "DOES_NOT_EQUAL"
    DOES_NOT_EQUAL
    "CONTAINS"
    CONTAINS
    "DOES_NOT_CONTAIN"
    DOES_NOT_CONTAIN
    "STARTS_WITH"
    STARTS_WITH
    "ENDS_WITH"
    ENDS_WITH

    DataSetStringDatasetParameter, DataSetStringDatasetParameterArgs

    Id string
    Name string
    ValueType Pulumi.AwsNative.QuickSight.DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues Pulumi.AwsNative.QuickSight.Inputs.DataSetStringDatasetParameterDefaultValues
    A list of default values for a given string dataset parameter type. This structure only accepts static values.
    Id string
    Name string
    ValueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    DefaultValues DataSetStringDatasetParameterDefaultValues
    A list of default values for a given string dataset parameter type. This structure only accepts static values.
    id String
    name String
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetStringDatasetParameterDefaultValues
    A list of default values for a given string dataset parameter type. This structure only accepts static values.
    id string
    name string
    valueType DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    defaultValues DataSetStringDatasetParameterDefaultValues
    A list of default values for a given string dataset parameter type. This structure only accepts static values.
    id str
    name str
    value_type DataSetDatasetParameterValueType
    The value type of the dataset parameter. Valid values are single value or multi value .
    default_values DataSetStringDatasetParameterDefaultValues
    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 value or multi 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>

    DataSetStringFilterCondition, DataSetStringFilterConditionArgs

    ColumnName string
    The name of the string column to filter.
    ComparisonFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetStringComparisonFilterCondition
    A comparison-based filter condition for the string column.
    ListFilterCondition Pulumi.AwsNative.QuickSight.Inputs.DataSetStringListFilterCondition
    A list-based filter condition that includes or excludes values from a specified list.
    ColumnName string
    The name of the string column to filter.
    ComparisonFilterCondition DataSetStringComparisonFilterCondition
    A comparison-based filter condition for the string column.
    ListFilterCondition DataSetStringListFilterCondition
    A list-based filter condition that includes or excludes values from a specified list.
    columnName String
    The name of the string column to filter.
    comparisonFilterCondition DataSetStringComparisonFilterCondition
    A comparison-based filter condition for the string column.
    listFilterCondition DataSetStringListFilterCondition
    A list-based filter condition that includes or excludes values from a specified list.
    columnName string
    The name of the string column to filter.
    comparisonFilterCondition DataSetStringComparisonFilterCondition
    A comparison-based filter condition for the string column.
    listFilterCondition DataSetStringListFilterCondition
    A list-based filter condition that includes or excludes values from a specified list.
    column_name str
    The name of the string column to filter.
    comparison_filter_condition DataSetStringComparisonFilterCondition
    A comparison-based filter condition for the string column.
    list_filter_condition DataSetStringListFilterCondition
    A list-based filter condition that includes or excludes values from a specified list.
    columnName String
    The name of the string column to filter.
    comparisonFilterCondition Property Map
    A comparison-based filter condition for the string column.
    listFilterCondition Property Map
    A list-based filter condition that includes or excludes values from a specified list.

    DataSetStringFilterValue, DataSetStringFilterValueArgs

    StaticValue string
    A static string value used for filtering.
    StaticValue string
    A static string value used for filtering.
    staticValue String
    A static string value used for filtering.
    staticValue string
    A static string value used for filtering.
    static_value str
    A static string value used for filtering.
    staticValue String
    A static string value used for filtering.

    DataSetStringListFilterCondition, DataSetStringListFilterConditionArgs

    Operator Pulumi.AwsNative.QuickSight.DataSetStringListFilterOperator
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    Values Pulumi.AwsNative.QuickSight.Inputs.DataSetStringListFilterValue
    The list of string values to include or exclude in the filter.
    Operator DataSetStringListFilterOperator
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    Values DataSetStringListFilterValue
    The list of string values to include or exclude in the filter.
    operator DataSetStringListFilterOperator
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    values DataSetStringListFilterValue
    The list of string values to include or exclude in the filter.
    operator DataSetStringListFilterOperator
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    values DataSetStringListFilterValue
    The list of string values to include or exclude in the filter.
    operator DataSetStringListFilterOperator
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    values DataSetStringListFilterValue
    The list of string values to include or exclude in the filter.
    operator "INCLUDE" | "EXCLUDE"
    The list operator to use, either INCLUDE to match values in the list or EXCLUDE to filter out values in the list.
    values Property Map
    The list of string values to include or exclude in the filter.

    DataSetStringListFilterOperator, DataSetStringListFilterOperatorArgs

    Include
    INCLUDE
    Exclude
    EXCLUDE
    DataSetStringListFilterOperatorInclude
    INCLUDE
    DataSetStringListFilterOperatorExclude
    EXCLUDE
    Include
    INCLUDE
    Exclude
    EXCLUDE
    Include
    INCLUDE
    Exclude
    EXCLUDE
    INCLUDE
    INCLUDE
    EXCLUDE
    EXCLUDE
    "INCLUDE"
    INCLUDE
    "EXCLUDE"
    EXCLUDE

    DataSetStringListFilterValue, DataSetStringListFilterValueArgs

    StaticValues List<string>
    A list of static string values used for filtering.
    StaticValues []string
    A list of static string values used for filtering.
    staticValues List<String>
    A list of static string values used for filtering.
    staticValues string[]
    A list of static string values used for filtering.
    static_values Sequence[str]
    A list of static string values used for filtering.
    staticValues List<String>
    A list of static string values used for filtering.

    DataSetTablePathElement, DataSetTablePathElementArgs

    Id string
    The unique identifier of the path element.
    Name string
    The name of the path element.
    Id string
    The unique identifier of the path element.
    Name string
    The name of the path element.
    id String
    The unique identifier of the path element.
    name String
    The name of the path element.
    id string
    The unique identifier of the path element.
    name string
    The name of the path element.
    id str
    The unique identifier of the path element.
    name str
    The name of the path element.
    id String
    The unique identifier of the path element.
    name String
    The name of the path element.

    DataSetTagColumnOperation, DataSetTagColumnOperationArgs

    DataSetTextQualifier, DataSetTextQualifierArgs

    DoubleQuote
    DOUBLE_QUOTE
    SingleQuote
    SINGLE_QUOTE
    DataSetTextQualifierDoubleQuote
    DOUBLE_QUOTE
    DataSetTextQualifierSingleQuote
    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
    DataSetTimeGranularityYear
    YEAR
    DataSetTimeGranularityQuarter
    QUARTER
    DataSetTimeGranularityMonth
    MONTH
    DataSetTimeGranularityWeek
    WEEK
    DataSetTimeGranularityDay
    DAY
    DataSetTimeGranularityHour
    HOUR
    DataSetTimeGranularityMinute
    MINUTE
    DataSetTimeGranularitySecond
    SECOND
    DataSetTimeGranularityMillisecond
    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

    CastColumnTypeOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetCastColumnTypeOperation
    A transform operation that casts a column to a different type.
    CreateColumnsOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetCreateColumnsOperation
    An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
    FilterOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetFilterOperation
    An operation that filters rows based on some condition.
    OverrideDatasetParameterOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetOverrideDatasetParameterOperation
    A transform operation that overrides the dataset parameter values that are defined in another dataset.
    ProjectOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetProjectOperation
    An operation that projects columns. Operations that come after a projection can only refer to projected columns.
    RenameColumnOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetRenameColumnOperation
    An operation that renames a column.
    TagColumnOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetTagColumnOperation
    An operation that tags a column with additional information.
    UntagColumnOperation Pulumi.AwsNative.QuickSight.Inputs.DataSetUntagColumnOperation
    CastColumnTypeOperation DataSetCastColumnTypeOperation
    A transform operation that casts a column to a different type.
    CreateColumnsOperation DataSetCreateColumnsOperation
    An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
    FilterOperation DataSetFilterOperation
    An operation that filters rows based on some condition.
    OverrideDatasetParameterOperation DataSetOverrideDatasetParameterOperation
    A transform operation that overrides the dataset parameter values that are defined in another dataset.
    ProjectOperation DataSetProjectOperation
    An operation that projects columns. Operations that come after a projection can only refer to projected columns.
    RenameColumnOperation DataSetRenameColumnOperation
    An operation that renames a column.
    TagColumnOperation DataSetTagColumnOperation
    An operation that tags a column with additional information.
    UntagColumnOperation DataSetUntagColumnOperation
    castColumnTypeOperation DataSetCastColumnTypeOperation
    A transform operation that casts a column to a different type.
    createColumnsOperation DataSetCreateColumnsOperation
    An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
    filterOperation DataSetFilterOperation
    An operation that filters rows based on some condition.
    overrideDatasetParameterOperation DataSetOverrideDatasetParameterOperation
    A transform operation that overrides the dataset parameter values that are defined in another dataset.
    projectOperation DataSetProjectOperation
    An operation that projects columns. Operations that come after a projection can only refer to projected columns.
    renameColumnOperation DataSetRenameColumnOperation
    An operation that renames a column.
    tagColumnOperation DataSetTagColumnOperation
    An operation that tags a column with additional information.
    untagColumnOperation DataSetUntagColumnOperation
    castColumnTypeOperation DataSetCastColumnTypeOperation
    A transform operation that casts a column to a different type.
    createColumnsOperation DataSetCreateColumnsOperation
    An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
    filterOperation DataSetFilterOperation
    An operation that filters rows based on some condition.
    overrideDatasetParameterOperation DataSetOverrideDatasetParameterOperation
    A transform operation that overrides the dataset parameter values that are defined in another dataset.
    projectOperation DataSetProjectOperation
    An operation that projects columns. Operations that come after a projection can only refer to projected columns.
    renameColumnOperation DataSetRenameColumnOperation
    An operation that renames a column.
    tagColumnOperation DataSetTagColumnOperation
    An operation that tags a column with additional information.
    untagColumnOperation DataSetUntagColumnOperation
    cast_column_type_operation DataSetCastColumnTypeOperation
    A transform operation that casts a column to a different type.
    create_columns_operation DataSetCreateColumnsOperation
    An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
    filter_operation DataSetFilterOperation
    An operation that filters rows based on some condition.
    override_dataset_parameter_operation DataSetOverrideDatasetParameterOperation
    A transform operation that overrides the dataset parameter values that are defined in another dataset.
    project_operation DataSetProjectOperation
    An operation that projects columns. Operations that come after a projection can only refer to projected columns.
    rename_column_operation DataSetRenameColumnOperation
    An operation that renames a column.
    tag_column_operation DataSetTagColumnOperation
    An operation that tags a column with additional information.
    untag_column_operation DataSetUntagColumnOperation
    castColumnTypeOperation Property Map
    A transform operation that casts a column to a different type.
    createColumnsOperation Property Map
    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.
    overrideDatasetParameterOperation Property Map
    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.
    renameColumnOperation Property Map
    An operation that renames a column.
    tagColumnOperation Property Map
    An operation that tags a column with additional information.
    untagColumnOperation Property Map

    DataSetTransformOperationSource, DataSetTransformOperationSourceArgs

    TransformOperationId string
    The identifier of the transform operation that provides input data.
    ColumnIdMappings List<Pulumi.AwsNative.QuickSight.Inputs.DataSetColumnIdMapping>
    The mappings between source column identifiers and target column identifiers for this transformation.
    TransformOperationId string
    The identifier of the transform operation that provides input data.
    ColumnIdMappings []DataSetColumnIdMapping
    The mappings between source column identifiers and target column identifiers for this transformation.
    transformOperationId String
    The identifier of the transform operation that provides input data.
    columnIdMappings List<DataSetColumnIdMapping>
    The mappings between source column identifiers and target column identifiers for this transformation.
    transformOperationId string
    The identifier of the transform operation that provides input data.
    columnIdMappings DataSetColumnIdMapping[]
    The mappings between source column identifiers and target column identifiers for this transformation.
    transform_operation_id str
    The identifier of the transform operation that provides input data.
    column_id_mappings Sequence[DataSetColumnIdMapping]
    The mappings between source column identifiers and target column identifiers for this transformation.
    transformOperationId String
    The identifier of the transform operation that provides input data.
    columnIdMappings List<Property Map>
    The mappings between source column identifiers and target column identifiers for this transformation.

    DataSetTransformStep, DataSetTransformStepArgs

    AggregateStep Pulumi.AwsNative.QuickSight.Inputs.DataSetAggregateOperation
    A transform step that groups data and applies aggregation functions to calculate summary values.
    AppendStep Pulumi.AwsNative.QuickSight.Inputs.DataSetAppendOperation
    A transform step that combines rows from multiple sources by stacking them vertically.
    CastColumnTypesStep Pulumi.AwsNative.QuickSight.Inputs.DataSetCastColumnTypesOperation
    A transform step that changes the data types of one or more columns.
    CreateColumnsStep Pulumi.AwsNative.QuickSight.Inputs.DataSetCreateColumnsOperation
    FiltersStep Pulumi.AwsNative.QuickSight.Inputs.DataSetFiltersOperation
    A transform step that applies filter conditions.
    ImportTableStep Pulumi.AwsNative.QuickSight.Inputs.DataSetImportTableOperation
    A transform step that brings data from a source table.
    JoinStep Pulumi.AwsNative.QuickSight.Inputs.DataSetJoinOperation
    A transform step that combines data from two sources based on specified join conditions.
    PivotStep Pulumi.AwsNative.QuickSight.Inputs.DataSetPivotOperation
    A transform step that converts row values into columns to reshape the data structure.
    ProjectStep Pulumi.AwsNative.QuickSight.Inputs.DataSetProjectOperation
    RenameColumnsStep Pulumi.AwsNative.QuickSight.Inputs.DataSetRenameColumnsOperation
    A transform step that changes the names of one or more columns.
    UnpivotStep Pulumi.AwsNative.QuickSight.Inputs.DataSetUnpivotOperation
    A transform step that converts columns into rows to normalize the data structure.
    AggregateStep DataSetAggregateOperation
    A transform step that groups data and applies aggregation functions to calculate summary values.
    AppendStep DataSetAppendOperation
    A transform step that combines rows from multiple sources by stacking them vertically.
    CastColumnTypesStep DataSetCastColumnTypesOperation
    A transform step that changes the data types of one or more columns.
    CreateColumnsStep DataSetCreateColumnsOperation
    FiltersStep DataSetFiltersOperation
    A transform step that applies filter conditions.
    ImportTableStep DataSetImportTableOperation
    A transform step that brings data from a source table.
    JoinStep DataSetJoinOperation
    A transform step that combines data from two sources based on specified join conditions.
    PivotStep DataSetPivotOperation
    A transform step that converts row values into columns to reshape the data structure.
    ProjectStep DataSetProjectOperation
    RenameColumnsStep DataSetRenameColumnsOperation
    A transform step that changes the names of one or more columns.
    UnpivotStep DataSetUnpivotOperation
    A transform step that converts columns into rows to normalize the data structure.
    aggregateStep DataSetAggregateOperation
    A transform step that groups data and applies aggregation functions to calculate summary values.
    appendStep DataSetAppendOperation
    A transform step that combines rows from multiple sources by stacking them vertically.
    castColumnTypesStep DataSetCastColumnTypesOperation
    A transform step that changes the data types of one or more columns.
    createColumnsStep DataSetCreateColumnsOperation
    filtersStep DataSetFiltersOperation
    A transform step that applies filter conditions.
    importTableStep DataSetImportTableOperation
    A transform step that brings data from a source table.
    joinStep DataSetJoinOperation
    A transform step that combines data from two sources based on specified join conditions.
    pivotStep DataSetPivotOperation
    A transform step that converts row values into columns to reshape the data structure.
    projectStep DataSetProjectOperation
    renameColumnsStep DataSetRenameColumnsOperation
    A transform step that changes the names of one or more columns.
    unpivotStep DataSetUnpivotOperation
    A transform step that converts columns into rows to normalize the data structure.
    aggregateStep DataSetAggregateOperation
    A transform step that groups data and applies aggregation functions to calculate summary values.
    appendStep DataSetAppendOperation
    A transform step that combines rows from multiple sources by stacking them vertically.
    castColumnTypesStep DataSetCastColumnTypesOperation
    A transform step that changes the data types of one or more columns.
    createColumnsStep DataSetCreateColumnsOperation
    filtersStep DataSetFiltersOperation
    A transform step that applies filter conditions.
    importTableStep DataSetImportTableOperation
    A transform step that brings data from a source table.
    joinStep DataSetJoinOperation
    A transform step that combines data from two sources based on specified join conditions.
    pivotStep DataSetPivotOperation
    A transform step that converts row values into columns to reshape the data structure.
    projectStep DataSetProjectOperation
    renameColumnsStep DataSetRenameColumnsOperation
    A transform step that changes the names of one or more columns.
    unpivotStep DataSetUnpivotOperation
    A transform step that converts columns into rows to normalize the data structure.
    aggregate_step DataSetAggregateOperation
    A transform step that groups data and applies aggregation functions to calculate summary values.
    append_step DataSetAppendOperation
    A transform step that combines rows from multiple sources by stacking them vertically.
    cast_column_types_step DataSetCastColumnTypesOperation
    A transform step that changes the data types of one or more columns.
    create_columns_step DataSetCreateColumnsOperation
    filters_step DataSetFiltersOperation
    A transform step that applies filter conditions.
    import_table_step DataSetImportTableOperation
    A transform step that brings data from a source table.
    join_step DataSetJoinOperation
    A transform step that combines data from two sources based on specified join conditions.
    pivot_step DataSetPivotOperation
    A transform step that converts row values into columns to reshape the data structure.
    project_step DataSetProjectOperation
    rename_columns_step DataSetRenameColumnsOperation
    A transform step that changes the names of one or more columns.
    unpivot_step DataSetUnpivotOperation
    A transform step that converts columns into rows to normalize the data structure.
    aggregateStep Property Map
    A transform step that groups data and applies aggregation functions to calculate summary values.
    appendStep Property Map
    A transform step that combines rows from multiple sources by stacking them vertically.
    castColumnTypesStep Property Map
    A transform step that changes the data types of one or more columns.
    createColumnsStep Property Map
    filtersStep Property Map
    A transform step that applies filter conditions.
    importTableStep Property Map
    A transform step that brings data from a source table.
    joinStep Property Map
    A transform step that combines data from two sources based on specified join conditions.
    pivotStep Property Map
    A transform step that converts row values into columns to reshape the data structure.
    projectStep Property Map
    renameColumnsStep Property Map
    A transform step that changes the names of one or more columns.
    unpivotStep Property Map
    A transform step that converts columns into rows to normalize the data structure.

    DataSetUniqueKey, DataSetUniqueKeyArgs

    ColumnNames List<string>
    ColumnNames []string
    columnNames List<String>
    columnNames string[]
    column_names Sequence[str]
    columnNames List<String>

    DataSetUnpivotOperation, DataSetUnpivotOperationArgs

    Alias string
    Alias for this operation.
    ColumnsToUnpivot List<Pulumi.AwsNative.QuickSight.Inputs.DataSetColumnToUnpivot>
    The list of columns to unpivot from the source data.
    Source Pulumi.AwsNative.QuickSight.Inputs.DataSetTransformOperationSource
    The source transform operation that provides input data for unpivoting.
    UnpivotedLabelColumnId string
    A unique identifier for the new column that will contain the unpivoted column names.
    UnpivotedLabelColumnName string
    The name for the new column that will contain the unpivoted column names.
    UnpivotedValueColumnId string
    A unique identifier for the new column that will contain the unpivoted values.
    UnpivotedValueColumnName string
    The name for the new column that will contain the unpivoted values.
    Alias string
    Alias for this operation.
    ColumnsToUnpivot []DataSetColumnToUnpivot
    The list of columns to unpivot from the source data.
    Source DataSetTransformOperationSource
    The source transform operation that provides input data for unpivoting.
    UnpivotedLabelColumnId string
    A unique identifier for the new column that will contain the unpivoted column names.
    UnpivotedLabelColumnName string
    The name for the new column that will contain the unpivoted column names.
    UnpivotedValueColumnId string
    A unique identifier for the new column that will contain the unpivoted values.
    UnpivotedValueColumnName string
    The name for the new column that will contain the unpivoted values.
    alias String
    Alias for this operation.
    columnsToUnpivot List<DataSetColumnToUnpivot>
    The list of columns to unpivot from the source data.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for unpivoting.
    unpivotedLabelColumnId String
    A unique identifier for the new column that will contain the unpivoted column names.
    unpivotedLabelColumnName String
    The name for the new column that will contain the unpivoted column names.
    unpivotedValueColumnId String
    A unique identifier for the new column that will contain the unpivoted values.
    unpivotedValueColumnName String
    The name for the new column that will contain the unpivoted values.
    alias string
    Alias for this operation.
    columnsToUnpivot DataSetColumnToUnpivot[]
    The list of columns to unpivot from the source data.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for unpivoting.
    unpivotedLabelColumnId string
    A unique identifier for the new column that will contain the unpivoted column names.
    unpivotedLabelColumnName string
    The name for the new column that will contain the unpivoted column names.
    unpivotedValueColumnId string
    A unique identifier for the new column that will contain the unpivoted values.
    unpivotedValueColumnName string
    The name for the new column that will contain the unpivoted values.
    alias str
    Alias for this operation.
    columns_to_unpivot Sequence[DataSetColumnToUnpivot]
    The list of columns to unpivot from the source data.
    source DataSetTransformOperationSource
    The source transform operation that provides input data for unpivoting.
    unpivoted_label_column_id str
    A unique identifier for the new column that will contain the unpivoted column names.
    unpivoted_label_column_name str
    The name for the new column that will contain the unpivoted column names.
    unpivoted_value_column_id str
    A unique identifier for the new column that will contain the unpivoted values.
    unpivoted_value_column_name str
    The name for the new column that will contain the unpivoted values.
    alias String
    Alias for this operation.
    columnsToUnpivot List<Property Map>
    The list of columns to unpivot from the source data.
    source Property Map
    The source transform operation that provides input data for unpivoting.
    unpivotedLabelColumnId String
    A unique identifier for the new column that will contain the unpivoted column names.
    unpivotedLabelColumnName String
    The name for the new column that will contain the unpivoted column names.
    unpivotedValueColumnId String
    A unique identifier for the new column that will contain the unpivoted values.
    unpivotedValueColumnName String
    The name for the new column that will contain the unpivoted values.

    DataSetUntagColumnOperation, DataSetUntagColumnOperationArgs

    DataSetUploadSettings, DataSetUploadSettingsArgs

    DataSetUsageConfiguration, DataSetUsageConfigurationArgs

    DataSetUseAs, DataSetUseAsArgs

    RlsRules
    RLS_RULES
    DataSetUseAsRlsRules
    RLS_RULES
    RlsRules
    RLS_RULES
    RlsRules
    RLS_RULES
    RLS_RULES
    RLS_RULES
    "RLS_RULES"
    RLS_RULES

    DataSetValueColumnConfiguration, DataSetValueColumnConfigurationArgs

    AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.DataSetDataPrepAggregationFunction
    The aggregation function to apply when multiple values map to the same pivoted cell.
    AggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply when multiple values map to the same pivoted cell.
    aggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply when multiple values map to the same pivoted cell.
    aggregationFunction DataSetDataPrepAggregationFunction
    The aggregation function to apply when multiple values map to the same pivoted cell.
    aggregation_function DataSetDataPrepAggregationFunction
    The aggregation function to apply when multiple values map to the same pivoted cell.
    aggregationFunction Property Map
    The aggregation function to apply when multiple values map to the same pivoted cell.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate