Class ComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_backend_bucket.ComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeBackendBucketCdnPolicyCacheKeyPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeBackendBucketCdnPolicyCacheKeyPolicy
@Stability(Stable) @Internal public static final class ComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeBackendBucketCdnPolicyCacheKeyPolicy
An implementation forComputeBackendBucketCdnPolicyCacheKeyPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_backend_bucket.ComputeBackendBucketCdnPolicyCacheKeyPolicy
ComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder, ComputeBackendBucketCdnPolicyCacheKeyPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getIncludeHttpHeaders()Allows HTTP request headers (by name) to be used in the cache key.List<String>getQueryStringWhitelist()Names of query string parameters to include in cache keys.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeBackendBucketCdnPolicyCacheKeyPolicy.Builder.
-
-
Method Detail
-
getIncludeHttpHeaders
public final List<String> getIncludeHttpHeaders()
Description copied from interface:ComputeBackendBucketCdnPolicyCacheKeyPolicyAllows 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}
- Specified by:
getIncludeHttpHeadersin interfaceComputeBackendBucketCdnPolicyCacheKeyPolicy
-
getQueryStringWhitelist
public final List<String> getQueryStringWhitelist()
Description copied from interface:ComputeBackendBucketCdnPolicyCacheKeyPolicyNames 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}
- Specified by:
getQueryStringWhitelistin interfaceComputeBackendBucketCdnPolicyCacheKeyPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-