LBCookieStickinessPolicy

public struct LBCookieStickinessPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

    Declaration

    Swift

    public let cookieExpirationPeriod: Int64?
  • The name of the policy. This name must be unique within the set of policies for this load balancer.

    Declaration

    Swift

    public let policyName: String?
  • Undocumented

    Declaration

    Swift

    public init(cookieExpirationPeriod: Int64? = nil, policyName: String? = nil)