| 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.TableFieldOption
Description
Synopsis
- data TableFieldOption = TableFieldOption' {}
- newTableFieldOption :: Text -> TableFieldOption
- tableFieldOption_customLabel :: Lens' TableFieldOption (Maybe Text)
- tableFieldOption_uRLStyling :: Lens' TableFieldOption (Maybe TableFieldURLConfiguration)
- tableFieldOption_visibility :: Lens' TableFieldOption (Maybe Visibility)
- tableFieldOption_width :: Lens' TableFieldOption (Maybe Text)
- tableFieldOption_fieldId :: Lens' TableFieldOption Text
Documentation
data TableFieldOption Source #
The options for a table field.
See: newTableFieldOption smart constructor.
Constructors
| TableFieldOption' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> TableFieldOption |
Create a value of TableFieldOption 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:customLabel:TableFieldOption', tableFieldOption_customLabel - The custom label for a table field.
$sel:uRLStyling:TableFieldOption', tableFieldOption_uRLStyling - The URL configuration for a table field.
$sel:visibility:TableFieldOption', tableFieldOption_visibility - The visibility of a table field.
$sel:width:TableFieldOption', tableFieldOption_width - The width for a table field.
$sel:fieldId:TableFieldOption', tableFieldOption_fieldId - The field ID for a table field.
tableFieldOption_customLabel :: Lens' TableFieldOption (Maybe Text) Source #
The custom label for a table field.
tableFieldOption_uRLStyling :: Lens' TableFieldOption (Maybe TableFieldURLConfiguration) Source #
The URL configuration for a table field.
tableFieldOption_visibility :: Lens' TableFieldOption (Maybe Visibility) Source #
The visibility of a table field.
tableFieldOption_width :: Lens' TableFieldOption (Maybe Text) Source #
The width for a table field.
tableFieldOption_fieldId :: Lens' TableFieldOption Text Source #
The field ID for a table field.