toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigquery.kotlin.inputs
/
TableTableConstraintsPrimaryKeyArgs
Table
Table
Constraints
Primary
Key
Args
data
class
TableTableConstraintsPrimaryKeyArgs
(
val
columns
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
TableTableConstraintsPrimaryKeyArgs
>
Members
Constructors
Table
Table
Constraints
Primary
Key
Args
Link copied to clipboard
constructor
(
columns
:
Output
<
List
<
String
>
>
)
Properties
columns
Link copied to clipboard
val
columns
:
Output
<
List
<
String
>
>
The columns that are composed of the primary key constraint.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableTableConstraintsPrimaryKeyArgs