Distribution Ordered Cache Behavior Forwarded Values Args
data class DistributionOrderedCacheBehaviorForwardedValuesArgs(val cookies: Output<DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs>, val headers: Output<List<String>>? = null, val queryString: Output<Boolean>, val queryStringCacheKeys: Output<List<String>>? = null) : ConvertibleToJava<DistributionOrderedCacheBehaviorForwardedValuesArgs>
Properties
Link copied to clipboard
The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).
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.