@aws-solutions-constructs/aws-cloudfront-apigateway-lambda 2.80.0 → 2.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/.jsii +44 -5
  2. package/lib/index.js +1 -1
  3. package/package.json +8 -8
  4. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cdk.out +1 -1
  5. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cftaplam-customCloudfrontLoggingBucket.assets.json +3 -3
  6. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cftaplam-customCloudfrontLoggingBucket.template.json +24 -35
  7. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cftaplamcustomCloudfrontLoggingBucketIntegDefaultTestDeployAssert35A683E0.assets.json +1 -1
  8. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/integ.json +1 -1
  9. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/manifest.json +47 -43
  10. package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/tree.json +1 -2002
  11. package/test/integ.cftaplam-no-arguments.js.snapshot/cdk.out +1 -1
  12. package/test/integ.cftaplam-no-arguments.js.snapshot/cftaplam-no-arguments.assets.json +3 -3
  13. package/test/integ.cftaplam-no-arguments.js.snapshot/cftaplam-no-arguments.template.json +24 -35
  14. package/test/integ.cftaplam-no-arguments.js.snapshot/cftaplamnoargumentsIntegDefaultTestDeployAssertACC32F59.assets.json +1 -1
  15. package/test/integ.cftaplam-no-arguments.js.snapshot/integ.json +1 -1
  16. package/test/integ.cftaplam-no-arguments.js.snapshot/manifest.json +47 -43
  17. package/test/integ.cftaplam-no-arguments.js.snapshot/tree.json +1 -2002
  18. package/test/integ.cftaplam-no-usage-plan.js.snapshot/cdk.out +1 -1
  19. package/test/integ.cftaplam-no-usage-plan.js.snapshot/cftaplam-no-usage-plan.assets.json +3 -3
  20. package/test/integ.cftaplam-no-usage-plan.js.snapshot/cftaplam-no-usage-plan.template.json +24 -35
  21. package/test/integ.cftaplam-no-usage-plan.js.snapshot/cftaplamnousageplanIntegDefaultTestDeployAssertABA4F4C5.assets.json +1 -1
  22. package/test/integ.cftaplam-no-usage-plan.js.snapshot/integ.json +1 -1
  23. package/test/integ.cftaplam-no-usage-plan.js.snapshot/manifest.json +44 -41
  24. package/test/integ.cftaplam-no-usage-plan.js.snapshot/tree.json +1 -1959
  25. package/test/integ.cftaplam-override-behavior.js.snapshot/cdk.out +1 -1
  26. package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplam-override-behavior.assets.json +3 -3
  27. package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplam-override-behavior.template.json +24 -35
  28. package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplamoverridebehaviorIntegDefaultTestDeployAssert3DC30427.assets.json +1 -1
  29. package/test/integ.cftaplam-override-behavior.js.snapshot/integ.json +1 -1
  30. package/test/integ.cftaplam-override-behavior.js.snapshot/manifest.json +47 -43
  31. package/test/integ.cftaplam-override-behavior.js.snapshot/tree.json +1 -2117
