| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.arguments(TaskInput arguments)
The job arguments specifically for this run.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.comment(String comment)
An optional description for this state.
|
static GlueStartJobRun.Builder |
GlueStartJobRun.Builder.create(software.constructs.Construct scope,
String id) |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.glueJobName(String glueJobName)
Glue job name.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.resultSelector(Map<String,? extends Object> resultSelector)
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.securityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2022. All rights reserved.