| 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.RowLevelPermissionTagRule
Description
Synopsis
- data RowLevelPermissionTagRule = RowLevelPermissionTagRule' {}
- newRowLevelPermissionTagRule :: Text -> Text -> RowLevelPermissionTagRule
- rowLevelPermissionTagRule_matchAllValue :: Lens' RowLevelPermissionTagRule (Maybe Text)
- rowLevelPermissionTagRule_tagMultiValueDelimiter :: Lens' RowLevelPermissionTagRule (Maybe Text)
- rowLevelPermissionTagRule_tagKey :: Lens' RowLevelPermissionTagRule Text
- rowLevelPermissionTagRule_columnName :: Lens' RowLevelPermissionTagRule Text
Documentation
data RowLevelPermissionTagRule Source #
A set of rules associated with a tag.
See: newRowLevelPermissionTagRule smart constructor.
Constructors
| RowLevelPermissionTagRule' | |
Fields
| |
Instances
newRowLevelPermissionTagRule Source #
Arguments
| :: Text | |
| -> Text | |
| -> RowLevelPermissionTagRule |
Create a value of RowLevelPermissionTagRule 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:matchAllValue:RowLevelPermissionTagRule', rowLevelPermissionTagRule_matchAllValue - A string that you want to use to filter by all the values in a column in
the dataset and don’t want to list the values one by one. For example,
you can use an asterisk as your match all value.
$sel:tagMultiValueDelimiter:RowLevelPermissionTagRule', rowLevelPermissionTagRule_tagMultiValueDelimiter - A string that you want to use to delimit the values when you pass the
values at run time. For example, you can delimit the values with a
comma.
$sel:tagKey:RowLevelPermissionTagRule', rowLevelPermissionTagRule_tagKey - The unique key for a tag.
$sel:columnName:RowLevelPermissionTagRule', rowLevelPermissionTagRule_columnName - The column name that a tag key is assigned to.
rowLevelPermissionTagRule_matchAllValue :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
rowLevelPermissionTagRule_tagMultiValueDelimiter :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #
A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
rowLevelPermissionTagRule_tagKey :: Lens' RowLevelPermissionTagRule Text Source #
The unique key for a tag.
rowLevelPermissionTagRule_columnName :: Lens' RowLevelPermissionTagRule Text Source #
The column name that a tag key is assigned to.