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

A set of rules associated with a tag.

Syntax

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