isolationLevel

@JvmName(name = "gyfcmaiwebjmmmkb")
suspend fun isolationLevel(value: Output<Any>)
@JvmName(name = "pnmkdcpjwmpfqegg")
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).