CreateLBCookieStickinessPolicyInput

public struct CreateLBCookieStickinessPolicyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

    Declaration

    Swift

    public let cookieExpirationPeriod: Int64?
  • The name of the load balancer.

    Declaration

    Swift

    public let loadBalancerName: String
  • The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). 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, loadBalancerName: String, policyName: String)