Class RouteSpecHttpRouteMatchArgs
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 RouteSpecHttpRouteMatchArgs : ResourceArgs
Constructors
View SourceRouteSpecHttpRouteMatchArgs()
Declaration
public RouteSpecHttpRouteMatchArgs()
Properties
View SourceHeaders
The client request headers to match on.
Declaration
public InputList<RouteSpecHttpRouteMatchHeaderArgs> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RouteSpecHttpRouteMatchHeaderArgs> |
Method
The client request header method to match on. Valid values: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH.
Declaration
public Input<string> Method { 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> |
Scheme
The client request header scheme to match on. Valid values: http, https.
Declaration
public Input<string> Scheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |