Interface CfnTable.ViewRepresentationProperty

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

@Stability(Stable) public static interface CfnTable.ViewRepresentationProperty 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.services.glue.*;
 ViewRepresentationProperty viewRepresentationProperty = ViewRepresentationProperty.builder()
         .dialect("dialect")
         .dialectVersion("dialectVersion")
         .validationConnection("validationConnection")
         .viewExpandedText("viewExpandedText")
         .viewOriginalText("viewOriginalText")
         .build();
 

See Also: