1VM::EC2::ELB::Policies:U:sAeprpVCCMoo:on:ktEirCei2Sb:tu:itEceLkdBi:nP:eePsrosllPioDcloiicecusym:(e:3nA)tpaptCiooonkieStickinessPolicy(3)
2
3
4

NAME

6       VM::EC2::ELB:Policies::AppCookieStickinessPolicy - Object describing an
7       Application Cookie Stickiness Policy
8

SYNOPSIS

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

DESCRIPTION

19       This object is used to describe the AppCookieStickinessPolicy data
20       type.
21

METHODS

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

STRING OVERLOADING

29       In string context, the object will return the policy name.
30

SEE ALSO

32       VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::Policies
33

AUTHOR

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.32.0              VM::EC2:2:0E2L0B-:0:7P-o2l8icies::AppCookieStickinessPolicy(3)
Impressum