| 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.TableFieldCustomTextContent
Description
Synopsis
- data TableFieldCustomTextContent = TableFieldCustomTextContent' {}
- newTableFieldCustomTextContent :: FontConfiguration -> TableFieldCustomTextContent
- tableFieldCustomTextContent_value :: Lens' TableFieldCustomTextContent (Maybe Text)
- tableFieldCustomTextContent_fontConfiguration :: Lens' TableFieldCustomTextContent FontConfiguration
Documentation
data TableFieldCustomTextContent Source #
The custom text content (value, font configuration) for the table link content configuration.
See: newTableFieldCustomTextContent smart constructor.
Constructors
| TableFieldCustomTextContent' | |
Fields
| |
Instances
newTableFieldCustomTextContent Source #
Arguments
| :: FontConfiguration | |
| -> TableFieldCustomTextContent |
Create a value of TableFieldCustomTextContent 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:value:TableFieldCustomTextContent', tableFieldCustomTextContent_value - The string value of the custom text content for the table URL link
content.
$sel:fontConfiguration:TableFieldCustomTextContent', tableFieldCustomTextContent_fontConfiguration - The font configuration of the custom text content for the table URL link
content.
tableFieldCustomTextContent_value :: Lens' TableFieldCustomTextContent (Maybe Text) Source #
The string value of the custom text content for the table URL link content.
tableFieldCustomTextContent_fontConfiguration :: Lens' TableFieldCustomTextContent FontConfiguration Source #
The font configuration of the custom text content for the table URL link content.