1VM::EC2::DB::Event::SubUsscerripCtoinotnr(i3b)uted PerlVDMo:c:uEmCe2n:t:aDtBi:o:nEvent::Subscription(3)
2
3
4
6 VM::EC2::DB::Event::Subscription - An RDS Database Event Subscription
7
9 use VM::EC2;
10
11 $ec2 = VM::EC2->new(...);
12 @subs = $ec2->describe_event_subscriptions;
13 @db_subs = grep { $_->SourceType eq 'db-instance' } @subs;
14 @enabled = grep { $_->Enabled } @subs;
15
17 This object represents an RDS Event Subscription. It is the resultant
18 output of a VM::EC2->describe_event_subscriptions() and
19 VM::EC2->create_event_subscription() call.
20
22 When used in a string context, this object will output the
23 CustSubscriptionId.
24
26 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
27
29 Lance Kinley <lkinley@loyaltymethods.com>.
30
31 Copyright (c) 2013 Loyalty Methods, Inc.
32
33 This package and its accompanying libraries is free software; you can
34 redistribute it and/or modify it under the terms of the GPL (either
35 version 1, or at your option, any later version) or the Artistic
36 License 2.0. Refer to LICENSE for the full license text. In addition,
37 please see DISCLAIMER.txt for disclaimers of warranty.
38
39
40
41perl v5.32.1 2021-01-27VM::EC2::DB::Event::Subscription(3)