Interface CfnAnalysisTemplate.AnalysisSchemaProperty

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

@Stability(Stable) public static interface CfnAnalysisTemplate.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.services.cleanrooms.*;
 AnalysisSchemaProperty analysisSchemaProperty = AnalysisSchemaProperty.builder()
         .referencedTables(List.of("referencedTables"))
         .build();
 

See Also: