Uses of Interface
software.amazon.awscdk.services.lambda.DestinationConfig
Packages that use DestinationConfig
Package
Description
AWS Lambda Construct Library
Amazon Lambda Destinations Library
-
Uses of DestinationConfig in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement DestinationConfigMethods in software.amazon.awscdk.services.lambda that return DestinationConfigModifier 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 DestinationConfigIDestination.Jsii$Default.bind(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.final DestinationConfigBinds this destination to the Lambda function.final DestinationConfigIDestination.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
Methods in software.amazon.awscdk.services.lambda.destinations that return DestinationConfigModifier 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.