| 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)
(experimental) The job arguments specifically for this run.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.comment(String comment)
(experimental) 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)
(experimental) Glue job name.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) 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)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
GlueStartJobRun.Builder |
GlueStartJobRun.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.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.securityConfiguration(String securityConfiguration)
(experimental) The name of the SecurityConfiguration structure to be used with this job run.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.