Receiver Args
data class ReceiverArgs(val name: Output<String>, val otlp: Output<OtlpReceiverArgs>? = null, val syslog: Output<SyslogReceiverArgs>? = null, val type: Output<Either<String, ReceiverType>>, val udp: Output<UdpReceiverArgs>? = null) : ConvertibleToJava<ReceiverArgs>
Receiver Info.
Constructors
Link copied to clipboard
constructor(name: Output<String>, otlp: Output<OtlpReceiverArgs>? = null, syslog: Output<SyslogReceiverArgs>? = null, type: Output<Either<String, ReceiverType>>, udp: Output<UdpReceiverArgs>? = null)
Properties
Link copied to clipboard
OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
Link copied to clipboard
Syslog configurations. This field is mandatory for syslog type receivers.
Link copied to clipboard
The type of receiver.
Link copied to clipboard
UDP receiver configurations. This field is mandatory for UDP receivers.