@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.433Z") @Stability(value=Deprecated) @Deprecated public class RunGlueJobTask extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
OUTPUT: the output of this task is a JobRun structure, for details consult https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-runs.html#aws-glue-api-jobs-runs-JobRun
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
import software.amazon.awscdk.core.*;
RunGlueJobTask runGlueJobTask = RunGlueJobTask.Builder.create("glueJobName")
.arguments(Map.of(
"argumentsKey", "arguments"))
.integrationPattern(ServiceIntegrationPattern.FIRE_AND_FORGET)
.notifyDelayAfter(Duration.minutes(30))
.securityConfiguration("securityConfiguration")
.timeout(Duration.minutes(30))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
RunGlueJobTask.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
RunGlueJobTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
RunGlueJobTask(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
|
RunGlueJobTask(String glueJobName)
Deprecated.
|
|
RunGlueJobTask(String glueJobName,
RunGlueJobTaskProps props)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
bind(Task task)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RunGlueJobTask(software.amazon.jsii.JsiiObjectRef objRef)
protected RunGlueJobTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public RunGlueJobTask(@NotNull String glueJobName, @Nullable RunGlueJobTaskProps props)
glueJobName - This parameter is required.props - @Stability(value=Deprecated) @Deprecated public RunGlueJobTask(@NotNull String glueJobName)
glueJobName - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public StepFunctionsTaskConfig bind(@NotNull Task task)
bind in interface IStepFunctionsTasktask - This parameter is required.Copyright © 2022. All rights reserved.