aws-cdk-lib.aws_lambda.CfnEventInvokeConfig.OnSuccessProperty

interface OnSuccessProperty

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

A destination for events that were processed successfully.

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 onSuccessProperty: lambda.CfnEventInvokeConfig.OnSuccessProperty = {
  destination: 'destination',
};

Properties

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

destination

Type: string

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