EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAddArgs

data class EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAddArgs(val headerName: Output<String>, val headerValue: Output<String>, val replace: Output<Boolean>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAddArgs>

Constructors

constructor(headerName: Output<String>, headerValue: Output<String>, replace: Output<Boolean>? = null)

Properties

Link copied to clipboard
val headerName: Output<String>

The name of the header to add.

Link copied to clipboard
val headerValue: Output<String>

The value of the header to add.

Link copied to clipboard
val replace: Output<Boolean>? = null

Whether to replace all existing headers with the same name.

Functions

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