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

Description

 
Synopsis

Documentation

data TableVisual Source #

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

See: newTableVisual smart constructor.

Constructors

TableVisual' 

Fields

Instances

Instances details
FromJSON TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

ToJSON TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Generic TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Associated Types

type Rep TableVisual :: Type -> Type #

Show TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

NFData TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Methods

rnf :: TableVisual -> () #

Eq TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Hashable TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

type Rep TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

newTableVisual Source #

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

$sel:chartConfiguration:TableVisual', tableVisual_chartConfiguration - The configuration settings of the visual.

$sel:conditionalFormatting:TableVisual', tableVisual_conditionalFormatting - The conditional formatting for a PivotTableVisual.

$sel:subtitle:TableVisual', tableVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:TableVisual', tableVisual_title - The title that is displayed on the visual.

$sel:visualId:TableVisual', tableVisual_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..

tableVisual_actions :: Lens' TableVisual (Maybe [VisualCustomAction]) Source #

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

tableVisual_chartConfiguration :: Lens' TableVisual (Maybe TableConfiguration) Source #

The configuration settings of the visual.

tableVisual_conditionalFormatting :: Lens' TableVisual (Maybe TableConditionalFormatting) Source #

The conditional formatting for a PivotTableVisual.

tableVisual_subtitle :: Lens' TableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

tableVisual_title :: Lens' TableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

tableVisual_visualId :: Lens' TableVisual 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..