interface IDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lambda.IDestination |
Java | software.amazon.awscdk.services.lambda.IDestination |
Python | aws_cdk.aws_lambda.IDestination |
TypeScript (source) | @aws-cdk/aws-lambda » IDestination |
Implemented by
Event, Lambda, Sns, Sqs
A Lambda destination.
Methods
| Name | Description |
|---|---|
| bind(scope, fn, options?) | Binds this destination to the Lambda function. |
bind(scope, fn, options?)
public bind(scope: Construct, fn: IFunction, options?: DestinationOptions): DestinationConfig
Parameters
- scope
Construct - fn
IFunction - options
DestinationOptions
Returns
Binds this destination to the Lambda function.

.NET
Java
Python
TypeScript (