IDestination
- class aws_cdk.aws_lambda.IDestination(*args, **kwargs)
Bases:
ProtocolA 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: