Mapper Connection Reference Args
data class MapperConnectionReferenceArgs(val connectionName: Output<String>? = null, val type: Output<Either<String, ConnectionType>>? = null) : ConvertibleToJava<MapperConnectionReferenceArgs>
Source or target connection reference details.
Constructors
Link copied to clipboard
constructor(connectionName: Output<String>? = null, type: Output<Either<String, ConnectionType>>? = null)