Skip to content

Commit f698bea

Browse files
author
Zekihan Azman
authored
Update security-hub-template.json
1 parent a6392d6 commit f698bea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

amazon-security-hub/conf/security-hub-template.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
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": [
@@ -42,7 +42,7 @@
4242
},
4343

4444
"EventTopicPolicy": {
45-
"DependsOn": "OGSHSNSTopic",
45+
"DependsOn": "JSMSHSNSTopic",
4646
"Type": "AWS::SNS::TopicPolicy",
4747
"Properties": {
4848
"PolicyDocument": {
@@ -55,8 +55,8 @@
5555
}
5656
]
5757
},
58-
"Topics": [ { "Ref": "OGSHSNSTopic" } ]
58+
"Topics": [ { "Ref": "JSMSHSNSTopic" } ]
5959
}
6060
}
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)