isolationLevel

@JvmName(name = "tgfrukswvhgsfcdr")
suspend fun isolationLevel(value: Output<Any>)
@JvmName(name = "hntvsxajyhhipmpt")
suspend fun isolationLevel(value: Any?)

Parameters

value

Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).