Skip to content

Commit

Permalink
Merge branch 'alertlogic:master' into im-paws-rearchitecture
Browse files Browse the repository at this point in the history
  • Loading branch information
imranalisyed506 authored Feb 17, 2025
2 parents c381bd2 + b1d96ec commit 9903fd5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cfn/paws-collector-shared.template
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,24 @@
"FunctionName" : { "Ref":"CollectLambdaFunction" }
}
},
"CollectCloudWatchGroup": {
"Type": "AWS::Logs::LogGroup",
"DependsOn": [
"CollectLambdaFunction"
],
"Properties": {
"LogGroupName": {
"Fn::Join": [
"",
[
"/aws/lambda/",
{ "Ref": "CollectLambdaFunction" }
]
]
},
"RetentionInDays": 400
}
},
"RegistrationResource": {
"Type": "Custom::RegistrationResource",
"DependsOn": [
Expand Down

0 comments on commit 9903fd5

Please sign in to comment.