MapperTableArgs

data class MapperTableArgs(val dslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, val name: Output<String>? = null, val schema: Output<List<MapperTableSchemaArgs>>? = null) : ConvertibleToJava<MapperTableArgs>

CDC table details.

Constructors

Link copied to clipboard
constructor(dslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, name: Output<String>? = null, schema: Output<List<MapperTableSchemaArgs>>? = null)

Properties

Link copied to clipboard

List of name/value pairs for connection properties.

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

Name of the table.

Link copied to clipboard
val schema: Output<List<MapperTableSchemaArgs>>? = null

List of columns for the source table.

Functions

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