Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_services_edge_cache_service.NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
@Stability(Stable) @Internal public static final class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
An implementation forNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
-
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.network_services_edge_cache_service.NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Builder, NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.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)StringgetFullPathMatch()For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.ObjectgetHeaderMatch()header_match block.ObjectgetIgnoreCase()Specifies that prefixMatch and fullPathMatch matches are case sensitive.StringgetPathTemplateMatch()For satisfying the matchRule condition, the path of the request must match the wildcard pattern specified in pathTemplateMatch after removing any query parameters and anchor that may be part of the original URL.StringgetPrefixMatch()For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.ObjectgetQueryParameterMatch()query_parameter_match block.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(NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule.Builder.
-
-
Method Detail
-
getFullPathMatch
public final String getFullPathMatch()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleFor satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#full_path_match NetworkServicesEdgeCacheService#full_path_match}
- Specified by:
getFullPathMatchin interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
getHeaderMatch
public final Object getHeaderMatch()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleheader_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#header_match NetworkServicesEdgeCacheService#header_match}
- Specified by:
getHeaderMatchin interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
getIgnoreCase
public final Object getIgnoreCase()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleSpecifies that prefixMatch and fullPathMatch matches are case sensitive.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#ignore_case NetworkServicesEdgeCacheService#ignore_case}
- Specified by:
getIgnoreCasein interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
getPathTemplateMatch
public final String getPathTemplateMatch()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleFor satisfying the matchRule condition, the path of the request must match the wildcard pattern specified in pathTemplateMatch after removing any query parameters and anchor that may be part of the original URL.pathTemplateMatch must be between 1 and 255 characters (inclusive). The pattern specified by pathTemplateMatch may have at most 5 wildcard operators and at most 5 variable captures in total. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#path_template_match NetworkServicesEdgeCacheService#path_template_match}
- Specified by:
getPathTemplateMatchin interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
getPrefixMatch
public final String getPrefixMatch()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleFor satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.prefixMatch must begin with a /. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#prefix_match NetworkServicesEdgeCacheService#prefix_match}
- Specified by:
getPrefixMatchin interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
getQueryParameterMatch
public final Object getQueryParameterMatch()
Description copied from interface:NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRulequery_parameter_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#query_parameter_match NetworkServicesEdgeCacheService#query_parameter_match}
- Specified by:
getQueryParameterMatchin interfaceNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-