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

Description

 
Synopsis

Documentation

data InsightVisual Source #

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

See: newInsightVisual smart constructor.

Constructors

InsightVisual' 

Fields

Instances

Instances details
FromJSON InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

ToJSON InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Generic InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Associated Types

type Rep InsightVisual :: Type -> Type #

Show InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

NFData InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Methods

rnf :: InsightVisual -> () #

Eq InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Hashable InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

type Rep InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

newInsightVisual Source #

Create a value of InsightVisual 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:InsightVisual', insightVisual_actions - The list of custom actions that are configured for a visual.

$sel:insightConfiguration:InsightVisual', insightVisual_insightConfiguration - The configuration of an insight visual.

$sel:subtitle:InsightVisual', insightVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:InsightVisual', insightVisual_title - The title that is displayed on the visual.

$sel:visualId:InsightVisual', insightVisual_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:InsightVisual', insightVisual_dataSetIdentifier - The dataset that is used in the insight visual.

insightVisual_actions :: Lens' InsightVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

insightVisual_subtitle :: Lens' InsightVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

insightVisual_title :: Lens' InsightVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

insightVisual_visualId :: Lens' InsightVisual 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.

insightVisual_dataSetIdentifier :: Lens' InsightVisual Text Source #

The dataset that is used in the insight visual.