AWS SDK for .NET Documentation
LBCookieStickinessPolicy Constructor (policyName, cookieExpirationPeriod)
AmazonAmazon.ElasticLoadBalancing.ModelLBCookieStickinessPolicyLBCookieStickinessPolicy(String, Int64) Did this page help you?   Yes   No    Tell us about it...
Constructs a new LBCookieStickinessPolicy object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public LBCookieStickinessPolicy(
	string policyName,
	long cookieExpirationPeriod
)
Parameters
policyName (String)
The name for the policy being created. The name must be unique within the set of policies for this load balancer.
cookieExpirationPeriod (Int64)
The time period in seconds after which the cookie should be considered stale. Not specifying this parameter indicates that the stickiness session will last for the duration of the browser session.

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