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