| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.TableFieldLinkConfiguration
Description
Synopsis
- data TableFieldLinkConfiguration = TableFieldLinkConfiguration' {}
- newTableFieldLinkConfiguration :: URLTargetConfiguration -> TableFieldLinkContentConfiguration -> TableFieldLinkConfiguration
- tableFieldLinkConfiguration_target :: Lens' TableFieldLinkConfiguration URLTargetConfiguration
- tableFieldLinkConfiguration_content :: Lens' TableFieldLinkConfiguration TableFieldLinkContentConfiguration
Documentation
data TableFieldLinkConfiguration Source #
The link configuration of a table field URL.
See: newTableFieldLinkConfiguration smart constructor.
Constructors
| TableFieldLinkConfiguration' | |
Fields
| |
Instances
newTableFieldLinkConfiguration Source #
Arguments
| :: URLTargetConfiguration | |
| -> TableFieldLinkContentConfiguration | |
| -> TableFieldLinkConfiguration |
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.
tableFieldLinkConfiguration_content :: Lens' TableFieldLinkConfiguration TableFieldLinkContentConfiguration Source #
The URL content (text, icon) for the table link configuration.