columnNames

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

Parameters

value

The list of column names for the table. At least one of `ColumnNames` or `ColumnWildcard` is required.


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


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

Parameters

values

The list of column names for the table. At least one of `ColumnNames` or `ColumnWildcard` is required.