@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.585Z") @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 © 2021. All rights reserved.