Interface ComputeBackendBucketCdnPolicyCacheKeyPolicy

    • Method Detail

      • getIncludeHttpHeaders

        @Stability(Stable)
        @Nullable
        default List<String> getIncludeHttpHeaders()
        Allows HTTP request headers (by name) to be used in the cache key.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#include_http_headers ComputeBackendBucket#include_http_headers}

      • getQueryStringWhitelist

        @Stability(Stable)
        @Nullable
        default List<String> getQueryStringWhitelist()
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#query_string_whitelist ComputeBackendBucket#query_string_whitelist}