Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.SqsSendMessageJsonPathProps
Packages that use SqsSendMessageJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of SqsSendMessageJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement SqsSendMessageJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forSqsSendMessageJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return SqsSendMessageJsonPathPropsModifier and TypeMethodDescriptionSqsSendMessageJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SqsSendMessageJsonPathPropsModifier and TypeMethodDescriptionstatic SqsSendMessageSqsSendMessage.jsonPath(software.constructs.Construct scope, String id, SqsSendMessageJsonPathProps props) A StepFunctions Task to send messages to SQS queue using JSONPath.