Interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTableAssociation
@Stability(Stable)
public static interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.cleanrooms.*; ConfiguredTableAssociationAnalysisRuleCustomProperty configuredTableAssociationAnalysisRuleCustomProperty = ConfiguredTableAssociationAnalysisRuleCustomProperty.builder() .allowedAdditionalAnalyses(List.of("allowedAdditionalAnalyses")) .allowedResultReceivers(List.of("allowedResultReceivers")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.The list of collaboration members who are allowed to receive results of queries run with this configured table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedAdditionalAnalyses
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.- See Also:
-
getAllowedResultReceivers
The list of collaboration members who are allowed to receive results of queries run with this configured table.- See Also:
-
builder
@Stability(Stable) static CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty.Builder builder()
-