Class GlueDataBrewStartJobRun

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.services.stepfunctions.State
software.amazon.awscdk.services.stepfunctions.TaskStateBase
software.amazon.awscdk.services.stepfunctions.tasks.GlueDataBrewStartJobRun
All Implemented Interfaces:
IChainable, INextable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:25.502Z") @Stability(Stable) public class GlueDataBrewStartJobRun extends TaskStateBase
Start a Job run as a Task.

Example:

 GlueDataBrewStartJobRun.Builder.create(this, "Task")
         .name("databrew-job")
         .build();
 

See Also:
  • Constructor Details

    • GlueDataBrewStartJobRun

      protected GlueDataBrewStartJobRun(software.amazon.jsii.JsiiObjectRef objRef)
    • GlueDataBrewStartJobRun

      protected GlueDataBrewStartJobRun(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • GlueDataBrewStartJobRun

      @Stability(Stable) public GlueDataBrewStartJobRun(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull GlueDataBrewStartJobRunProps props)
      Parameters:
      scope - This parameter is required.
      id - Descriptive identifier for this chainable. This parameter is required.
      props - This parameter is required.
  • Method Details