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

Description

 
Synopsis

Documentation

data TableFieldLinkConfiguration Source #

The link configuration of a table field URL.

See: newTableFieldLinkConfiguration smart constructor.

Constructors

TableFieldLinkConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

ToJSON TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Generic TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Associated Types

type Rep TableFieldLinkConfiguration :: Type -> Type #

Read TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Show TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

NFData TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Eq TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Hashable TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

type Rep TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

type Rep TableFieldLinkConfiguration = D1 ('MetaData "TableFieldLinkConfiguration" "Amazonka.QuickSight.Types.TableFieldLinkConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldLinkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 URLTargetConfiguration) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TableFieldLinkContentConfiguration)))

newTableFieldLinkConfiguration Source #

Create a value of TableFieldLinkConfiguration 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:target:TableFieldLinkConfiguration', tableFieldLinkConfiguration_target - The URL target (new tab, new window, same tab) for the table link configuration.

$sel:content:TableFieldLinkConfiguration', tableFieldLinkConfiguration_content - The URL content (text, icon) for the table link configuration.

tableFieldLinkConfiguration_target :: Lens' TableFieldLinkConfiguration URLTargetConfiguration Source #

The URL target (new tab, new window, same tab) for the table link configuration.