HTTPHeaderPatchArgs

data class HTTPHeaderPatchArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<HTTPHeaderPatchArgs>

HTTPHeader describes a custom header to be used in HTTP probes

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

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

The header field value

Functions

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