Interface CfnSchema.SchemaVersionProperty

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

@Stability(Stable) public static interface CfnSchema.SchemaVersionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the version of a schema.

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.*;
 SchemaVersionProperty schemaVersionProperty = SchemaVersionProperty.builder()
         .isLatest(false)
         .versionNumber(123)
         .build();
 

See Also: