Interface IAddApplicationTargetGroupsProps
Properties for adding a new target group to a listener.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IAddApplicationTargetGroupsProps : IAddRuleProps
Syntax (vb)
Public Interface IAddApplicationTargetGroupsProps
Inherits IAddRuleProps
Synopsis
Properties
TargetGroups | Target groups to forward requests to. |
Properties
TargetGroups
Target groups to forward requests to.
IApplicationTargetGroup[] TargetGroups { get; }
Property Value