FunctionConfigurationLambdaConflictHandlerConfigArgs

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

The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

Constructors

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(): FunctionConfigurationLambdaConflictHandlerConfigArgs