AWSElasticLoadBalancingTargetGroupTuple

Objective-C

@interface AWSElasticLoadBalancingTargetGroupTuple

Swift

class AWSElasticLoadBalancingTargetGroupTuple

Information about how traffic will be distributed between multiple target groups in a forward rule.

  • The Amazon Resource Name (ARN) of the target group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable targetGroupArn;

    Swift

    var targetGroupArn: String? { get set }
  • The weight. The range is 0 to 999.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable weight;

    Swift

    var weight: NSNumber? { get set }