TrafficManagerProfileMonitorConfigCustomHeaderArgs

data class TrafficManagerProfileMonitorConfigCustomHeaderArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<TrafficManagerProfileMonitorConfigCustomHeaderArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the custom header.

Link copied to clipboard
val value: Output<String>

The value of custom header. Applicable for HTTP and HTTPS protocol.