types

@JvmName(name = "wicqoqqkwsxntjay")
suspend fun types(value: Output<List<String>>)
@JvmName(name = "mubbwltrgllvkxlw")
suspend fun types(value: List<String>?)

Parameters

value

The types of schema modifications to consider. Defaults to NEW_COLUMNS. Each value may be one of: NEW_COLUMNS, REMOVED_COLUMNS.


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


@JvmName(name = "qmkkrpjpsiufvcne")
suspend fun types(values: List<Output<String>>)
@JvmName(name = "awquusvbrevqpkqq")
suspend fun types(vararg values: String)

Parameters

values

The types of schema modifications to consider. Defaults to NEW_COLUMNS. Each value may be one of: NEW_COLUMNS, REMOVED_COLUMNS.