Skip to content

Commit

Permalink
adding SNS topic SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
tipuq committed Jan 12, 2023
1 parent ffdeb19 commit 487b1ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Resources:
MySNSTopic:
Type: AWS::SNS::Topic
Properties:
KmsMasterKeyId: "alias/aws/sns"
TopicName: !Ref SNSTopicName
DisplayName: !Ref SNSTopicName
Subscription:
Expand Down Expand Up @@ -558,4 +559,4 @@ Outputs:
Description: StepFunctions ARN
Value: !Ref StepFunctionVolumeLost
Export:
Name: !Sub "${AWS::StackName}-StepFunctionARN"
Name: !Sub "${AWS::StackName}-StepFunctionARN"
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,6 @@ Resources:

NotificationTopic:
Type: "AWS::SNS::Topic"
Properties:
Properties:
KmsMasterKeyId: "alias/aws/sns"
TopicName: "SecurityNotificationTopic"
1 change: 1 addition & 0 deletions dx-maintenance-notifier/DX_Notifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"SnsTopic": {
"Type": "AWS::SNS::Topic",
"Properties": {
"KmsMasterKeyId": "alias/aws/sns",
"DisplayName": "DXMaintNotify",
"TopicName" : "DXMaintNotify",
"Subscription" : [
Expand Down

0 comments on commit 487b1ee

Please sign in to comment.