CreateAppCookieStickinessPolicyInput
public struct CreateAppCookieStickinessPolicyInput : 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 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(cookieName: String, loadBalancerName: String, policyName: String)