1VM::EC2::ELB::Policies:U:sAeVprMp:CC:ooEonCkt2ir:ei:SbEtuLitBce:kd:iPnPoeelsrislcPioDelosic:cu:ymA(ep3npptCmao)toikoineStickinessPolicy(3pm)
2
3
4
6 VM::EC2::ELB:Policies::AppCookieStickinessPolicy - Object describing an
7 Application Cookie Stickiness Policy
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 $lb = $ec2->describe_load_balancers('my-lb');
14 $p = $lb->Policies();
15
16 @app_policies = $p->AppCookieStickinessPolicies();
17
19 This object is used to describe the AppCookieStickinessPolicy data
20 type.
21
23 The following object methods are supported:
24
25 PolicyName -- The name of the policy
26 CookieName -- The name of the application cookie for the policy
27
29 In string context, the object will return the policy name.
30
32 VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::Policies
33
35 Lance Kinley <lkinley@loyaltymethods.com>.
36
37 Copyright (c) 2012 Loyalty Methods, Inc.
38
39 This package and its accompanying libraries is free software; you can
40 redistribute it and/or modify it under the terms of the GPL (either
41 version 1, or at your option, any later version) or the Artistic
42 License 2.0. Refer to LICENSE for the full license text. In addition,
43 please see DISCLAIMER.txt for disclaimers of warranty.
44
45
46
47perl v5.38.0 VM::EC2::E2L0B2:3:-P0o7l-i2c1ies::AppCookieStickinessPolicy(3pm)