class Aws::ElasticLoadBalancingV2::Types::TargetGroupStickinessConfig

Information about the target group stickiness for a rule.

@note When making an API call, you may pass TargetGroupStickinessConfig

data as a hash:

    {
      enabled: false,
      duration_seconds: 1,
    }

@!attribute [rw] enabled

Indicates whether target group stickiness is enabled.
@return [Boolean]

@!attribute [rw] duration_seconds

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).
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupStickinessConfig AWS API Documentation

Constants

SENSITIVE