| 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.ExplicitHierarchy
Description
Synopsis
- data ExplicitHierarchy = ExplicitHierarchy' {}
- newExplicitHierarchy :: Text -> NonEmpty ColumnIdentifier -> ExplicitHierarchy
- explicitHierarchy_drillDownFilters :: Lens' ExplicitHierarchy (Maybe [DrillDownFilter])
- explicitHierarchy_hierarchyId :: Lens' ExplicitHierarchy Text
- explicitHierarchy_columns :: Lens' ExplicitHierarchy (NonEmpty ColumnIdentifier)
Documentation
data ExplicitHierarchy Source #
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
See: newExplicitHierarchy smart constructor.
Constructors
| ExplicitHierarchy' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> NonEmpty ColumnIdentifier | |
| -> ExplicitHierarchy |
Create a value of ExplicitHierarchy 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:drillDownFilters:ExplicitHierarchy', explicitHierarchy_drillDownFilters - The option that determines the drill down filters for the explicit
hierarchy.
$sel:hierarchyId:ExplicitHierarchy', explicitHierarchy_hierarchyId - The hierarchy ID of the explicit hierarchy.
$sel:columns:ExplicitHierarchy', explicitHierarchy_columns - The list of columns that define the explicit hierarchy.
explicitHierarchy_drillDownFilters :: Lens' ExplicitHierarchy (Maybe [DrillDownFilter]) Source #
The option that determines the drill down filters for the explicit hierarchy.
explicitHierarchy_hierarchyId :: Lens' ExplicitHierarchy Text Source #
The hierarchy ID of the explicit hierarchy.
explicitHierarchy_columns :: Lens' ExplicitHierarchy (NonEmpty ColumnIdentifier) Source #
The list of columns that define the explicit hierarchy.