-
The array size can be between 2 and 10,000.
The number of times to move a job to the RUNNABLE status.
An optional description for this state.
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
BatchSubmitJob.Builder.create(software.constructs.Construct scope,
String id)
A list of dependencies for the job.
BatchSubmitJob.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.
The arn of the job definition used by this job.
The arn of the job queue into which the job is submitted.
JSONPath expression to select select a portion of the state output to pass to the next state.
The payload to be passed as parameters to the batch job.
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.
BatchSubmitJob.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.