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

Description

 
Synopsis

Documentation

data TableFieldURLConfiguration Source #

The URL configuration for a table field.

See: newTableFieldURLConfiguration smart constructor.

Constructors

TableFieldURLConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

ToJSON TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Generic TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Associated Types

type Rep TableFieldURLConfiguration :: Type -> Type #

Read TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Show TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

NFData TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Eq TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Hashable TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

type Rep TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

type Rep TableFieldURLConfiguration = D1 ('MetaData "TableFieldURLConfiguration" "Amazonka.QuickSight.Types.TableFieldURLConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldURLConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldImageConfiguration)) :*: S1 ('MetaSel ('Just "linkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldLinkConfiguration))))

newTableFieldURLConfiguration :: TableFieldURLConfiguration Source #

Create a value of TableFieldURLConfiguration 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:imageConfiguration:TableFieldURLConfiguration', tableFieldURLConfiguration_imageConfiguration - The image configuration of a table field URL.

$sel:linkConfiguration:TableFieldURLConfiguration', tableFieldURLConfiguration_linkConfiguration - The link configuration of a table field URL.