| 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.FilterScopeConfiguration
Description
Synopsis
Documentation
data FilterScopeConfiguration Source #
The scope configuration for a FilterGroup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newFilterScopeConfiguration smart constructor.
Constructors
| FilterScopeConfiguration' | |
Fields
| |
Instances
newFilterScopeConfiguration :: FilterScopeConfiguration Source #
Create a value of FilterScopeConfiguration 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:selectedSheets:FilterScopeConfiguration', filterScopeConfiguration_selectedSheets - The configuration for applying a filter to specific sheets.
filterScopeConfiguration_selectedSheets :: Lens' FilterScopeConfiguration (Maybe SelectedSheetsFilterScopeConfiguration) Source #
The configuration for applying a filter to specific sheets.