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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_conflict_handler_arnString

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

Returns:

  • (String)


3063
3064
3065
3066
3067
# File 'lib/aws-sdk-appsync/types.rb', line 3063

class LambdaConflictHandlerConfig < Struct.new(
  :lambda_conflict_handler_arn)
  SENSITIVE = []
  include Aws::Structure
end