aws-cdk-lib.aws_appsync.ISchemaConfig

interface ISchemaConfig

LanguageType name
.NETAmazon.CDK.AWS.AppSync.ISchemaConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#ISchemaConfig
Javasoftware.amazon.awscdk.services.appsync.ISchemaConfig
Pythonaws_cdk.aws_appsync.ISchemaConfig
TypeScript (source)aws-cdk-lib » aws_appsync » ISchemaConfig

Obtainable from SchemaFile.bind()

Configuration for bound graphql schema.

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

Properties

NameTypeDescription
apiIdstringThe ID of the api the schema is bound to.
definitionstringThe schema definition string.

apiId

Type: string

The ID of the api the schema is bound to.


definition

Type: string

The schema definition string.