AWS SDK for .NET Documentation
CreateAppCookieStickinessPolicyRequest Constructor (loadBalancerName, policyName, cookieName)
AmazonAmazon.ElasticLoadBalancing.ModelCreateAppCookieStickinessPolicyRequestCreateAppCookieStickinessPolicyRequest(String, String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new CreateAppCookieStickinessPolicyRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public CreateAppCookieStickinessPolicyRequest(
	string loadBalancerName,
	string policyName,
	string cookieName
)
Parameters
loadBalancerName (String)
The name of the load balancer.
policyName (String)
The name of the policy being created. The name must be unique within the set of policies for this load balancer.
cookieName (String)
Name of the application cookie used for stickiness.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)