Uses of Class
software.amazon.awscdk.services.events.targets.AppSync.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of AppSync.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic AppSync.Builder
AppSync.Builder.create
(IGraphqlApi appsyncApi) AppSync.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.AppSync.Builder.graphQlOperation
(String graphQlOperation) The GraphQL operation;AppSync.Builder.maxEventAge
(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.AppSync.Builder.retryAttempts
(Number retryAttempts) The maximum number of times to retry when the function returns an error.AppSync.Builder.variables
(RuleTargetInput variables) The variables that are include in the GraphQL operation.