File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515
1616 "Resources" : {
1717 "securityHubCWERule" : {
18- "DependsOn" : " OGSHSNSTopic " ,
18+ "DependsOn" : " JSMSHSNSTopic " ,
1919 "Type" : " AWS::Events::Rule" ,
2020 "Properties" : {
2121 "Description" : " SecurityHub Event Rule" ,
2222 "EventPattern" : {"Ref" : " EventPatternParameter" },
2323 "State" : " ENABLED" ,
2424 "Targets" : [
2525 {
26- "Arn" : { "Ref" : " OGSHSNSTopic " },
26+ "Arn" : { "Ref" : " JSMSHSNSTopic " },
2727 "Id" : " SecurityHubTopic"
2828 }
2929 ]
3030 }
3131 },
3232
33- "OGSHSNSTopic " : {
33+ "JSMSHSNSTopic " : {
3434 "Type" : " AWS::SNS::Topic" ,
3535 "Properties" : {
3636 "Subscription" : [
4242 },
4343
4444 "EventTopicPolicy" : {
45- "DependsOn" : " OGSHSNSTopic " ,
45+ "DependsOn" : " JSMSHSNSTopic " ,
4646 "Type" : " AWS::SNS::TopicPolicy" ,
4747 "Properties" : {
4848 "PolicyDocument" : {
5555 }
5656 ]
5757 },
58- "Topics" : [ { "Ref" : " OGSHSNSTopic " } ]
58+ "Topics" : [ { "Ref" : " JSMSHSNSTopic " } ]
5959 }
6060 }
6161 }
62- }
62+ }
You can’t perform that action at this time.
0 commit comments