Interface CfnResolver.ILambdaConflictHandlerConfigProperty
The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnResolver.ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Interface CfnResolver.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
| LambdaConflictHandlerArn | 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.
string? LambdaConflictHandlerArn { get; }