amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.CustomContentVisual

Description

 
Synopsis

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

Instances details
FromJSON CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

ToJSON CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Generic CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Associated Types

type Rep CustomContentVisual :: Type -> Type #

Show CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

NFData CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Methods

rnf :: CustomContentVisual -> () #

Eq CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Hashable CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

type Rep CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

newCustomContentVisual Source #

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_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.