EdgeCacheOriginOriginOverrideActionHeaderActionRequestHeadersToAddArgs

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

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. By default, added header values are appended to the response or request headers with the same field names. The added values are separated by commas. To overwrite existing values, set replace to true.

Functions

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