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.CascadingControlConfiguration
Description
Synopsis
Documentation
data CascadingControlConfiguration Source #
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
See: newCascadingControlConfiguration
smart constructor.
Constructors
CascadingControlConfiguration' | |
Fields
|
Instances
newCascadingControlConfiguration :: CascadingControlConfiguration Source #
Create a value of CascadingControlConfiguration
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:sourceControls:CascadingControlConfiguration'
, cascadingControlConfiguration_sourceControls
- A list of source controls that determine the values that are used in the
current control.
cascadingControlConfiguration_sourceControls :: Lens' CascadingControlConfiguration (Maybe [CascadingControlSource]) Source #
A list of source controls that determine the values that are used in the current control.