Skip to content

Commit

Permalink
fix event rule targets
Browse files Browse the repository at this point in the history
  • Loading branch information
SollyzDev committed Feb 13, 2024
1 parent 3daee15 commit 2343783
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,11 @@ Resources:
"Fn::Join":
["-", [{ "Ref": "AWS::StackName" }, "axiom-auto-subscription-rule"]]
Targets:
- {
Id:
{
!Join [
"-",
[!Ref "AWS::StackName", "axiom-auto-subscription-rule"],
],
},
Arn: { !GetAtt ["AxiomCloudWatchLogsSubscriber", "Arn"] },
}
- Id: !Join [
"-",
[!Ref "AWS::StackName", "axiom-auto-subscription-rule"]
]
Arn: { !GetAtt ["AxiomCloudWatchLogsSubscriber", "Arn"] }
AxiomCloudWatchLogsSubscriberPolicy:
Type: AWS::IAM::Policy
Properties:
Expand Down

0 comments on commit 2343783

Please sign in to comment.