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 15
15
16
16
"Resources" : {
17
17
"securityHubCWERule" : {
18
- "DependsOn" : " OGSHSNSTopic " ,
18
+ "DependsOn" : " JSMSHSNSTopic " ,
19
19
"Type" : " AWS::Events::Rule" ,
20
20
"Properties" : {
21
21
"Description" : " SecurityHub Event Rule" ,
22
22
"EventPattern" : {"Ref" : " EventPatternParameter" },
23
23
"State" : " ENABLED" ,
24
24
"Targets" : [
25
25
{
26
- "Arn" : { "Ref" : " OGSHSNSTopic " },
26
+ "Arn" : { "Ref" : " JSMSHSNSTopic " },
27
27
"Id" : " SecurityHubTopic"
28
28
}
29
29
]
30
30
}
31
31
},
32
32
33
- "OGSHSNSTopic " : {
33
+ "JSMSHSNSTopic " : {
34
34
"Type" : " AWS::SNS::Topic" ,
35
35
"Properties" : {
36
36
"Subscription" : [
42
42
},
43
43
44
44
"EventTopicPolicy" : {
45
- "DependsOn" : " OGSHSNSTopic " ,
45
+ "DependsOn" : " JSMSHSNSTopic " ,
46
46
"Type" : " AWS::SNS::TopicPolicy" ,
47
47
"Properties" : {
48
48
"PolicyDocument" : {
55
55
}
56
56
]
57
57
},
58
- "Topics" : [ { "Ref" : " OGSHSNSTopic " } ]
58
+ "Topics" : [ { "Ref" : " JSMSHSNSTopic " } ]
59
59
}
60
60
}
61
61
}
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments