columnNames

@JvmName(name = "pgfpyuwcuufuixly")
suspend fun columnNames(value: Output<List<String>>)
@JvmName(name = "sdhrrfiyvdfcxdpf")
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 = "mryglaeyngnhplxn")
suspend fun columnNames(vararg values: Output<String>)


@JvmName(name = "egxxsdkcfwrvcdqk")
suspend fun columnNames(values: List<Output<String>>)
@JvmName(name = "mmgqepgltrmrtito")
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.