columnsToRemoves

@JvmName(name = "rtfhgfbrpejvlagm")
suspend fun columnsToRemoves(value: Output<List<String>>)
@JvmName(name = "darnpmenninvidcc")
suspend fun columnsToRemoves(value: List<String>?)

Parameters

value

A list of the column names to be removed from output event entities.


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


@JvmName(name = "hhchpwvrspcubpea")
suspend fun columnsToRemoves(values: List<Output<String>>)
@JvmName(name = "mqherfuwgqehdkre")
suspend fun columnsToRemoves(vararg values: String)

Parameters

values

A list of the column names to be removed from output event entities.