| 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.GroupSearchFilter
Description
Synopsis
- data GroupSearchFilter = GroupSearchFilter' {}
- newGroupSearchFilter :: GroupFilterOperator -> GroupFilterAttribute -> Text -> GroupSearchFilter
- groupSearchFilter_operator :: Lens' GroupSearchFilter GroupFilterOperator
- groupSearchFilter_name :: Lens' GroupSearchFilter GroupFilterAttribute
- groupSearchFilter_value :: Lens' GroupSearchFilter Text
Documentation
data GroupSearchFilter Source #
A GroupSearchFilter object that you want to apply to your search.
See: newGroupSearchFilter smart constructor.
Constructors
| GroupSearchFilter' | |
Fields
| |
Instances
Arguments
| :: GroupFilterOperator | |
| -> GroupFilterAttribute | |
| -> Text | |
| -> GroupSearchFilter |
Create a value of GroupSearchFilter 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:operator:GroupSearchFilter', groupSearchFilter_operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator
is StartsWith.
$sel:name:GroupSearchFilter', groupSearchFilter_name - The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name is
GROUP_NAME.
$sel:value:GroupSearchFilter', groupSearchFilter_value - The value of the named item, in this case GROUP_NAME, that you want to
use as a filter.
groupSearchFilter_operator :: Lens' GroupSearchFilter GroupFilterOperator Source #
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator
is StartsWith.
groupSearchFilter_name :: Lens' GroupSearchFilter GroupFilterAttribute Source #
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name is
GROUP_NAME.
groupSearchFilter_value :: Lens' GroupSearchFilter Text Source #
The value of the named item, in this case GROUP_NAME, that you want to
use as a filter.