interface ConfiguredTableAssociationAnalysisRuleCustomProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnConfiguredTableAssociation_ConfiguredTableAssociationAnalysisRuleCustomProperty |
Java | software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty |
Python | aws_cdk.aws_cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnConfiguredTableAssociation » ConfiguredTableAssociationAnalysisRuleCustomProperty |
The configured table association analysis rule applied to a configured table with the custom analysis rule.
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 configuredTableAssociationAnalysisRuleCustomProperty: cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty = {
allowedAdditionalAnalyses: ['allowedAdditionalAnalyses'],
allowedResultReceivers: ['allowedResultReceivers'],
};
Properties
Name | Type | Description |
---|---|---|
allowed | string[] | The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output. |
allowed | string[] | The list of collaboration members who are allowed to receive results of queries run with this configured table. |
allowedAdditionalAnalyses?
Type:
string[]
(optional)
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
allowedResultReceivers?
Type:
string[]
(optional)
The list of collaboration members who are allowed to receive results of queries run with this configured table.