| 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.DataPathColor
Description
Documentation
data DataPathColor Source #
The color map that determines the color options for a particular element.
See: newDataPathColor smart constructor.
Constructors
| DataPathColor' | |
Fields
| |
Instances
Arguments
| :: DataPathValue | |
| -> Text | |
| -> DataPathColor |
Create a value of DataPathColor 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:timeGranularity:DataPathColor', dataPathColor_timeGranularity - The time granularity of the field that the color needs to be applied to.
$sel:element:DataPathColor', dataPathColor_element - The element that the color needs to be applied to.
$sel:color:DataPathColor', dataPathColor_color - The color that needs to be applied to the element.
dataPathColor_timeGranularity :: Lens' DataPathColor (Maybe TimeGranularity) Source #
The time granularity of the field that the color needs to be applied to.
dataPathColor_element :: Lens' DataPathColor DataPathValue Source #
The element that the color needs to be applied to.
dataPathColor_color :: Lens' DataPathColor Text Source #
The color that needs to be applied to the element.