types

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


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