TrafficManagerNestedEndpointCustomHeaderArgs

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

Constructors

constructor(name: Output<String>, value: Output<String>)

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.

Functions

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