RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security.
Contents
Note
In the following list, the required parameters are described first.
- TagRules
-
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
Type: Array of RowLevelPermissionTagRule objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: Yes
- Status
-
The status of row-level security tags. If enabled, the status is
ENABLED
. If disabled, the status isDISABLED
.Type: String
Valid Values:
ENABLED | DISABLED
Required: No
- TagRuleConfigurations
-
A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.
Type: Array of arrays of strings
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: