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
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.RowLevelPermissionTagRulePropertystatic final classAn implementation forCfnDataSet.RowLevelPermissionTagRuleProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()CfnDataSet.RowLevelPermissionTagRuleProperty.ColumnName.default StringCfnDataSet.RowLevelPermissionTagRuleProperty.MatchAllValue.CfnDataSet.RowLevelPermissionTagRuleProperty.TagKey.default StringCfnDataSet.RowLevelPermissionTagRuleProperty.TagMultiValueDelimiter.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnName
CfnDataSet.RowLevelPermissionTagRuleProperty.ColumnName. -
getTagKey
CfnDataSet.RowLevelPermissionTagRuleProperty.TagKey. -
getMatchAllValue
CfnDataSet.RowLevelPermissionTagRuleProperty.MatchAllValue. -
getTagMultiValueDelimiter
CfnDataSet.RowLevelPermissionTagRuleProperty.TagMultiValueDelimiter. -
builder
-