columnsToRemove

@JvmName(name = "kapwkhrhnkdwuryc")
suspend fun columnsToRemove(value: Output<List<String>>)
@JvmName(name = "bjeqkplhxpkixemk")
suspend fun columnsToRemove(value: List<String>?)

Parameters

value

If specified, each item in the array is the name of a column to remove (if present) from output event entities.


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


@JvmName(name = "ardsfvurefhfphfu")
suspend fun columnsToRemove(values: List<Output<String>>)
@JvmName(name = "nrllgukldcjddcqd")
suspend fun columnsToRemove(vararg values: String)

Parameters

values

If specified, each item in the array is the name of a column to remove (if present) from output event entities.