Class: Aws::AppSync::Types::LambdaConflictHandlerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::LambdaConflictHandlerConfig
- 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
-
#lambda_conflict_handler_arn ⇒ String
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
Instance Attribute Details
#lambda_conflict_handler_arn ⇒ String
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
3521 3522 3523 3524 3525 |
# File 'lib/aws-sdk-appsync/types.rb', line 3521 class LambdaConflictHandlerConfig < Struct.new( :lambda_conflict_handler_arn) SENSITIVE = [] include Aws::Structure end |