Show / Hide Table of Contents

Interface IAddApplicationTargetGroupsProps

Properties for adding a new target group to a listener.

Inherited Members
IAddRuleProps.Conditions
IAddRuleProps.HostHeader
IAddRuleProps.PathPattern
IAddRuleProps.PathPatterns
IAddRuleProps.Priority
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

IApplicationTargetGroup[]

Back to top Generated by DocFX