| 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.FilterTextAreaControl
Description
Synopsis
- data FilterTextAreaControl = FilterTextAreaControl' {}
- newFilterTextAreaControl :: Text -> Text -> Text -> FilterTextAreaControl
- filterTextAreaControl_delimiter :: Lens' FilterTextAreaControl (Maybe Text)
- filterTextAreaControl_displayOptions :: Lens' FilterTextAreaControl (Maybe TextAreaControlDisplayOptions)
- filterTextAreaControl_filterControlId :: Lens' FilterTextAreaControl Text
- filterTextAreaControl_title :: Lens' FilterTextAreaControl Text
- filterTextAreaControl_sourceFilterId :: Lens' FilterTextAreaControl Text
Documentation
data FilterTextAreaControl Source #
A control to display a text box that is used to enter multiple entries.
See: newFilterTextAreaControl smart constructor.
Constructors
| FilterTextAreaControl' | |
Fields
| |
Instances
newFilterTextAreaControl Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> FilterTextAreaControl |
Create a value of FilterTextAreaControl 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:FilterTextAreaControl', filterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.
$sel:displayOptions:FilterTextAreaControl', filterTextAreaControl_displayOptions - The display options of a control.
$sel:filterControlId:FilterTextAreaControl', filterTextAreaControl_filterControlId - The ID of the FilterTextAreaControl.
$sel:title:FilterTextAreaControl', filterTextAreaControl_title - The title of the FilterTextAreaControl.
$sel:sourceFilterId:FilterTextAreaControl', filterTextAreaControl_sourceFilterId - The source filter ID of the FilterTextAreaControl.
filterTextAreaControl_delimiter :: Lens' FilterTextAreaControl (Maybe Text) Source #
The delimiter that is used to separate the lines in text.
filterTextAreaControl_displayOptions :: Lens' FilterTextAreaControl (Maybe TextAreaControlDisplayOptions) Source #
The display options of a control.
filterTextAreaControl_filterControlId :: Lens' FilterTextAreaControl Text Source #
The ID of the FilterTextAreaControl.
filterTextAreaControl_title :: Lens' FilterTextAreaControl Text Source #
The title of the FilterTextAreaControl.
filterTextAreaControl_sourceFilterId :: Lens' FilterTextAreaControl Text Source #
The source filter ID of the FilterTextAreaControl.