pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1.kotlin.inputs
/
PostgresqlColumnArgs
/
PostgresqlColumnArgs
Postgresql
Column
Args
fun
PostgresqlColumnArgs
(
column
:
Output
<
String
>
?
=
null
,
dataType
:
Output
<
String
>
?
=
null
,
length
:
Output
<
Int
>
?
=
null
,
nullable
:
Output
<
Boolean
>
?
=
null
,
ordinalPosition
:
Output
<
Int
>
?
=
null
,
precision
:
Output
<
Int
>
?
=
null
,
primaryKey
:
Output
<
Boolean
>
?
=
null
,
scale
:
Output
<
Int
>
?
=
null
)