You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::LambdaConflictHandlerConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LambdaConflictHandlerConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  lambda_conflict_handler_arn: "String",
}

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_conflict_handler_arnString

The Arn for the Lambda function to use as the Conflict Handler.

Returns:

  • (String)

    The Arn for the Lambda function to use as the Conflict Handler.