aws-cdk-lib.aws_lambda.CfnEventInvokeConfig.OnFailureProperty
interface OnFailureProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnEventInvokeConfig.OnFailureProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnEventInvokeConfig_OnFailureProperty |
![]() | software.amazon.awscdk.services.lambda.CfnEventInvokeConfig.OnFailureProperty |
![]() | aws_cdk.aws_lambda.CfnEventInvokeConfig.OnFailureProperty |
![]() | aws-cdk-lib » aws_lambda » CfnEventInvokeConfig » 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.CfnEventInvokeConfig.OnFailureProperty = {
destination: 'destination',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | The Amazon Resource Name (ARN) of the destination resource. |
destination
Type:
string
The Amazon Resource Name (ARN) of the destination resource.