excludedColumnNames

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

Parameters

value

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


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


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

Parameters

values

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