Class RunGlueJobTask
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.RunGlueJobTask
- All Implemented Interfaces:
IStepFunctionsTask
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.167Z")
@Stability(Deprecated)
@Deprecated
public class RunGlueJobTask
extends software.amazon.jsii.JsiiObject
implements IStepFunctionsTask
Deprecated.
(deprecated) Invoke a Glue job as a Task.
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();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.IStepFunctionsTask
IStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionRunGlueJobTask
(String glueJobName) Deprecated.RunGlueJobTask
(String glueJobName, RunGlueJobTaskProps props) Deprecated.protected
RunGlueJobTask
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protected
RunGlueJobTask
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
RunGlueJobTask
protected RunGlueJobTask(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
RunGlueJobTask
protected RunGlueJobTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
RunGlueJobTask
@Stability(Deprecated) @Deprecated public RunGlueJobTask(@NotNull String glueJobName, @Nullable RunGlueJobTaskProps props) Deprecated.- Parameters:
glueJobName
- This parameter is required.props
-
-
RunGlueJobTask
Deprecated.- Parameters:
glueJobName
- This parameter is required.
-
-
Method Details
-
bind
Deprecated.(deprecated) Called when the task object is used in a workflow.- Specified by:
bind
in interfaceIStepFunctionsTask
- Parameters:
task
- This parameter is required.
-
GlueStartJobRun