@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.535Z") @Stability(value=Experimental) 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)
(experimental) Binds this destination to the Lambda function.
|
DestinationConfig |
bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
(experimental) Binds this destination to the Lambda function.
|
@Stability(value=Experimental) @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=Experimental) @NotNull DestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull IFunction fn)
scope - This parameter is required.fn - This parameter is required.Copyright © 2021. All rights reserved.