awscdk/awsappsync/SchemaBindOptions.go (3 lines of code) (raw):
package awsappsync
// Used for configuring schema bind behavior.
//
// This is intended to prevent breaking changes to implementors of ISchema
// if needing to add new behavior.
//
// Example:
// // The code below shows an example of how to instantiate this type.
// // The values are placeholders you should change.
// import "github.com/aws/aws-cdk-go/awscdk"
//
// schemaBindOptions := &SchemaBindOptions{
// }
//
type SchemaBindOptions struct {
}