FolderSinkExclusion

data class FolderSinkExclusion(val description: String? = null, val disabled: Boolean? = null, val filter: String, val name: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, disabled: Boolean? = null, filter: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of this exclusion.

Link copied to clipboard
val disabled: Boolean? = null

If set to True, then this exclusion is disabled and it does not exclude any log entries.

Link copied to clipboard

An advanced logs filter that matches the log entries to be excluded. By using the sample function, you can exclude less than 100% of the matching log entries. See Advanced Log Filters for information on how to write a filter.

Link copied to clipboard

A client-assigned identifier, such as load-balancer-exclusion. Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.