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: