types

@JvmName(name = "yefdclrxcqbubfqh")
suspend fun types(value: Output<List<String>>)
@JvmName(name = "fuqrsdfmhtgkuxbh")
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 = "ssggwypyxbfhprna")
suspend fun types(vararg values: Output<String>)


@JvmName(name = "owuynytwdqqsoaam")
suspend fun types(values: List<Output<String>>)
@JvmName(name = "ewyelrcfqnyxmtjd")
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.