| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSchema.Builder |
CfnSchema.Builder.checkpointVersion(CfnSchema.SchemaVersionProperty checkpointVersion)
Specify the `VersionNumber` or the `IsLatest` for setting the checkpoint for the schema.
|
CfnSchema.Builder |
CfnSchema.Builder.checkpointVersion(IResolvable checkpointVersion)
Specify the `VersionNumber` or the `IsLatest` for setting the checkpoint for the schema.
|
CfnSchema.Builder |
CfnSchema.Builder.compatibility(String compatibility)
The compatibility mode of the schema.
|
static CfnSchema.Builder |
CfnSchema.Builder.create(software.constructs.Construct scope,
String id) |
CfnSchema.Builder |
CfnSchema.Builder.dataFormat(String dataFormat)
The data format of the schema definition.
|
CfnSchema.Builder |
CfnSchema.Builder.description(String description)
A description of the schema if specified when created.
|
CfnSchema.Builder |
CfnSchema.Builder.name(String name)
Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark.
|
CfnSchema.Builder |
CfnSchema.Builder.registry(CfnSchema.RegistryProperty registry)
The registry where a schema is stored.
|
CfnSchema.Builder |
CfnSchema.Builder.registry(IResolvable registry)
The registry where a schema is stored.
|
CfnSchema.Builder |
CfnSchema.Builder.schemaDefinition(String schemaDefinition)
The schema definition using the `DataFormat` setting for `SchemaName` .
|
CfnSchema.Builder |
CfnSchema.Builder.tags(List<? extends CfnTag> tags)
AWS tags that contain a key value pair and may be searched by console, command line, or API.
|
Copyright © 2022. All rights reserved.