Interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTableAssociation
@Stability(Stable)
public static interface CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty
extends software.amazon.jsii.JsiiSerializable
The configured table association analysis rule applied to a configured table with the aggregation 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.*;
ConfiguredTableAssociationAnalysisRuleAggregationProperty configuredTableAssociationAnalysisRuleAggregationProperty = ConfiguredTableAssociationAnalysisRuleAggregationProperty.builder()
.allowedAdditionalAnalyses(List.of("allowedAdditionalAnalyses"))
.allowedResultReceivers(List.of("allowedResultReceivers"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty.Builderbuilder()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.The
allowedAdditionalAnalysesparameter is currently supported for the list analysis rule (AnalysisRuleList) and the custom analysis rule (AnalysisRuleCustom).- 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.ConfiguredTableAssociationAnalysisRuleAggregationProperty.Builder builder()
-