Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnGraphQLSchemaPropsMixin.Builder
Packages that use CfnGraphQLSchemaPropsMixin.Builder
-
Uses of CfnGraphQLSchemaPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appsync
Methods in software.amazon.awscdk.cfnpropertymixins.services.appsync that return CfnGraphQLSchemaPropsMixin.BuilderModifier and TypeMethodDescriptionThe AWS AppSync GraphQL API identifier to which you want to apply this schema.CfnGraphQLSchemaPropsMixin.Builder.create()CfnGraphQLSchemaPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGraphQLSchemaPropsMixin.Builder.definition(String definition) The text representation of a GraphQL schema in SDL format.CfnGraphQLSchemaPropsMixin.Builder.definitionS3Location(String definitionS3Location) The location of a GraphQL schema file in an Amazon S3 bucket.