FunctionConfigurationLambdaConflictHandlerConfig

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

The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

Constructors

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.