HybridMonitorSlsTaskSlsProcessConfigFilterFilter

data class HybridMonitorSlsTaskSlsProcessConfigFilterFilter(val operator: String? = null, val slsKeyName: String? = null, val value: String? = null)

Constructors

constructor(operator: String? = null, slsKeyName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operator: String? = null

The method that is used to filter logs imported from Log Service. Valid values: >, >=, =, <=, <, !=, contain, notContain.

Link copied to clipboard
val slsKeyName: String? = null

The name of the key that is used to filter logs imported from Log Service.

Link copied to clipboard
val value: String? = null