| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.applicationConfig(List<? extends ApplicationConfiguration> applicationConfig)
(experimental) The configurations for the application running in the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.create(software.constructs.Construct scope,
String id) |
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.executionRole(IRole executionRole)
(experimental) The execution role for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.jobDriver(JobDriver jobDriver)
(experimental) The job driver for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.jobName(String jobName)
(experimental) The name of the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.monitoring(Monitoring monitoring)
(experimental) Configuration for monitoring the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.releaseLabel(ReleaseLabel releaseLabel)
(experimental) The Amazon EMR release version to use for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.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.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.tags(Map<String,String> tags)
(experimental) The tags assigned to job runs.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.virtualCluster(VirtualClusterInput virtualCluster)
(experimental) The ID of the virtual cluster where the job will be run.
|
Copyright © 2022. All rights reserved.