| 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.ReferenceLineCustomLabelConfiguration
Description
Synopsis
Documentation
data ReferenceLineCustomLabelConfiguration Source #
The configuration for a custom label on a ReferenceLine.
See: newReferenceLineCustomLabelConfiguration smart constructor.
Constructors
| ReferenceLineCustomLabelConfiguration' | |
Fields
| |
Instances
newReferenceLineCustomLabelConfiguration Source #
Arguments
| :: Text | |
| -> ReferenceLineCustomLabelConfiguration |
Create a value of ReferenceLineCustomLabelConfiguration 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:ReferenceLineCustomLabelConfiguration', referenceLineCustomLabelConfiguration_customLabel - The string text of the custom label.
referenceLineCustomLabelConfiguration_customLabel :: Lens' ReferenceLineCustomLabelConfiguration Text Source #
The string text of the custom label.