DistributionOrderedCacheBehaviorForwardedValuesCookies

data class DistributionOrderedCacheBehaviorForwardedValuesCookies(val forward: String, val whitelistedNames: List<String>? = null)

Constructors

constructor(forward: String, whitelistedNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If whitelist, you must include the subsequent whitelisted_names.

Link copied to clipboard

If you have specified whitelist to forward, the whitelisted cookies that you want CloudFront to forward to your origin.