IDestination
- class aws_cdk.aws_lambda.IDestination(*args, **kwds)
Bases:
Protocol
A Lambda destination.
Methods
- bind(scope, fn, *, type)
Binds this destination to the Lambda function.
- Parameters:
scope (
Construct
) –fn (
IFunction
) –type (
DestinationType
) – The destination type.
- Return type: