Interface CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty

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

@Stability(Stable) public static interface CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
 PopulationAnalysisConfigurationProperty populationAnalysisConfigurationProperty = PopulationAnalysisConfigurationProperty.builder()
         .sqlParameters(PopulationAnalysisSqlParametersProperty.builder()
                 .analysisTemplateArn("analysisTemplateArn")
                 .queryString("queryString")
                 .build())
         .build();
 

See Also: