| 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.PivotTableVisual
Description
Synopsis
- data PivotTableVisual = PivotTableVisual' {}
- newPivotTableVisual :: Text -> PivotTableVisual
- pivotTableVisual_actions :: Lens' PivotTableVisual (Maybe [VisualCustomAction])
- pivotTableVisual_chartConfiguration :: Lens' PivotTableVisual (Maybe PivotTableConfiguration)
- pivotTableVisual_conditionalFormatting :: Lens' PivotTableVisual (Maybe PivotTableConditionalFormatting)
- pivotTableVisual_subtitle :: Lens' PivotTableVisual (Maybe VisualSubtitleLabelOptions)
- pivotTableVisual_title :: Lens' PivotTableVisual (Maybe VisualTitleLabelOptions)
- pivotTableVisual_visualId :: Lens' PivotTableVisual Text
Documentation
data PivotTableVisual Source #
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
See: newPivotTableVisual smart constructor.
Constructors
| PivotTableVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> PivotTableVisual |
Create a value of PivotTableVisual 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:actions:PivotTableVisual', pivotTableVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:PivotTableVisual', pivotTableVisual_chartConfiguration - The configuration settings of the visual.
$sel:conditionalFormatting:PivotTableVisual', pivotTableVisual_conditionalFormatting - The conditional formatting for a PivotTableVisual.
$sel:subtitle:PivotTableVisual', pivotTableVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:PivotTableVisual', pivotTableVisual_title - The title that is displayed on the visual.
$sel:visualId:PivotTableVisual', pivotTableVisual_visualId - The unique identifier of a visual. This identifier must be unique within
the context of a dashboard, template, or analysis. Two dashboards,
analyses, or templates can have visuals with the same identifiers..
pivotTableVisual_actions :: Lens' PivotTableVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
pivotTableVisual_chartConfiguration :: Lens' PivotTableVisual (Maybe PivotTableConfiguration) Source #
The configuration settings of the visual.
pivotTableVisual_conditionalFormatting :: Lens' PivotTableVisual (Maybe PivotTableConditionalFormatting) Source #
The conditional formatting for a PivotTableVisual.
pivotTableVisual_subtitle :: Lens' PivotTableVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
pivotTableVisual_title :: Lens' PivotTableVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
pivotTableVisual_visualId :: Lens' PivotTableVisual Text Source #
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..