| 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.FilledMapShapeConditionalFormatting
Description
Synopsis
- data FilledMapShapeConditionalFormatting = FilledMapShapeConditionalFormatting' {}
- newFilledMapShapeConditionalFormatting :: Text -> FilledMapShapeConditionalFormatting
- filledMapShapeConditionalFormatting_format :: Lens' FilledMapShapeConditionalFormatting (Maybe ShapeConditionalFormat)
- filledMapShapeConditionalFormatting_fieldId :: Lens' FilledMapShapeConditionalFormatting Text
Documentation
data FilledMapShapeConditionalFormatting Source #
The conditional formatting that determines the shape of the filled map.
See: newFilledMapShapeConditionalFormatting smart constructor.
Constructors
| FilledMapShapeConditionalFormatting' | |
Fields
| |
Instances
newFilledMapShapeConditionalFormatting Source #
Arguments
| :: Text | |
| -> FilledMapShapeConditionalFormatting |
Create a value of FilledMapShapeConditionalFormatting 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:format:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_format - The conditional formatting that determines the background color of a
filled map's shape.
$sel:fieldId:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_fieldId - The field ID of the filled map shape.
filledMapShapeConditionalFormatting_format :: Lens' FilledMapShapeConditionalFormatting (Maybe ShapeConditionalFormat) Source #
The conditional formatting that determines the background color of a filled map's shape.
filledMapShapeConditionalFormatting_fieldId :: Lens' FilledMapShapeConditionalFormatting Text Source #
The field ID of the filled map shape.