Interface IEventSource.Jsii$Default

All Superinterfaces:
IEventSource, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IEventSource.Jsii$Proxy
Enclosing interface:
IEventSource

@Internal public static interface IEventSource.Jsii$Default extends IEventSource
Internal default implementation for IEventSource.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.IEventSource

    IEventSource.Jsii$Default, IEventSource.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    bind(IFunction target)
    Called by lambda.addEventSource to allow the event source to bind to this function.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) default void bind(@NotNull IFunction target)
      Called by lambda.addEventSource to allow the event source to bind to this function.

      Specified by:
      bind in interface IEventSource
      Parameters:
      target - That lambda function to bind to. This parameter is required.