aws-cdk-lib.aws_quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty

interface RowLevelPermissionTagConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.RowLevelPermissionTagConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_RowLevelPermissionTagConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » RowLevelPermissionTagConfigurationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';

declare const tagRuleConfigurations: any;
const rowLevelPermissionTagConfigurationProperty: quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty = {
  tagRules: [{
    columnName: 'columnName',
    tagKey: 'tagKey',

    // the properties below are optional
    matchAllValue: 'matchAllValue',
    tagMultiValueDelimiter: 'tagMultiValueDelimiter',
  }],

  // the properties below are optional
  status: 'status',
  tagRuleConfigurations: tagRuleConfigurations,
};

Properties

NameTypeDescription
tagRulesIResolvable | IResolvable | RowLevelPermissionTagRuleProperty[]CfnDataSet.RowLevelPermissionTagConfigurationProperty.TagRules.
status?stringCfnDataSet.RowLevelPermissionTagConfigurationProperty.Status.
tagRuleConfigurations?anyCfnDataSet.RowLevelPermissionTagConfigurationProperty.TagRuleConfigurations.

tagRules

Type: IResolvable | IResolvable | RowLevelPermissionTagRuleProperty[]

CfnDataSet.RowLevelPermissionTagConfigurationProperty.TagRules.


status?

Type: string (optional)

CfnDataSet.RowLevelPermissionTagConfigurationProperty.Status.


tagRuleConfigurations?

Type: any (optional)

CfnDataSet.RowLevelPermissionTagConfigurationProperty.TagRuleConfigurations.