TableConstraintsArgs

data class TableConstraintsArgs(val foreignKeys: Output<List<TableConstraintsForeignKeysItemArgs>>? = null, val primaryKey: Output<TableConstraintsPrimaryKeyArgs>? = null) : ConvertibleToJava<TableConstraintsArgs>

Constructors

Link copied to clipboard
constructor(foreignKeys: Output<List<TableConstraintsForeignKeysItemArgs>>? = null, primaryKey: Output<TableConstraintsPrimaryKeyArgs>? = null)

Properties

Link copied to clipboard

Optional The foreign keys of the tables.

Link copied to clipboard

Optional The primary key of the table.

Functions

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