EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs

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

Constructors

constructor(action: Output<String>, name: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<String>

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Link copied to clipboard
val name: Output<String>

The header name.

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

The value of the header. Only needed when action is set to Append or overwrite.

Functions

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