Interface CfnListenerRule.ITargetGroupTupleProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ITargetGroupTupleProperty
Syntax (vb)
Public Interface ITargetGroupTupleProperty
Remarks
Synopsis
Properties
TargetGroupArn |
|
Weight |
|
Properties
TargetGroupArn
CfnListenerRule.TargetGroupTupleProperty.TargetGroupArn
.
virtual string TargetGroupArn { get; }
Property Value
System.String
Remarks
Weight
CfnListenerRule.TargetGroupTupleProperty.Weight
.
virtual Nullable<double> Weight { get; }
Property Value
System.Nullable<System.Double>