Interface NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.132Z") @Stability(Stable) public interface NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule.Builderstatic classNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule.Jsii$ProxyAn implementation forNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule.Builderbuilder()default StringgetDescription()A human-readable description of the routeRule.default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActiongetHeaderAction()header_action block.ObjectgetMatchRule()match_rule block.default StringgetOrigin()The Origin resource that requests to this route should fetch from when a matching response is not in cache.StringgetPriority()The priority of this route rule, where 1 is the highest priority.default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActiongetRouteAction()route_action block.default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirectgetUrlRedirect()url_redirect block.
-
-
-
Method Detail
-
getMatchRule
@Stability(Stable) @NotNull Object getMatchRule()
match_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#match_rule NetworkServicesEdgeCacheService#match_rule}
-
getPriority
@Stability(Stable) @NotNull String getPriority()
The priority of this route rule, where 1 is the highest priority.You cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number between 1 and 999 inclusive. Priority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#priority NetworkServicesEdgeCacheService#priority}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description of the routeRule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#description NetworkServicesEdgeCacheService#description}
-
getHeaderAction
@Stability(Stable) @Nullable default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction getHeaderAction()
header_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#header_action NetworkServicesEdgeCacheService#header_action}
-
getOrigin
@Stability(Stable) @Nullable default String getOrigin()
The Origin resource that requests to this route should fetch from when a matching response is not in cache.Origins can be defined as short names ("my-origin") or fully-qualified resource URLs - e.g. "networkservices.googleapis.com/projects/my-project/global/edgecacheorigins/my-origin" Only one of origin or urlRedirect can be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#origin NetworkServicesEdgeCacheService#origin}
-
getRouteAction
@Stability(Stable) @Nullable default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteAction getRouteAction()
route_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#route_action NetworkServicesEdgeCacheService#route_action}
-
getUrlRedirect
@Stability(Stable) @Nullable default NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirect getUrlRedirect()
url_redirect block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#url_redirect NetworkServicesEdgeCacheService#url_redirect}
-
builder
@Stability(Stable) static NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRule.Builder builder()
-
-