BackendBucketCdnPolicyCacheKeyPolicyArgs

data class BackendBucketCdnPolicyCacheKeyPolicyArgs(val includeHttpHeaders: Output<List<String>>? = null, val queryStringWhitelist: Output<List<String>>? = null) : ConvertibleToJava<BackendBucketCdnPolicyCacheKeyPolicyArgs>

Message containing what to include in the cache key for a request for Cloud CDN.

Constructors

Link copied to clipboard
fun BackendBucketCdnPolicyCacheKeyPolicyArgs(includeHttpHeaders: Output<List<String>>? = null, queryStringWhitelist: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BackendBucketCdnPolicyCacheKeyPolicyArgs

Properties

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

Allows HTTP request headers (by name) to be used in the cache key.

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

Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.