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

Description

 
Synopsis

Documentation

data TableFieldCustomTextContent Source #

The custom text content (value, font configuration) for the table link content configuration.

See: newTableFieldCustomTextContent smart constructor.

Constructors

TableFieldCustomTextContent' 

Fields

Instances

Instances details
FromJSON TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

ToJSON TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Generic TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Associated Types

type Rep TableFieldCustomTextContent :: Type -> Type #

Read TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Show TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

NFData TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Eq TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Hashable TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

type Rep TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

type Rep TableFieldCustomTextContent = D1 ('MetaData "TableFieldCustomTextContent" "Amazonka.QuickSight.Types.TableFieldCustomTextContent" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldCustomTextContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FontConfiguration)))

newTableFieldCustomTextContent Source #

Create a value of TableFieldCustomTextContent 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:value:TableFieldCustomTextContent', tableFieldCustomTextContent_value - The string value of the custom text content for the table URL link content.

$sel:fontConfiguration:TableFieldCustomTextContent', tableFieldCustomTextContent_fontConfiguration - The font configuration of the custom text content for the table URL link content.

tableFieldCustomTextContent_value :: Lens' TableFieldCustomTextContent (Maybe Text) Source #

The string value of the custom text content for the table URL link content.

tableFieldCustomTextContent_fontConfiguration :: Lens' TableFieldCustomTextContent FontConfiguration Source #

The font configuration of the custom text content for the table URL link content.