CachePolicyHeadersConfig

data class CachePolicyHeadersConfig(val headerBehavior: String, val headers: List<String>? = null)

Constructors

Link copied to clipboard
constructor(headerBehavior: String, headers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin. Valid values are:

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

Contains a list of HTTP header names.