Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.SnsPublishJsonPathProps
Packages that use SnsPublishJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of SnsPublishJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement SnsPublishJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forSnsPublishJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return SnsPublishJsonPathPropsModifier and TypeMethodDescriptionSnsPublishJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SnsPublishJsonPathPropsModifier and TypeMethodDescriptionstatic SnsPublishSnsPublish.jsonPath(software.constructs.Construct scope, String id, SnsPublishJsonPathProps props) A Step Functions Task to publish messages to SNS topic using JSONPath.