| 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.TableFieldURLConfiguration
Description
Synopsis
- data TableFieldURLConfiguration = TableFieldURLConfiguration' {}
- newTableFieldURLConfiguration :: TableFieldURLConfiguration
- tableFieldURLConfiguration_imageConfiguration :: Lens' TableFieldURLConfiguration (Maybe TableFieldImageConfiguration)
- tableFieldURLConfiguration_linkConfiguration :: Lens' TableFieldURLConfiguration (Maybe TableFieldLinkConfiguration)
Documentation
data TableFieldURLConfiguration Source #
The URL configuration for a table field.
See: newTableFieldURLConfiguration smart constructor.
Constructors
| TableFieldURLConfiguration' | |
Fields
| |
Instances
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.
tableFieldURLConfiguration_imageConfiguration :: Lens' TableFieldURLConfiguration (Maybe TableFieldImageConfiguration) Source #
The image configuration of a table field URL.
tableFieldURLConfiguration_linkConfiguration :: Lens' TableFieldURLConfiguration (Maybe TableFieldLinkConfiguration) Source #
The link configuration of a table field URL.