@@ -1,2002 +1 @@
1
- {
2
- "version": "tree-0.1",
3
- "tree": {
4
- "id": "App",
5
- "path": "",
6
- "children": {
7
- "cftaplam-no-arguments": {
8
- "id": "cftaplam-no-arguments",
9
- "path": "cftaplam-no-arguments",
10
- "children": {
11
- "cftaplam-no-arguments-authorizerAuthFunction": {
12
- "id": "cftaplam-no-arguments-authorizerAuthFunction",
13
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction",
14
- "children": {
15
- "ServiceRole": {
16
- "id": "ServiceRole",
17
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole",
18
- "children": {
19
- "ImportServiceRole": {
20
- "id": "ImportServiceRole",
21
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole/ImportServiceRole",
22
- "constructInfo": {
23
- "fqn": "aws-cdk-lib.Resource",
24
- "version": "2.179.0",
25
- "metadata": [
26
- "*"
27
- ]
28
- }
29
- },
30
- "Resource": {
31
- "id": "Resource",
32
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole/Resource",
33
- "attributes": {
34
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
35
- "aws:cdk:cloudformation:props": {
36
- "assumeRolePolicyDocument": {
37
- "Statement": [
38
- {
39
- "Action": "sts:AssumeRole",
40
- "Effect": "Allow",
41
- "Principal": {
42
- "Service": "lambda.amazonaws.com"
43
- }
44
- }
45
- ],
46
- "Version": "2012-10-17"
47
- },
48
- "managedPolicyArns": [
49
- {
50
- "Fn::Join": [
51
- "",
52
- [
53
- "arn:",
54
- {
55
- "Ref": "AWS::Partition"
56
- },
57
- ":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
58
- ]
59
- ]
60
- }
61
- ]
62
- }
63
- },
64
- "constructInfo": {
65
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
66
- "version": "2.179.0"
67
- }
68
- }
69
- },
70
- "constructInfo": {
71
- "fqn": "aws-cdk-lib.aws_iam.Role",
72
- "version": "2.179.0",
73
- "metadata": [
74
- {
75
- "assumedBy": {
76
- "principalAccount": "*",
77
- "assumeRoleAction": "*"
78
- },
79
- "managedPolicies": [
80
- {
81
- "managedPolicyArn": "*"
82
- }
83
- ]
84
- }
85
- ]
86
- }
87
- },
88
- "Code": {
89
- "id": "Code",
90
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code",
91
- "children": {
92
- "Stage": {
93
- "id": "Stage",
94
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code/Stage",
95
- "constructInfo": {
96
- "fqn": "aws-cdk-lib.AssetStaging",
97
- "version": "2.179.0"
98
- }
99
- },
100
- "AssetBucket": {
101
- "id": "AssetBucket",
102
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code/AssetBucket",
103
- "constructInfo": {
104
- "fqn": "aws-cdk-lib.aws_s3.BucketBase",
105
- "version": "2.179.0",
106
- "metadata": []
107
- }
108
- }
109
- },
110
- "constructInfo": {
111
- "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
112
- "version": "2.179.0"
113
- }
114
- },
115
- "Resource": {
116
- "id": "Resource",
117
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Resource",
118
- "attributes": {
119
- "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
120
- "aws:cdk:cloudformation:props": {
121
- "code": {
122
- "s3Bucket": {
123
- "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
124
- },
125
- "s3Key": "3a18fd3de4803f72260a058823accffd4f8d69986c6862a23cd86265f6cafa0f.zip"
126
- },
127
- "handler": ".handler",
128
- "role": {
129
- "Fn::GetAtt": [
130
- "cftaplamnoargumentsauthorizerAuthFunctionServiceRole122160C6",
131
- "Arn"
132
- ]
133
- },
134
- "runtime": "nodejs20.x"
135
- }
136
- },
137
- "constructInfo": {
138
- "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
139
- "version": "2.179.0"
140
- }
141
- },
142
- "cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions": {
143
- "id": "cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions",
144
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions",
145
- "attributes": {
146
- "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
147
- "aws:cdk:cloudformation:props": {
148
- "action": "lambda:InvokeFunction",
149
- "functionName": {
150
- "Fn::GetAtt": [
151
- "cftaplamnoargumentsauthorizerAuthFunction9B127993",
152
- "Arn"
153
- ]
154
- },
155
- "principal": "apigateway.amazonaws.com",
156
- "sourceArn": {
157
- "Fn::Join": [
158
- "",
159
- [
160
- "arn:",
161
- {
162
- "Ref": "AWS::Partition"
163
- },
164
- ":execute-api:",
165
- {
166
- "Ref": "AWS::Region"
167
- },
168
- ":",
169
- {
170
- "Ref": "AWS::AccountId"
171
- },
172
- ":",
173
- {
174
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
175
- },
176
- "/authorizers/",
177
- {
178
- "Ref": "cftaplamnoargumentsauthorizerD7B341B1"
179
- }
180
- ]
181
- ]
182
- }
183
- }
184
- },
185
- "constructInfo": {
186
- "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
187
- "version": "2.179.0"
188
- }
189
- }
190
- },
191
- "constructInfo": {
192
- "fqn": "aws-cdk-lib.aws_lambda.Function",
193
- "version": "2.179.0",
194
- "metadata": [
195
- {
196
- "code": "*",
197
- "runtime": "*",
198
- "handler": "*"
199
- }
200
- ]
201
- }
202
- },
203
- "cftaplam-no-arguments-authorizer": {
204
- "id": "cftaplam-no-arguments-authorizer",
205
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizer",
206
- "children": {
207
- "Resource": {
208
- "id": "Resource",
209
- "path": "cftaplam-no-arguments/cftaplam-no-arguments-authorizer/Resource",
210
- "attributes": {
211
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Authorizer",
212
- "aws:cdk:cloudformation:props": {
213
- "authorizerResultTtlInSeconds": 300,
214
- "authorizerUri": {
215
- "Fn::Join": [
216
- "",
217
- [
218
- "arn:",
219
- {
220
- "Fn::Select": [
221
- 1,
222
- {
223
- "Fn::Split": [
224
- ":",
225
- {
226
- "Fn::GetAtt": [
227
- "cftaplamnoargumentsauthorizerAuthFunction9B127993",
228
- "Arn"
229
- ]
230
- }
231
- ]
232
- }
233
- ]
234
- },
235
- ":apigateway:",
236
- {
237
- "Fn::Select": [
238
- 3,
239
- {
240
- "Fn::Split": [
241
- ":",
242
- {
243
- "Fn::GetAtt": [
244
- "cftaplamnoargumentsauthorizerAuthFunction9B127993",
245
- "Arn"
246
- ]
247
- }
248
- ]
249
- }
250
- ]
251
- },
252
- ":lambda:path/2015-03-31/functions/",
253
- {
254
- "Fn::GetAtt": [
255
- "cftaplamnoargumentsauthorizerAuthFunction9B127993",
256
- "Arn"
257
- ]
258
- },
259
- "/invocations"
260
- ]
261
- ]
262
- },
263
- "identitySource": "method.request.header.Authorization",
264
- "name": "cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B",
265
- "restApiId": {
266
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
267
- },
268
- "type": "REQUEST"
269
- }
270
- },
271
- "constructInfo": {
272
- "fqn": "aws-cdk-lib.aws_apigateway.CfnAuthorizer",
273
- "version": "2.179.0"
274
- }
275
- }
276
- },
277
- "constructInfo": {
278
- "fqn": "aws-cdk-lib.aws_apigateway.RequestAuthorizer",
279
- "version": "2.179.0",
280
- "metadata": [
281
- "*"
282
- ]
283
- }
284
- },
285
- "test-cloudfront-apigateway-lambda": {
286
- "id": "test-cloudfront-apigateway-lambda",
287
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda",
288
- "children": {
289
- "LambdaFunctionServiceRole": {
290
- "id": "LambdaFunctionServiceRole",
291
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole",
292
- "children": {
293
- "ImportLambdaFunctionServiceRole": {
294
- "id": "ImportLambdaFunctionServiceRole",
295
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
296
- "constructInfo": {
297
- "fqn": "aws-cdk-lib.Resource",
298
- "version": "2.179.0",
299
- "metadata": [
300
- "*"
301
- ]
302
- }
303
- },
304
- "Resource": {
305
- "id": "Resource",
306
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/Resource",
307
- "attributes": {
308
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
309
- "aws:cdk:cloudformation:props": {
310
- "assumeRolePolicyDocument": {
311
- "Statement": [
312
- {
313
- "Action": "sts:AssumeRole",
314
- "Effect": "Allow",
315
- "Principal": {
316
- "Service": "lambda.amazonaws.com"
317
- }
318
- }
319
- ],
320
- "Version": "2012-10-17"
321
- },
322
- "policies": [
323
- {
324
- "policyName": "LambdaFunctionServiceRolePolicy",
325
- "policyDocument": {
326
- "Statement": [
327
- {
328
- "Action": [
329
- "logs:CreateLogGroup",
330
- "logs:CreateLogStream",
331
- "logs:PutLogEvents"
332
- ],
333
- "Effect": "Allow",
334
- "Resource": {
335
- "Fn::Join": [
336
- "",
337
- [
338
- "arn:",
339
- {
340
- "Ref": "AWS::Partition"
341
- },
342
- ":logs:",
343
- {
344
- "Ref": "AWS::Region"
345
- },
346
- ":",
347
- {
348
- "Ref": "AWS::AccountId"
349
- },
350
- ":log-group:/aws/lambda/*"
351
- ]
352
- ]
353
- }
354
- }
355
- ],
356
- "Version": "2012-10-17"
357
- }
358
- }
359
- ]
360
- }
361
- },
362
- "constructInfo": {
363
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
364
- "version": "2.179.0"
365
- }
366
- },
367
- "DefaultPolicy": {
368
- "id": "DefaultPolicy",
369
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/DefaultPolicy",
370
- "children": {
371
- "Resource": {
372
- "id": "Resource",
373
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/DefaultPolicy/Resource",
374
- "attributes": {
375
- "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
376
- "aws:cdk:cloudformation:props": {
377
- "policyDocument": {
378
- "Statement": [
379
- {
380
- "Action": [
381
- "xray:PutTelemetryRecords",
382
- "xray:PutTraceSegments"
383
- ],
384
- "Effect": "Allow",
385
- "Resource": "*"
386
- }
387
- ],
388
- "Version": "2012-10-17"
389
- },
390
- "policyName": "testcloudfrontapigatewaylambdaLambdaFunctionServiceRoleDefaultPolicyDB7FF8EB",
391
- "roles": [
392
- {
393
- "Ref": "testcloudfrontapigatewaylambdaLambdaFunctionServiceRoleCB74590F"
394
- }
395
- ]
396
- }
397
- },
398
- "constructInfo": {
399
- "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
400
- "version": "2.179.0"
401
- }
402
- }
403
- },
404
- "constructInfo": {
405
- "fqn": "aws-cdk-lib.aws_iam.Policy",
406
- "version": "2.179.0",
407
- "metadata": [
408
- "*",
409
- {
410
- "attachToRole": [
411
- "*"
412
- ]
413
- },
414
- {
415
- "attachToRole": [
416
- "*"
417
- ]
418
- },
419
- {
420
- "addStatements": [
421
- {}
422
- ]
423
- }
424
- ]
425
- }
426
- }
427
- },
428
- "constructInfo": {
429
- "fqn": "aws-cdk-lib.aws_iam.Role",
430
- "version": "2.179.0",
431
- "metadata": [
432
- {
433
- "assumedBy": {
434
- "principalAccount": "*",
435
- "assumeRoleAction": "*"
436
- },
437
- "inlinePolicies": "*"
438
- },
439
- {
440
- "addToPrincipalPolicy": [
441
- {}
442
- ]
443
- },
444
- {
445
- "attachInlinePolicy": [
446
- "*"
447
- ]
448
- },
449
- {
450
- "attachInlinePolicy": [
451
- "*"
452
- ]
453
- }
454
- ]
455
- }
456
- },
457
- "LambdaFunction": {
458
- "id": "LambdaFunction",
459
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction",
460
- "children": {
461
- "Code": {
462
- "id": "Code",
463
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code",
464
- "children": {
465
- "Stage": {
466
- "id": "Stage",
467
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code/Stage",
468
- "constructInfo": {
469
- "fqn": "aws-cdk-lib.AssetStaging",
470
- "version": "2.179.0"
471
- }
472
- },
473
- "AssetBucket": {
474
- "id": "AssetBucket",
475
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code/AssetBucket",
476
- "constructInfo": {
477
- "fqn": "aws-cdk-lib.aws_s3.BucketBase",
478
- "version": "2.179.0",
479
- "metadata": []
480
- }
481
- }
482
- },
483
- "constructInfo": {
484
- "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
485
- "version": "2.179.0"
486
- }
487
- },
488
- "Resource": {
489
- "id": "Resource",
490
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Resource",
491
- "attributes": {
492
- "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
493
- "aws:cdk:cloudformation:props": {
494
- "code": {
495
- "s3Bucket": {
496
- "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
497
- },
498
- "s3Key": "3a18fd3de4803f72260a058823accffd4f8d69986c6862a23cd86265f6cafa0f.zip"
499
- },
500
- "environment": {
501
- "variables": {
502
- "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
503
- }
504
- },
505
- "handler": "index.handler",
506
- "role": {
507
- "Fn::GetAtt": [
508
- "testcloudfrontapigatewaylambdaLambdaFunctionServiceRoleCB74590F",
509
- "Arn"
510
- ]
511
- },
512
- "runtime": "nodejs20.x",
513
- "tracingConfig": {
514
- "mode": "Active"
515
- }
516
- }
517
- },
518
- "constructInfo": {
519
- "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
520
- "version": "2.179.0"
521
- }
522
- }
523
- },
524
- "constructInfo": {
525
- "fqn": "aws-cdk-lib.aws_lambda.Function",
526
- "version": "2.179.0",
527
- "metadata": [
528
- {
529
- "role": "*",
530
- "tracing": "Active",
531
- "code": "*",
532
- "runtime": "*",
533
- "handler": "*"
534
- },
535
- {
536
- "addEnvironment": [
537
- "*",
538
- "*",
539
- {
540
- "removeInEdge": true
541
- }
542
- ]
543
- }
544
- ]
545
- }
546
- },
547
- "ApiAccessLogGroup": {
548
- "id": "ApiAccessLogGroup",
549
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/ApiAccessLogGroup",
550
- "children": {
551
- "Resource": {
552
- "id": "Resource",
553
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/ApiAccessLogGroup/Resource",
554
- "attributes": {
555
- "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
556
- "aws:cdk:cloudformation:props": {}
557
- },
558
- "constructInfo": {
559
- "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
560
- "version": "2.179.0"
561
- }
562
- }
563
- },
564
- "constructInfo": {
565
- "fqn": "aws-cdk-lib.aws_logs.LogGroup",
566
- "version": "2.179.0",
567
- "metadata": [
568
- {
569
- "retention": 9999
570
- }
571
- ]
572
- }
573
- },
574
- "LambdaRestApi": {
575
- "id": "LambdaRestApi",
576
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi",
577
- "children": {
578
- "Resource": {
579
- "id": "Resource",
580
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Resource",
581
- "attributes": {
582
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::RestApi",
583
- "aws:cdk:cloudformation:props": {
584
- "endpointConfiguration": {
585
- "types": [
586
- "REGIONAL"
587
- ]
588
- },
589
- "name": "LambdaRestApi"
590
- }
591
- },
592
- "constructInfo": {
593
- "fqn": "aws-cdk-lib.aws_apigateway.CfnRestApi",
594
- "version": "2.179.0"
595
- }
596
- },
597
- "Deployment": {
598
- "id": "Deployment",
599
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Deployment",
600
- "children": {
601
- "Resource": {
602
- "id": "Resource",
603
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Deployment/Resource",
604
- "attributes": {
605
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Deployment",
606
- "aws:cdk:cloudformation:props": {
607
- "description": "Automatically created by the RestApi construct",
608
- "restApiId": {
609
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
610
- }
611
- }
612
- },
613
- "constructInfo": {
614
- "fqn": "aws-cdk-lib.aws_apigateway.CfnDeployment",
615
- "version": "2.179.0"
616
- }
617
- }
618
- },
619
- "constructInfo": {
620
- "fqn": "aws-cdk-lib.aws_apigateway.Deployment",
621
- "version": "2.179.0",
622
- "metadata": [
623
- {
624
- "description": "*",
625
- "api": "*",
626
- "retainDeployments": "*"
627
- },
628
- {
629
- "addToLogicalId": [
630
- {}
631
- ]
632
- },
633
- {
634
- "addToLogicalId": [
635
- {}
636
- ]
637
- },
638
- {
639
- "addToLogicalId": [
640
- {}
641
- ]
642
- },
643
- {
644
- "addToLogicalId": [
645
- {}
646
- ]
647
- },
648
- {
649
- "addToLogicalId": [
650
- {}
651
- ]
652
- }
653
- ]
654
- }
655
- },
656
- "DeploymentStage.prod": {
657
- "id": "DeploymentStage.prod",
658
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/DeploymentStage.prod",
659
- "children": {
660
- "Resource": {
661
- "id": "Resource",
662
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/DeploymentStage.prod/Resource",
663
- "attributes": {
664
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Stage",
665
- "aws:cdk:cloudformation:props": {
666
- "accessLogSetting": {
667
- "destinationArn": {
668
- "Fn::GetAtt": [
669
- "testcloudfrontapigatewaylambdaApiAccessLogGroup97EB2E40",
670
- "Arn"
671
- ]
672
- },
673
- "format": "{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"user\":\"$context.identity.user\",\"caller\":\"$context.identity.caller\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"resourcePath\":\"$context.resourcePath\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\"}"
674
- },
675
- "deploymentId": {
676
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeployment0C4661C0449e768de84d9b01b952d7f0c0a787fe"
677
- },
678
- "methodSettings": [
679
- {
680
- "httpMethod": "*",
681
- "resourcePath": "/*",
682
- "dataTraceEnabled": false,
683
- "loggingLevel": "INFO"
684
- }
685
- ],
686
- "restApiId": {
687
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
688
- },
689
- "stageName": "prod",
690
- "tracingEnabled": true
691
- }
692
- },
693
- "constructInfo": {
694
- "fqn": "aws-cdk-lib.aws_apigateway.CfnStage",
695
- "version": "2.179.0"
696
- }
697
- }
698
- },
699
- "constructInfo": {
700
- "fqn": "aws-cdk-lib.aws_apigateway.Stage",
701
- "version": "2.179.0",
702
- "metadata": [
703
- {
704
- "deployment": "*",
705
- "accessLogDestination": "*",
706
- "accessLogFormat": "*",
707
- "loggingLevel": "INFO",
708
- "dataTraceEnabled": false,
709
- "tracingEnabled": true
710
- }
711
- ]
712
- }
713
- },
714
- "Endpoint": {
715
- "id": "Endpoint",
716
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Endpoint",
717
- "constructInfo": {
718
- "fqn": "aws-cdk-lib.CfnOutput",
719
- "version": "2.179.0"
720
- }
721
- },
722
- "Default": {
723
- "id": "Default",
724
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default",
725
- "children": {
726
- "{proxy+}": {
727
- "id": "{proxy+}",
728
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}",
729
- "children": {
730
- "Resource": {
731
- "id": "Resource",
732
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/Resource",
733
- "attributes": {
734
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Resource",
735
- "aws:cdk:cloudformation:props": {
736
- "parentId": {
737
- "Fn::GetAtt": [
738
- "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44",
739
- "RootResourceId"
740
- ]
741
- },
742
- "pathPart": "{proxy+}",
743
- "restApiId": {
744
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
745
- }
746
- }
747
- },
748
- "constructInfo": {
749
- "fqn": "aws-cdk-lib.aws_apigateway.CfnResource",
750
- "version": "2.179.0"
751
- }
752
- },
753
- "ANY": {
754
- "id": "ANY",
755
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY",
756
- "children": {
757
- "ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}": {
758
- "id": "ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}",
759
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}",
760
- "attributes": {
761
- "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
762
- "aws:cdk:cloudformation:props": {
763
- "action": "lambda:InvokeFunction",
764
- "functionName": {
765
- "Fn::GetAtt": [
766
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
767
- "Arn"
768
- ]
769
- },
770
- "principal": "apigateway.amazonaws.com",
771
- "sourceArn": {
772
- "Fn::Join": [
773
- "",
774
- [
775
- "arn:",
776
- {
777
- "Ref": "AWS::Partition"
778
- },
779
- ":execute-api:",
780
- {
781
- "Ref": "AWS::Region"
782
- },
783
- ":",
784
- {
785
- "Ref": "AWS::AccountId"
786
- },
787
- ":",
788
- {
789
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
790
- },
791
- "/",
792
- {
793
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"
794
- },
795
- "/*/*"
796
- ]
797
- ]
798
- }
799
- }
800
- },
801
- "constructInfo": {
802
- "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
803
- "version": "2.179.0"
804
- }
805
- },
806
- "ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}": {
807
- "id": "ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}",
808
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}",
809
- "attributes": {
810
- "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
811
- "aws:cdk:cloudformation:props": {
812
- "action": "lambda:InvokeFunction",
813
- "functionName": {
814
- "Fn::GetAtt": [
815
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
816
- "Arn"
817
- ]
818
- },
819
- "principal": "apigateway.amazonaws.com",
820
- "sourceArn": {
821
- "Fn::Join": [
822
- "",
823
- [
824
- "arn:",
825
- {
826
- "Ref": "AWS::Partition"
827
- },
828
- ":execute-api:",
829
- {
830
- "Ref": "AWS::Region"
831
- },
832
- ":",
833
- {
834
- "Ref": "AWS::AccountId"
835
- },
836
- ":",
837
- {
838
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
839
- },
840
- "/test-invoke-stage/*/*"
841
- ]
842
- ]
843
- }
844
- }
845
- },
846
- "constructInfo": {
847
- "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
848
- "version": "2.179.0"
849
- }
850
- },
851
- "Resource": {
852
- "id": "Resource",
853
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/Resource",
854
- "attributes": {
855
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
856
- "aws:cdk:cloudformation:props": {
857
- "authorizationType": "CUSTOM",
858
- "authorizerId": {
859
- "Ref": "cftaplamnoargumentsauthorizerD7B341B1"
860
- },
861
- "httpMethod": "ANY",
862
- "integration": {
863
- "type": "AWS_PROXY",
864
- "uri": {
865
- "Fn::Join": [
866
- "",
867
- [
868
- "arn:",
869
- {
870
- "Ref": "AWS::Partition"
871
- },
872
- ":apigateway:",
873
- {
874
- "Ref": "AWS::Region"
875
- },
876
- ":lambda:path/2015-03-31/functions/",
877
- {
878
- "Fn::GetAtt": [
879
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
880
- "Arn"
881
- ]
882
- },
883
- "/invocations"
884
- ]
885
- ]
886
- },
887
- "integrationHttpMethod": "POST"
888
- },
889
- "resourceId": {
890
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiproxyBC09D86F"
891
- },
892
- "restApiId": {
893
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
894
- }
895
- }
896
- },
897
- "constructInfo": {
898
- "fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
899
- "version": "2.179.0"
900
- }
901
- }
902
- },
903
- "constructInfo": {
904
- "fqn": "aws-cdk-lib.aws_apigateway.Method",
905
- "version": "2.179.0",
906
- "metadata": [
907
- {
908
- "resource": "*",
909
- "httpMethod": "*",
910
- "integration": "*",
911
- "options": "*"
912
- }
913
- ]
914
- }
915
- }
916
- },
917
- "constructInfo": {
918
- "fqn": "aws-cdk-lib.aws_apigateway.ProxyResource",
919
- "version": "2.179.0",
920
- "metadata": [
921
- {
922
- "defaultIntegration": "*",
923
- "defaultMethodOptions": "*"
924
- },
925
- {},
926
- {
927
- "addMethod": [
928
- "*"
929
- ]
930
- }
931
- ]
932
- }
933
- },
934
- "ANY": {
935
- "id": "ANY",
936
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY",
937
- "children": {
938
- "ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..": {
939
- "id": "ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..",
940
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..",
941
- "attributes": {
942
- "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
943
- "aws:cdk:cloudformation:props": {
944
- "action": "lambda:InvokeFunction",
945
- "functionName": {
946
- "Fn::GetAtt": [
947
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
948
- "Arn"
949
- ]
950
- },
951
- "principal": "apigateway.amazonaws.com",
952
- "sourceArn": {
953
- "Fn::Join": [
954
- "",
955
- [
956
- "arn:",
957
- {
958
- "Ref": "AWS::Partition"
959
- },
960
- ":execute-api:",
961
- {
962
- "Ref": "AWS::Region"
963
- },
964
- ":",
965
- {
966
- "Ref": "AWS::AccountId"
967
- },
968
- ":",
969
- {
970
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
971
- },
972
- "/",
973
- {
974
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"
975
- },
976
- "/*/"
977
- ]
978
- ]
979
- }
980
- }
981
- },
982
- "constructInfo": {
983
- "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
984
- "version": "2.179.0"
985
- }
986
- },
987
- "ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..": {
988
- "id": "ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..",
989
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..",
990
- "attributes": {
991
- "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
992
- "aws:cdk:cloudformation:props": {
993
- "action": "lambda:InvokeFunction",
994
- "functionName": {
995
- "Fn::GetAtt": [
996
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
997
- "Arn"
998
- ]
999
- },
1000
- "principal": "apigateway.amazonaws.com",
1001
- "sourceArn": {
1002
- "Fn::Join": [
1003
- "",
1004
- [
1005
- "arn:",
1006
- {
1007
- "Ref": "AWS::Partition"
1008
- },
1009
- ":execute-api:",
1010
- {
1011
- "Ref": "AWS::Region"
1012
- },
1013
- ":",
1014
- {
1015
- "Ref": "AWS::AccountId"
1016
- },
1017
- ":",
1018
- {
1019
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
1020
- },
1021
- "/test-invoke-stage/*/"
1022
- ]
1023
- ]
1024
- }
1025
- }
1026
- },
1027
- "constructInfo": {
1028
- "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
1029
- "version": "2.179.0"
1030
- }
1031
- },
1032
- "Resource": {
1033
- "id": "Resource",
1034
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/Resource",
1035
- "attributes": {
1036
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
1037
- "aws:cdk:cloudformation:props": {
1038
- "authorizationType": "CUSTOM",
1039
- "authorizerId": {
1040
- "Ref": "cftaplamnoargumentsauthorizerD7B341B1"
1041
- },
1042
- "httpMethod": "ANY",
1043
- "integration": {
1044
- "type": "AWS_PROXY",
1045
- "uri": {
1046
- "Fn::Join": [
1047
- "",
1048
- [
1049
- "arn:",
1050
- {
1051
- "Ref": "AWS::Partition"
1052
- },
1053
- ":apigateway:",
1054
- {
1055
- "Ref": "AWS::Region"
1056
- },
1057
- ":lambda:path/2015-03-31/functions/",
1058
- {
1059
- "Fn::GetAtt": [
1060
- "testcloudfrontapigatewaylambdaLambdaFunction17A55E65",
1061
- "Arn"
1062
- ]
1063
- },
1064
- "/invocations"
1065
- ]
1066
- ]
1067
- },
1068
- "integrationHttpMethod": "POST"
1069
- },
1070
- "resourceId": {
1071
- "Fn::GetAtt": [
1072
- "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44",
1073
- "RootResourceId"
1074
- ]
1075
- },
1076
- "restApiId": {
1077
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
1078
- }
1079
- }
1080
- },
1081
- "constructInfo": {
1082
- "fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
1083
- "version": "2.179.0"
1084
- }
1085
- }
1086
- },
1087
- "constructInfo": {
1088
- "fqn": "aws-cdk-lib.aws_apigateway.Method",
1089
- "version": "2.179.0",
1090
- "metadata": [
1091
- {
1092
- "resource": "*",
1093
- "httpMethod": "*",
1094
- "integration": "*",
1095
- "options": "*"
1096
- }
1097
- ]
1098
- }
1099
- }
1100
- },
1101
- "constructInfo": {
1102
- "fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
1103
- "version": "2.179.0",
1104
- "metadata": [
1105
- "*"
1106
- ]
1107
- }
1108
- },
1109
- "UsagePlan": {
1110
- "id": "UsagePlan",
1111
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/UsagePlan",
1112
- "children": {
1113
- "Resource": {
1114
- "id": "Resource",
1115
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/UsagePlan/Resource",
1116
- "attributes": {
1117
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::UsagePlan",
1118
- "aws:cdk:cloudformation:props": {
1119
- "apiStages": [
1120
- {
1121
- "apiId": {
1122
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
1123
- },
1124
- "stage": {
1125
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"
1126
- },
1127
- "throttle": {}
1128
- }
1129
- ]
1130
- }
1131
- },
1132
- "constructInfo": {
1133
- "fqn": "aws-cdk-lib.aws_apigateway.CfnUsagePlan",
1134
- "version": "2.179.0"
1135
- }
1136
- }
1137
- },
1138
- "constructInfo": {
1139
- "fqn": "aws-cdk-lib.aws_apigateway.UsagePlan",
1140
- "version": "2.179.0",
1141
- "metadata": [
1142
- {
1143
- "apiStages": [
1144
- {
1145
- "api": "*"
1146
- }
1147
- ]
1148
- }
1149
- ]
1150
- }
1151
- }
1152
- },
1153
- "constructInfo": {
1154
- "fqn": "aws-cdk-lib.aws_apigateway.LambdaRestApi",
1155
- "version": "2.179.0",
1156
- "metadata": [
1157
- {
1158
- "defaultIntegration": "*",
1159
- "endpointConfiguration": {
1160
- "types": [
1161
- "REGIONAL"
1162
- ]
1163
- },
1164
- "cloudWatchRole": false,
1165
- "deployOptions": {
1166
- "accessLogDestination": "*",
1167
- "accessLogFormat": "*",
1168
- "loggingLevel": "INFO",
1169
- "dataTraceEnabled": false,
1170
- "tracingEnabled": true
1171
- },
1172
- "defaultMethodOptions": {
1173
- "authorizationType": "*",
1174
- "authorizer": "*"
1175
- },
1176
- "handler": "*"
1177
- },
1178
- {
1179
- "endpointConfiguration": {
1180
- "types": [
1181
- "REGIONAL"
1182
- ]
1183
- },
1184
- "cloudWatchRole": false,
1185
- "deployOptions": {
1186
- "accessLogDestination": "*",
1187
- "accessLogFormat": "*",
1188
- "loggingLevel": "INFO",
1189
- "dataTraceEnabled": false,
1190
- "tracingEnabled": true
1191
- },
1192
- "defaultMethodOptions": {
1193
- "authorizationType": "*",
1194
- "authorizer": "*"
1195
- },
1196
- "handler": "*"
1197
- }
1198
- ]
1199
- }
1200
- },
1201
- "LambdaRestApiCloudWatchRole": {
1202
- "id": "LambdaRestApiCloudWatchRole",
1203
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole",
1204
- "children": {
1205
- "ImportLambdaRestApiCloudWatchRole": {
1206
- "id": "ImportLambdaRestApiCloudWatchRole",
1207
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole",
1208
- "constructInfo": {
1209
- "fqn": "aws-cdk-lib.Resource",
1210
- "version": "2.179.0",
1211
- "metadata": [
1212
- "*"
1213
- ]
1214
- }
1215
- },
1216
- "Resource": {
1217
- "id": "Resource",
1218
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole/Resource",
1219
- "attributes": {
1220
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
1221
- "aws:cdk:cloudformation:props": {
1222
- "assumeRolePolicyDocument": {
1223
- "Statement": [
1224
- {
1225
- "Action": "sts:AssumeRole",
1226
- "Effect": "Allow",
1227
- "Principal": {
1228
- "Service": "apigateway.amazonaws.com"
1229
- }
1230
- }
1231
- ],
1232
- "Version": "2012-10-17"
1233
- },
1234
- "policies": [
1235
- {
1236
- "policyName": "LambdaRestApiCloudWatchRolePolicy",
1237
- "policyDocument": {
1238
- "Statement": [
1239
- {
1240
- "Action": [
1241
- "logs:CreateLogGroup",
1242
- "logs:CreateLogStream",
1243
- "logs:DescribeLogGroups",
1244
- "logs:DescribeLogStreams",
1245
- "logs:FilterLogEvents",
1246
- "logs:GetLogEvents",
1247
- "logs:PutLogEvents"
1248
- ],
1249
- "Effect": "Allow",
1250
- "Resource": {
1251
- "Fn::Join": [
1252
- "",
1253
- [
1254
- "arn:",
1255
- {
1256
- "Ref": "AWS::Partition"
1257
- },
1258
- ":logs:",
1259
- {
1260
- "Ref": "AWS::Region"
1261
- },
1262
- ":",
1263
- {
1264
- "Ref": "AWS::AccountId"
1265
- },
1266
- ":*"
1267
- ]
1268
- ]
1269
- }
1270
- }
1271
- ],
1272
- "Version": "2012-10-17"
1273
- }
1274
- }
1275
- ]
1276
- }
1277
- },
1278
- "constructInfo": {
1279
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1280
- "version": "2.179.0"
1281
- }
1282
- }
1283
- },
1284
- "constructInfo": {
1285
- "fqn": "aws-cdk-lib.aws_iam.Role",
1286
- "version": "2.179.0",
1287
- "metadata": [
1288
- {
1289
- "assumedBy": {
1290
- "principalAccount": "*",
1291
- "assumeRoleAction": "*"
1292
- },
1293
- "inlinePolicies": "*"
1294
- }
1295
- ]
1296
- }
1297
- },
1298
- "LambdaRestApiAccount": {
1299
- "id": "LambdaRestApiAccount",
1300
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiAccount",
1301
- "attributes": {
1302
- "aws:cdk:cloudformation:type": "AWS::ApiGateway::Account",
1303
- "aws:cdk:cloudformation:props": {
1304
- "cloudWatchRoleArn": {
1305
- "Fn::GetAtt": [
1306
- "testcloudfrontapigatewaylambdaLambdaRestApiCloudWatchRole7A327F48",
1307
- "Arn"
1308
- ]
1309
- }
1310
- }
1311
- },
1312
- "constructInfo": {
1313
- "fqn": "aws-cdk-lib.aws_apigateway.CfnAccount",
1314
- "version": "2.179.0"
1315
- }
1316
- },
1317
- "CloudFrontToApiGateway": {
1318
- "id": "CloudFrontToApiGateway",
1319
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway",
1320
- "children": {
1321
- "SetHttpSecurityHeaders": {
1322
- "id": "SetHttpSecurityHeaders",
1323
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/SetHttpSecurityHeaders",
1324
- "children": {
1325
- "Resource": {
1326
- "id": "Resource",
1327
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/SetHttpSecurityHeaders/Resource",
1328
- "attributes": {
1329
- "aws:cdk:cloudformation:type": "AWS::CloudFront::Function",
1330
- "aws:cdk:cloudformation:props": {
1331
- "autoPublish": true,
1332
- "functionCode": "function handler(event) { var response = event.response; var headers = response.headers; headers['strict-transport-security'] = { value: 'max-age=63072000; includeSubdomains; preload'}; headers['content-security-policy'] = { value: \"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'\"}; headers['x-content-type-options'] = { value: 'nosniff'}; headers['x-frame-options'] = {value: 'DENY'}; headers['x-xss-protection'] = {value: '1; mode=block'}; return response; }",
1333
- "functionConfig": {
1334
- "comment": "SetHttpSecurityHeadersc87d9e55c0a6a55f893f95e9a700c7ce19634229d0",
1335
- "runtime": "cloudfront-js-1.0"
1336
- },
1337
- "name": "SetHttpSecurityHeadersc87d9e55c0a6a55f893f95e9a700c7ce19634229d0"
1338
- }
1339
- },
1340
- "constructInfo": {
1341
- "fqn": "aws-cdk-lib.aws_cloudfront.CfnFunction",
1342
- "version": "2.179.0"
1343
- }
1344
- }
1345
- },
1346
- "constructInfo": {
1347
- "fqn": "aws-cdk-lib.aws_cloudfront.Function",
1348
- "version": "2.179.0",
1349
- "metadata": [
1350
- {
1351
- "functionName": "*",
1352
- "code": "*"
1353
- }
1354
- ]
1355
- }
1356
- },
1357
- "CloudfrontLoggingBucketAccessLog": {
1358
- "id": "CloudfrontLoggingBucketAccessLog",
1359
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog",
1360
- "children": {
1361
- "Resource": {
1362
- "id": "Resource",
1363
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Resource",
1364
- "attributes": {
1365
- "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
1366
- "aws:cdk:cloudformation:props": {
1367
- "bucketEncryption": {
1368
- "serverSideEncryptionConfiguration": [
1369
- {
1370
- "serverSideEncryptionByDefault": {
1371
- "sseAlgorithm": "AES256"
1372
- }
1373
- }
1374
- ]
1375
- },
1376
- "publicAccessBlockConfiguration": {
1377
- "blockPublicAcls": true,
1378
- "blockPublicPolicy": true,
1379
- "ignorePublicAcls": true,
1380
- "restrictPublicBuckets": true
1381
- },
1382
- "versioningConfiguration": {
1383
- "status": "Enabled"
1384
- }
1385
- }
1386
- },
1387
- "constructInfo": {
1388
- "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
1389
- "version": "2.179.0"
1390
- }
1391
- },
1392
- "Policy": {
1393
- "id": "Policy",
1394
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Policy",
1395
- "children": {
1396
- "Resource": {
1397
- "id": "Resource",
1398
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Policy/Resource",
1399
- "attributes": {
1400
- "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
1401
- "aws:cdk:cloudformation:props": {
1402
- "bucket": {
1403
- "Ref": "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57"
1404
- },
1405
- "policyDocument": {
1406
- "Statement": [
1407
- {
1408
- "Action": "s3:*",
1409
- "Condition": {
1410
- "Bool": {
1411
- "aws:SecureTransport": "false"
1412
- }
1413
- },
1414
- "Effect": "Deny",
1415
- "Principal": {
1416
- "AWS": "*"
1417
- },
1418
- "Resource": [
1419
- {
1420
- "Fn::GetAtt": [
1421
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57",
1422
- "Arn"
1423
- ]
1424
- },
1425
- {
1426
- "Fn::Join": [
1427
- "",
1428
- [
1429
- {
1430
- "Fn::GetAtt": [
1431
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57",
1432
- "Arn"
1433
- ]
1434
- },
1435
- "/*"
1436
- ]
1437
- ]
1438
- }
1439
- ]
1440
- },
1441
- {
1442
- "Action": "s3:PutObject",
1443
- "Condition": {
1444
- "ArnLike": {
1445
- "aws:SourceArn": {
1446
- "Fn::GetAtt": [
1447
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1448
- "Arn"
1449
- ]
1450
- }
1451
- },
1452
- "StringEquals": {
1453
- "aws:SourceAccount": {
1454
- "Ref": "AWS::AccountId"
1455
- }
1456
- }
1457
- },
1458
- "Effect": "Allow",
1459
- "Principal": {
1460
- "Service": "logging.s3.amazonaws.com"
1461
- },
1462
- "Resource": {
1463
- "Fn::Join": [
1464
- "",
1465
- [
1466
- {
1467
- "Fn::GetAtt": [
1468
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57",
1469
- "Arn"
1470
- ]
1471
- },
1472
- "/*"
1473
- ]
1474
- ]
1475
- }
1476
- }
1477
- ],
1478
- "Version": "2012-10-17"
1479
- }
1480
- }
1481
- },
1482
- "constructInfo": {
1483
- "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
1484
- "version": "2.179.0"
1485
- }
1486
- }
1487
- },
1488
- "constructInfo": {
1489
- "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
1490
- "version": "2.179.0",
1491
- "metadata": [
1492
- {
1493
- "bucket": "*"
1494
- }
1495
- ]
1496
- }
1497
- }
1498
- },
1499
- "constructInfo": {
1500
- "fqn": "aws-cdk-lib.aws_s3.Bucket",
1501
- "version": "2.179.0",
1502
- "metadata": [
1503
- {
1504
- "encryption": "S3_MANAGED",
1505
- "versioned": true,
1506
- "blockPublicAccess": "*",
1507
- "removalPolicy": "retain",
1508
- "enforceSSL": true
1509
- }
1510
- ]
1511
- }
1512
- },
1513
- "CloudfrontLoggingBucket": {
1514
- "id": "CloudfrontLoggingBucket",
1515
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket",
1516
- "children": {
1517
- "Resource": {
1518
- "id": "Resource",
1519
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Resource",
1520
- "attributes": {
1521
- "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
1522
- "aws:cdk:cloudformation:props": {
1523
- "bucketEncryption": {
1524
- "serverSideEncryptionConfiguration": [
1525
- {
1526
- "serverSideEncryptionByDefault": {
1527
- "sseAlgorithm": "AES256"
1528
- }
1529
- }
1530
- ]
1531
- },
1532
- "loggingConfiguration": {
1533
- "destinationBucketName": {
1534
- "Ref": "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57"
1535
- }
1536
- },
1537
- "ownershipControls": {
1538
- "rules": [
1539
- {
1540
- "objectOwnership": "ObjectWriter"
1541
- }
1542
- ]
1543
- },
1544
- "publicAccessBlockConfiguration": {
1545
- "blockPublicAcls": true,
1546
- "blockPublicPolicy": true,
1547
- "ignorePublicAcls": true,
1548
- "restrictPublicBuckets": true
1549
- },
1550
- "tags": [
1551
- {
1552
- "key": "aws-cdk:auto-delete-objects",
1553
- "value": "true"
1554
- }
1555
- ],
1556
- "versioningConfiguration": {
1557
- "status": "Enabled"
1558
- }
1559
- }
1560
- },
1561
- "constructInfo": {
1562
- "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
1563
- "version": "2.179.0"
1564
- }
1565
- },
1566
- "Policy": {
1567
- "id": "Policy",
1568
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Policy",
1569
- "children": {
1570
- "Resource": {
1571
- "id": "Resource",
1572
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Policy/Resource",
1573
- "attributes": {
1574
- "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
1575
- "aws:cdk:cloudformation:props": {
1576
- "bucket": {
1577
- "Ref": "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421"
1578
- },
1579
- "policyDocument": {
1580
- "Statement": [
1581
- {
1582
- "Action": "s3:*",
1583
- "Condition": {
1584
- "Bool": {
1585
- "aws:SecureTransport": "false"
1586
- }
1587
- },
1588
- "Effect": "Deny",
1589
- "Principal": {
1590
- "AWS": "*"
1591
- },
1592
- "Resource": [
1593
- {
1594
- "Fn::GetAtt": [
1595
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1596
- "Arn"
1597
- ]
1598
- },
1599
- {
1600
- "Fn::Join": [
1601
- "",
1602
- [
1603
- {
1604
- "Fn::GetAtt": [
1605
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1606
- "Arn"
1607
- ]
1608
- },
1609
- "/*"
1610
- ]
1611
- ]
1612
- }
1613
- ]
1614
- },
1615
- {
1616
- "Action": [
1617
- "s3:DeleteObject*",
1618
- "s3:GetBucket*",
1619
- "s3:List*",
1620
- "s3:PutBucketPolicy"
1621
- ],
1622
- "Effect": "Allow",
1623
- "Principal": {
1624
- "AWS": {
1625
- "Fn::GetAtt": [
1626
- "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
1627
- "Arn"
1628
- ]
1629
- }
1630
- },
1631
- "Resource": [
1632
- {
1633
- "Fn::GetAtt": [
1634
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1635
- "Arn"
1636
- ]
1637
- },
1638
- {
1639
- "Fn::Join": [
1640
- "",
1641
- [
1642
- {
1643
- "Fn::GetAtt": [
1644
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1645
- "Arn"
1646
- ]
1647
- },
1648
- "/*"
1649
- ]
1650
- ]
1651
- }
1652
- ]
1653
- }
1654
- ],
1655
- "Version": "2012-10-17"
1656
- }
1657
- }
1658
- },
1659
- "constructInfo": {
1660
- "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
1661
- "version": "2.179.0"
1662
- }
1663
- }
1664
- },
1665
- "constructInfo": {
1666
- "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
1667
- "version": "2.179.0",
1668
- "metadata": [
1669
- {
1670
- "bucket": "*"
1671
- }
1672
- ]
1673
- }
1674
- },
1675
- "AutoDeleteObjectsCustomResource": {
1676
- "id": "AutoDeleteObjectsCustomResource",
1677
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource",
1678
- "children": {
1679
- "Default": {
1680
- "id": "Default",
1681
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource/Default",
1682
- "constructInfo": {
1683
- "fqn": "aws-cdk-lib.CfnResource",
1684
- "version": "2.179.0"
1685
- }
1686
- }
1687
- },
1688
- "constructInfo": {
1689
- "fqn": "aws-cdk-lib.CustomResource",
1690
- "version": "2.179.0",
1691
- "metadata": [
1692
- "*"
1693
- ]
1694
- }
1695
- }
1696
- },
1697
- "constructInfo": {
1698
- "fqn": "aws-cdk-lib.aws_s3.Bucket",
1699
- "version": "2.179.0",
1700
- "metadata": [
1701
- {
1702
- "encryption": "S3_MANAGED",
1703
- "versioned": true,
1704
- "blockPublicAccess": "*",
1705
- "removalPolicy": "destroy",
1706
- "enforceSSL": true,
1707
- "autoDeleteObjects": true,
1708
- "objectOwnership": "ObjectWriter",
1709
- "serverAccessLogsBucket": "*"
1710
- }
1711
- ]
1712
- }
1713
- },
1714
- "CloudFrontDistribution": {
1715
- "id": "CloudFrontDistribution",
1716
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution",
1717
- "children": {
1718
- "Origin1": {
1719
- "id": "Origin1",
1720
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution/Origin1",
1721
- "constructInfo": {
1722
- "fqn": "constructs.Construct",
1723
- "version": "10.4.2"
1724
- }
1725
- },
1726
- "Resource": {
1727
- "id": "Resource",
1728
- "path": "cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution/Resource",
1729
- "attributes": {
1730
- "aws:cdk:cloudformation:type": "AWS::CloudFront::Distribution",
1731
- "aws:cdk:cloudformation:props": {
1732
- "distributionConfig": {
1733
- "enabled": true,
1734
- "origins": [
1735
- {
1736
- "domainName": {
1737
- "Fn::Select": [
1738
- 0,
1739
- {
1740
- "Fn::Split": [
1741
- "/",
1742
- {
1743
- "Fn::Select": [
1744
- 1,
1745
- {
1746
- "Fn::Split": [
1747
- "://",
1748
- {
1749
- "Fn::Join": [
1750
- "",
1751
- [
1752
- "https://",
1753
- {
1754
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"
1755
- },
1756
- ".execute-api.",
1757
- {
1758
- "Ref": "AWS::Region"
1759
- },
1760
- ".",
1761
- {
1762
- "Ref": "AWS::URLSuffix"
1763
- },
1764
- "/",
1765
- {
1766
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"
1767
- },
1768
- "/"
1769
- ]
1770
- ]
1771
- }
1772
- ]
1773
- }
1774
- ]
1775
- }
1776
- ]
1777
- }
1778
- ]
1779
- },
1780
- "id": "cftaplamnoargumentstestcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudFrontDistributionOrigin14C55B0B8",
1781
- "originPath": {
1782
- "Fn::Join": [
1783
- "",
1784
- [
1785
- "/",
1786
- {
1787
- "Ref": "testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"
1788
- }
1789
- ]
1790
- ]
1791
- },
1792
- "customOriginConfig": {
1793
- "originSslProtocols": [
1794
- "TLSv1.2"
1795
- ],
1796
- "originProtocolPolicy": "https-only"
1797
- }
1798
- }
1799
- ],
1800
- "defaultCacheBehavior": {
1801
- "pathPattern": "*",
1802
- "targetOriginId": "cftaplamnoargumentstestcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudFrontDistributionOrigin14C55B0B8",
1803
- "cachePolicyId": "658327ea-f89d-4fab-a63d-7e88639e58f6",
1804
- "compress": true,
1805
- "viewerProtocolPolicy": "redirect-to-https",
1806
- "functionAssociations": [
1807
- {
1808
- "functionArn": {
1809
- "Fn::GetAtt": [
1810
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewaySetHttpSecurityHeaders6945414A",
1811
- "FunctionARN"
1812
- ]
1813
- },
1814
- "eventType": "viewer-response"
1815
- }
1816
- ]
1817
- },
1818
- "httpVersion": "http2",
1819
- "ipv6Enabled": true,
1820
- "logging": {
1821
- "bucket": {
1822
- "Fn::GetAtt": [
1823
- "testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
1824
- "RegionalDomainName"
1825
- ]
1826
- }
1827
- }
1828
- }
1829
- }
1830
- },
1831
- "constructInfo": {
1832
- "fqn": "aws-cdk-lib.aws_cloudfront.CfnDistribution",
1833
- "version": "2.179.0"
1834
- }
1835
- }
1836
- },
1837
- "constructInfo": {
1838
- "fqn": "aws-cdk-lib.aws_cloudfront.Distribution",
1839
- "version": "2.179.0",
1840
- "metadata": [
1841
- {
1842
- "defaultBehavior": {
1843
- "origin": "*",
1844
- "functionAssociations": [
1845
- {
1846
- "eventType": "viewer-response",
1847
- "function": "*"
1848
- }
1849
- ],
1850
- "viewerProtocolPolicy": "redirect-to-https"
1851
- },
1852
- "enableLogging": true,
1853
- "logBucket": "*"
1854
- }
1855
- ]
1856
- }
1857
- }
1858
- },
1859
- "constructInfo": {
1860
- "fqn": "@aws-solutions-constructs/aws-cloudfront-apigateway.CloudFrontToApiGateway",
1861
- "version": "2.79.1"
1862
- }
1863
- }
1864
- },
1865
- "constructInfo": {
1866
- "fqn": "@aws-solutions-constructs/aws-cloudfront-apigateway-lambda.CloudFrontToApiGatewayToLambda",
1867
- "version": "2.79.1"
1868
- }
1869
- },
1870
- "LatestNodeRuntimeMap": {
1871
- "id": "LatestNodeRuntimeMap",
1872
- "path": "cftaplam-no-arguments/LatestNodeRuntimeMap",
1873
- "constructInfo": {
1874
- "fqn": "aws-cdk-lib.CfnMapping",
1875
- "version": "2.179.0"
1876
- }
1877
- },
1878
- "Custom::S3AutoDeleteObjectsCustomResourceProvider": {
1879
- "id": "Custom::S3AutoDeleteObjectsCustomResourceProvider",
1880
- "path": "cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider",
1881
- "children": {
1882
- "Staging": {
1883
- "id": "Staging",
1884
- "path": "cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging",
1885
- "constructInfo": {
1886
- "fqn": "aws-cdk-lib.AssetStaging",
1887
- "version": "2.179.0"
1888
- }
1889
- },
1890
- "Role": {
1891
- "id": "Role",
1892
- "path": "cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role",
1893
- "constructInfo": {
1894
- "fqn": "aws-cdk-lib.CfnResource",
1895
- "version": "2.179.0"
1896
- }
1897
- },
1898
- "Handler": {
1899
- "id": "Handler",
1900
- "path": "cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler",
1901
- "constructInfo": {
1902
- "fqn": "aws-cdk-lib.CfnResource",
1903
- "version": "2.179.0"
1904
- }
1905
- }
1906
- },
1907
- "constructInfo": {
1908
- "fqn": "aws-cdk-lib.CustomResourceProviderBase",
1909
- "version": "2.179.0"
1910
- }
1911
- },
1912
- "Integ": {
1913
- "id": "Integ",
1914
- "path": "cftaplam-no-arguments/Integ",
1915
- "children": {
1916
- "DefaultTest": {
1917
- "id": "DefaultTest",
1918
- "path": "cftaplam-no-arguments/Integ/DefaultTest",
1919
- "children": {
1920
- "Default": {
1921
- "id": "Default",
1922
- "path": "cftaplam-no-arguments/Integ/DefaultTest/Default",
1923
- "constructInfo": {
1924
- "fqn": "constructs.Construct",
1925
- "version": "10.4.2"
1926
- }
1927
- },
1928
- "DeployAssert": {
1929
- "id": "DeployAssert",
1930
- "path": "cftaplam-no-arguments/Integ/DefaultTest/DeployAssert",
1931
- "children": {
1932
- "BootstrapVersion": {
1933
- "id": "BootstrapVersion",
1934
- "path": "cftaplam-no-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1935
- "constructInfo": {
1936
- "fqn": "aws-cdk-lib.CfnParameter",
1937
- "version": "2.179.0"
1938
- }
1939
- },
1940
- "CheckBootstrapVersion": {
1941
- "id": "CheckBootstrapVersion",
1942
- "path": "cftaplam-no-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1943
- "constructInfo": {
1944
- "fqn": "aws-cdk-lib.CfnRule",
1945
- "version": "2.179.0"
1946
- }
1947
- }
1948
- },
1949
- "constructInfo": {
1950
- "fqn": "aws-cdk-lib.Stack",
1951
- "version": "2.179.0"
1952
- }
1953
- }
1954
- },
1955
- "constructInfo": {
1956
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1957
- "version": "2.179.0-alpha.0"
1958
- }
1959
- }
1960
- },
1961
- "constructInfo": {
1962
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1963
- "version": "2.179.0-alpha.0"
1964
- }
1965
- },
1966
- "BootstrapVersion": {
1967
- "id": "BootstrapVersion",
1968
- "path": "cftaplam-no-arguments/BootstrapVersion",
1969
- "constructInfo": {
1970
- "fqn": "aws-cdk-lib.CfnParameter",
1971
- "version": "2.179.0"
1972
- }
1973
- },
1974
- "CheckBootstrapVersion": {
1975
- "id": "CheckBootstrapVersion",
1976
- "path": "cftaplam-no-arguments/CheckBootstrapVersion",
1977
- "constructInfo": {
1978
- "fqn": "aws-cdk-lib.CfnRule",
1979
- "version": "2.179.0"
1980
- }
1981
- }
1982
- },
1983
- "constructInfo": {
1984
- "fqn": "aws-cdk-lib.Stack",
1985
- "version": "2.179.0"
1986
- }
1987
- },
1988
- "Tree": {
1989
- "id": "Tree",
1990
- "path": "Tree",
1991
- "constructInfo": {
1992
- "fqn": "constructs.Construct",
1993
- "version": "10.4.2"
1994
- }
1995
- }
1996
- },
1997
- "constructInfo": {
1998
- "fqn": "aws-cdk-lib.App",
1999
- "version": "2.179.0"
2000
- }
2001
- }
2002
- }
1
+ {"version":"tree-0.1","tree":{"id":"App","path":"","children":{"cftaplam-no-arguments":{"id":"cftaplam-no-arguments","path":"cftaplam-no-arguments","children":{"cftaplam-no-arguments-authorizerAuthFunction":{"id":"cftaplam-no-arguments-authorizerAuthFunction","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction","children":{"ServiceRole":{"id":"ServiceRole","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole","children":{"ImportServiceRole":{"id":"ImportServiceRole","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole/ImportServiceRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/ServiceRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"lambda.amazonaws.com"}}],"Version":"2012-10-17"},"managedPolicyArns":[{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"]]}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"managedPolicies":[{"managedPolicyArn":"*"}]}]}},"Code":{"id":"Code","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code","children":{"Stage":{"id":"Stage","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code/Stage","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"AssetBucket":{"id":"AssetBucket","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Code/AssetBucket","constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketBase","version":"2.186.0","metadata":[]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3_assets.Asset","version":"2.186.0"}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Function","aws:cdk:cloudformation:props":{"code":{"s3Bucket":{"Fn::Sub":"cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"},"s3Key":"3a18fd3de4803f72260a058823accffd4f8d69986c6862a23cd86265f6cafa0f.zip"},"handler":".handler","role":{"Fn::GetAtt":["cftaplamnoargumentsauthorizerAuthFunctionServiceRole122160C6","Arn"]},"runtime":"nodejs20.x"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnFunction","version":"2.186.0"}},"cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions":{"id":"cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizerAuthFunction/cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B:Permissions","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Permission","aws:cdk:cloudformation:props":{"action":"lambda:InvokeFunction","functionName":{"Fn::GetAtt":["cftaplamnoargumentsauthorizerAuthFunction9B127993","Arn"]},"principal":"apigateway.amazonaws.com","sourceArn":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":execute-api:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"/authorizers/",{"Ref":"cftaplamnoargumentsauthorizerD7B341B1"}]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnPermission","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.Function","version":"2.186.0","metadata":[{"code":"*","runtime":"*","handler":"*"}]}},"cftaplam-no-arguments-authorizer":{"id":"cftaplam-no-arguments-authorizer","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizer","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/cftaplam-no-arguments-authorizer/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Authorizer","aws:cdk:cloudformation:props":{"authorizerResultTtlInSeconds":300,"authorizerUri":{"Fn::Join":["",["arn:",{"Fn::Select":[1,{"Fn::Split":[":",{"Fn::GetAtt":["cftaplamnoargumentsauthorizerAuthFunction9B127993","Arn"]}]}]},":apigateway:",{"Fn::Select":[3,{"Fn::Split":[":",{"Fn::GetAtt":["cftaplamnoargumentsauthorizerAuthFunction9B127993","Arn"]}]}]},":lambda:path/2015-03-31/functions/",{"Fn::GetAtt":["cftaplamnoargumentsauthorizerAuthFunction9B127993","Arn"]},"/invocations"]]},"identitySource":"method.request.header.Authorization","name":"cftaplamnoargumentscftaplamnoargumentsauthorizer14876A7B","restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"type":"REQUEST"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnAuthorizer","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.RequestAuthorizer","version":"2.186.0","metadata":["*"]}},"test-cloudfront-apigateway-lambda":{"id":"test-cloudfront-apigateway-lambda","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda","children":{"LambdaFunctionServiceRole":{"id":"LambdaFunctionServiceRole","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole","children":{"ImportLambdaFunctionServiceRole":{"id":"ImportLambdaFunctionServiceRole","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunctionServiceRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"lambda.amazonaws.com"}}],"Version":"2012-10-17"},"policies":[{"policyName":"LambdaFunctionServiceRolePolicy","policyDocument":{"Statement":[{"Action":["logs:CreateLogGroup","logs:CreateLogStream","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":logs:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":log-group:/aws/lambda/*"]]}}],"Version":"2012-10-17"}}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"inlinePolicies":"*"},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]}]}},"LambdaFunction":{"id":"LambdaFunction","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction","children":{"Code":{"id":"Code","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code","children":{"Stage":{"id":"Stage","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code/Stage","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"AssetBucket":{"id":"AssetBucket","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Code/AssetBucket","constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketBase","version":"2.186.0","metadata":[]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3_assets.Asset","version":"2.186.0"}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Function","aws:cdk:cloudformation:props":{"code":{"s3Bucket":{"Fn::Sub":"cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"},"s3Key":"3a18fd3de4803f72260a058823accffd4f8d69986c6862a23cd86265f6cafa0f.zip"},"environment":{"variables":{"AWS_NODEJS_CONNECTION_REUSE_ENABLED":"1"}},"handler":"index.handler","role":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunctionServiceRoleCB74590F","Arn"]},"runtime":"nodejs20.x","tracingConfig":{"mode":"Active"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnFunction","version":"2.186.0"}},"inlinePolicyAddedToExecutionRole-0":{"id":"inlinePolicyAddedToExecutionRole-0","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/inlinePolicyAddedToExecutionRole-0","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["xray:PutTelemetryRecords","xray:PutTraceSegments"],"Effect":"Allow","Resource":"*"}],"Version":"2012-10-17"},"policyName":"testcloudfrontapigatewaylambdaLambdaFunctioninlinePolicyAddedToExecutionRole010F5D55C","roles":[{"Ref":"testcloudfrontapigatewaylambdaLambdaFunctionServiceRoleCB74590F"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":[{"statements":"*"},{"addStatements":[{}]},{"attachToRole":["*"]},{"attachToRole":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.Function","version":"2.186.0","metadata":[{"role":"*","tracing":"Active","code":"*","runtime":"*","handler":"*"},{"addEnvironment":["*","*",{"removeInEdge":true}]}]}},"ApiAccessLogGroup":{"id":"ApiAccessLogGroup","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/ApiAccessLogGroup","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/ApiAccessLogGroup/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Logs::LogGroup","aws:cdk:cloudformation:props":{}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.CfnLogGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.LogGroup","version":"2.186.0","metadata":[{"retention":9999}]}},"LambdaRestApi":{"id":"LambdaRestApi","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::RestApi","aws:cdk:cloudformation:props":{"endpointConfiguration":{"types":["REGIONAL"]},"name":"LambdaRestApi"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnRestApi","version":"2.186.0"}},"Deployment":{"id":"Deployment","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Deployment","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Deployment/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Deployment","aws:cdk:cloudformation:props":{"description":"Automatically created by the RestApi construct","restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnDeployment","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Deployment","version":"2.186.0","metadata":[{"description":"*","api":"*","retainDeployments":"*"},{"addToLogicalId":[{}]},{"addToLogicalId":[{}]},{"addToLogicalId":[{}]},{"addToLogicalId":[{}]},{"addToLogicalId":[{}]}]}},"DeploymentStage.prod":{"id":"DeploymentStage.prod","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/DeploymentStage.prod","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/DeploymentStage.prod/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Stage","aws:cdk:cloudformation:props":{"accessLogSetting":{"destinationArn":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaApiAccessLogGroup97EB2E40","Arn"]},"format":"{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"user\":\"$context.identity.user\",\"caller\":\"$context.identity.caller\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"resourcePath\":\"$context.resourcePath\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\"}"},"deploymentId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeployment0C4661C0449e768de84d9b01b952d7f0c0a787fe"},"methodSettings":[{"httpMethod":"*","resourcePath":"/*","dataTraceEnabled":false,"loggingLevel":"INFO"}],"restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"stageName":"prod","tracingEnabled":true}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnStage","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Stage","version":"2.186.0","metadata":[{"deployment":"*","accessLogDestination":"*","accessLogFormat":"*","loggingLevel":"INFO","dataTraceEnabled":false,"tracingEnabled":true}]}},"Endpoint":{"id":"Endpoint","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Endpoint","constructInfo":{"fqn":"aws-cdk-lib.CfnOutput","version":"2.186.0"}},"Default":{"id":"Default","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default","children":{"{proxy+}":{"id":"{proxy+}","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Resource","aws:cdk:cloudformation:props":{"parentId":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44","RootResourceId"]},"pathPart":"{proxy+}","restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnResource","version":"2.186.0"}},"ANY":{"id":"ANY","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY","children":{"ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}":{"id":"ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Permission","aws:cdk:cloudformation:props":{"action":"lambda:InvokeFunction","functionName":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"principal":"apigateway.amazonaws.com","sourceArn":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":execute-api:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"/",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"},"/*/*"]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnPermission","version":"2.186.0"}},"ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}":{"id":"ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..{proxy+}","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Permission","aws:cdk:cloudformation:props":{"action":"lambda:InvokeFunction","functionName":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"principal":"apigateway.amazonaws.com","sourceArn":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":execute-api:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"/test-invoke-stage/*/*"]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnPermission","version":"2.186.0"}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/{proxy+}/ANY/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Method","aws:cdk:cloudformation:props":{"authorizationType":"CUSTOM","authorizerId":{"Ref":"cftaplamnoargumentsauthorizerD7B341B1"},"httpMethod":"ANY","integration":{"type":"AWS_PROXY","uri":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":apigateway:",{"Ref":"AWS::Region"},":lambda:path/2015-03-31/functions/",{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"/invocations"]]},"integrationHttpMethod":"POST"},"resourceId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiproxyBC09D86F"},"restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnMethod","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Method","version":"2.186.0","metadata":[{"resource":"*","httpMethod":"*","integration":"*","options":"*"}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.ProxyResource","version":"2.186.0","metadata":[{"defaultIntegration":"*","defaultMethodOptions":"*"},{},{"addMethod":["*"]}]}},"ANY":{"id":"ANY","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY","children":{"ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..":{"id":"ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/ApiPermission.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Permission","aws:cdk:cloudformation:props":{"action":"lambda:InvokeFunction","functionName":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"principal":"apigateway.amazonaws.com","sourceArn":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":execute-api:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"/",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"},"/*/"]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnPermission","version":"2.186.0"}},"ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..":{"id":"ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/ApiPermission.Test.cftaplamnoargumentstestcloudfrontapigatewaylambdaLambdaRestApiF14A7709.ANY..","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Permission","aws:cdk:cloudformation:props":{"action":"lambda:InvokeFunction","functionName":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"principal":"apigateway.amazonaws.com","sourceArn":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":execute-api:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"/test-invoke-stage/*/"]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnPermission","version":"2.186.0"}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/Default/ANY/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Method","aws:cdk:cloudformation:props":{"authorizationType":"CUSTOM","authorizerId":{"Ref":"cftaplamnoargumentsauthorizerD7B341B1"},"httpMethod":"ANY","integration":{"type":"AWS_PROXY","uri":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":apigateway:",{"Ref":"AWS::Region"},":lambda:path/2015-03-31/functions/",{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaFunction17A55E65","Arn"]},"/invocations"]]},"integrationHttpMethod":"POST"},"resourceId":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44","RootResourceId"]},"restApiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnMethod","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Method","version":"2.186.0","metadata":[{"resource":"*","httpMethod":"*","integration":"*","options":"*"}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.ResourceBase","version":"2.186.0","metadata":["*"]}},"UsagePlan":{"id":"UsagePlan","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/UsagePlan","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApi/UsagePlan/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::UsagePlan","aws:cdk:cloudformation:props":{"apiStages":[{"apiId":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},"stage":{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"},"throttle":{}}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnUsagePlan","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.UsagePlan","version":"2.186.0","metadata":[{"apiStages":[{"api":"*"}]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.LambdaRestApi","version":"2.186.0","metadata":[{"defaultIntegration":"*","endpointConfiguration":{"types":["REGIONAL"]},"cloudWatchRole":false,"deployOptions":{"accessLogDestination":"*","accessLogFormat":"*","loggingLevel":"INFO","dataTraceEnabled":false,"tracingEnabled":true},"defaultMethodOptions":{"authorizationType":"*","authorizer":"*"},"handler":"*"},{"endpointConfiguration":{"types":["REGIONAL"]},"cloudWatchRole":false,"deployOptions":{"accessLogDestination":"*","accessLogFormat":"*","loggingLevel":"INFO","dataTraceEnabled":false,"tracingEnabled":true},"defaultMethodOptions":{"authorizationType":"*","authorizer":"*"},"handler":"*"}]}},"LambdaRestApiCloudWatchRole":{"id":"LambdaRestApiCloudWatchRole","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole","children":{"ImportLambdaRestApiCloudWatchRole":{"id":"ImportLambdaRestApiCloudWatchRole","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiCloudWatchRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"apigateway.amazonaws.com"}}],"Version":"2012-10-17"},"policies":[{"policyName":"LambdaRestApiCloudWatchRolePolicy","policyDocument":{"Statement":[{"Action":["logs:CreateLogGroup","logs:CreateLogStream","logs:DescribeLogGroups","logs:DescribeLogStreams","logs:FilterLogEvents","logs:GetLogEvents","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":logs:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":*"]]}}],"Version":"2012-10-17"}}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"inlinePolicies":"*"}]}},"LambdaRestApiAccount":{"id":"LambdaRestApiAccount","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/LambdaRestApiAccount","attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Account","aws:cdk:cloudformation:props":{"cloudWatchRoleArn":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaLambdaRestApiCloudWatchRole7A327F48","Arn"]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnAccount","version":"2.186.0"}},"CloudFrontToApiGateway":{"id":"CloudFrontToApiGateway","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway","children":{"SetHttpSecurityHeaders":{"id":"SetHttpSecurityHeaders","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/SetHttpSecurityHeaders","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/SetHttpSecurityHeaders/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::CloudFront::Function","aws:cdk:cloudformation:props":{"autoPublish":true,"functionCode":"function handler(event) { var response = event.response; var headers = response.headers; headers['strict-transport-security'] = { value: 'max-age=63072000; includeSubdomains; preload'}; headers['content-security-policy'] = { value: \"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'\"}; headers['x-content-type-options'] = { value: 'nosniff'}; headers['x-frame-options'] = {value: 'DENY'}; headers['x-xss-protection'] = {value: '1; mode=block'}; return response; }","functionConfig":{"comment":"SetHttpSecurityHeadersc87d9e55c0a6a55f893f95e9a700c7ce19634229d0","runtime":"cloudfront-js-1.0"},"name":"SetHttpSecurityHeadersc87d9e55c0a6a55f893f95e9a700c7ce19634229d0"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_cloudfront.CfnFunction","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_cloudfront.Function","version":"2.186.0","metadata":[{"functionName":"*","code":"*"}]}},"CloudfrontLoggingBucketAccessLog":{"id":"CloudfrontLoggingBucketAccessLog","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::S3::Bucket","aws:cdk:cloudformation:props":{"bucketEncryption":{"serverSideEncryptionConfiguration":[{"serverSideEncryptionByDefault":{"sseAlgorithm":"AES256"}}]},"publicAccessBlockConfiguration":{"blockPublicAcls":true,"blockPublicPolicy":true,"ignorePublicAcls":true,"restrictPublicBuckets":true},"versioningConfiguration":{"status":"Enabled"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.CfnBucket","version":"2.186.0"}},"Policy":{"id":"Policy","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Policy","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucketAccessLog/Policy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::S3::BucketPolicy","aws:cdk:cloudformation:props":{"bucket":{"Ref":"testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57"},"policyDocument":{"Statement":[{"Action":"s3:*","Condition":{"Bool":{"aws:SecureTransport":"false"}},"Effect":"Deny","Principal":{"AWS":"*"},"Resource":[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57","Arn"]},{"Fn::Join":["",[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57","Arn"]},"/*"]]}]},{"Action":"s3:PutObject","Condition":{"ArnLike":{"aws:SourceArn":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","Arn"]}},"StringEquals":{"aws:SourceAccount":{"Ref":"AWS::AccountId"}}},"Effect":"Allow","Principal":{"Service":"logging.s3.amazonaws.com"},"Resource":{"Fn::Join":["",[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57","Arn"]},"/*"]]}}],"Version":"2012-10-17"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.CfnBucketPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketPolicy","version":"2.186.0","metadata":[{"bucket":"*"}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.Bucket","version":"2.186.0","metadata":[{"encryption":"S3_MANAGED","versioned":true,"blockPublicAccess":"*","removalPolicy":"retain","enforceSSL":true}]}},"CloudfrontLoggingBucket":{"id":"CloudfrontLoggingBucket","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::S3::Bucket","aws:cdk:cloudformation:props":{"bucketEncryption":{"serverSideEncryptionConfiguration":[{"serverSideEncryptionByDefault":{"sseAlgorithm":"AES256"}}]},"loggingConfiguration":{"destinationBucketName":{"Ref":"testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucketAccessLog347EED57"}},"ownershipControls":{"rules":[{"objectOwnership":"ObjectWriter"}]},"publicAccessBlockConfiguration":{"blockPublicAcls":true,"blockPublicPolicy":true,"ignorePublicAcls":true,"restrictPublicBuckets":true},"tags":[{"key":"aws-cdk:auto-delete-objects","value":"true"}],"versioningConfiguration":{"status":"Enabled"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.CfnBucket","version":"2.186.0"}},"Policy":{"id":"Policy","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Policy","children":{"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/Policy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::S3::BucketPolicy","aws:cdk:cloudformation:props":{"bucket":{"Ref":"testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421"},"policyDocument":{"Statement":[{"Action":"s3:*","Condition":{"Bool":{"aws:SecureTransport":"false"}},"Effect":"Deny","Principal":{"AWS":"*"},"Resource":[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","Arn"]},{"Fn::Join":["",[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","Arn"]},"/*"]]}]},{"Action":["s3:DeleteObject*","s3:GetBucket*","s3:List*","s3:PutBucketPolicy"],"Effect":"Allow","Principal":{"AWS":{"Fn::GetAtt":["CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092","Arn"]}},"Resource":[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","Arn"]},{"Fn::Join":["",[{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","Arn"]},"/*"]]}]}],"Version":"2012-10-17"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.CfnBucketPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketPolicy","version":"2.186.0","metadata":[{"bucket":"*"}]}},"AutoDeleteObjectsCustomResource":{"id":"AutoDeleteObjectsCustomResource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource","children":{"Default":{"id":"Default","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource/Default","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResource","version":"2.186.0","metadata":["*"]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3.Bucket","version":"2.186.0","metadata":[{"encryption":"S3_MANAGED","versioned":true,"blockPublicAccess":"*","removalPolicy":"destroy","enforceSSL":true,"autoDeleteObjects":true,"objectOwnership":"ObjectWriter","serverAccessLogsBucket":"*"}]}},"CloudFrontDistribution":{"id":"CloudFrontDistribution","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution","children":{"Origin1":{"id":"Origin1","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution/Origin1","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}},"Resource":{"id":"Resource","path":"cftaplam-no-arguments/test-cloudfront-apigateway-lambda/CloudFrontToApiGateway/CloudFrontDistribution/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::CloudFront::Distribution","aws:cdk:cloudformation:props":{"distributionConfig":{"enabled":true,"origins":[{"domainName":{"Fn::Select":[0,{"Fn::Split":["/",{"Fn::Select":[1,{"Fn::Split":["://",{"Fn::Join":["",["https://",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApi6A4CBD44"},".execute-api.",{"Ref":"AWS::Region"},".",{"Ref":"AWS::URLSuffix"},"/",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"},"/"]]}]}]}]}]},"id":"cftaplamnoargumentstestcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudFrontDistributionOrigin14C55B0B8","originPath":{"Fn::Join":["",["/",{"Ref":"testcloudfrontapigatewaylambdaLambdaRestApiDeploymentStageprod4617A7B7"}]]},"customOriginConfig":{"originSslProtocols":["TLSv1.2"],"originProtocolPolicy":"https-only"}}],"defaultCacheBehavior":{"pathPattern":"*","targetOriginId":"cftaplamnoargumentstestcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudFrontDistributionOrigin14C55B0B8","cachePolicyId":"658327ea-f89d-4fab-a63d-7e88639e58f6","compress":true,"viewerProtocolPolicy":"redirect-to-https","functionAssociations":[{"functionArn":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewaySetHttpSecurityHeaders6945414A","FunctionARN"]},"eventType":"viewer-response"}]},"httpVersion":"http2","ipv6Enabled":true,"logging":{"bucket":{"Fn::GetAtt":["testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421","RegionalDomainName"]}}}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_cloudfront.CfnDistribution","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_cloudfront.Distribution","version":"2.186.0","metadata":[{"defaultBehavior":{"origin":"*","functionAssociations":[{"eventType":"viewer-response","function":"*"}],"viewerProtocolPolicy":"redirect-to-https"},"enableLogging":true,"logBucket":"*"}]}}},"constructInfo":{"fqn":"@aws-solutions-constructs/aws-cloudfront-apigateway.CloudFrontToApiGateway","version":"2.80.0"}}},"constructInfo":{"fqn":"@aws-solutions-constructs/aws-cloudfront-apigateway-lambda.CloudFrontToApiGatewayToLambda","version":"2.80.0"}},"LatestNodeRuntimeMap":{"id":"LatestNodeRuntimeMap","path":"cftaplam-no-arguments/LatestNodeRuntimeMap","constructInfo":{"fqn":"aws-cdk-lib.CfnMapping","version":"2.186.0"}},"Custom::S3AutoDeleteObjectsCustomResourceProvider":{"id":"Custom::S3AutoDeleteObjectsCustomResourceProvider","path":"cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider","children":{"Staging":{"id":"Staging","path":"cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"Role":{"id":"Role","path":"cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}},"Handler":{"id":"Handler","path":"cftaplam-no-arguments/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResourceProviderBase","version":"2.186.0"}},"Integ":{"id":"Integ","path":"cftaplam-no-arguments/Integ","children":{"DefaultTest":{"id":"DefaultTest","path":"cftaplam-no-arguments/Integ/DefaultTest","children":{"Default":{"id":"Default","path":"cftaplam-no-arguments/Integ/DefaultTest/Default","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}},"DeployAssert":{"id":"DeployAssert","path":"cftaplam-no-arguments/Integ/DefaultTest/DeployAssert","children":{"BootstrapVersion":{"id":"BootstrapVersion","path":"cftaplam-no-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"cftaplam-no-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTestCase","version":"2.186.0-alpha.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTest","version":"2.186.0-alpha.0"}},"BootstrapVersion":{"id":"BootstrapVersion","path":"cftaplam-no-arguments/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"cftaplam-no-arguments/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}},"Tree":{"id":"Tree","path":"Tree","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}}},"constructInfo":{"fqn":"aws-cdk-lib.App","version":"2.186.0"}}}