AWS::QuickSight::DataSet RowLevelPermissionTagConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "Status" : String, "TagRuleConfigurations" : [ [ , ... ], ... ], "TagRules" : [ RowLevelPermissionTagRule, ... ] }

Properties

Status

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

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