toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.datastream.kotlin.outputs
/
StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn
/
StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn
Stream
Source
Config
Postgresql
Source
Config
Include
Objects
Postgresql
Schema
Postgresql
Table
Postgresql
Column
constructor
(
column
:
String
?
=
null
,
dataType
:
String
?
=
null
,
length
:
Int
?
=
null
,
nullable
:
Boolean
?
=
null
,
ordinalPosition
:
Int
?
=
null
,
precision
:
Int
?
=
null
,
primaryKey
:
Boolean
?
=
null
,
scale
:
Int
?
=
null
)