Class RouteSpecHttpRouteMatchHeaderMatchArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteSpecHttpRouteMatchHeaderMatchArgs : ResourceArgs
Constructors
View SourceRouteSpecHttpRouteMatchHeaderMatchArgs()
Declaration
public RouteSpecHttpRouteMatchHeaderMatchArgs()
Properties
View SourceExact
The header value sent by the client must match the specified value exactly.
Declaration
public Input<string> Exact { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<RouteSpecHttpRouteMatchHeaderMatchRangeArgs> Range { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RouteSpecHttpRouteMatchHeaderMatchRangeArgs> |
Regex
The header value sent by the client must include the specified characters.
Declaration
public Input<string> Regex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Suffix
The header value sent by the client must end with the specified characters.
Declaration
public Input<string> Suffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |