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

Description

 
Synopsis

Documentation

data TableFieldLinkContentConfiguration Source #

The URL content (text, icon) for the table link configuration.

See: newTableFieldLinkContentConfiguration smart constructor.

Constructors

TableFieldLinkContentConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

ToJSON TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Generic TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Associated Types

type Rep TableFieldLinkContentConfiguration :: Type -> Type #

Read TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Show TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

NFData TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Eq TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Hashable TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

type Rep TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

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

newTableFieldLinkContentConfiguration :: TableFieldLinkContentConfiguration Source #

Create a value of TableFieldLinkContentConfiguration 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:customIconContent:TableFieldLinkContentConfiguration', tableFieldLinkContentConfiguration_customIconContent - The custom icon content for the table link content configuration.

$sel:customTextContent:TableFieldLinkContentConfiguration', tableFieldLinkContentConfiguration_customTextContent - The custom text content (value, font configuration) for the table link content configuration.

tableFieldLinkContentConfiguration_customTextContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomTextContent) Source #

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