TableConstraintsPrimaryKeyArgs

data class TableConstraintsPrimaryKeyArgs(val columns: Output<List<String>>? = null) : ConvertibleToJava<TableConstraintsPrimaryKeyArgs>

Optional The primary key of the table.

Constructors

Link copied to clipboard
constructor(columns: Output<List<String>>? = null)

Properties

Link copied to clipboard
val columns: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): TableConstraintsPrimaryKeyArgs