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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.quicksight.DataSet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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_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,
                import_mode: Optional[DataSetImportMode] = None,
                ingestion_wait_policy: Optional[DataSetIngestionWaitPolicyArgs] = None,
                logical_table_map: Optional[Mapping[str, DataSetLogicalTableArgs]] = None,
                name: Optional[str] = None,
                permissions: Optional[Sequence[DataSetResourcePermissionArgs]] = None,
                physical_table_map: Optional[Mapping[str, DataSetPhysicalTableArgs]] = None,
                row_level_permission_data_set: Optional[DataSetRowLevelPermissionDataSetArgs] = None,
                row_level_permission_tag_configuration: Optional[DataSetRowLevelPermissionTagConfigurationArgs] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    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

    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>
    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.
    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>
    Configures the combination and transformation of the data from the physical tables.
    Name string
    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
    The row-level security configuration for the data that you want to create.
    RowLevelPermissionTagConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSetRowLevelPermissionTagConfiguration
    The element you can use to define tags for row-level security.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    AwsAccountId string
    The AWS account ID.
    ColumnGroups []DataSetColumnGroupArgs
    ColumnLevelPermissionRules []DataSetColumnLevelPermissionRuleArgs
    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.
    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
    Configures the combination and transformation of the data from the physical tables.
    Name string
    Permissions []DataSetResourcePermissionArgs
    PhysicalTableMap map[string]DataSetPhysicalTableArgs
    Declares the physical tables that are available in the underlying data sources.
    RowLevelPermissionDataSet DataSetRowLevelPermissionDataSetArgs
    The row-level security configuration for the data that you want to create.
    RowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfigurationArgs
    The element you can use to define tags for row-level security.
    Tags TagArgs
    awsAccountId String
    The AWS account ID.
    columnGroups List<DataSetColumnGroup>
    columnLevelPermissionRules List<DataSetColumnLevelPermissionRule>
    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.
    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>
    Configures the combination and transformation of the data from the physical tables.
    name String
    permissions List<DataSetResourcePermission>
    physicalTableMap Map<String,DataSetPhysicalTableArgs>
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet DataSetRowLevelPermissionDataSet
    The row-level security configuration for the data that you want to create.
    rowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfiguration
    The element you can use to define tags for row-level security.
    tags List<Tag>
    awsAccountId string
    The AWS account ID.
    columnGroups DataSetColumnGroup[]
    columnLevelPermissionRules DataSetColumnLevelPermissionRule[]
    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.
    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}
    Configures the combination and transformation of the data from the physical tables.
    name string
    permissions DataSetResourcePermission[]
    physicalTableMap {[key: string]: DataSetPhysicalTableArgs}
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet DataSetRowLevelPermissionDataSet
    The row-level security configuration for the data that you want to create.
    rowLevelPermissionTagConfiguration DataSetRowLevelPermissionTagConfiguration
    The element you can use to define tags for row-level security.
    tags Tag[]
    aws_account_id str
    The AWS account ID.
    column_groups Sequence[DataSetColumnGroupArgs]
    column_level_permission_rules Sequence[DataSetColumnLevelPermissionRuleArgs]
    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.
    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]
    Configures the combination and transformation of the data from the physical tables.
    name str
    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
    The row-level security configuration for the data that you want to create.
    row_level_permission_tag_configuration DataSetRowLevelPermissionTagConfigurationArgs
    The element you can use to define tags for row-level security.
    tags Sequence[TagArgs]
    awsAccountId String
    The AWS account ID.
    columnGroups List<Property Map>
    columnLevelPermissionRules List<Property Map>
    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.
    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>
    Configures the combination and transformation of the data from the physical tables.
    name String
    permissions List<Property Map>
    physicalTableMap Map<Property Map>
    Declares the physical tables that are available in the underlying data sources.
    rowLevelPermissionDataSet Property Map
    The row-level security configuration for the data that you want to create.
    rowLevelPermissionTagConfiguration Property Map
    The element you can use to define tags for row-level security.
    tags List<Property Map>

    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

    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.

    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.

    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

    DataSetCreateColumnsOperation, DataSetCreateColumnsOperationArgs

    DataSetCustomSql, DataSetCustomSqlArgs

    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

    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>

    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

    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

    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.
    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.
    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.
    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.
    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.
    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.
    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<double>
    StaticValues []float64
    staticValues List<Double>
    staticValues number[]
    static_values Sequence[float]
    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

    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

    alias String
    source Property Map
    Source of this logical table.
    dataTransforms List<Property Map>

    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<double>
    StringStaticValues List<string>
    dateTimeStaticValues List<String>
    decimalStaticValues List<Double>
    integerStaticValues List<Double>
    stringStaticValues List<String>
    date_time_static_values Sequence[str]
    decimal_static_values Sequence[float]
    integer_static_values Sequence[float]
    string_static_values Sequence[str]
    dateTimeStaticValues List<String>
    decimalStaticValues List<Number>
    integerStaticValues List<Number>
    stringStaticValues List<String>

    DataSetOutputColumn, DataSetOutputColumnArgs

    Description string
    Name string
    SubType DataSetColumnDataSubType
    The sub data type of the column.
    Type DataSetColumnDataType
    The data type of the column.
    description String
    name String
    subType DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description string
    name string
    subType DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description str
    name str
    sub_type DataSetColumnDataSubType
    The sub data type of the column.
    type DataSetColumnDataType
    The data type of the column.
    description String
    name String
    subType "FLOAT" | "FIXED"
    The sub data type of the column.
    type "STRING" | "INTEGER" | "DECIMAL" | "DATETIME"
    The data type of the column.

    DataSetOverrideDatasetParameterOperation, DataSetOverrideDatasetParameterOperationArgs

    ParameterName string
    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

    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.
    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.
    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.
    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.
    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.
    customSql Property Map
    A physical table type built from the results of the custom SQL query.
    relationalTable Property Map
    A physical table type for relational data sources.
    s3Source Property Map
    A physical table type for as S3 data source.

    DataSetProjectOperation, DataSetProjectOperationArgs

    ProjectedColumns List<string>
    projectedColumns List<String>
    projected_columns Sequence[str]
    projectedColumns List<String>

    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.

    DataSetRefreshProperties, DataSetRefreshPropertiesArgs

    RefreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    refreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    refreshConfiguration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    refresh_configuration DataSetRefreshConfiguration
    The refresh configuration for a dataset.
    refreshConfiguration Property Map
    The refresh configuration for a dataset.

    DataSetRelationalTable, DataSetRelationalTableArgs

    DataSetRenameColumnOperation, DataSetRenameColumnOperationArgs

    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

    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.

    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

    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>

    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
    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
    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
    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
    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
    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
    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

    DataSetUntagColumnOperation, DataSetUntagColumnOperationArgs

    DataSetUploadSettings, DataSetUploadSettingsArgs

    DataSetUsageConfiguration, DataSetUsageConfigurationArgs

    Tag, TagArgs

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi