Syslog Data Source Args
data class SyslogDataSourceArgs(val facilityNames: Output<List<Either<String, KnownSyslogDataSourceFacilityNames>>>? = null, val logLevels: Output<List<Either<String, KnownSyslogDataSourceLogLevels>>>? = null, val name: Output<String>? = null, val streams: Output<List<Either<String, KnownSyslogDataSourceStreams>>>? = null) : ConvertibleToJava<SyslogDataSourceArgs>
Definition of which syslog data will be collected and how it will be collected. Only collected from Linux machines.
Constructors
Link copied to clipboard
fun SyslogDataSourceArgs(facilityNames: Output<List<Either<String, KnownSyslogDataSourceFacilityNames>>>? = null, logLevels: Output<List<Either<String, KnownSyslogDataSourceLogLevels>>>? = null, name: Output<String>? = null, streams: Output<List<Either<String, KnownSyslogDataSourceStreams>>>? = null)