Show / Hide Table of Contents

Class RouteSpecGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouteSpecGetArgs
Inherited Members
ResourceArgs.Empty
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 RouteSpecGetArgs : ResourceArgs

Constructors

View Source

RouteSpecGetArgs()

Declaration
public RouteSpecGetArgs()

Properties

View Source

HttpRoute

The HTTP routing information for the route.

Declaration
public Input<RouteSpecHttpRouteGetArgs> HttpRoute { get; set; }
Property Value
Type Description
Input<RouteSpecHttpRouteGetArgs>
View Source

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 Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TcpRoute

The TCP routing information for the route.

Declaration
public Input<RouteSpecTcpRouteGetArgs> TcpRoute { get; set; }
Property Value
Type Description
Input<RouteSpecTcpRouteGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.