You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Value to match in the Server Name Indication TLS extension (SNI) field from an incoming connection made via an SSL/TLS transport layer. This field should be set for routes on TCP Load Balancers.
735
735
*
736
-
* One-of ('matchType'): at most one of 'sni', 'hostHeader' could be set.
736
+
* One-of ('matchType'): at most one of 'sni', 'hostHeader', 'pathBegin' could be set.
737
737
*/
738
738
sni?: string
739
739
/**
740
740
* Value to match in the HTTP Host request header from an incoming request. This field should be set for routes on HTTP Load Balancers.
741
741
*
742
-
* One-of ('matchType'): at most one of 'sni', 'hostHeader' could be set.
742
+
* One-of ('matchType'): at most one of 'sni', 'hostHeader', 'pathBegin' could be set.
743
743
*/
744
744
hostHeader?: string
745
745
/**
746
746
* If true, all subdomains will match.
747
747
*/
748
748
matchSubdomains: boolean
749
+
/**
750
+
* Value to match in the URL beginning path from an incoming request.
751
+
*
752
+
* One-of ('matchType'): at most one of 'sni', 'hostHeader', 'pathBegin' could be set.
0 commit comments