Skip to content

Commit

Permalink
Merge pull request #32 from chef-customers/rwc/update-rds-events-subs…
Browse files Browse the repository at this point in the history
…cription

Adds Event Categories to RDS Event Subscription
  • Loading branch information
Irving Popovetsky authored Feb 2, 2018
2 parents 7e157c5 + d030ad7 commit 8cbe779
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion backendless_chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server v3.3.0
Description: AWS Native Chef Server v3.3.1

Parameters:
# Required Parameters
Expand Down Expand Up @@ -982,6 +982,20 @@ Resources:
RdsEventSubscription:
Type: AWS::RDS::EventSubscription
Properties:
EventCategories:
- "availability"
# - "backup"
- "configuration change"
- "creation"
- "deletion"
- "failover"
- "failure"
- "low storage"
- "maintenance"
- "notification"
# - "read replica"
- "recovery"
- "restoration"
SnsTopicArn: !Ref AlertNotificationTopic
SourceIds:
- !Ref DBPostgres
Expand Down

0 comments on commit 8cbe779

Please sign in to comment.