@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.330Z") @Stability(value=Stable) public interface CfnSchemaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchemaProps.Builder
A builder for
CfnSchemaProps |
static class |
CfnSchemaProps.Jsii$Proxy
An implementation for
CfnSchemaProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchemaProps.Builder |
builder() |
default Object |
getCheckpointVersion()
`AWS::Glue::Schema.CheckpointVersion`.
|
String |
getCompatibility()
`AWS::Glue::Schema.Compatibility`.
|
String |
getDataFormat()
`AWS::Glue::Schema.DataFormat`.
|
default String |
getDescription()
`AWS::Glue::Schema.Description`.
|
String |
getName()
`AWS::Glue::Schema.Name`.
|
default Object |
getRegistry()
`AWS::Glue::Schema.Registry`.
|
String |
getSchemaDefinition()
`AWS::Glue::Schema.SchemaDefinition`.
|
default List<CfnTag> |
getTags()
`AWS::Glue::Schema.Tags`.
|
@Stability(value=Stable) @NotNull String getCompatibility()
@Stability(value=Stable) @NotNull String getDataFormat()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSchemaDefinition()
@Stability(value=Stable) @Nullable default Object getCheckpointVersion()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getRegistry()
@Stability(value=Stable) static CfnSchemaProps.Builder builder()
CfnSchemaProps.Builder of CfnSchemaPropsCopyright © 2021. All rights reserved.