DistributionCacheBehaviorSettingsForwardedCookiesArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val option: Output<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.

Functions

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