columnsToRemoves

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

Parameters

value

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


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


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

Parameters

values

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