DistributionCacheBehaviorSettingsForwardedHeaders

data class DistributionCacheBehaviorSettingsForwardedHeaders(val headersAllowLists: List<String>? = null, val option: String? = null)

Constructors

constructor(headersAllowLists: List<String>? = null, option: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specific headers to forward to your distribution's origin.

Link copied to clipboard
val option: String? = null

The headers that you want your distribution to forward to your origin and base caching on.