| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
SnsPublish.Builder |
SnsPublish.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static SnsPublish.Builder |
SnsPublish.Builder.create(software.constructs.Construct scope,
String id) |
SnsPublish.Builder |
SnsPublish.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SnsPublish.Builder |
SnsPublish.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
SnsPublish.Builder |
SnsPublish.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
SnsPublish.Builder |
SnsPublish.Builder.message(TaskInput message)
(experimental) The message you want to send.
|
SnsPublish.Builder |
SnsPublish.Builder.messagePerSubscriptionType(Boolean messagePerSubscriptionType)
(experimental) Send different messages for each transport protocol.
|
SnsPublish.Builder |
SnsPublish.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
SnsPublish.Builder |
SnsPublish.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
SnsPublish.Builder |
SnsPublish.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
SnsPublish.Builder |
SnsPublish.Builder.subject(String subject)
(experimental) Used as the "Subject" line when the message is delivered to email endpoints.
|
SnsPublish.Builder |
SnsPublish.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SnsPublish.Builder |
SnsPublish.Builder.topic(ITopic topic)
(experimental) The SNS topic that the task will publish to.
|
Copyright © 2021. All rights reserved.