Show / Hide Table of Contents

Class SchemaBindOptions

Used for configuring schema bind behavior.

Inheritance
object
SchemaBindOptions
Implements
ISchemaBindOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 { };

Implements

ISchemaBindOptions
Back to top Generated by DocFX