aws-cdk-lib.aws_lambda.CfnEventSourceMapping.OnFailureProperty

interface OnFailureProperty

LanguageType name
.NETAmazon.CDK.AWS.Lambda.CfnEventSourceMapping.OnFailureProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnEventSourceMapping_OnFailureProperty
Javasoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping.OnFailureProperty
Pythonaws_cdk.aws_lambda.CfnEventSourceMapping.OnFailureProperty
TypeScript aws-cdk-lib » aws_lambda » CfnEventSourceMapping » OnFailureProperty

A destination for events that failed processing.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lambda as lambda } from 'aws-cdk-lib';
const onFailureProperty: lambda.CfnEventSourceMapping.OnFailureProperty = {
  destination: 'destination',
};

Properties

NameTypeDescription
destination?stringThe Amazon Resource Name (ARN) of the destination resource.

destination?

Type: string (optional)

The Amazon Resource Name (ARN) of the destination resource.