Class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty
The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty : CfnFunctionConfigurationPropsMixin.ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty Implements CfnFunctionConfigurationPropsMixin.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.Mixins.Preview.AWS.AppSync.Mixins;
var lambdaConflictHandlerConfigProperty = new LambdaConflictHandlerConfigProperty {
LambdaConflictHandlerArn = "lambdaConflictHandlerArn"
};
Synopsis
Constructors
| LambdaConflictHandlerConfigProperty() | The |
Properties
| LambdaConflictHandlerArn | The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler. |
Constructors
LambdaConflictHandlerConfigProperty()
The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.
public LambdaConflictHandlerConfigProperty()
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.Mixins.Preview.AWS.AppSync.Mixins;
var lambdaConflictHandlerConfigProperty = new LambdaConflictHandlerConfigProperty {
LambdaConflictHandlerArn = "lambdaConflictHandlerArn"
};
Properties
LambdaConflictHandlerArn
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
public string? LambdaConflictHandlerArn { get; set; }