tables

@JvmName(name = "duthhvcdpijbsnvb")
suspend fun tables(value: Output<List<String>>)
@JvmName(name = "utycnhiqddxhaevc")
suspend fun tables(value: List<String>)

Parameters

value

A list of catalog tables to be synchronized.


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


@JvmName(name = "ssbjfkwbirmdrrme")
suspend fun tables(values: List<Output<String>>)
@JvmName(name = "mmdwuraixywexjbe")
suspend fun tables(vararg values: String)

Parameters

values

A list of catalog tables to be synchronized.