SyslogReceiverArgs

data class SyslogReceiverArgs(val endpoint: Output<String>, val protocol: Output<Either<String, SyslogProtocol>>? = null) : ConvertibleToJava<SyslogReceiverArgs>

Base receiver using TCP as transport protocol.

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>, protocol: Output<Either<String, SyslogProtocol>>? = null)

Properties

Link copied to clipboard
val endpoint: Output<String>

Syslog receiver endpoint definition. Example: 0.0.0.0:.

Link copied to clipboard
val protocol: Output<Either<String, SyslogProtocol>>? = null

Protocol to parse syslog messages. Default rfc3164

Functions

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