interface IDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lambda.IDestination |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#IDestination |
Java | software.amazon.awscdk.services.lambda.IDestination |
Python | aws_cdk.aws_lambda.IDestination |
TypeScript (source) | aws-cdk-lib » aws_lambda » IDestination |
Implemented by
Event, Lambda, S3, 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
Go
Java
Python
TypeScript (