excludedColumnNames

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

Parameters

value

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


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


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

Parameters

values

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