@@ -43,9 +43,9 @@ Metadata:
43
43
- benchmark
44
44
- cloudtrail
45
45
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
49
49
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudtrailbenchmark
50
50
Parameters :
51
51
CollectorName :
@@ -127,7 +127,9 @@ Resources:
127
127
Properties :
128
128
Location :
129
129
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
131
133
SumoRole :
132
134
Condition : SetupSumoResources
133
135
Type : AWS::IAM::Role
@@ -164,6 +166,8 @@ Resources:
164
166
- arn:aws:s3:::${CloudTrailTargetS3BucketName}/*
165
167
- S3bucketName :
166
168
Ref : CloudTrailTargetS3BucketName
169
+ Metadata :
170
+ SamResourceId : SumoRole
167
171
SumoCloudTrailExportPolicy :
168
172
Condition : SetUpCloudTrail
169
173
Type : AWS::S3::BucketPolicy
@@ -198,6 +202,8 @@ Resources:
198
202
- Fn::Sub : arn:aws:s3:::${CloudTrailTargetS3BucketName}
199
203
DependsOn :
200
204
- TargetS3Bucket
205
+ Metadata :
206
+ SamResourceId : SumoCloudTrailExportPolicy
201
207
SumoCloudTrail :
202
208
Condition : SetUpCloudTrail
203
209
Type : Custom::AWSTrail
@@ -215,6 +221,8 @@ Resources:
215
221
Ref : CloudTrailTargetS3BucketName
216
222
TrailName :
217
223
Fn::Sub : SumoCloudTrail-${AWS::StackName}
224
+ Metadata :
225
+ SamResourceId : SumoCloudTrail
218
226
TargetS3Bucket :
219
227
Condition : SetUpCloudTrail
220
228
Type : AWS::S3::Bucket
@@ -228,12 +236,16 @@ Resources:
228
236
- Event : s3:ObjectCreated:Put
229
237
Topic :
230
238
Ref : SumoSNSTopic
239
+ Metadata :
240
+ SamResourceId : TargetS3Bucket
231
241
SumoSNSTopic :
232
242
Condition : SetupSumoResources
233
243
Type : AWS::SNS::Topic
234
244
Properties :
235
245
TopicName :
236
246
Fn::Sub : SumoSNSTopic-${AWS::StackName}
247
+ Metadata :
248
+ SamResourceId : SumoSNSTopic
237
249
SumoSNSSubscription :
238
250
Condition : SetupSumoResources
239
251
Type : AWS::SNS::Subscription
@@ -254,6 +266,8 @@ Resources:
254
266
numMaxDelayRetries : 5
255
267
numNoDelayRetries : 0
256
268
backoffFunction : exponential
269
+ Metadata :
270
+ SamResourceId : SumoSNSSubscription
257
271
SumoSNSpolicy :
258
272
Condition : SetupSumoResources
259
273
Type : AWS::SNS::TopicPolicy
@@ -277,6 +291,8 @@ Resources:
277
291
- Ref : SumoSNSTopic
278
292
Topics :
279
293
- Ref : SumoSNSTopic
294
+ Metadata :
295
+ SamResourceId : SumoSNSpolicy
280
296
SumoHostedCollector :
281
297
Condition : SetupSumoResources
282
298
Type : Custom::Collector
@@ -300,6 +316,8 @@ Resources:
300
316
Ref : SumoDeployment
301
317
DependsOn :
302
318
- SumoAppUtils
319
+ Metadata :
320
+ SamResourceId : SumoHostedCollector
303
321
SumoS3Source :
304
322
Condition : SetupSumoResources
305
323
Type : Custom::AWSSource
@@ -337,6 +355,8 @@ Resources:
337
355
- Arn
338
356
DependsOn :
339
357
- SumoAppUtils
358
+ Metadata :
359
+ SamResourceId : SumoS3Source
340
360
SumoCloudTrailBenchmarkApp :
341
361
Type : Custom::App
342
362
Properties :
@@ -363,6 +383,8 @@ Resources:
363
383
Ref : SumoDeployment
364
384
DependsOn :
365
385
- SumoAppUtils
386
+ Metadata :
387
+ SamResourceId : SumoCloudTrailBenchmarkApp
366
388
SumoGISCloudTrailDevOpsApp :
367
389
Type : Custom::App
368
390
Properties :
@@ -389,6 +411,8 @@ Resources:
389
411
Ref : SumoDeployment
390
412
DependsOn :
391
413
- SumoAppUtils
414
+ Metadata :
415
+ SamResourceId : SumoGISCloudTrailDevOpsApp
392
416
Outputs :
393
417
CloudTrailBenchmarkAppFolder :
394
418
Description : Folder Name
0 commit comments