Uses of Interface
software.amazon.awscdk.services.lambda.DestinationOptions
Packages that use DestinationOptions
Package
Description
AWS Lambda Construct Library
Amazon Lambda Destinations Library
- 
Uses of DestinationOptions in software.amazon.awscdk.services.lambdaClasses in software.amazon.awscdk.services.lambda that implement DestinationOptionsMethods in software.amazon.awscdk.services.lambda that return DestinationOptionsModifier and TypeMethodDescriptionDestinationOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type DestinationOptionsModifier and TypeMethodDescriptionIDestination.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 DestinationConfigIDestination.Jsii$Proxy.bind(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.
- 
Uses of DestinationOptions in software.amazon.awscdk.services.lambda.destinationsMethods in software.amazon.awscdk.services.lambda.destinations with parameters of type DestinationOptionsModifier and TypeMethodDescriptionEventBridgeDestination.bind(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.LambdaDestination.bind(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Returns a destination configuration.S3Destination.bind(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.SnsDestination.bind(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.SqsDestination.bind(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.