Class RouteSpec
Inheritance
System.Object
RouteSpec
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 RouteSpec
Fields
View SourceHttpRoute
The HTTP routing information for the route.
Declaration
public readonly RouteSpecHttpRoute HttpRoute
Field Value
| Type | Description |
|---|---|
| RouteSpecHttpRoute |
Priority
The priority for the route, between 0 and 1000.
Routes are matched based on the specified value, where 0 is the highest priority.
Declaration
public readonly int? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TcpRoute
The TCP routing information for the route.
Declaration
public readonly RouteSpecTcpRoute TcpRoute
Field Value
| Type | Description |
|---|---|
| RouteSpecTcpRoute |