interface DestinationConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnEventSourceMapping.DestinationConfigProperty |
![]() | software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DestinationConfigProperty |
![]() | aws_cdk.aws_lambda.CfnEventSourceMapping.DestinationConfigProperty |
![]() | @aws-cdk/aws-lambda » CfnEventSourceMapping » DestinationConfigProperty |
A configuration object that specifies the destination of an event after Lambda processes it.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lambda from '@aws-cdk/aws-lambda';
const destinationConfigProperty: lambda.CfnEventSourceMapping.DestinationConfigProperty = {
onFailure: {
destination: 'destination',
},
};
Properties
Name | Type | Description |
---|---|---|
on | IResolvable | On | The destination configuration for failed invocations. |
onFailure?
Type:
IResolvable
|
On
(optional)
The destination configuration for failed invocations.