1VM::EC2::ELB::PolicyAttUrsiebrutCeo(n3t)ributed Perl DocVuMm:e:nEtCa2t:i:oEnLB::PolicyAttribute(3)
2
3
4
6 VM::EC2::ELB::PolicyAttribute - Elastic Load Balancer Policy Attribute
7
9 use VM::EC2;
10
11 my $ec2 = VM::EC2->new(...);
12 my @policies = $ec2->describe_load_balancer_policies(-load_balancer_name=>'my-lb');
13 foreach my $p (@policies) {
14 my @attr = $p->policy_attributes;
15 foreach (@attr) {
16 print $_,"\n";
17 }
18 }
19
21 This object is used to describe the ELB PolicyAttribute data type,
22 which is part of the result of a DescribeLoadBalancerPolicies API call.
23
25 The following object methods are supported:
26
27 AttributeName -- Policy Attribute Name
28 AttributeValue -- Policy Attribute Value
29
31 In string context, the object will return an attribute name=value pair.
32
34 VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::Policies
35
37 Lance Kinley <lkinley@loyaltymethods.com>.
38
39 Copyright (c) 2012 Loyalty Methods, Inc.
40
41 This package and its accompanying libraries is free software; you can
42 redistribute it and/or modify it under the terms of the GPL (either
43 version 1, or at your option, any later version) or the Artistic
44 License 2.0. Refer to LICENSE for the full license text. In addition,
45 please see DISCLAIMER.txt for disclaimers of warranty.
46
47
48
49perl v5.36.0 2023-01-20 VM::EC2::ELB::PolicyAttribute(3)