AWS::QuickSight::DataSet RowLevelPermissionTagRule - 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 RowLevelPermissionTagRule

A set of rules associated with a tag.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ColumnName" : String, "MatchAllValue" : String, "TagKey" : String, "TagMultiValueDelimiter" : String }

YAML

ColumnName: String MatchAllValue: String TagKey: String TagMultiValueDelimiter: String

Properties

ColumnName

The column name that a tag key is assigned to.

Required: Yes

Type: String

Update requires: No interruption

MatchAllValue

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

TagKey

The unique key for a tag.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

TagMultiValueDelimiter

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

Required: No

Type: String

Minimum: 0

Maximum: 10

Update requires: No interruption