columns

@JvmName(name = "oobpsvdceabiyjcn")
suspend fun columns(value: Output<List<String>>)
@JvmName(name = "crchnyaaavhximdc")
suspend fun columns(value: List<String>)

Parameters

value

The columns that are composed of the primary key constraint.


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


@JvmName(name = "togctwjnqtbmesmc")
suspend fun columns(values: List<Output<String>>)
@JvmName(name = "kqxiyednnfjiehjs")
suspend fun columns(vararg values: String)

Parameters

values

The columns that are composed of the primary key constraint.