disableTypeInference

@JvmName(name = "skwxikcimltkmxnm")
suspend fun disableTypeInference(value: Output<Boolean>)
@JvmName(name = "uaavbnptsvqhojou")
suspend fun disableTypeInference(value: Boolean?)

Parameters

value

Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).