-
The job arguments specifically for this run.
An optional description for this state.
GlueStartJobRun.Builder.create(software.constructs.Construct scope,
String id)
GlueStartJobRun.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
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.
GlueStartJobRun.Builder.notifyDelayAfter(software.amazon.awscdk.core.Duration notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
JSONPath expression to select select a portion of the state output to pass to the next state.
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.
The name of the SecurityConfiguration structure to be used with this job run.
GlueStartJobRun.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.