Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SqsSendMessage
Packages that use SqsSendMessage
Package
Description
Tasks for AWS Step Functions
-
Uses of SqsSendMessage in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SqsSendMessageModifier and TypeMethodDescriptionSqsSendMessage.Builder.build()static SqsSendMessageSqsSendMessage.jsonata(software.constructs.Construct scope, String id, SqsSendMessageJsonataProps props) A StepFunctions Task to send messages to SQS queue using JSONata.static SqsSendMessageSqsSendMessage.jsonPath(software.constructs.Construct scope, String id, SqsSendMessageJsonPathProps props) A StepFunctions Task to send messages to SQS queue using JSONPath.