1VM::EC2::DB::Engine::DeUfsaeurltCso(n3t)ributed Perl DocVuMm:e:nEtCa2t:i:oDnB::Engine::Defaults(3)
2
3
4
6 VM::EC2::DB::Engine::Defaults - An RDS Database Engine Parameter
7 Defaults
8
10 use VM::EC2;
11 $ec2 = VM::EC2->new(...);
12 my $defaults = $ec2->describe_engine_default_parameters(-db_parameter_group_family => 'MySQL5.1')
13 my @params = $defaults->Parameters;
14 print $_,"\n" foreach grep { $_->IsModifiable } @params;
15
17 This object represents database engine parameter defaults. It is
18 returned by a VM::EC2->describe_engine_default_parameters() call.
19
21 none
22
24 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
25
27 Lance Kinley <lkinley@loyaltymethods.com>.
28
29 Copyright (c) 2013 Loyalty Methods, Inc.
30
31 This package and its accompanying libraries is free software; you can
32 redistribute it and/or modify it under the terms of the GPL (either
33 version 1, or at your option, any later version) or the Artistic
34 License 2.0. Refer to LICENSE for the full license text. In addition,
35 please see DISCLAIMER.txt for disclaimers of warranty.
36
37
38
39perl v5.32.1 2021-01-27 VM::EC2::DB::Engine::Defaults(3)