Interface IDestination

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IDestination.Jsii$Default
All Known Implementing Classes:
EventBridgeDestination, IDestination.Jsii$Proxy, LambdaDestination, SnsDestination, SqsDestination

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:40.784Z") @Stability(Stable) public interface IDestination extends software.amazon.jsii.JsiiSerializable
A Lambda destination.
  • Method Details

    • bind

      @Stability(Stable) @NotNull DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn, @Nullable DestinationOptions options)
      Binds this destination to the Lambda function.

      Parameters:
      scope - This parameter is required.
      fn - This parameter is required.
      options -
    • bind

      @Stability(Stable) @NotNull DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn)
      Binds this destination to the Lambda function.

      Parameters:
      scope - This parameter is required.
      fn - This parameter is required.