diff --git a/cfn/paws-collector-shared.template b/cfn/paws-collector-shared.template index 6322911b..61fd3040 100644 --- a/cfn/paws-collector-shared.template +++ b/cfn/paws-collector-shared.template @@ -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": [