columnsToRemoves

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

Parameters

value

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


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


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

Parameters

values

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