1VM::EC2::DB::EC2SecuritUysGerrouCpo(n3t)ributed Perl DocVuMm:e:nEtCa2t:i:oDnB::EC2SecurityGroup(3)
2
3
4

NAME

6       VM::EC2::DB::EC2SecurityGroup - An RDS Database EC2 Security Group
7

SYNOPSIS

9        use VM::EC2;
10
11        $ec2 = VM::EC2->new(...);
12        $group = $ec2->authorize_db_security_group_ingress(-db_security_group_name => 'dbgroup',
13                                                           -ec2_security_group_name => 'ec2group',
14                                                           -ec2_security_group_owner_id => '123456789123');
15        print $_,"\n" foreach $group->EC2SecurityGroups;
16

DESCRIPTION

18       This object represents an EC2 Security Group that is authorized in a DB
19       Security Group.
20

STRING OVERLOADING

22       In string context, this object returns the EC2 Security Group ID.
23

SEE ALSO

25       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
26

AUTHOR

28       Lance Kinley <lkinley@loyaltymethods.com>.
29
30       Copyright (c) 2013 Loyalty Methods, Inc.
31
32       This package and its accompanying libraries is free software; you can
33       redistribute it and/or modify it under the terms of the GPL (either
34       version 1, or at your option, any later version) or the Artistic
35       License 2.0.  Refer to LICENSE for the full license text. In addition,
36       please see DISCLAIMER.txt for disclaimers of warranty.
37
38
39
40perl v5.32.0                      2020-07-28  VM::EC2::DB::EC2SecurityGroup(3)
Impressum