Interface ComputeBackendBucketCdnPolicyCacheKeyPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.299Z") @Stability(Stable) public interface ComputeBackendBucketCdnPolicyCacheKeyPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeBackendBucketCdnPolicyCacheKeyPolicy.BuilderA builder forComputeBackendBucketCdnPolicyCacheKeyPolicystatic classComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$ProxyAn implementation forComputeBackendBucketCdnPolicyCacheKeyPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeBackendBucketCdnPolicyCacheKeyPolicy.Builderbuilder()default List<String>getIncludeHttpHeaders()Allows HTTP request headers (by name) to be used in the cache key.default List<String>getQueryStringWhitelist()Names of query string parameters to include in cache keys.
-
-
-
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}
-
builder
@Stability(Stable) static ComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder builder()
-
-