From d39c84e17badb20cba7bd59793bd0e028cb8406d Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:31:05 -0500 Subject: [PATCH] Add KmsMasterKeyId to the SNS topic. --- workflows/eventbridge_scheduler/resources/cfn_template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflows/eventbridge_scheduler/resources/cfn_template.yaml b/workflows/eventbridge_scheduler/resources/cfn_template.yaml index b24408fadab..7cd86232891 100644 --- a/workflows/eventbridge_scheduler/resources/cfn_template.yaml +++ b/workflows/eventbridge_scheduler/resources/cfn_template.yaml @@ -6,6 +6,8 @@ Parameters: Resources: SchedulerSnsTopic: Type: AWS::SNS::Topic + Properties: + KmsMasterKeyId: alias/aws/sns MySubscription: Type: AWS::SNS::Subscription