Class RouteSpecHttpRouteMatchHeaderGetArgs
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 RouteSpecHttpRouteMatchHeaderGetArgs : ResourceArgs
Constructors
View SourceRouteSpecHttpRouteMatchHeaderGetArgs()
Declaration
public RouteSpecHttpRouteMatchHeaderGetArgs()
Properties
View SourceInvert
If true, the match is on the opposite of the match method and value. Default is false.
Declaration
public Input<bool> Invert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Match
The method and value to match the header value sent with a request. Specify one match method.
Declaration
public Input<RouteSpecHttpRouteMatchHeaderMatchGetArgs> Match { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RouteSpecHttpRouteMatchHeaderMatchGetArgs> |
Name
A name for the HTTP header in the client request that will be matched on.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |