1VM::EC2::DB::Parameter:U:sGerrouCpo:n:tSrtiabtuutse(d3V)PMe:r:lECD2o:c:uDmBe:n:tPaatriaomneter::Group::Status(3)
2
3
4
6 VM::EC2::DB::Parameter::Group::Status - An RDS Database Parameter Group
7 Status object
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 $db = $ec2->create_db_instance(...);
14 @param_status = $db->DBParameterGroups;
15 print $_->DBParameterGroupName,'=',$_->ParameterApplyStatus,"\n" foreach @status;
16
18 This object represents a DB Parameter Group Status. It is returned as
19 an element by the following calls: create_db_instance(),
20 create_db_instance_read_replica(), delete_db_instance(),
21 modify_db_instance(), reboot_db_instance(), and
22 restore_db_instance_from_db_snapshot().
23
25 DBParameterGroupName -- The Parameter Group Name
26
27 ParameterApplyStatus -- The Status of the Parameter Group
28
29 parameter_group -- Provides a VM::EC2::DB::Parameter::Group object
30
32 In string context, the object returns the Parameter Apply Status.
33
35 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
36 VM::EC2::DB::Parameter::Group
37
39 Lance Kinley <lkinley@loyaltymethods.com>.
40
41 Copyright (c) 2013 Loyalty Methods, Inc.
42
43 This package and its accompanying libraries is free software; you can
44 redistribute it and/or modify it under the terms of the GPL (either
45 version 1, or at your option, any later version) or the Artistic
46 License 2.0. Refer to LICENSE for the full license text. In addition,
47 please see DISCLAIMER.txt for disclaimers of warranty.
48
49
50
51perl v5.36.0 2023-V0M1:-:2E0C2::DB::Parameter::Group::Status(3)