Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-targetgrouptuple.html

Synopsis

Properties

TargetGroupArn

CfnListenerRule.TargetGroupTupleProperty.TargetGroupArn.

Weight

CfnListenerRule.TargetGroupTupleProperty.Weight.

Properties

TargetGroupArn

CfnListenerRule.TargetGroupTupleProperty.TargetGroupArn.

virtual string TargetGroupArn { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-targetgrouptuple.html#cfn-elasticloadbalancingv2-listenerrule-targetgrouptuple-targetgrouparn

Weight

CfnListenerRule.TargetGroupTupleProperty.Weight.

virtual Nullable<double> Weight { get; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-targetgrouptuple.html#cfn-elasticloadbalancingv2-listenerrule-targetgrouptuple-weight

Back to top Generated by DocFX