SyncConfig
Describes a Sync configuration for a resolver.
Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is invoked.
Contents
- conflictDetection
- 
               The Conflict Detection strategy to use. - 
                     VERSION: Detect conflicts based on object versions for this resolver. 
- 
                     NONE: Do not detect conflicts when invoking this resolver. 
 Type: String Valid Values: VERSION | NONERequired: No 
- 
                     
- conflictHandler
- 
               The Conflict Resolution strategy to perform in the event of a conflict. - 
                     OPTIMISTIC_CONCURRENCY: Resolve conflicts by rejecting mutations when versions don't match the latest version at the server. 
- 
                     AUTOMERGE: Resolve conflicts with the Automerge conflict resolution strategy. 
- 
                     LAMBDA: Resolve conflicts with an Amazon Lambda function supplied in the LambdaConflictHandlerConfig.
 Type: String Valid Values: OPTIMISTIC_CONCURRENCY | LAMBDA | AUTOMERGE | NONERequired: No 
- 
                     
- lambdaConflictHandlerConfig
- 
               The LambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.Type: LambdaConflictHandlerConfig object Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: