@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.985Z") @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 © 2021. All rights reserved.