Package services.cleanrooms
Interface CfnConfiguredTable.AnalysisRuleCustomProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTable.AnalysisRuleCustomProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTable
@Stability(Stable)
public static interface CfnConfiguredTable.AnalysisRuleCustomProperty
extends software.amazon.jsii.JsiiSerializable
A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import services.cleanrooms.*; AnalysisRuleCustomProperty analysisRuleCustomProperty = AnalysisRuleCustomProperty.builder() .allowedAnalyses(List.of("allowedAnalyses")) // the properties below are optional .allowedAnalysisProviders(List.of("allowedAnalysisProviders")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfiguredTable.AnalysisRuleCustomProperty
static final class
An implementation forCfnConfiguredTable.AnalysisRuleCustomProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The analysis templates that are allowed by the custom analysis rule.The accounts that are allowed to query by the custom analysis rule.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedAnalyses
The analysis templates that are allowed by the custom analysis rule.- See Also:
-
getAllowedAnalysisProviders
The accounts that are allowed to query by the custom analysis rule.Required when
allowedAnalyses
isANY_QUERY
.- See Also:
-
builder
-