Interface CfnSchemaPropsMixin.SchemaVersionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSchemaPropsMixin.SchemaVersionProperty.Jsii$Proxy
- Enclosing class:
CfnSchemaPropsMixin
@Stability(Stable)
public static interface CfnSchemaPropsMixin.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.cfnpropertymixins.services.glue.*;
SchemaVersionProperty schemaVersionProperty = SchemaVersionProperty.builder()
.isLatest(false)
.versionNumber(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSchemaPropsMixin.SchemaVersionPropertystatic final classAn implementation forCfnSchemaPropsMixin.SchemaVersionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsLatest
Indicates if this version is the latest version of the schema.Returns union: either
BooleanorIResolvable- See Also:
-
getVersionNumber
The version number of the schema.- See Also:
-
builder
-