@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:40.637Z")
public interface SchemaOptions
If no options are specified, then the schema will be generated code-first.
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.appsync.*; SchemaOptions schemaOptions = SchemaOptions.builder() .filePath("filePath") .build();
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 java.lang.String |
getFilePath()
(experimental) The file path for the schema.
|
default java.lang.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
static SchemaOptions.Builder builder()
SchemaOptions.Builder
of SchemaOptions