| 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.TableFieldLinkContentConfiguration
Description
Synopsis
- data TableFieldLinkContentConfiguration = TableFieldLinkContentConfiguration' {}
- newTableFieldLinkContentConfiguration :: TableFieldLinkContentConfiguration
- tableFieldLinkContentConfiguration_customIconContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomIconContent)
- tableFieldLinkContentConfiguration_customTextContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomTextContent)
Documentation
data TableFieldLinkContentConfiguration Source #
The URL content (text, icon) for the table link configuration.
See: newTableFieldLinkContentConfiguration smart constructor.
Constructors
| TableFieldLinkContentConfiguration' | |
Fields
| |
Instances
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_customIconContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomIconContent) Source #
The custom icon content 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.