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

Description

 
Synopsis

Documentation

data TableFieldCustomIconContent Source #

The custom icon content for the table link content configuration.

See: newTableFieldCustomIconContent smart constructor.

Constructors

TableFieldCustomIconContent' 

Fields

Instances

Instances details
FromJSON TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

ToJSON TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Generic TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Associated Types

type Rep TableFieldCustomIconContent :: Type -> Type #

Read TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Show TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

NFData TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Eq TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Hashable TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

type Rep TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

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

newTableFieldCustomIconContent :: TableFieldCustomIconContent Source #

Create a value of TableFieldCustomIconContent 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:icon:TableFieldCustomIconContent', tableFieldCustomIconContent_icon - The icon set type (link) of the custom icon content for table URL link content.

tableFieldCustomIconContent_icon :: Lens' TableFieldCustomIconContent (Maybe TableFieldIconSetType) Source #

The icon set type (link) of the custom icon content for table URL link content.