Cache Policy Query Strings Config
data class CachePolicyQueryStringsConfig(val queryStringBehavior: String, val queryStrings: List<String>? = null)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin.