interface RowLevelPermissionTagRuleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.RowLevelPermissionTagRuleProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » RowLevelPermissionTagRuleProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const rowLevelPermissionTagRuleProperty: quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty = {
columnName: 'columnName',
tagKey: 'tagKey',
// the properties below are optional
matchAllValue: 'matchAllValue',
tagMultiValueDelimiter: 'tagMultiValueDelimiter',
};
Properties
Name | Type | Description |
---|---|---|
column | string | CfnDataSet.RowLevelPermissionTagRuleProperty.ColumnName . |
tag | string | CfnDataSet.RowLevelPermissionTagRuleProperty.TagKey . |
match | string | CfnDataSet.RowLevelPermissionTagRuleProperty.MatchAllValue . |
tag | string | CfnDataSet.RowLevelPermissionTagRuleProperty.TagMultiValueDelimiter . |
columnName
Type:
string
CfnDataSet.RowLevelPermissionTagRuleProperty.ColumnName
.
tagKey
Type:
string
CfnDataSet.RowLevelPermissionTagRuleProperty.TagKey
.
matchAllValue?
Type:
string
(optional)
CfnDataSet.RowLevelPermissionTagRuleProperty.MatchAllValue
.
tagMultiValueDelimiter?
Type:
string
(optional)
CfnDataSet.RowLevelPermissionTagRuleProperty.TagMultiValueDelimiter
.