@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:34.944Z") @Stability(value=Stable) public class LambdaDestination extends software.amazon.jsii.JsiiObject implements IDestination
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaDestination.Builder
A fluent builder for
LambdaDestination. |
software.amazon.jsii.JsiiObject.InitializationModeIDestination.Jsii$Default, IDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
LambdaDestination(IFunction fn) |
|
LambdaDestination(IFunction fn,
LambdaDestinationOptions options) |
protected |
LambdaDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
bind(Construct scope,
IFunction fn)
Returns a destination configuration.
|
DestinationConfig |
bind(Construct scope,
IFunction fn,
DestinationOptions options)
Returns a destination configuration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public LambdaDestination(@NotNull
IFunction fn,
@Nullable
LambdaDestinationOptions options)
fn - This parameter is required.options - @Stability(value=Stable)
public LambdaDestination(@NotNull
IFunction fn)
fn - This parameter is required.@Stability(value=Stable) @NotNull public DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn, @Nullable DestinationOptions options)
bind in interface IDestinationscope - This parameter is required.fn - This parameter is required.options - @Stability(value=Stable) @NotNull public DestinationConfig bind(@NotNull Construct scope, @NotNull IFunction fn)
bind in interface IDestinationscope - This parameter is required.fn - This parameter is required.Copyright © 2021. All rights reserved.