Interface CfnDataSet.RowLevelPermissionTagRuleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSet.RowLevelPermissionTagRuleProperty.Jsii$Proxy
Enclosing class:
CfnDataSet

@Stability(Stable) public static interface CfnDataSet.RowLevelPermissionTagRuleProperty extends software.amazon.jsii.JsiiSerializable
A set of rules associated with a tag.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 RowLevelPermissionTagRuleProperty rowLevelPermissionTagRuleProperty = RowLevelPermissionTagRuleProperty.builder()
         .columnName("columnName")
         .tagKey("tagKey")
         // the properties below are optional
         .matchAllValue("matchAllValue")
         .tagMultiValueDelimiter("tagMultiValueDelimiter")
         .build();
 

See Also: