Interface CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty.Jsii$Proxy
- Enclosing class:
CfnIntermediateTablePropsMixin
@Stability(Stable)
public static interface CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty
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.*;
PopulationAnalysisSqlParametersProperty populationAnalysisSqlParametersProperty = PopulationAnalysisSqlParametersProperty.builder()
.analysisTemplateArn("analysisTemplateArn")
.queryString("queryString")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalysisTemplateArn
- See Also:
-
getQueryString
- See Also:
-
builder
@Stability(Stable) static CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty.Builder builder()
-