Resolver Sync Config Args
data class ResolverSyncConfigArgs(val conflictDetection: Output<String>, val conflictHandler: Output<String>? = null, val lambdaConflictHandlerConfig: Output<ResolverLambdaConflictHandlerConfigArgs>? = null) : ConvertibleToJava<ResolverSyncConfigArgs>
Describes a Sync configuration for a resolver. Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is invoked.
Constructors
Link copied to clipboard
constructor(conflictDetection: Output<String>, conflictHandler: Output<String>? = null, lambdaConflictHandlerConfig: Output<ResolverLambdaConflictHandlerConfigArgs>? = null)