Class SchemaBindOptions
Used for configuring schema bind behavior.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SchemaBindOptions : ISchemaBindOptions
Syntax (vb)
Public Class SchemaBindOptions Implements 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 { };
Synopsis
Constructors
| SchemaBindOptions() | Used for configuring schema bind behavior. |
Constructors
SchemaBindOptions()
Used for configuring schema bind behavior.
public SchemaBindOptions()
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 { };