LoggingConfigurationFieldToMatchSingleHeaderPropertiesArgs

data class LoggingConfigurationFieldToMatchSingleHeaderPropertiesArgs(val name: Output<String>) : ConvertibleToJava<LoggingConfigurationFieldToMatchSingleHeaderPropertiesArgs>

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

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the query header to inspect.