types

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


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