| 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.ParameterTextAreaControl
Description
Synopsis
- data ParameterTextAreaControl = ParameterTextAreaControl' {}
- newParameterTextAreaControl :: Text -> Text -> Text -> ParameterTextAreaControl
- parameterTextAreaControl_delimiter :: Lens' ParameterTextAreaControl (Maybe Text)
- parameterTextAreaControl_displayOptions :: Lens' ParameterTextAreaControl (Maybe TextAreaControlDisplayOptions)
- parameterTextAreaControl_parameterControlId :: Lens' ParameterTextAreaControl Text
- parameterTextAreaControl_title :: Lens' ParameterTextAreaControl Text
- parameterTextAreaControl_sourceParameterName :: Lens' ParameterTextAreaControl Text
Documentation
data ParameterTextAreaControl Source #
A control to display a text box that is used to enter multiple entries.
See: newParameterTextAreaControl smart constructor.
Constructors
| ParameterTextAreaControl' | |
Fields
| |
Instances
newParameterTextAreaControl Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ParameterTextAreaControl |
Create a value of ParameterTextAreaControl 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:delimiter:ParameterTextAreaControl', parameterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.
$sel:displayOptions:ParameterTextAreaControl', parameterTextAreaControl_displayOptions - The display options of a control.
$sel:parameterControlId:ParameterTextAreaControl', parameterTextAreaControl_parameterControlId - The ID of the ParameterTextAreaControl.
$sel:title:ParameterTextAreaControl', parameterTextAreaControl_title - The title of the ParameterTextAreaControl.
$sel:sourceParameterName:ParameterTextAreaControl', parameterTextAreaControl_sourceParameterName - The source parameter name of the ParameterTextAreaControl.
parameterTextAreaControl_delimiter :: Lens' ParameterTextAreaControl (Maybe Text) Source #
The delimiter that is used to separate the lines in text.
parameterTextAreaControl_displayOptions :: Lens' ParameterTextAreaControl (Maybe TextAreaControlDisplayOptions) Source #
The display options of a control.
parameterTextAreaControl_parameterControlId :: Lens' ParameterTextAreaControl Text Source #
The ID of the ParameterTextAreaControl.
parameterTextAreaControl_title :: Lens' ParameterTextAreaControl Text Source #
The title of the ParameterTextAreaControl.
parameterTextAreaControl_sourceParameterName :: Lens' ParameterTextAreaControl Text Source #
The source parameter name of the ParameterTextAreaControl.