Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnResolverPropsMixin.Builder
Packages that use CfnResolverPropsMixin.Builder
-
Uses of CfnResolverPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appsync
Methods in software.amazon.awscdk.cfnpropertymixins.services.appsync that return CfnResolverPropsMixin.BuilderModifier and TypeMethodDescriptionThe AWS AppSync GraphQL API to which you want to attach this resolver.CfnResolverPropsMixin.Builder.cachingConfig(CfnResolverPropsMixin.CachingConfigProperty cachingConfig) The caching configuration for the resolver.CfnResolverPropsMixin.Builder.cachingConfig(IResolvable cachingConfig) The caching configuration for the resolver.Theresolvercode that contains the request and response functions.CfnResolverPropsMixin.Builder.codeS3Location(String codeS3Location) The Amazon S3 endpoint.CfnResolverPropsMixin.Builder.create()CfnResolverPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnResolverPropsMixin.Builder.dataSourceName(String dataSourceName) The resolver data source name.The GraphQL field on a type that invokes the resolver.The resolver type.CfnResolverPropsMixin.Builder.maxBatchSize(Number maxBatchSize) The maximum number of resolver request inputs that will be sent to a single AWS Lambda function in aBatchInvokeoperation.CfnResolverPropsMixin.Builder.metricsConfig(String metricsConfig) Enables or disables enhanced resolver metrics for specified resolvers.CfnResolverPropsMixin.Builder.pipelineConfig(CfnResolverPropsMixin.PipelineConfigProperty pipelineConfig) Functions linked with the pipeline resolver.CfnResolverPropsMixin.Builder.pipelineConfig(IResolvable pipelineConfig) Functions linked with the pipeline resolver.CfnResolverPropsMixin.Builder.requestMappingTemplate(String requestMappingTemplate) The request mapping template.CfnResolverPropsMixin.Builder.requestMappingTemplateS3Location(String requestMappingTemplateS3Location) The location of a request mapping template in an Amazon S3 bucket.CfnResolverPropsMixin.Builder.responseMappingTemplate(String responseMappingTemplate) The response mapping template.CfnResolverPropsMixin.Builder.responseMappingTemplateS3Location(String responseMappingTemplateS3Location) The location of a response mapping template in an Amazon S3 bucket.CfnResolverPropsMixin.Builder.runtime(CfnResolverPropsMixin.AppSyncRuntimeProperty runtime) Describes a runtime used by an AWS AppSync resolver or AWS AppSync function.CfnResolverPropsMixin.Builder.runtime(IResolvable runtime) Describes a runtime used by an AWS AppSync resolver or AWS AppSync function.CfnResolverPropsMixin.Builder.syncConfig(CfnResolverPropsMixin.SyncConfigProperty syncConfig) TheSyncConfigfor a resolver attached to a versioned data source.CfnResolverPropsMixin.Builder.syncConfig(IResolvable syncConfig) TheSyncConfigfor a resolver attached to a versioned data source.The GraphQL type that invokes this resolver.