1VM::EC2::DB::Parameter:U:sGerrouCpo(n3t)ributed Perl DocVuMm:e:nEtCa2t:i:oDnB::Parameter::Group(3)
2
3
4
6 VM::EC2::DB::Parameter::Group - An RDS Database Parameter Group
7
9 use VM::EC2;
10
11 $ec2 = VM::EC2->new(...);
12 my @grps = $ec2->describe_db_parameter_groups();
13 print $_,"\n" foreach @grps;
14
16 This object represents a DB Parameter Group. It is the result of a
17 VM::EC2->create_db_parameter_group and
18 VM::EC2->describe_db_parameter_groups call and is an element returned
19 by other calls.
20
22 In string context, the object returns the Parameter Group Name.
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.30.0 2019-07-26 VM::EC2::DB::Parameter::Group(3)