| 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.SelectedSheetsFilterScopeConfiguration
Description
Synopsis
- data SelectedSheetsFilterScopeConfiguration = SelectedSheetsFilterScopeConfiguration' {}
- newSelectedSheetsFilterScopeConfiguration :: SelectedSheetsFilterScopeConfiguration
- selectedSheetsFilterScopeConfiguration_sheetVisualScopingConfigurations :: Lens' SelectedSheetsFilterScopeConfiguration (Maybe (NonEmpty SheetVisualScopingConfiguration))
Documentation
data SelectedSheetsFilterScopeConfiguration Source #
The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newSelectedSheetsFilterScopeConfiguration smart constructor.
Constructors
| SelectedSheetsFilterScopeConfiguration' | |
Fields
| |
Instances
newSelectedSheetsFilterScopeConfiguration :: SelectedSheetsFilterScopeConfiguration Source #
Create a value of SelectedSheetsFilterScopeConfiguration 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:sheetVisualScopingConfigurations:SelectedSheetsFilterScopeConfiguration', selectedSheetsFilterScopeConfiguration_sheetVisualScopingConfigurations - The sheet ID and visual IDs of the sheet and visuals that the filter is
applied to.
selectedSheetsFilterScopeConfiguration_sheetVisualScopingConfigurations :: Lens' SelectedSheetsFilterScopeConfiguration (Maybe (NonEmpty SheetVisualScopingConfiguration)) Source #
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.