toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1.kotlin.inputs
/
OracleSchemaArgs
Oracle
Schema
Args
data
class
OracleSchemaArgs
(
val
oracleTables
:
Output
<
List
<
OracleTableArgs
>
>
?
=
null
,
val
schema
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
OracleSchemaArgs
>
Oracle schema.
Members
Constructors
Oracle
Schema
Args
Link copied to clipboard
constructor
(
oracleTables
:
Output
<
List
<
OracleTableArgs
>
>
?
=
null
,
schema
:
Output
<
String
>
?
=
null
)
Properties
oracle
Tables
Link copied to clipboard
val
oracleTables
:
Output
<
List
<
OracleTableArgs
>
>
?
=
null
Tables in the schema.
schema
Link copied to clipboard
val
schema
:
Output
<
String
>
?
=
null
Schema name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
OracleSchemaArgs