Class: Aws::ElasticLoadBalancingV2::Types::TargetGroupStickinessConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about the target group stickiness for a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_secondsInteger

[Application Load Balancers] 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). You must specify this value when enabling target group stickiness.



4663
4664
4665
4666
4667
4668
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4663

class TargetGroupStickinessConfig < Struct.new(
  :enabled,
  :duration_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether target group stickiness is enabled.



4663
4664
4665
4666
4667
4668
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4663

class TargetGroupStickinessConfig < Struct.new(
  :enabled,
  :duration_seconds)
  SENSITIVE = []
  include Aws::Structure
end