BackendBucketCdnPolicyCacheKeyPolicyArgs

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

Constructors

Link copied to clipboard
constructor(includeHttpHeaders: Output<List<String>>? = null, queryStringWhitelists: Output<List<String>>? = null)

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 queryStringWhitelists: 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.

Functions

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