Uses of Interface
software.amazon.awscdk.services.lambda.DestinationConfig
Package
Description
AWS Lambda Construct Library
Amazon Lambda Destinations Library
-
Uses of DestinationConfig in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionBinds this destination to the Lambda function.IDestination.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.default DestinationConfig
IDestination.Jsii$Default.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.final DestinationConfig
Binds this destination to the Lambda function.final DestinationConfig
IDestination.Jsii$Proxy.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.DestinationConfig.Builder.build()
Builds the configured instance. -
Uses of DestinationConfig in software.amazon.awscdk.services.lambda.destinations
Modifier and TypeMethodDescriptionReturns a destination configuration.EventBridgeDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.LambdaDestination.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Returns a destination configuration.Returns a destination configuration.S3Destination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.SnsDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.SqsDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.