Interface CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty

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

@Stability(Stable) public static interface CfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty extends software.amazon.jsii.JsiiSerializable
A relation within an analysis.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.*;
 AnalysisSchemaProperty analysisSchemaProperty = AnalysisSchemaProperty.builder()
         .referencedTables(List.of("referencedTables"))
         .build();
 

See Also: