@@ -43,9 +43,9 @@ Metadata:
4343 - benchmark
4444 - cloudtrail
4545 Name : sumologic-aws-cloudtrail-benchmark
46- LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.11 /cac1a6df52c685e0f6ebe4ae72078c80
47- ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.11 /8a901bb4fbbe82f128fc502dd3077508
48- SemanticVersion : 1.0.11
46+ LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.12 /cac1a6df52c685e0f6ebe4ae72078c80
47+ ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.12 /8a901bb4fbbe82f128fc502dd3077508
48+ SemanticVersion : 1.0.12
4949 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudtrailbenchmark
5050Parameters :
5151 CollectorName :
@@ -127,7 +127,9 @@ Resources:
127127 Properties :
128128 Location :
129129 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
130- SemanticVersion : 2.0.1
130+ SemanticVersion : 2.0.11
131+ Metadata :
132+ SamResourceId : SumoAppUtils
131133 SumoRole :
132134 Condition : SetupSumoResources
133135 Type : AWS::IAM::Role
@@ -164,6 +166,8 @@ Resources:
164166 - arn:aws:s3:::${CloudTrailTargetS3BucketName}/*
165167 - S3bucketName :
166168 Ref : CloudTrailTargetS3BucketName
169+ Metadata :
170+ SamResourceId : SumoRole
167171 SumoCloudTrailExportPolicy :
168172 Condition : SetUpCloudTrail
169173 Type : AWS::S3::BucketPolicy
@@ -198,6 +202,8 @@ Resources:
198202 - Fn::Sub : arn:aws:s3:::${CloudTrailTargetS3BucketName}
199203 DependsOn :
200204 - TargetS3Bucket
205+ Metadata :
206+ SamResourceId : SumoCloudTrailExportPolicy
201207 SumoCloudTrail :
202208 Condition : SetUpCloudTrail
203209 Type : Custom::AWSTrail
@@ -215,6 +221,8 @@ Resources:
215221 Ref : CloudTrailTargetS3BucketName
216222 TrailName :
217223 Fn::Sub : SumoCloudTrail-${AWS::StackName}
224+ Metadata :
225+ SamResourceId : SumoCloudTrail
218226 TargetS3Bucket :
219227 Condition : SetUpCloudTrail
220228 Type : AWS::S3::Bucket
@@ -228,12 +236,16 @@ Resources:
228236 - Event : s3:ObjectCreated:Put
229237 Topic :
230238 Ref : SumoSNSTopic
239+ Metadata :
240+ SamResourceId : TargetS3Bucket
231241 SumoSNSTopic :
232242 Condition : SetupSumoResources
233243 Type : AWS::SNS::Topic
234244 Properties :
235245 TopicName :
236246 Fn::Sub : SumoSNSTopic-${AWS::StackName}
247+ Metadata :
248+ SamResourceId : SumoSNSTopic
237249 SumoSNSSubscription :
238250 Condition : SetupSumoResources
239251 Type : AWS::SNS::Subscription
@@ -254,6 +266,8 @@ Resources:
254266 numMaxDelayRetries : 5
255267 numNoDelayRetries : 0
256268 backoffFunction : exponential
269+ Metadata :
270+ SamResourceId : SumoSNSSubscription
257271 SumoSNSpolicy :
258272 Condition : SetupSumoResources
259273 Type : AWS::SNS::TopicPolicy
@@ -277,6 +291,8 @@ Resources:
277291 - Ref : SumoSNSTopic
278292 Topics :
279293 - Ref : SumoSNSTopic
294+ Metadata :
295+ SamResourceId : SumoSNSpolicy
280296 SumoHostedCollector :
281297 Condition : SetupSumoResources
282298 Type : Custom::Collector
@@ -300,6 +316,8 @@ Resources:
300316 Ref : SumoDeployment
301317 DependsOn :
302318 - SumoAppUtils
319+ Metadata :
320+ SamResourceId : SumoHostedCollector
303321 SumoS3Source :
304322 Condition : SetupSumoResources
305323 Type : Custom::AWSSource
@@ -337,6 +355,8 @@ Resources:
337355 - Arn
338356 DependsOn :
339357 - SumoAppUtils
358+ Metadata :
359+ SamResourceId : SumoS3Source
340360 SumoCloudTrailBenchmarkApp :
341361 Type : Custom::App
342362 Properties :
@@ -363,6 +383,8 @@ Resources:
363383 Ref : SumoDeployment
364384 DependsOn :
365385 - SumoAppUtils
386+ Metadata :
387+ SamResourceId : SumoCloudTrailBenchmarkApp
366388 SumoGISCloudTrailDevOpsApp :
367389 Type : Custom::App
368390 Properties :
@@ -389,6 +411,8 @@ Resources:
389411 Ref : SumoDeployment
390412 DependsOn :
391413 - SumoAppUtils
414+ Metadata :
415+ SamResourceId : SumoGISCloudTrailDevOpsApp
392416Outputs :
393417 CloudTrailBenchmarkAppFolder :
394418 Description : Folder Name
0 commit comments