ResolverLambdaConflictHandlerConfig

data class ResolverLambdaConflictHandlerConfig(val lambdaConflictHandlerArn: String? = null)

The `LambdaConflictHandlerConfig` when configuring LAMBDA as the Conflict Handler.

Constructors

Link copied to clipboard
constructor(lambdaConflictHandlerArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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