Class RouteSpecHttpRouteMatchHeaderMatch
Inheritance
System.Object
RouteSpecHttpRouteMatchHeaderMatch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteSpecHttpRouteMatchHeaderMatch
Fields
View SourceExact
The header value sent by the client must match the specified value exactly.
Declaration
public readonly string Exact
Field Value
| Type | Description |
|---|---|
| System.String |
Prefix
Specifies the path with which to match requests. This parameter must always start with /, which by itself matches all requests to the virtual router service name.
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
Range
The object that specifies the range of numbers that the header value sent by the client must be included in.
Declaration
public readonly RouteSpecHttpRouteMatchHeaderMatchRange Range
Field Value
| Type | Description |
|---|---|
| RouteSpecHttpRouteMatchHeaderMatchRange |
Regex
The header value sent by the client must include the specified characters.
Declaration
public readonly string Regex
Field Value
| Type | Description |
|---|---|
| System.String |
Suffix
The header value sent by the client must end with the specified characters.
Declaration
public readonly string Suffix
Field Value
| Type | Description |
|---|---|
| System.String |