Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DataSetUsageConfiguration = DataSetUsageConfiguration' {}
- newDataSetUsageConfiguration :: DataSetUsageConfiguration
- dataSetUsageConfiguration_disableUseAsImportedSource :: Lens' DataSetUsageConfiguration (Maybe Bool)
- dataSetUsageConfiguration_disableUseAsDirectQuerySource :: 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.
DataSetUsageConfiguration' | |
|
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:disableUseAsImportedSource:DataSetUsageConfiguration'
, dataSetUsageConfiguration_disableUseAsImportedSource
- An option that controls whether a child dataset that's stored in
QuickSight can use this dataset as a source.
$sel:disableUseAsDirectQuerySource:DataSetUsageConfiguration'
, dataSetUsageConfiguration_disableUseAsDirectQuerySource
- 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.
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.