| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.destinations |
Amazon Lambda Destinations Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DestinationOptions.Jsii$Proxy
An implementation for
DestinationOptions |
| Modifier and Type | Method and Description |
|---|---|
DestinationOptions |
DestinationOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
IDestination.bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
(experimental) Binds this destination to the Lambda function.
|
DestinationConfig |
IDestination.Jsii$Proxy.bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
(experimental) Binds this destination to the Lambda function.
|
default DestinationConfig |
IDestination.Jsii$Default.bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
(experimental) Binds this destination to the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
SqsDestination.bind(software.constructs.Construct _scope,
IFunction fn,
DestinationOptions _options)
(experimental) Returns a destination configuration.
|
DestinationConfig |
SnsDestination.bind(software.constructs.Construct _scope,
IFunction fn,
DestinationOptions _options)
(experimental) Returns a destination configuration.
|
DestinationConfig |
EventBridgeDestination.bind(software.constructs.Construct _scope,
IFunction fn,
DestinationOptions _options)
(experimental) Returns a destination configuration.
|
DestinationConfig |
LambdaDestination.bind(software.constructs.Construct scope,
IFunction fn,
DestinationOptions options)
(experimental) Returns a destination configuration.
|
Copyright © 2021. All rights reserved.