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

Description

 
Synopsis

Documentation

data TableCellStyle Source #

The table cell style for a cell in pivot table or table visual.

See: newTableCellStyle smart constructor.

Constructors

TableCellStyle' 

Fields

Instances

Instances details
FromJSON TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

ToJSON TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Generic TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Associated Types

type Rep TableCellStyle :: Type -> Type #

Read TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Show TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

NFData TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Methods

rnf :: TableCellStyle -> () #

Eq TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Hashable TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

type Rep TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

newTableCellStyle :: TableCellStyle Source #

Create a value of TableCellStyle 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:backgroundColor:TableCellStyle', tableCellStyle_backgroundColor - The background color for the table cells.

$sel:border:TableCellStyle', tableCellStyle_border - The borders for the table cells.

$sel:fontConfiguration:TableCellStyle', tableCellStyle_fontConfiguration - The font configuration of the table cells.

$sel:height:TableCellStyle', tableCellStyle_height - The height color for the table cells.

$sel:horizontalTextAlignment:TableCellStyle', tableCellStyle_horizontalTextAlignment - The horizontal text alignment (left, center, right, auto) for the table cells.

$sel:textWrap:TableCellStyle', tableCellStyle_textWrap - The text wrap (none, wrap) for the table cells.

$sel:verticalTextAlignment:TableCellStyle', tableCellStyle_verticalTextAlignment - The vertical text alignment (top, middle, bottom) for the table cells.

$sel:visibility:TableCellStyle', tableCellStyle_visibility - The visibility of the table cells.

tableCellStyle_backgroundColor :: Lens' TableCellStyle (Maybe Text) Source #

The background color for the table cells.

tableCellStyle_height :: Lens' TableCellStyle (Maybe Natural) Source #

The height color for the table cells.

tableCellStyle_horizontalTextAlignment :: Lens' TableCellStyle (Maybe HorizontalTextAlignment) Source #

The horizontal text alignment (left, center, right, auto) for the table cells.

tableCellStyle_textWrap :: Lens' TableCellStyle (Maybe TextWrap) Source #

The text wrap (none, wrap) for the table cells.

tableCellStyle_verticalTextAlignment :: Lens' TableCellStyle (Maybe VerticalTextAlignment) Source #

The vertical text alignment (top, middle, bottom) for the table cells.

tableCellStyle_visibility :: Lens' TableCellStyle (Maybe Visibility) Source #

The visibility of the table cells.