1Net::Amazon::EC2::IpPerUmsiesrsiCoonn(t3r)ibuted Perl DoNceutm:e:nAtmaatzioonn::EC2::IpPermission(3)
2
3
4
6 Net::Amazon::EC2::IpPermission
7
9 A class representing a rule within the security group.
10
12 ip_protocol (required)
13 Protocol for the rule. e.g. tcp
14
15 from_port (required)
16 Start of port range for the TCP and UDP protocols, or an ICMP type
17 number. An ICMP type number of -1 indicates a wildcard (i.e., any
18 ICMP type number).
19
20 to_port (required)
21 End of port range for the TCP and UDP protocols, or an ICMP code.
22 An ICMP code of -1 indicates a wildcard (i.e., any ICMP code).
23
24 ip_ranges (optional)
25 An array ref of Net::Amazon::EC2::IpRange objects to be associated
26 with this rule.
27
28 groups (optional)
29 An array ref of Net::Amazon::EC2::UserIdGroupPair objects to be
30 associated with this rule.
31
32 icmp_port (optional)
33 For the ICMP protocol, the ICMP type and code must be specified.
34 This must be specified in the format type:code where both are
35 integers. Type, code, or both can be specified as -1, which is a
36 wildcard.
37
39 Jeff Kim <cpan@chosec.com>
40
42 Copyright (c) 2006-2010 Jeff Kim. This program is free software; you
43 can redistribute it and/or modify it under the same terms as Perl
44 itself.
45
46
47
48perl v5.32.1 2021-01-27 Net::Amazon::EC2::IpPermission(3)