Class RouteSpecHttpRouteActionWeightedTargetArgs
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 RouteSpecHttpRouteActionWeightedTargetArgs : ResourceArgs
Constructors
View SourceRouteSpecHttpRouteActionWeightedTargetArgs()
Declaration
public RouteSpecHttpRouteActionWeightedTargetArgs()
Properties
View SourceVirtualNode
The virtual node to associate with the weighted target.
Declaration
public Input<string> VirtualNode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
The relative weight of the weighted target. An integer between 0 and 100.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |