RequestLoggingArgs

data class RequestLoggingArgs(val captureHeaders: Output<List<String>>? = null) : ConvertibleToJava<RequestLoggingArgs>

Constructors

Link copied to clipboard
constructor(captureHeaders: Output<List<String>>? = null)

Properties

Link copied to clipboard
val captureHeaders: Output<List<String>>? = null

For payload logging, we only collect payload by default. If customers also want to collect the specified headers, they can set them in captureHeaders so that backend will collect those headers along with payload.

Functions

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