Class RunLambdaTaskProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the RunLambdaTaskProps.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) Client context to pass to the function.
    Deprecated.
    (deprecated) The service integration pattern indicates different ways to invoke Lambda function.
    Deprecated.
    (deprecated) Invocation type of the Lambda function.
    final TaskInput
    Deprecated.
    (deprecated) The JSON that you want to provide to your Lambda function as input.
    final String
    Deprecated.
    (deprecated) Version or alias of the function to be invoked.
    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(RunLambdaTaskProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the RunLambdaTaskProps.Builder.
  • Method Details

    • getClientContext

      public final String getClientContext()
      Deprecated.
      Description copied from interface: RunLambdaTaskProps
      (deprecated) Client context to pass to the function.

      Default: - No context

      Specified by:
      getClientContext in interface RunLambdaTaskProps
    • getIntegrationPattern

      public final ServiceIntegrationPattern getIntegrationPattern()
      Deprecated.
      Description copied from interface: RunLambdaTaskProps
      (deprecated) The service integration pattern indicates different ways to invoke Lambda function.

      The valid value for Lambda is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN, it determines whether to pause the workflow until a task token is returned.

      If this is set to WAIT_FOR_TASK_TOKEN, the JsonPath.taskToken value must be included somewhere in the payload and the Lambda must call SendTaskSuccess/SendTaskFailure using that token.

      Default: FIRE_AND_FORGET

      Specified by:
      getIntegrationPattern in interface RunLambdaTaskProps
    • getInvocationType

      public final InvocationType getInvocationType()
      Deprecated.
      Description copied from interface: RunLambdaTaskProps
      (deprecated) Invocation type of the Lambda function.

      Default: RequestResponse

      Specified by:
      getInvocationType in interface RunLambdaTaskProps
    • getPayload

      public final TaskInput getPayload()
      Deprecated.
      Description copied from interface: RunLambdaTaskProps
      (deprecated) The JSON that you want to provide to your Lambda function as input.

      Default: - The state input (JSON path '$')

      Specified by:
      getPayload in interface RunLambdaTaskProps
    • getQualifier

      public final String getQualifier()
      Deprecated.
      Description copied from interface: RunLambdaTaskProps
      (deprecated) Version or alias of the function to be invoked.

      Default: - No qualifier

      Specified by:
      getQualifier in interface RunLambdaTaskProps
    • $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