@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.312Z") @Stability(value=Experimental) public interface SchemaOptions extends software.amazon.jsii.JsiiSerializable
If no options are specified, then the schema will be generated code-first.
| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaOptions.Builder
A builder for
SchemaOptions |
static class |
SchemaOptions.Jsii$Proxy
An implementation for
SchemaOptions |
| Modifier and Type | Method and Description |
|---|---|
static SchemaOptions.Builder |
builder() |
default String |
getFilePath()
(experimental) The file path for the schema.
|
@Stability(value=Experimental) @Nullable default String getFilePath()
When this option is configured, then the schema will be generated from an existing file from disk.
Default: - schema not configured through disk asset
@Stability(value=Experimental) static SchemaOptions.Builder builder()
SchemaOptions.Builder of SchemaOptionsCopyright © 2020. All rights reserved.