Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.SqsSendMessageJsonataProps
Packages that use SqsSendMessageJsonataProps
Package
Description
Tasks for AWS Step Functions
-
Uses of SqsSendMessageJsonataProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement SqsSendMessageJsonataPropsModifier and TypeClassDescriptionstatic final class
An implementation forSqsSendMessageJsonataProps
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SqsSendMessageJsonataPropsModifier and TypeMethodDescriptionSqsSendMessageJsonataProps.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SqsSendMessageJsonataPropsModifier and TypeMethodDescriptionstatic SqsSendMessage
SqsSendMessage.jsonata
(software.constructs.Construct scope, String id, SqsSendMessageJsonataProps props) A StepFunctions Task to send messages to SQS queue using JSONata.