tableNames

@JvmName(name = "qkcfrvvqaffblrdm")
suspend fun tableNames(value: Output<List<String>>)
@JvmName(name = "uavablqbikxplpga")
suspend fun tableNames(value: List<String>?)

Parameters

value

The names of the destination tables in the Tablestore instance. Note: Required while source_type equals OTS_TABLE.


@JvmName(name = "fxbvrvgylqpricft")
suspend fun tableNames(vararg values: Output<String>)


@JvmName(name = "ykesyvqxnmytgqkm")
suspend fun tableNames(values: List<Output<String>>)
@JvmName(name = "yjqgkibwalijjcww")
suspend fun tableNames(vararg values: String)

Parameters

values

The names of the destination tables in the Tablestore instance. Note: Required while source_type equals OTS_TABLE.