customDatatypes

@JvmName(name = "yrjfeepqithlqaow")
suspend fun customDatatypes(value: Output<List<String>>)
@JvmName(name = "iflnkrjgdtexaday")
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 = "ubbvdwenndkacapt")
suspend fun customDatatypes(vararg values: Output<String>)


@JvmName(name = "npvgypjjnxwtjlsb")
suspend fun customDatatypes(values: List<Output<String>>)
@JvmName(name = "ttwaqwrfavtdbvuf")
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.