DistributionCacheBehaviorSettingsForwardedCookies

data class DistributionCacheBehaviorSettingsForwardedCookies(val cookiesAllowLists: List<String>? = null, val option: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val option: String? = null

Specifies which cookies to forward to the distribution's origin for a cache behavior: all, none, or allow-list to forward only the cookies specified in the cookiesAllowList parameter.