interface IDestination
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.IDestination |
![]() | software.amazon.awscdk.services.lambda.IDestination |
![]() | aws_cdk.aws_lambda.IDestination |
![]() | @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
Destination
Options
Returns
Binds this destination to the Lambda function.