Skip to content

Commit 16137f8

Browse files
authored
.NET: Scheduler example update SNS topic. (#6852)
Add KmsMasterKeyId to the SNS topic.
1 parent b3925e3 commit 16137f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflows/eventbridge_scheduler/resources/cfn_template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Parameters:
66
Resources:
77
SchedulerSnsTopic:
88
Type: AWS::SNS::Topic
9+
Properties:
10+
KmsMasterKeyId: alias/aws/sns
911

1012
MySubscription:
1113
Type: AWS::SNS::Subscription

0 commit comments

Comments
 (0)