Show / Hide Table of Contents

Class WeightedTargetGroup

A Target Group and weight combination.

Inheritance
System.Object
WeightedTargetGroup
Implements
IWeightedTargetGroup
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class WeightedTargetGroup : Object, IWeightedTargetGroup
Syntax (vb)
Public Class WeightedTargetGroup
    Inherits Object
    Implements IWeightedTargetGroup

Synopsis

Constructors

WeightedTargetGroup()

Properties

TargetGroup

The target group.

Weight

The target group's weight.

Constructors

WeightedTargetGroup()

public WeightedTargetGroup()

Properties

TargetGroup

The target group.

public IApplicationTargetGroup TargetGroup { get; set; }
Property Value

IApplicationTargetGroup

Weight

The target group's weight.

public Nullable<double> Weight { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Range is [0..1000).

Default: 1

Implements

IWeightedTargetGroup
Back to top Generated by DocFX