| 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.CascadingControlSource
Description
Documentation
data CascadingControlSource Source #
The source controls that are used in a CascadingControlConfiguration.
See: newCascadingControlSource smart constructor.
Constructors
| CascadingControlSource' | |
Fields
| |
Instances
newCascadingControlSource :: CascadingControlSource Source #
Create a value of CascadingControlSource 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:columnToMatch:CascadingControlSource', cascadingControlSource_columnToMatch - The column identifier that determines which column to look up for the
source sheet control.
$sel:sourceSheetControlId:CascadingControlSource', cascadingControlSource_sourceSheetControlId - The source sheet control ID of a CascadingControlSource.
cascadingControlSource_columnToMatch :: Lens' CascadingControlSource (Maybe ColumnIdentifier) Source #
The column identifier that determines which column to look up for the source sheet control.
cascadingControlSource_sourceSheetControlId :: Lens' CascadingControlSource (Maybe Text) Source #
The source sheet control ID of a CascadingControlSource.