Backend Bucket Cdn Policy Cache Key Policy Args
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)