LoggingConfigurationFieldToMatch

data class LoggingConfigurationFieldToMatch(val method: Any? = null, val queryString: Any? = null, val singleHeader: LoggingConfigurationFieldToMatchSingleHeaderProperties? = null, val uriPath: Any? = null)

A key-value pair to associate with a resource.

Constructors

Link copied to clipboard
constructor(method: Any? = null, queryString: Any? = null, singleHeader: LoggingConfigurationFieldToMatchSingleHeaderProperties? = null, uriPath: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val method: Any? = null

Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.

Link copied to clipboard
val queryString: Any? = null

Inspect the query string. This is the part of a URL that appears after a ? character, if any.

Link copied to clipboard

Inspect a single header. Provide the name of the header to inspect, for example, User-Agent or Referer. This setting isn't case sensitive.

Link copied to clipboard
val uriPath: Any? = null

Inspect the request URI path. This is the part of a web request that identifies a resource, for example, /images/daily-ad.jpg.