columnNames

@JvmName(name = "hsrtkcsbfuvhgwko")
suspend fun columnNames(value: Output<List<String>>)
@JvmName(name = "eldcdspyentrsjpp")
suspend fun columnNames(value: List<String>?)

Parameters

value

List of column names for the table. At least one of ColumnNames or ColumnWildcard is required.


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


@JvmName(name = "oinmmhflfyaqbqwc")
suspend fun columnNames(values: List<Output<String>>)
@JvmName(name = "oguwmvlbuaaeskhx")
suspend fun columnNames(vararg values: String)

Parameters

values

List of column names for the table. At least one of ColumnNames or ColumnWildcard is required.