Interface NetworkServicesEdgeCacheServiceRoutingPathMatcher
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesEdgeCacheServiceRoutingPathMatcher.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.131Z") @Stability(Stable) public interface NetworkServicesEdgeCacheServiceRoutingPathMatcher extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesEdgeCacheServiceRoutingPathMatcher.BuilderA builder forNetworkServicesEdgeCacheServiceRoutingPathMatcherstatic classNetworkServicesEdgeCacheServiceRoutingPathMatcher.Jsii$ProxyAn implementation forNetworkServicesEdgeCacheServiceRoutingPathMatcher
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkServicesEdgeCacheServiceRoutingPathMatcher.Builderbuilder()default StringgetDescription()A human-readable description of the resource.StringgetName()The name to which this PathMatcher is referred by the HostRule.ObjectgetRouteRule()route_rule block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name to which this PathMatcher is referred by the HostRule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#name NetworkServicesEdgeCacheService#name}
-
getRouteRule
@Stability(Stable) @NotNull Object getRouteRule()
route_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#route_rule NetworkServicesEdgeCacheService#route_rule}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description of the resource.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}
-
builder
@Stability(Stable) static NetworkServicesEdgeCacheServiceRoutingPathMatcher.Builder builder()
-
-