| 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.WordCloudVisual
Description
Synopsis
- data WordCloudVisual = WordCloudVisual' {}
- newWordCloudVisual :: Text -> WordCloudVisual
- wordCloudVisual_actions :: Lens' WordCloudVisual (Maybe [VisualCustomAction])
- wordCloudVisual_chartConfiguration :: Lens' WordCloudVisual (Maybe WordCloudChartConfiguration)
- wordCloudVisual_columnHierarchies :: Lens' WordCloudVisual (Maybe [ColumnHierarchy])
- wordCloudVisual_subtitle :: Lens' WordCloudVisual (Maybe VisualSubtitleLabelOptions)
- wordCloudVisual_title :: Lens' WordCloudVisual (Maybe VisualTitleLabelOptions)
- wordCloudVisual_visualId :: Lens' WordCloudVisual Text
Documentation
data WordCloudVisual Source #
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
See: newWordCloudVisual smart constructor.
Constructors
| WordCloudVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> WordCloudVisual |
Create a value of WordCloudVisual 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:WordCloudVisual', wordCloudVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:WordCloudVisual', wordCloudVisual_chartConfiguration - The configuration settings of the visual.
$sel:columnHierarchies:WordCloudVisual', wordCloudVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:WordCloudVisual', wordCloudVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:WordCloudVisual', wordCloudVisual_title - The title that is displayed on the visual.
$sel:visualId:WordCloudVisual', wordCloudVisual_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..
wordCloudVisual_actions :: Lens' WordCloudVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
wordCloudVisual_chartConfiguration :: Lens' WordCloudVisual (Maybe WordCloudChartConfiguration) Source #
The configuration settings of the visual.
wordCloudVisual_columnHierarchies :: Lens' WordCloudVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
wordCloudVisual_subtitle :: Lens' WordCloudVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
wordCloudVisual_title :: Lens' WordCloudVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
wordCloudVisual_visualId :: Lens' WordCloudVisual 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..