1VM::EC2::DB::EC2SecuritUysGerrouCpo(n3tprmi)buted Perl DVoMc:u:mEeCn2t:a:tDiBo:n:EC2SecurityGroup(3pm)
2
3
4
6 VM::EC2::DB::EC2SecurityGroup - An RDS Database EC2 Security Group
7
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
18 This object represents an EC2 Security Group that is authorized in a DB
19 Security Group.
20
22 In string context, this object returns the EC2 Security Group ID.
23
25 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
26
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.38.0 2023-07-21VM::EC2::DB::EC2SecurityGroup(3pm)