interface LambdaConflictHandlerConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.CfnResolver.LambdaConflictHandlerConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnResolver_LambdaConflictHandlerConfigProperty |
![]() | software.amazon.awscdk.services.appsync.CfnResolver.LambdaConflictHandlerConfigProperty |
![]() | aws_cdk.aws_appsync.CfnResolver.LambdaConflictHandlerConfigProperty |
![]() | aws-cdk-lib » aws_appsync » CfnResolver » LambdaConflictHandlerConfigProperty |
The LambdaConflictHandlerConfig
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.CfnResolver.LambdaConflictHandlerConfigProperty = {
lambdaConflictHandlerArn: 'lambdaConflictHandlerArn',
};
Properties
Name | Type | Description |
---|---|---|
lambda | string | The 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.