Class ComputeBackendServiceCdnPolicyCacheKeyPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceCdnPolicyCacheKeyPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeBackendServiceCdnPolicyCacheKeyPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeBackendServiceCdnPolicyCacheKeyPolicy
@Stability(Stable) @Internal public static final class ComputeBackendServiceCdnPolicyCacheKeyPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeBackendServiceCdnPolicyCacheKeyPolicy
An implementation forComputeBackendServiceCdnPolicyCacheKeyPolicy
-
-
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_service.ComputeBackendServiceCdnPolicyCacheKeyPolicy
ComputeBackendServiceCdnPolicyCacheKeyPolicy.Builder, ComputeBackendServiceCdnPolicyCacheKeyPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeBackendServiceCdnPolicyCacheKeyPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceCdnPolicyCacheKeyPolicy.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)ObjectgetIncludeHost()If true requests to different hosts will be cached separately.List<String>getIncludeHttpHeaders()Allows HTTP request headers (by name) to be used in the cache key.List<String>getIncludeNamedCookies()Names of cookies to include in cache keys.ObjectgetIncludeProtocol()If true, http and https requests will be cached separately.ObjectgetIncludeQueryString()If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist.List<String>getQueryStringBlacklist()Names of query string parameters to exclude in cache keys.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(ComputeBackendServiceCdnPolicyCacheKeyPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeBackendServiceCdnPolicyCacheKeyPolicy.Builder.
-
-
Method Detail
-
getIncludeHost
public final Object getIncludeHost()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyIf true requests to different hosts will be cached separately.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#include_host ComputeBackendService#include_host}
- Specified by:
getIncludeHostin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getIncludeHttpHeaders
public final List<String> getIncludeHttpHeaders()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyAllows 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_service#include_http_headers ComputeBackendService#include_http_headers}
- Specified by:
getIncludeHttpHeadersin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getIncludeNamedCookies
public final List<String> getIncludeNamedCookies()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyNames of cookies to include in cache keys.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#include_named_cookies ComputeBackendService#include_named_cookies}
- Specified by:
getIncludeNamedCookiesin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getIncludeProtocol
public final Object getIncludeProtocol()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyIf true, http and https requests will be cached separately.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#include_protocol ComputeBackendService#include_protocol}
- Specified by:
getIncludeProtocolin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getIncludeQueryString
public final Object getIncludeQueryString()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyIf true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist.If neither is set, the entire query string will be included. If false, the query string will be excluded from the cache key entirely. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#include_query_string ComputeBackendService#include_query_string}
- Specified by:
getIncludeQueryStringin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getQueryStringBlacklist
public final List<String> getQueryStringBlacklist()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyNames of query string parameters to exclude in cache keys.All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' 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_service#query_string_blacklist ComputeBackendService#query_string_blacklist}
- Specified by:
getQueryStringBlacklistin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
getQueryStringWhitelist
public final List<String> getQueryStringWhitelist()
Description copied from interface:ComputeBackendServiceCdnPolicyCacheKeyPolicyNames of query string parameters to include in cache keys.All other parameters will be excluded. Either specify query_string_whitelist or query_string_blacklist, not both. '&' 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_service#query_string_whitelist ComputeBackendService#query_string_whitelist}
- Specified by:
getQueryStringWhitelistin interfaceComputeBackendServiceCdnPolicyCacheKeyPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-