Uses of Interface
software.amazon.awscdk.services.lambda.IDestination
Packages that use IDestination
Package
Description
AWS Lambda Construct Library
Amazon Lambda Destinations Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of IDestination in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationEdgeFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationEdgeFunctionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type IDestinationModifier and TypeMethodDescriptionEdgeFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.EdgeFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()EdgeFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.EdgeFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess() -
Uses of IDestination in software.amazon.awscdk.services.lambda
Subinterfaces of IDestination in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDestination.Classes in software.amazon.awscdk.services.lambda that implement IDestinationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationAliasOptions.Jsii$Proxy.getOnFailure()final IDestinationAliasProps.Jsii$Proxy.getOnFailure()final IDestinationDockerImageFunctionProps.Jsii$Proxy.getOnFailure()default IDestinationEventInvokeConfigOptions.getOnFailure()The destination for failed invocations.final IDestinationEventInvokeConfigOptions.Jsii$Proxy.getOnFailure()final IDestinationEventInvokeConfigProps.Jsii$Proxy.getOnFailure()final IDestinationFunctionOptions.Jsii$Proxy.getOnFailure()final IDestinationFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationSingletonFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationVersionOptions.Jsii$Proxy.getOnFailure()final IDestinationVersionProps.Jsii$Proxy.getOnFailure()final IDestinationAliasOptions.Jsii$Proxy.getOnSuccess()final IDestinationAliasProps.Jsii$Proxy.getOnSuccess()final IDestinationDockerImageFunctionProps.Jsii$Proxy.getOnSuccess()default IDestinationEventInvokeConfigOptions.getOnSuccess()The destination for successful invocations.final IDestinationEventInvokeConfigOptions.Jsii$Proxy.getOnSuccess()final IDestinationEventInvokeConfigProps.Jsii$Proxy.getOnSuccess()final IDestinationFunctionOptions.Jsii$Proxy.getOnSuccess()final IDestinationFunctionProps.Jsii$Proxy.getOnSuccess()final IDestinationSingletonFunctionProps.Jsii$Proxy.getOnSuccess()final IDestinationVersionOptions.Jsii$Proxy.getOnSuccess()final IDestinationVersionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.lambda with parameters of type IDestinationModifier and TypeMethodDescriptionAlias.Builder.onFailure(IDestination onFailure) The destination for failed invocations.AliasOptions.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()AliasProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()DockerImageFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.DockerImageFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()EventInvokeConfig.Builder.onFailure(IDestination onFailure) The destination for failed invocations.EventInvokeConfigOptions.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()EventInvokeConfigProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()Function.Builder.onFailure(IDestination onFailure) The destination for failed invocations.FunctionOptions.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()FunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()SingletonFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.SingletonFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()Version.Builder.onFailure(IDestination onFailure) The destination for failed invocations.VersionOptions.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()VersionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()Alias.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.AliasOptions.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()AliasProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()DockerImageFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.DockerImageFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()EventInvokeConfig.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.EventInvokeConfigOptions.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()EventInvokeConfigProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()Function.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.FunctionOptions.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()FunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()SingletonFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.SingletonFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()Version.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.VersionOptions.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()VersionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess() -
Uses of IDestination in software.amazon.awscdk.services.lambda.destinations
Classes in software.amazon.awscdk.services.lambda.destinations that implement IDestinationModifier and TypeClassDescriptionclassUse an Event Bridge event bus as a Lambda destination.classUse a Lambda function as a Lambda destination.classUse a S3 bucket as a Lambda destination.classUse a SNS topic as a Lambda destination.classUse a SQS queue as a Lambda destination. -
Uses of IDestination in software.amazon.awscdk.services.lambda.go.alpha
Methods in software.amazon.awscdk.services.lambda.go.alpha that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationGoFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationGoFunctionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.lambda.go.alpha with parameters of type IDestinationModifier and TypeMethodDescriptionGoFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.GoFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()GoFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.GoFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess() -
Uses of IDestination in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationNodejsFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationNodejsFunctionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type IDestinationModifier and TypeMethodDescriptionNodejsFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.NodejsFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()NodejsFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.NodejsFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess() -
Uses of IDestination in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationPythonFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationPythonFunctionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.lambda.python.alpha with parameters of type IDestinationModifier and TypeMethodDescriptionPythonFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.PythonFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()PythonFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.PythonFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess() -
Uses of IDestination in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return IDestinationModifier and TypeMethodDescriptionfinal IDestinationTriggerFunctionProps.Jsii$Proxy.getOnFailure()final IDestinationTriggerFunctionProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.triggers with parameters of type IDestinationModifier and TypeMethodDescriptionTriggerFunction.Builder.onFailure(IDestination onFailure) The destination for failed invocations.TriggerFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()TriggerFunction.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.TriggerFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()