Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SnsPublish
Packages that use SnsPublish
Package
Description
Tasks for AWS Step Functions
-
Uses of SnsPublish in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SnsPublishModifier and TypeMethodDescriptionSnsPublish.Builder.build()static SnsPublishSnsPublish.jsonata(software.constructs.Construct scope, String id, SnsPublishJsonataProps props) A Step Functions Task to publish messages to SNS topic using JSONata.static SnsPublishSnsPublish.jsonPath(software.constructs.Construct scope, String id, SnsPublishJsonPathProps props) A Step Functions Task to publish messages to SNS topic using JSONPath.