interface RowLevelPermissionTagRuleProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.RowLevelPermissionTagRuleProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty |
![]() | @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
.