ConnectorPropertiesArgs

data class ConnectorPropertiesArgs(val connectorType: Output<Either<String, Platform>>) : ConvertibleToJava<ConnectorPropertiesArgs>

Details of the Connector.

Constructors

Link copied to clipboard
constructor(connectorType: Output<Either<String, Platform>>)

Properties

Link copied to clipboard
val connectorType: Output<Either<String, Platform>>

connector type

Functions

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