| 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.LabelOptions
Description
Documentation
data LabelOptions Source #
The share label options for the labels.
See: newLabelOptions smart constructor.
Constructors
| LabelOptions' | |
Fields
| |
Instances
newLabelOptions :: LabelOptions Source #
Create a value of LabelOptions 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:LabelOptions', labelOptions_customLabel - The text for the label.
$sel:fontConfiguration:LabelOptions', labelOptions_fontConfiguration - The font configuration of the label.
$sel:visibility:LabelOptions', labelOptions_visibility - Determines whether or not the label is visible.
labelOptions_customLabel :: Lens' LabelOptions (Maybe Text) Source #
The text for the label.
labelOptions_fontConfiguration :: Lens' LabelOptions (Maybe FontConfiguration) Source #
The font configuration of the label.
labelOptions_visibility :: Lens' LabelOptions (Maybe Visibility) Source #
Determines whether or not the label is visible.