DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs

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

Constructors

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

Properties

Link copied to clipboard
val forward: Output<String>

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
val whitelistedNames: Output<List<String>>? = null

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

Functions

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