MapperTableSchemaArgs

data class MapperTableSchemaArgs(val dataType: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<MapperTableSchemaArgs>

Schema of a CDC table in terms of column names and their corresponding data types.

Constructors

Link copied to clipboard
constructor(dataType: Output<String>? = null, name: Output<String>? = null)

Properties

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

Data type of the column.

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

Name of the column.

Functions

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