Interface CfnFunctionConfiguration.ILambdaConflictHandlerConfigProperty
The LambdaConflictHandlerConfig
object when configuring LAMBDA
as the Conflict Handler.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Interface ILambdaConflictHandlerConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var lambdaConflictHandlerConfigProperty = new LambdaConflictHandlerConfigProperty {
LambdaConflictHandlerArn = "lambdaConflictHandlerArn"
};
Synopsis
Properties
Lambda |
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler. |
Properties
LambdaConflictHandlerArn
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
virtual string LambdaConflictHandlerArn { get; }
Property Value
System.