| 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.PredefinedHierarchy
Description
Synopsis
- data PredefinedHierarchy = PredefinedHierarchy' {}
- newPredefinedHierarchy :: Text -> NonEmpty ColumnIdentifier -> PredefinedHierarchy
- predefinedHierarchy_drillDownFilters :: Lens' PredefinedHierarchy (Maybe [DrillDownFilter])
- predefinedHierarchy_hierarchyId :: Lens' PredefinedHierarchy Text
- predefinedHierarchy_columns :: Lens' PredefinedHierarchy (NonEmpty ColumnIdentifier)
Documentation
data PredefinedHierarchy Source #
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
See: newPredefinedHierarchy smart constructor.
Constructors
| PredefinedHierarchy' | |
Fields
| |
Instances
newPredefinedHierarchy Source #
Arguments
| :: Text | |
| -> NonEmpty ColumnIdentifier | |
| -> PredefinedHierarchy |
Create a value of PredefinedHierarchy 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:PredefinedHierarchy', predefinedHierarchy_drillDownFilters - The option that determines the drill down filters for the predefined
hierarchy.
$sel:hierarchyId:PredefinedHierarchy', predefinedHierarchy_hierarchyId - The hierarchy ID of the predefined hierarchy.
$sel:columns:PredefinedHierarchy', predefinedHierarchy_columns - The list of columns that define the predefined hierarchy.
predefinedHierarchy_drillDownFilters :: Lens' PredefinedHierarchy (Maybe [DrillDownFilter]) Source #
The option that determines the drill down filters for the predefined hierarchy.
predefinedHierarchy_hierarchyId :: Lens' PredefinedHierarchy Text Source #
The hierarchy ID of the predefined hierarchy.
predefinedHierarchy_columns :: Lens' PredefinedHierarchy (NonEmpty ColumnIdentifier) Source #
The list of columns that define the predefined hierarchy.