AWS::QuickSight::DataSet RowLevelPermissionTagConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::DataSet RowLevelPermissionTagConfiguration

The element you can use to define tags for row-level security.

Syntax

To declare this entity in your Amazon 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