aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty
interface AnalysisRuleListProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnConfiguredTable_AnalysisRuleListProperty |
![]() | services.cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty |
![]() | aws_cdk.aws_cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty |
![]() | 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
Name | Type | Description |
---|---|---|
join | 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. |
list | string[] | 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.