aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty

interface AnalysisRuleListProperty

LanguageType name
.NETAmazon.CDK.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnConfiguredTable_AnalysisRuleListProperty
Javaservices.cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty
Pythonaws_cdk.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty
TypeScript aws-cdk-lib » aws_cleanrooms » CfnConfiguredTable » AnalysisRuleListProperty

A type of analysis rule that enables row-level analysis.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const analysisRuleListProperty: cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty = {
  joinColumns: ['joinColumns'],
  listColumns: ['listColumns'],
};

Properties

NameTypeDescription
joinColumnsstring[]Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
listColumnsstring[]Columns that can be listed in the output.

joinColumns

Type: string[]

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.


listColumns

Type: string[]

Columns that can be listed in the output.