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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3063

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