Show / Hide Table of Contents

Class RouteSpecTcpRouteAction

Inheritance
System.Object
RouteSpecTcpRouteAction
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 RouteSpecTcpRouteAction

Fields

View Source

WeightedTargets

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 readonly ImmutableArray<RouteSpecTcpRouteActionWeightedTarget> WeightedTargets
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RouteSpecTcpRouteActionWeightedTarget>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.