Class RouteSpecHttpRouteActionArgs
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 RouteSpecHttpRouteActionArgs : ResourceArgs
Constructors
View SourceRouteSpecHttpRouteActionArgs()
Declaration
public RouteSpecHttpRouteActionArgs()
Properties
View SourceWeightedTargets
The targets that traffic is routed to when a request matches the route. You can specify one or more targets and their relative weights with which to distribute traffic.
Declaration
public InputList<RouteSpecHttpRouteActionWeightedTargetArgs> WeightedTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RouteSpecHttpRouteActionWeightedTargetArgs> |