Interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Jsii$Proxy
Enclosing class:
CfnConfiguredTableAssociation

@Stability(Stable) public static interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty extends software.amazon.jsii.JsiiSerializable
The configured table association analysis rule applied to a configured table with the list analysis rule.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cleanrooms.*;
 ConfiguredTableAssociationAnalysisRuleListProperty configuredTableAssociationAnalysisRuleListProperty = ConfiguredTableAssociationAnalysisRuleListProperty.builder()
         .allowedAdditionalAnalyses(List.of("allowedAdditionalAnalyses"))
         .allowedResultReceivers(List.of("allowedResultReceivers"))
         .build();
 

See Also: