TargetGroupStickinessConfig
public struct TargetGroupStickinessConfig : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  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). DeclarationSwift public let durationSeconds: Int?
- 
                  
                  Indicates whether target group stickiness is enabled. DeclarationSwift public let enabled: Bool?
- 
                  
                  Undocumented DeclarationSwift public init(durationSeconds: Int? = nil, enabled: Bool? = nil)
 View on GitHub
View on GitHub TargetGroupStickinessConfig Structure Reference
        TargetGroupStickinessConfig Structure Reference