interface IDestination
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.IDestination |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#IDestination |
![]() | software.amazon.awscdk.services.lambda.IDestination |
![]() | aws_cdk.aws_lambda.IDestination |
![]() | 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
Destination
Options
Returns
Binds this destination to the Lambda function.