| 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.DataSetUsageConfiguration
Description
Synopsis
- data DataSetUsageConfiguration = DataSetUsageConfiguration' {}
- newDataSetUsageConfiguration :: DataSetUsageConfiguration
- dataSetUsageConfiguration_disableUseAsDirectQuerySource :: Lens' DataSetUsageConfiguration (Maybe Bool)
- dataSetUsageConfiguration_disableUseAsImportedSource :: Lens' DataSetUsageConfiguration (Maybe Bool)
Documentation
data DataSetUsageConfiguration Source #
The usage configuration to apply to child datasets that reference this dataset as a source.
See: newDataSetUsageConfiguration smart constructor.
Constructors
| DataSetUsageConfiguration' | |
Fields
| |
Instances
newDataSetUsageConfiguration :: DataSetUsageConfiguration Source #
Create a value of DataSetUsageConfiguration 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:
$sel:disableUseAsDirectQuerySource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsDirectQuerySource - An option that controls whether a child dataset of a direct query can
use this dataset as a source.
$sel:disableUseAsImportedSource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsImportedSource - An option that controls whether a child dataset that's stored in
QuickSight can use this dataset as a source.
dataSetUsageConfiguration_disableUseAsDirectQuerySource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #
An option that controls whether a child dataset of a direct query can use this dataset as a source.
dataSetUsageConfiguration_disableUseAsImportedSource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.