@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.573Z") @Stability(value=Stable) public interface CfnSchemaVersionProps 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.*;
CfnSchemaVersionProps cfnSchemaVersionProps = CfnSchemaVersionProps.builder()
.schema(SchemaProperty.builder()
.registryName("registryName")
.schemaArn("schemaArn")
.schemaName("schemaName")
.build())
.schemaDefinition("schemaDefinition")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchemaVersionProps.Builder
A builder for
CfnSchemaVersionProps |
static class |
CfnSchemaVersionProps.Jsii$Proxy
An implementation for
CfnSchemaVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchemaVersionProps.Builder |
builder() |
Object |
getSchema()
The schema that includes the schema version.
|
String |
getSchemaDefinition()
The schema definition for the schema version.
|
@Stability(value=Stable) @NotNull Object getSchema()
@Stability(value=Stable) @NotNull String getSchemaDefinition()
@Stability(value=Stable) static CfnSchemaVersionProps.Builder builder()
CfnSchemaVersionProps.Builder of CfnSchemaVersionPropsCopyright © 2022. All rights reserved.