| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
static Schema |
Schema.fromAsset(String filePath)
(experimental) Generate a Schema from file.
|
Schema |
GraphqlApi.getSchema()
(experimental) the schema attached to this api.
|
default Schema |
GraphqlApiProps.getSchema()
(experimental) GraphQL schema definition.
|
Schema |
GraphqlApiProps.Jsii$Proxy.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
GraphqlApi.Builder |
GraphqlApi.Builder.schema(Schema schema)
(experimental) GraphQL schema definition.
|
GraphqlApiProps.Builder |
GraphqlApiProps.Builder.schema(Schema schema)
Sets the value of
GraphqlApiProps.getSchema() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
AuthorizationConfig authorizationConfig,
LogConfig logConfig,
Schema schema,
Boolean xrayEnabled)
Constructor that initializes the object based on literal property values passed by the
GraphqlApiProps.Builder. |
Copyright © 2021. All rights reserved.