Uses of Class
software.amazon.awscdk.services.appsync.CfnFunctionConfiguration.Builder
Packages that use CfnFunctionConfiguration.Builder
-
Uses of CfnFunctionConfiguration.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return CfnFunctionConfiguration.BuilderModifier and TypeMethodDescriptionThe AWS AppSync GraphQL API that you want to attach using this function.CfnFunctionConfiguration.Builder.apiId(IGraphQLApiRef apiId) The AWS AppSync GraphQL API that you want to attach using this function.Theresolvercode that contains the request and response functions.CfnFunctionConfiguration.Builder.codeS3Location(String codeS3Location) The Amazon S3 endpoint.CfnFunctionConfiguration.Builder.dataSourceName(String dataSourceName) The name of data source this function will attach.CfnFunctionConfiguration.Builder.description(String description) TheFunctiondescription.CfnFunctionConfiguration.Builder.functionVersion(String functionVersion) The version of the request mapping template.CfnFunctionConfiguration.Builder.maxBatchSize(Number maxBatchSize) The maximum number of resolver request inputs that will be sent to a single AWS Lambda function in aBatchInvokeoperation.The name of the function.CfnFunctionConfiguration.Builder.requestMappingTemplate(String requestMappingTemplate) TheFunctionrequest mapping template.CfnFunctionConfiguration.Builder.requestMappingTemplateS3Location(String requestMappingTemplateS3Location) Describes a Sync configuration for a resolver.CfnFunctionConfiguration.Builder.responseMappingTemplate(String responseMappingTemplate) TheFunctionresponse mapping template.CfnFunctionConfiguration.Builder.responseMappingTemplateS3Location(String responseMappingTemplateS3Location) The location of a response mapping template in an Amazon S3 bucket.CfnFunctionConfiguration.Builder.runtime(IResolvable runtime) Describes a runtime used by an AWS AppSync resolver or AWS AppSync function.CfnFunctionConfiguration.Builder.runtime(CfnFunctionConfiguration.AppSyncRuntimeProperty runtime) Describes a runtime used by an AWS AppSync resolver or AWS AppSync function.CfnFunctionConfiguration.Builder.syncConfig(IResolvable syncConfig) Describes a Sync configuration for a resolver.CfnFunctionConfiguration.Builder.syncConfig(CfnFunctionConfiguration.SyncConfigProperty syncConfig) Describes a Sync configuration for a resolver.