primaryKeys

@JvmName(name = "omcmdtmlwleqllhc")
suspend fun primaryKeys(value: Output<List<TablePrimaryKeyArgs>>)
@JvmName(name = "gtndbqgatwqcdqhd")
suspend fun primaryKeys(value: List<TablePrimaryKeyArgs>?)

Parameters

value

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of primary key. The number of primary_key should not be less than one and not be more than four. See primary_key below.


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


@JvmName(name = "ompncwhhltwcgkbe")
suspend fun primaryKeys(values: List<Output<TablePrimaryKeyArgs>>)
@JvmName(name = "scgrhefwmkpkqmwj")
suspend fun primaryKeys(vararg values: TablePrimaryKeyArgs)

Parameters

values

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of primary key. The number of primary_key should not be less than one and not be more than four. See primary_key below.


@JvmName(name = "baeyngiogecatirc")
suspend fun primaryKeys(argument: List<suspend TablePrimaryKeyArgsBuilder.() -> Unit>)
@JvmName(name = "amyqbdkblvfikyms")
suspend fun primaryKeys(vararg argument: suspend TablePrimaryKeyArgsBuilder.() -> Unit)
@JvmName(name = "pllohfwnkthetfjt")
suspend fun primaryKeys(argument: suspend TablePrimaryKeyArgsBuilder.() -> Unit)

Parameters

argument

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of primary key. The number of primary_key should not be less than one and not be more than four. See primary_key below.