TargetGroupStickinessConfig

public struct TargetGroupStickinessConfig : AWSShape

Undocumented

  • Declaration

    Swift

    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).

    Declaration

    Swift

    public let durationSeconds: Int?
  • Indicates whether target group stickiness is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • Undocumented

    Declaration

    Swift

    public init(durationSeconds: Int? = nil, enabled: Bool? = nil)