| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLSchema.Builder |
CfnGraphQLSchema.Builder.apiId(String apiId)
The AWS AppSync GraphQL API identifier to which you want to apply this schema.
|
static CfnGraphQLSchema.Builder |
CfnGraphQLSchema.Builder.create(software.constructs.Construct scope,
String id) |
CfnGraphQLSchema.Builder |
CfnGraphQLSchema.Builder.definition(String definition)
The text representation of a GraphQL schema in SDL format.
|
CfnGraphQLSchema.Builder |
CfnGraphQLSchema.Builder.definitionS3Location(String definitionS3Location)
The location of a GraphQL schema file in an Amazon S3 bucket.
|
Copyright © 2022. All rights reserved.