Cache Policy Query Strings Config Args
data class CachePolicyQueryStringsConfigArgs(val queryStringBehavior: Output<String>, val queryStrings: Output<List<String>>? = null) : ConvertibleToJava<CachePolicyQueryStringsConfigArgs>
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.