Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 8cbe779

Browse files
author
Irving Popovetsky
authored
Merge pull request #32 from chef-customers/rwc/update-rds-events-subscription
Adds Event Categories to RDS Event Subscription
2 parents 7e157c5 + d030ad7 commit 8cbe779

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

backendless_chef.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: AWS Native Chef Server v3.3.0
2+
Description: AWS Native Chef Server v3.3.1
33

44
Parameters:
55
# Required Parameters
@@ -982,6 +982,20 @@ Resources:
982982
RdsEventSubscription:
983983
Type: AWS::RDS::EventSubscription
984984
Properties:
985+
EventCategories:
986+
- "availability"
987+
# - "backup"
988+
- "configuration change"
989+
- "creation"
990+
- "deletion"
991+
- "failover"
992+
- "failure"
993+
- "low storage"
994+
- "maintenance"
995+
- "notification"
996+
# - "read replica"
997+
- "recovery"
998+
- "restoration"
985999
SnsTopicArn: !Ref AlertNotificationTopic
9861000
SourceIds:
9871001
- !Ref DBPostgres

0 commit comments

Comments
 (0)