OracleTableArgs

data class OracleTableArgs(val oracleColumns: Output<List<OracleColumnArgs>>? = null, val table: Output<String>? = null) : ConvertibleToJava<OracleTableArgs>

Oracle table.

Constructors

Link copied to clipboard
constructor(oracleColumns: Output<List<OracleColumnArgs>>? = null, table: Output<String>? = null)

Properties

Link copied to clipboard
val oracleColumns: Output<List<OracleColumnArgs>>? = null

Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Link copied to clipboard
val table: Output<String>? = null

Table name.

Functions

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