| 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.CustomContentVisual
Description
Synopsis
- data CustomContentVisual = CustomContentVisual' {}
- newCustomContentVisual :: Text -> Text -> CustomContentVisual
- customContentVisual_actions :: Lens' CustomContentVisual (Maybe [VisualCustomAction])
- customContentVisual_chartConfiguration :: Lens' CustomContentVisual (Maybe CustomContentConfiguration)
- customContentVisual_subtitle :: Lens' CustomContentVisual (Maybe VisualSubtitleLabelOptions)
- customContentVisual_title :: Lens' CustomContentVisual (Maybe VisualTitleLabelOptions)
- customContentVisual_visualId :: Lens' CustomContentVisual Text
- customContentVisual_dataSetIdentifier :: Lens' CustomContentVisual Text
Documentation
data CustomContentVisual Source #
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
See: newCustomContentVisual smart constructor.
Constructors
| CustomContentVisual' | |
Fields
| |
Instances
newCustomContentVisual Source #
Arguments
| :: Text | |
| -> Text | |
| -> CustomContentVisual |
Create a value of CustomContentVisual 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:CustomContentVisual', customContentVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:CustomContentVisual', customContentVisual_chartConfiguration - The configuration of a CustomContentVisual.
$sel:subtitle:CustomContentVisual', customContentVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:CustomContentVisual', customContentVisual_title - The title that is displayed on the visual.
$sel:visualId:CustomContentVisual', customContentVisual_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.
$sel:dataSetIdentifier:CustomContentVisual', customContentVisual_dataSetIdentifier - The dataset that is used to create the custom content visual. You can't
create a visual without a dataset.
customContentVisual_actions :: Lens' CustomContentVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
customContentVisual_chartConfiguration :: Lens' CustomContentVisual (Maybe CustomContentConfiguration) Source #
The configuration of a CustomContentVisual.
customContentVisual_subtitle :: Lens' CustomContentVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
customContentVisual_title :: Lens' CustomContentVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
customContentVisual_visualId :: Lens' CustomContentVisual 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.
customContentVisual_dataSetIdentifier :: Lens' CustomContentVisual Text Source #
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.