@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.565Z") @Stability(value=Stable) public interface IDestination extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDestination.Jsii$Default
Internal default implementation for
IDestination. |
static class |
IDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
bind(Construct scope,
IFunction fn)
Binds this destination to the Lambda function.
|
DestinationConfig |
bind(Construct scope,
IFunction fn,
DestinationOptions options)
Binds this destination to the Lambda function.
|
@Stability(value=Stable) @NotNull DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn, @Nullable DestinationOptions options)
scope - This parameter is required.fn - This parameter is required.options - @Stability(value=Stable) @NotNull DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn)
scope - This parameter is required.fn - This parameter is required.Copyright © 2023. All rights reserved.