FieldToMatchArgs

data class FieldToMatchArgs(val method: Output<Any>? = null, val queryString: Output<Any>? = null, val singleHeader: Output<SingleHeaderModelPropertiesArgs>? = null, val uriPath: Output<Any>? = null) : ConvertibleToJava<FieldToMatchArgs>

Definition of FieldToMatch

Constructors

Link copied to clipboard
constructor(method: Output<Any>? = null, queryString: Output<Any>? = null, singleHeader: Output<SingleHeaderModelPropertiesArgs>? = null, uriPath: Output<Any>? = null)

Properties

Link copied to clipboard
val method: Output<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: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): FieldToMatchArgs