Interface IStepFunctionsTask

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IStepFunctionsTask.Jsii$Default
All Known Implementing Classes:
EcsRunTaskBase, InvokeActivity, InvokeFunction, IStepFunctionsTask.Jsii$Proxy, PublishToTopic, RunBatchJob, RunEcsEc2Task, RunEcsFargateTask, RunGlueJobTask, RunLambdaTask, SendToQueue, StartExecution

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.912Z") @Stability(Deprecated) @Deprecated public interface IStepFunctionsTask extends software.amazon.jsii.JsiiSerializable
Deprecated.
replaced by TaskStateBase.
(deprecated) Interface for resources that can be used as tasks.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
    Internal default implementation for IStepFunctionsTask.
    static final class 
    Deprecated.
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(Task task)
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Deprecated) @Deprecated @NotNull StepFunctionsTaskConfig bind(@NotNull Task task)
      Deprecated.
      (deprecated) Called when the task object is used in a workflow.

      Parameters:
      task - This parameter is required.