HTTPHeader Patch Args
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
HTTPHeader describes a custom header to be used in HTTP probes