@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.472Z") @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(software.constructs.Construct scope,
IFunction fn)
Binds this destination to the Lambda function.
|
DestinationConfig |
bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
Binds this destination to the Lambda function.
|
@Stability(value=Stable) @NotNull DestinationConfig bind(@NotNull software.constructs.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 software.constructs.Construct scope, @NotNull IFunction fn)
scope - This parameter is required.fn - This parameter is required.Copyright © 2022. All rights reserved.