MapperDslConnectorPropertiesArgs

data class MapperDslConnectorPropertiesArgs(val name: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<MapperDslConnectorPropertiesArgs>

Connector properties of a CDC table in terms of name / value pairs.

Constructors

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

Properties

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

Name of the property.

Link copied to clipboard
val value: Output<Any>? = null

Value of the property.

Functions

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