| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.DataSet
Description
Synopsis
- data DataSet = DataSet' {
- arn :: Maybe Text
- columnGroups :: Maybe (NonEmpty ColumnGroup)
- columnLevelPermissionRules :: Maybe (NonEmpty ColumnLevelPermissionRule)
- consumedSpiceCapacityInBytes :: Maybe Integer
- createdTime :: Maybe POSIX
- dataSetId :: Maybe Text
- dataSetUsageConfiguration :: Maybe DataSetUsageConfiguration
- fieldFolders :: Maybe (HashMap Text FieldFolder)
- importMode :: Maybe DataSetImportMode
- lastUpdatedTime :: Maybe POSIX
- logicalTableMap :: Maybe (HashMap Text LogicalTable)
- name :: Maybe Text
- outputColumns :: Maybe [OutputColumn]
- physicalTableMap :: Maybe (HashMap Text PhysicalTable)
- rowLevelPermissionDataSet :: Maybe RowLevelPermissionDataSet
- rowLevelPermissionTagConfiguration :: Maybe RowLevelPermissionTagConfiguration
- newDataSet :: DataSet
- dataSet_arn :: Lens' DataSet (Maybe Text)
- dataSet_columnGroups :: Lens' DataSet (Maybe (NonEmpty ColumnGroup))
- dataSet_columnLevelPermissionRules :: Lens' DataSet (Maybe (NonEmpty ColumnLevelPermissionRule))
- dataSet_consumedSpiceCapacityInBytes :: Lens' DataSet (Maybe Integer)
- dataSet_createdTime :: Lens' DataSet (Maybe UTCTime)
- dataSet_dataSetId :: Lens' DataSet (Maybe Text)
- dataSet_dataSetUsageConfiguration :: Lens' DataSet (Maybe DataSetUsageConfiguration)
- dataSet_fieldFolders :: Lens' DataSet (Maybe (HashMap Text FieldFolder))
- dataSet_importMode :: Lens' DataSet (Maybe DataSetImportMode)
- dataSet_lastUpdatedTime :: Lens' DataSet (Maybe UTCTime)
- dataSet_logicalTableMap :: Lens' DataSet (Maybe (HashMap Text LogicalTable))
- dataSet_name :: Lens' DataSet (Maybe Text)
- dataSet_outputColumns :: Lens' DataSet (Maybe [OutputColumn])
- dataSet_physicalTableMap :: Lens' DataSet (Maybe (HashMap Text PhysicalTable))
- dataSet_rowLevelPermissionDataSet :: Lens' DataSet (Maybe RowLevelPermissionDataSet)
- dataSet_rowLevelPermissionTagConfiguration :: Lens' DataSet (Maybe RowLevelPermissionTagConfiguration)
Documentation
Dataset.
See: newDataSet smart constructor.
Constructors
| DataSet' | |
Fields
| |
Instances
newDataSet :: DataSet Source #
Create a value of DataSet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DataSet, dataSet_arn - The Amazon Resource Name (ARN) of the resource.
$sel:columnGroups:DataSet', dataSet_columnGroups - Groupings of columns that work together in certain Amazon QuickSight
features. Currently, only geospatial hierarchy is supported.
$sel:columnLevelPermissionRules:DataSet', dataSet_columnLevelPermissionRules - A set of one or more definitions of a
ColumnLevelPermissionRule .
$sel:consumedSpiceCapacityInBytes:DataSet', dataSet_consumedSpiceCapacityInBytes - The amount of SPICE capacity used by this dataset. This is 0 if the
dataset isn't imported into SPICE.
$sel:createdTime:DataSet', dataSet_createdTime - The time that this dataset was created.
$sel:dataSetId:DataSet', dataSet_dataSetId - The ID of the dataset.
$sel:dataSetUsageConfiguration:DataSet', dataSet_dataSetUsageConfiguration - The usage configuration to apply to child datasets that reference this
dataset as a source.
$sel:fieldFolders:DataSet', dataSet_fieldFolders - The folder that contains fields and nested subfolders for your dataset.
$sel:importMode:DataSet', dataSet_importMode - A value that indicates whether you want to import the data into SPICE.
$sel:lastUpdatedTime:DataSet', dataSet_lastUpdatedTime - The last time that this dataset was updated.
$sel:logicalTableMap:DataSet', dataSet_logicalTableMap - Configures the combination and transformation of the data from the
physical tables.
DataSet, dataSet_name - A display name for the dataset.
$sel:outputColumns:DataSet', dataSet_outputColumns - The list of columns after all transforms. These columns are available in
templates, analyses, and dashboards.
$sel:physicalTableMap:DataSet', dataSet_physicalTableMap - Declares the physical tables that are available in the underlying data
sources.
$sel:rowLevelPermissionDataSet:DataSet', dataSet_rowLevelPermissionDataSet - The row-level security configuration for the dataset.
$sel:rowLevelPermissionTagConfiguration:DataSet', dataSet_rowLevelPermissionTagConfiguration - The element you can use to define tags for row-level security.
dataSet_columnGroups :: Lens' DataSet (Maybe (NonEmpty ColumnGroup)) Source #
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
dataSet_columnLevelPermissionRules :: Lens' DataSet (Maybe (NonEmpty ColumnLevelPermissionRule)) Source #
A set of one or more definitions of a
ColumnLevelPermissionRule .
dataSet_consumedSpiceCapacityInBytes :: Lens' DataSet (Maybe Integer) Source #
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
dataSet_createdTime :: Lens' DataSet (Maybe UTCTime) Source #
The time that this dataset was created.
dataSet_dataSetUsageConfiguration :: Lens' DataSet (Maybe DataSetUsageConfiguration) Source #
The usage configuration to apply to child datasets that reference this dataset as a source.
dataSet_fieldFolders :: Lens' DataSet (Maybe (HashMap Text FieldFolder)) Source #
The folder that contains fields and nested subfolders for your dataset.
dataSet_importMode :: Lens' DataSet (Maybe DataSetImportMode) Source #
A value that indicates whether you want to import the data into SPICE.
dataSet_lastUpdatedTime :: Lens' DataSet (Maybe UTCTime) Source #
The last time that this dataset was updated.
dataSet_logicalTableMap :: Lens' DataSet (Maybe (HashMap Text LogicalTable)) Source #
Configures the combination and transformation of the data from the physical tables.
dataSet_outputColumns :: Lens' DataSet (Maybe [OutputColumn]) Source #
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
dataSet_physicalTableMap :: Lens' DataSet (Maybe (HashMap Text PhysicalTable)) Source #
Declares the physical tables that are available in the underlying data sources.
dataSet_rowLevelPermissionDataSet :: Lens' DataSet (Maybe RowLevelPermissionDataSet) Source #
The row-level security configuration for the dataset.
dataSet_rowLevelPermissionTagConfiguration :: Lens' DataSet (Maybe RowLevelPermissionTagConfiguration) Source #
The element you can use to define tags for row-level security.