The element you can use to define tags for row-level security.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Status" : String
,
"TagRuleConfigurations" : [ [ , ... ], ... ]
,
"TagRules" : [ RowLevelPermissionTagRule, ... ]
}
YAML
Status: String
TagRuleConfigurations:
-
-
TagRules:
- RowLevelPermissionTagRule
Properties
Status
-
The status of row-level security tags. If enabled, the status is
ENABLED
. If disabled, the status isDISABLED
.Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption
TagRuleConfigurations
-
The configuration of tags on a dataset to set row-level security.
Required: No
Type: Array of Array
Minimum:
1
Maximum:
50
Update requires: No interruption
TagRules
-
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
Required: Yes
Type: Array of RowLevelPermissionTagRule
Minimum:
1
Maximum:
50
Update requires: No interruption