primaryKey

@JvmName(name = "lepjlgyyjcoxberg")
suspend fun primaryKey(value: Output<TableTableConstraintsPrimaryKeyArgs>)
@JvmName(name = "gopknndklnakcaqp")
suspend fun primaryKey(value: TableTableConstraintsPrimaryKeyArgs?)

Parameters

value

Represents the primary key constraint on a table's columns. Present only if the table has a primary key. The primary key is not enforced. Structure is documented below.


@JvmName(name = "tnksrtmmlvtocdtu")
suspend fun primaryKey(argument: suspend TableTableConstraintsPrimaryKeyArgsBuilder.() -> Unit)

Parameters

argument

Represents the primary key constraint on a table's columns. Present only if the table has a primary key. The primary key is not enforced. Structure is documented below.