DistributionOrderedCacheBehaviorForwardedValues

data class DistributionOrderedCacheBehaviorForwardedValues(val cookies: DistributionOrderedCacheBehaviorForwardedValuesCookies, val headers: List<String>? = null, val queryString: Boolean, val queryStringCacheKeys: List<String>? = null)

Constructors

constructor(cookies: DistributionOrderedCacheBehaviorForwardedValuesCookies, headers: List<String>? = null, queryString: Boolean, queryStringCacheKeys: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).

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

Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify * to include all headers.

Link copied to clipboard

Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.

Link copied to clipboard

When specified, along with a value of true for query_string, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of true for query_string, all query string keys are cached.