Syslog Receiver Args
data class SyslogReceiverArgs(val endpoint: Output<String>, val protocol: Output<Either<String, SyslogProtocol>>? = null) : ConvertibleToJava<SyslogReceiverArgs>
Base receiver using TCP as transport protocol.