Interface IDestination.Jsii$Default

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

@Internal public static interface IDestination.Jsii$Default extends IDestination
Internal default implementation for IDestination.
  • Method Details

    • bind

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

      Specified by:
      bind in interface IDestination
      Parameters:
      scope - This parameter is required.
      fn - This parameter is required.
      options -