Class CfnPipe.PipeTargetLambdaFunctionParametersProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnPipe.PipeTargetLambdaFunctionParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipe.PipeTargetLambdaFunctionParametersProperty
  • Constructor Details

  • Method Details

    • getInvocationType

      public final String getInvocationType()
      Description copied from interface: CfnPipe.PipeTargetLambdaFunctionParametersProperty
      Specify whether to invoke the function synchronously or asynchronously.

      • REQUEST_RESPONSE (default) - Invoke synchronously. This corresponds to the RequestResponse option in the InvocationType parameter for the Lambda Invoke API.
      • FIRE_AND_FORGET - Invoke asynchronously. This corresponds to the Event option in the InvocationType parameter for the Lambda Invoke API.

      For more information, see Invocation types in the Amazon EventBridge User Guide .

      Specified by:
      getInvocationType in interface CfnPipe.PipeTargetLambdaFunctionParametersProperty
    • $jsii$toJson

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

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

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