This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::DataSet RowLevelPermissionTagConfiguration
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:StringTagRuleConfigurations:- -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 | DISABLEDUpdate requires: No interruption 
- TagRuleConfigurations
- 
                    The configuration of tags on a dataset to set row-level security. Required: No Type: Array of Array Minimum: 1Maximum: 50Update 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: 1Maximum: 50Update requires: No interruption