AppCookieStickinessPolicy

public struct AppCookieStickinessPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application cookie used for stickiness.

    Declaration

    Swift

    public let cookieName: String?
  • The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

    Declaration

    Swift

    public let policyName: String?
  • Undocumented

    Declaration

    Swift

    public init(cookieName: String? = nil, policyName: String? = nil)