aws-cdk-lib.aws_appsync.CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty

interface LambdaConflictHandlerConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppSync.CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnFunctionConfiguration_LambdaConflictHandlerConfigProperty
Javasoftware.amazon.awscdk.services.appsync.CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
Pythonaws_cdk.aws_appsync.CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
TypeScript aws-cdk-lib » aws_appsync » CfnFunctionConfiguration » LambdaConflictHandlerConfigProperty

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const lambdaConflictHandlerConfigProperty: appsync.CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty = {
  lambdaConflictHandlerArn: 'lambdaConflictHandlerArn',
};

Properties

NameTypeDescription
lambdaConflictHandlerArn?stringThe Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.

lambdaConflictHandlerArn?

Type: string (optional)

The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.