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

Description

 
Synopsis

Documentation

data TableOptions Source #

The table options for a table visual.

See: newTableOptions smart constructor.

Constructors

TableOptions' 

Fields

Instances

Instances details
FromJSON TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

ToJSON TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Generic TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Associated Types

type Rep TableOptions :: Type -> Type #

Read TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Show TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

NFData TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Methods

rnf :: TableOptions -> () #

Eq TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Hashable TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

type Rep TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

type Rep TableOptions = D1 ('MetaData "TableOptions" "Amazonka.QuickSight.Types.TableOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cellStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle)) :*: S1 ('MetaSel ('Just "headerStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle))) :*: (S1 ('MetaSel ('Just "orientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableOrientation)) :*: S1 ('MetaSel ('Just "rowAlternateColorOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowAlternateColorOptions)))))

newTableOptions :: TableOptions Source #

Create a value of TableOptions 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:cellStyle:TableOptions', tableOptions_cellStyle - The table cell style of table cells.

$sel:headerStyle:TableOptions', tableOptions_headerStyle - The table cell style of a table header.

$sel:orientation:TableOptions', tableOptions_orientation - The orientation (vertical, horizontal) for a table.

$sel:rowAlternateColorOptions:TableOptions', tableOptions_rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors) for a table.

tableOptions_cellStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of table cells.

tableOptions_headerStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of a table header.

tableOptions_orientation :: Lens' TableOptions (Maybe TableOrientation) Source #

The orientation (vertical, horizontal) for a table.

tableOptions_rowAlternateColorOptions :: Lens' TableOptions (Maybe RowAlternateColorOptions) Source #

The row alternate color options (widget status, row alternate colors) for a table.