LoggingConfigurationFieldToMatchArgs

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

A key-value pair to associate with a resource.

Constructors

Link copied to clipboard
constructor(method: Output<Any>? = null, queryString: Output<Any>? = null, singleHeader: Output<LoggingConfigurationFieldToMatchSingleHeaderPropertiesArgs>? = 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(): LoggingConfigurationFieldToMatchArgs