ResolverLambdaConflictHandlerConfigArgs

data class ResolverLambdaConflictHandlerConfigArgs(val lambdaConflictHandlerArn: Output<String>? = null) : ConvertibleToJava<ResolverLambdaConflictHandlerConfigArgs>

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

Constructors

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

Properties

Link copied to clipboard
val lambdaConflictHandlerArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ResolverLambdaConflictHandlerConfigArgs