Uses of Class
software.amazon.awscdk.services.events.targets.SqsQueue.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of SqsQueue.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic SqsQueue.Builder
SqsQueue.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.SqsQueue.Builder.maxEventAge
(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.SqsQueue.Builder.message
(RuleTargetInput message) The message to send to the queue.SqsQueue.Builder.messageGroupId
(String messageGroupId) Message Group ID for messages sent to this queue.SqsQueue.Builder.retryAttempts
(Number retryAttempts) The maximum number of times to retry when the function returns an error.