excludedColumnNames

@JvmName(name = "boltgecngkvavfnd")
suspend fun excludedColumnNames(value: Output<List<String>>)
@JvmName(name = "kxxfnqkniskyqmrt")
suspend fun excludedColumnNames(value: List<String>?)

Parameters

value

Excludes column names. Any column with this name will be excluded.


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


@JvmName(name = "tqggwlknevyxgdsi")
suspend fun excludedColumnNames(values: List<Output<String>>)
@JvmName(name = "vkgloorrqkgvitgn")
suspend fun excludedColumnNames(vararg values: String)

Parameters

values

Excludes column names. Any column with this name will be excluded.