Interface ISchemaBindOptions
Used for configuring schema bind behavior.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISchemaBindOptions
Syntax (vb)
Public Interface ISchemaBindOptions
Remarks
This is intended to prevent breaking changes to implementors of ISchema if needing to add new behavior.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var schemaBindOptions = new SchemaBindOptions { };