Builder
class Builder
Properties
Link copied to clipboard
The client request headers to match on.
Link copied to clipboard
The client request method to match on. Specify only one.
Link copied to clipboard
The client request path to match on.
Link copied to clipboard
Specifies the path to match requests with. This parameter must always start with /
, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name is my-service.local
and you want the route to match requests to my-service.local/metrics
, your prefix should be /metrics
.
Link copied to clipboard
The client request query parameters to match on.
Link copied to clipboard
The client request scheme to match on. Specify only one. Applicable only for HTTP2 routes.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.appmesh.model.HttpPathMatch inside the given block