LoggingConfigurationFieldToMatch

data class LoggingConfigurationFieldToMatch(val jsonBody: LoggingConfigurationFieldToMatchJsonBodyProperties? = null, 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
fun LoggingConfigurationFieldToMatch(jsonBody: LoggingConfigurationFieldToMatchJsonBodyProperties? = null, method: Any? = null, queryString: Any? = null, singleHeader: LoggingConfigurationFieldToMatchSingleHeaderProperties? = null, uriPath: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.

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.