primaryKeys

@JvmName(name = "dpuidobfcdsbrdnr")
suspend fun primaryKeys(value: Output<List<String>>)
@JvmName(name = "jabltutgtypmoqsi")
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 = "pbcfcwnxckhyrtfe")
suspend fun primaryKeys(vararg values: Output<String>)


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

Parameters

values

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