primaryKeys

@JvmName(name = "oladrlacllslvfbg")
suspend fun primaryKeys(value: Output<List<String>>)
@JvmName(name = "wibkydvqythftsup")
suspend fun primaryKeys(value: List<String>?)

Parameters

value

A list of primary keys for index, referenced from Table's primary keys or predefined columns.


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


@JvmName(name = "riyvvrriyhideclv")
suspend fun primaryKeys(values: List<Output<String>>)
@JvmName(name = "ucdaxjqbpfnrdtyu")
suspend fun primaryKeys(vararg values: String)

Parameters

values

A list of primary keys for index, referenced from Table's primary keys or predefined columns.