primaryKey

@JvmName(name = "eeslkgdfcsfjfpnj")
suspend fun primaryKey(value: Output<TableTableConstraintsPrimaryKeyArgs>)
@JvmName(name = "klfbgaegjogtdpwb")
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 = "xlngxghoifeumagb")
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.