StickinessConfiguration¶
Structure Class¶
StickinessConfiguration
dataclass
¶
The configuration for session-sticky routing to a target. Session stickiness routes requests that share a session identifier to the same target.
Attributes¶
composite_identifier
class-attribute
instance-attribute
¶
Additional headers to include in session affinity routing. When set,
requests are only considered part of the same session if both the
identifier and all composite identifier values match.