DistributionCacheBehaviorSettingsForwardedHeadersArgs

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

Constructors

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

Properties

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

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

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

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

Functions

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