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