Interface CfnListenerRule.ITargetGroupTupleProperty
Information about how traffic will be distributed between multiple target groups in a forward rule.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ITargetGroupTupleProperty
Syntax (vb)
Public Interface ITargetGroupTupleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
var targetGroupTupleProperty = new TargetGroupTupleProperty {
TargetGroupArn = "targetGroupArn",
Weight = 123
};
Synopsis
Properties
TargetGroupArn | The Amazon Resource Name (ARN) of the target group. |
Weight | The weight. |
Properties
TargetGroupArn
The Amazon Resource Name (ARN) of the target group.
virtual string TargetGroupArn { get; }
Property Value
System.String
Remarks
Weight
The weight.
virtual Nullable<double> Weight { get; }
Property Value
System.Nullable<System.Double>