Class TaskProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.TaskProps.Jsii$Proxy
All Implemented Interfaces:
TaskProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
TaskProps

@Stability(Deprecated) @Deprecated @Internal public static final class TaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TaskProps
Deprecated.
An implementation for TaskProps
  • 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.TaskProps

    TaskProps.Builder, TaskProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the TaskProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) An optional description for this state.
    final String
    Deprecated.
    (deprecated) JSONPath expression to select part of the state to be the input to this state.
    final String
    Deprecated.
    (deprecated) JSONPath expression to select part of the state to be the output to this state.
    Deprecated.
    (deprecated) Parameters to invoke the task with.
    final String
    Deprecated.
    (deprecated) JSONPath expression to indicate where to inject the state's output.
    Deprecated.
    (deprecated) Actual task to be invoked in this workflow.
    final Duration
    Deprecated.
    (deprecated) Maximum run time of this state.
    final int
    Deprecated.
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(TaskProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the TaskProps.Builder.
  • Method Details

    • getTask

      public final IStepFunctionsTask getTask()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) Actual task to be invoked in this workflow.
      Specified by:
      getTask in interface TaskProps
    • getComment

      public final String getComment()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) An optional description for this state.

      Default: No comment

      Specified by:
      getComment in interface TaskProps
    • getInputPath

      public final String getInputPath()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) JSONPath expression to select part of the state to be the input to this state.

      May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.

      Default: $

      Specified by:
      getInputPath in interface TaskProps
    • getOutputPath

      public final String getOutputPath()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) JSONPath expression to select part of the state to be the output to this state.

      May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.

      Default: $

      Specified by:
      getOutputPath in interface TaskProps
    • getParameters

      public final Map<String,Object> getParameters()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) Parameters to invoke the task with.

      It is not recommended to use this field. The object that is passed in the task property will take care of returning the right values for the Parameters field in the Step Functions definition.

      The various classes that implement IStepFunctionsTask will take a properties which make sense for the task type. For example, for InvokeFunction the field that populates the parameters field will be called payload, and for the PublishToTopic the parameters field will be populated via a combination of the referenced topic, subject and message.

      If passed anyway, the keys in this map will override the parameters returned by the task object.

      Default: - Use the parameters implied by the `task` property

      Specified by:
      getParameters in interface TaskProps
      See Also:
    • getResultPath

      public final String getResultPath()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) JSONPath expression to indicate where to inject the state's output.

      May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.

      Default: $

      Specified by:
      getResultPath in interface TaskProps
    • getTimeout

      public final Duration getTimeout()
      Deprecated.
      Description copied from interface: TaskProps
      (deprecated) Maximum run time of this state.

      If the state takes longer than this amount of time to complete, a 'Timeout' error is raised.

      Default: 60

      Specified by:
      getTimeout in interface TaskProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object