excludedColumnNames

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

Parameters

value

(Optional) Excludes column names. Any column with this name will be excluded.


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


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

Parameters

values

(Optional) Excludes column names. Any column with this name will be excluded.