Cache Policy Parameters In Cache Key And Forwarded To Origin Headers Config
data class CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig(val headerBehavior: String? = null, val headers: CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders? = null)
Constructors
Link copied to clipboard
constructor(headerBehavior: String? = null, headers: CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders? = null)
Properties
Link copied to clipboard
Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for header_behavior
are none
and whitelist
.
Link copied to clipboard
Object contains a list of header names. See Items for more information.