AWSElasticLoadBalancingTargetGroupStickinessConfig

Objective-C

@interface AWSElasticLoadBalancingTargetGroupStickinessConfig

Swift

class AWSElasticLoadBalancingTargetGroupStickinessConfig

Information about the target group stickiness for a rule.

  • The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

    Declaration

    Objective-C

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

    Swift

    var durationSeconds: NSNumber? { get set }
  • Indicates whether target group stickiness is enabled.

    Declaration

    Objective-C

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

    Swift

    var enabled: NSNumber? { get set }