-
An optional description for this state.
CallAwsService.Builder.create(software.constructs.Construct scope,
String id)
CallAwsService.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
The action for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
The resources for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
JSONPath expression to select select a portion of the state output to pass to the next state.
Parameters for the API action call.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
CallAwsService.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.