customDatatypes

@JvmName(name = "gmonsxvxkaqetvrj")
suspend fun customDatatypes(value: Output<List<String>>)
@JvmName(name = "wiuirxfnfrdcreql")
suspend fun customDatatypes(value: List<String>?)

Parameters

value

A list of supported custom datatypes. Valid values are BINARY, BOOLEAN, DATE, DECIMAL, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIMESTAMP.


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


@JvmName(name = "klkmrupacfcsbvgh")
suspend fun customDatatypes(values: List<Output<String>>)
@JvmName(name = "cxrqrjelkrqnqlda")
suspend fun customDatatypes(vararg values: String)

Parameters

values

A list of supported custom datatypes. Valid values are BINARY, BOOLEAN, DATE, DECIMAL, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIMESTAMP.