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

constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the query header to inspect.

Functions

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