Interface ISchema.Jsii$Default

All Superinterfaces:
ISchema, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ISchema.Jsii$Proxy
Enclosing interface:
ISchema

@Internal public static interface ISchema.Jsii$Default extends ISchema
Internal default implementation for ISchema.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ISchema

    ISchema.Jsii$Default, ISchema.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    Binds a schema string to a GraphQlApi.

    Methods inherited from interface software.amazon.awscdk.services.appsync.ISchema

    bind

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) @NotNull default ISchemaConfig bind(@NotNull IGraphqlApi api, @Nullable SchemaBindOptions options)
      Binds a schema string to a GraphQlApi.

      Specified by:
      bind in interface ISchema
      Parameters:
      api - the api to bind the schema to. This parameter is required.
      options - configuration for bind behavior.
      Returns:
      ISchemaConfig with apiId and schema definition string