@aws-solutions-constructs/aws-apigateway-dynamodb 2.79.1 → 2.80.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.
@@ -0,0 +1,800 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "apiddb-no-usage-plan": {
8
+ "id": "apiddb-no-usage-plan",
9
+ "path": "apiddb-no-usage-plan",
10
+ "children": {
11
+ "test-api-gateway-dynamodb-no-usage-plan": {
12
+ "id": "test-api-gateway-dynamodb-no-usage-plan",
13
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan",
14
+ "children": {
15
+ "DynamoTable": {
16
+ "id": "DynamoTable",
17
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/DynamoTable",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/DynamoTable/Resource",
22
+ "attributes": {
23
+ "aws:cdk:cloudformation:type": "AWS::DynamoDB::Table",
24
+ "aws:cdk:cloudformation:props": {
25
+ "attributeDefinitions": [
26
+ {
27
+ "attributeName": "id",
28
+ "attributeType": "S"
29
+ }
30
+ ],
31
+ "billingMode": "PAY_PER_REQUEST",
32
+ "keySchema": [
33
+ {
34
+ "attributeName": "id",
35
+ "keyType": "HASH"
36
+ }
37
+ ],
38
+ "pointInTimeRecoverySpecification": {
39
+ "pointInTimeRecoveryEnabled": true
40
+ },
41
+ "sseSpecification": {
42
+ "sseEnabled": true
43
+ }
44
+ }
45
+ },
46
+ "constructInfo": {
47
+ "fqn": "aws-cdk-lib.aws_dynamodb.CfnTable",
48
+ "version": "2.179.0"
49
+ }
50
+ },
51
+ "ScalingRole": {
52
+ "id": "ScalingRole",
53
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/DynamoTable/ScalingRole",
54
+ "constructInfo": {
55
+ "fqn": "aws-cdk-lib.Resource",
56
+ "version": "2.179.0",
57
+ "metadata": [
58
+ "*"
59
+ ]
60
+ }
61
+ }
62
+ },
63
+ "constructInfo": {
64
+ "fqn": "aws-cdk-lib.aws_dynamodb.Table",
65
+ "version": "2.179.0",
66
+ "metadata": [
67
+ {
68
+ "billingMode": "PAY_PER_REQUEST",
69
+ "encryption": "AWS_MANAGED",
70
+ "pointInTimeRecovery": true,
71
+ "partitionKey": {
72
+ "name": "*",
73
+ "type": "S"
74
+ }
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ "ApiAccessLogGroup": {
80
+ "id": "ApiAccessLogGroup",
81
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/ApiAccessLogGroup",
82
+ "children": {
83
+ "Resource": {
84
+ "id": "Resource",
85
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/ApiAccessLogGroup/Resource",
86
+ "attributes": {
87
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
88
+ "aws:cdk:cloudformation:props": {}
89
+ },
90
+ "constructInfo": {
91
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
92
+ "version": "2.179.0"
93
+ }
94
+ }
95
+ },
96
+ "constructInfo": {
97
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
98
+ "version": "2.179.0",
99
+ "metadata": [
100
+ {
101
+ "retention": 9999
102
+ }
103
+ ]
104
+ }
105
+ },
106
+ "RestApi": {
107
+ "id": "RestApi",
108
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi",
109
+ "children": {
110
+ "Resource": {
111
+ "id": "Resource",
112
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Resource",
113
+ "attributes": {
114
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::RestApi",
115
+ "aws:cdk:cloudformation:props": {
116
+ "endpointConfiguration": {
117
+ "types": [
118
+ "EDGE"
119
+ ]
120
+ },
121
+ "name": "RestApi"
122
+ }
123
+ },
124
+ "constructInfo": {
125
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnRestApi",
126
+ "version": "2.179.0"
127
+ }
128
+ },
129
+ "Deployment": {
130
+ "id": "Deployment",
131
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Deployment",
132
+ "children": {
133
+ "Resource": {
134
+ "id": "Resource",
135
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Deployment/Resource",
136
+ "attributes": {
137
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Deployment",
138
+ "aws:cdk:cloudformation:props": {
139
+ "description": "Automatically created by the RestApi construct",
140
+ "restApiId": {
141
+ "Ref": "testapigatewaydynamodbnousageplanRestApi9FE45562"
142
+ }
143
+ }
144
+ },
145
+ "constructInfo": {
146
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnDeployment",
147
+ "version": "2.179.0"
148
+ }
149
+ }
150
+ },
151
+ "constructInfo": {
152
+ "fqn": "aws-cdk-lib.aws_apigateway.Deployment",
153
+ "version": "2.179.0",
154
+ "metadata": [
155
+ {
156
+ "description": "*",
157
+ "api": "*",
158
+ "retainDeployments": "*"
159
+ },
160
+ {
161
+ "addToLogicalId": [
162
+ {}
163
+ ]
164
+ },
165
+ {
166
+ "addToLogicalId": [
167
+ {}
168
+ ]
169
+ }
170
+ ]
171
+ }
172
+ },
173
+ "DeploymentStage.prod": {
174
+ "id": "DeploymentStage.prod",
175
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/DeploymentStage.prod",
176
+ "children": {
177
+ "Resource": {
178
+ "id": "Resource",
179
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/DeploymentStage.prod/Resource",
180
+ "attributes": {
181
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Stage",
182
+ "aws:cdk:cloudformation:props": {
183
+ "accessLogSetting": {
184
+ "destinationArn": {
185
+ "Fn::GetAtt": [
186
+ "testapigatewaydynamodbnousageplanApiAccessLogGroupC37F737F",
187
+ "Arn"
188
+ ]
189
+ },
190
+ "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\"}"
191
+ },
192
+ "deploymentId": {
193
+ "Ref": "testapigatewaydynamodbnousageplanRestApiDeploymentB767BF8B2b444c794d3f97dc87e028a511232f8f"
194
+ },
195
+ "methodSettings": [
196
+ {
197
+ "httpMethod": "*",
198
+ "resourcePath": "/*",
199
+ "dataTraceEnabled": false,
200
+ "loggingLevel": "INFO"
201
+ }
202
+ ],
203
+ "restApiId": {
204
+ "Ref": "testapigatewaydynamodbnousageplanRestApi9FE45562"
205
+ },
206
+ "stageName": "prod",
207
+ "tracingEnabled": true
208
+ }
209
+ },
210
+ "constructInfo": {
211
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnStage",
212
+ "version": "2.179.0"
213
+ }
214
+ }
215
+ },
216
+ "constructInfo": {
217
+ "fqn": "aws-cdk-lib.aws_apigateway.Stage",
218
+ "version": "2.179.0",
219
+ "metadata": [
220
+ {
221
+ "deployment": "*",
222
+ "accessLogDestination": "*",
223
+ "accessLogFormat": "*",
224
+ "loggingLevel": "INFO",
225
+ "dataTraceEnabled": false,
226
+ "tracingEnabled": true
227
+ }
228
+ ]
229
+ }
230
+ },
231
+ "Endpoint": {
232
+ "id": "Endpoint",
233
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Endpoint",
234
+ "constructInfo": {
235
+ "fqn": "aws-cdk-lib.CfnOutput",
236
+ "version": "2.179.0"
237
+ }
238
+ },
239
+ "Default": {
240
+ "id": "Default",
241
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Default",
242
+ "children": {
243
+ "{id}": {
244
+ "id": "{id}",
245
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Default/{id}",
246
+ "children": {
247
+ "Resource": {
248
+ "id": "Resource",
249
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Default/{id}/Resource",
250
+ "attributes": {
251
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Resource",
252
+ "aws:cdk:cloudformation:props": {
253
+ "parentId": {
254
+ "Fn::GetAtt": [
255
+ "testapigatewaydynamodbnousageplanRestApi9FE45562",
256
+ "RootResourceId"
257
+ ]
258
+ },
259
+ "pathPart": "{id}",
260
+ "restApiId": {
261
+ "Ref": "testapigatewaydynamodbnousageplanRestApi9FE45562"
262
+ }
263
+ }
264
+ },
265
+ "constructInfo": {
266
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnResource",
267
+ "version": "2.179.0"
268
+ }
269
+ },
270
+ "GET": {
271
+ "id": "GET",
272
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Default/{id}/GET",
273
+ "children": {
274
+ "Resource": {
275
+ "id": "Resource",
276
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/RestApi/Default/{id}/GET/Resource",
277
+ "attributes": {
278
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
279
+ "aws:cdk:cloudformation:props": {
280
+ "authorizationType": "AWS_IAM",
281
+ "httpMethod": "GET",
282
+ "integration": {
283
+ "type": "AWS",
284
+ "uri": {
285
+ "Fn::Join": [
286
+ "",
287
+ [
288
+ "arn:",
289
+ {
290
+ "Ref": "AWS::Partition"
291
+ },
292
+ ":apigateway:",
293
+ {
294
+ "Ref": "AWS::Region"
295
+ },
296
+ ":dynamodb:action/Query"
297
+ ]
298
+ ]
299
+ },
300
+ "integrationHttpMethod": "POST",
301
+ "requestParameters": {
302
+ "integration.request.header.Content-Type": "'application/json'"
303
+ },
304
+ "requestTemplates": {
305
+ "application/json": {
306
+ "Fn::Join": [
307
+ "",
308
+ [
309
+ "{ \"TableName\": \"",
310
+ {
311
+ "Ref": "testapigatewaydynamodbnousageplanDynamoTable1BC4F94A"
312
+ },
313
+ "\", \"KeyConditionExpression\": \"id = :v1\", \"ExpressionAttributeValues\": { \":v1\": { \"S\": \"$input.params('id')\" } } }"
314
+ ]
315
+ ]
316
+ }
317
+ },
318
+ "passthroughBehavior": "NEVER",
319
+ "integrationResponses": [
320
+ {
321
+ "statusCode": "200"
322
+ },
323
+ {
324
+ "statusCode": "500",
325
+ "responseTemplates": {
326
+ "text/html": "Error"
327
+ },
328
+ "selectionPattern": "500"
329
+ }
330
+ ],
331
+ "credentials": {
332
+ "Fn::GetAtt": [
333
+ "testapigatewaydynamodbnousageplanapigatewayrole21E49924",
334
+ "Arn"
335
+ ]
336
+ }
337
+ },
338
+ "methodResponses": [
339
+ {
340
+ "statusCode": "200",
341
+ "responseParameters": {
342
+ "method.response.header.Content-Type": true
343
+ }
344
+ },
345
+ {
346
+ "statusCode": "500",
347
+ "responseParameters": {
348
+ "method.response.header.Content-Type": true
349
+ }
350
+ }
351
+ ],
352
+ "resourceId": {
353
+ "Ref": "testapigatewaydynamodbnousageplanRestApiidE003DF76"
354
+ },
355
+ "restApiId": {
356
+ "Ref": "testapigatewaydynamodbnousageplanRestApi9FE45562"
357
+ }
358
+ }
359
+ },
360
+ "constructInfo": {
361
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
362
+ "version": "2.179.0"
363
+ }
364
+ }
365
+ },
366
+ "constructInfo": {
367
+ "fqn": "aws-cdk-lib.aws_apigateway.Method",
368
+ "version": "2.179.0",
369
+ "metadata": [
370
+ {
371
+ "resource": "*",
372
+ "httpMethod": "*",
373
+ "integration": "*",
374
+ "options": {
375
+ "methodResponses": [
376
+ {
377
+ "statusCode": "*",
378
+ "responseParameters": "*"
379
+ },
380
+ {
381
+ "statusCode": "*",
382
+ "responseParameters": "*"
383
+ }
384
+ ]
385
+ }
386
+ },
387
+ {
388
+ "addMethodResponse": [
389
+ {
390
+ "statusCode": "*",
391
+ "responseParameters": "*"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "addMethodResponse": [
397
+ {
398
+ "statusCode": "*",
399
+ "responseParameters": "*"
400
+ }
401
+ ]
402
+ }
403
+ ]
404
+ }
405
+ }
406
+ },
407
+ "constructInfo": {
408
+ "fqn": "aws-cdk-lib.aws_apigateway.Resource",
409
+ "version": "2.179.0",
410
+ "metadata": [
411
+ {
412
+ "pathPart": "*"
413
+ }
414
+ ]
415
+ }
416
+ }
417
+ },
418
+ "constructInfo": {
419
+ "fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
420
+ "version": "2.179.0",
421
+ "metadata": [
422
+ "*"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ "constructInfo": {
428
+ "fqn": "aws-cdk-lib.aws_apigateway.RestApi",
429
+ "version": "2.179.0",
430
+ "metadata": [
431
+ {
432
+ "endpointConfiguration": {
433
+ "types": [
434
+ "EDGE"
435
+ ]
436
+ },
437
+ "cloudWatchRole": false,
438
+ "deployOptions": {
439
+ "accessLogDestination": "*",
440
+ "accessLogFormat": "*",
441
+ "loggingLevel": "INFO",
442
+ "dataTraceEnabled": false,
443
+ "tracingEnabled": true
444
+ },
445
+ "defaultMethodOptions": {
446
+ "authorizationType": "*"
447
+ }
448
+ }
449
+ ]
450
+ }
451
+ },
452
+ "LambdaRestApiCloudWatchRole": {
453
+ "id": "LambdaRestApiCloudWatchRole",
454
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/LambdaRestApiCloudWatchRole",
455
+ "children": {
456
+ "ImportLambdaRestApiCloudWatchRole": {
457
+ "id": "ImportLambdaRestApiCloudWatchRole",
458
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole",
459
+ "constructInfo": {
460
+ "fqn": "aws-cdk-lib.Resource",
461
+ "version": "2.179.0",
462
+ "metadata": [
463
+ "*"
464
+ ]
465
+ }
466
+ },
467
+ "Resource": {
468
+ "id": "Resource",
469
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/LambdaRestApiCloudWatchRole/Resource",
470
+ "attributes": {
471
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
472
+ "aws:cdk:cloudformation:props": {
473
+ "assumeRolePolicyDocument": {
474
+ "Statement": [
475
+ {
476
+ "Action": "sts:AssumeRole",
477
+ "Effect": "Allow",
478
+ "Principal": {
479
+ "Service": "apigateway.amazonaws.com"
480
+ }
481
+ }
482
+ ],
483
+ "Version": "2012-10-17"
484
+ },
485
+ "policies": [
486
+ {
487
+ "policyName": "LambdaRestApiCloudWatchRolePolicy",
488
+ "policyDocument": {
489
+ "Statement": [
490
+ {
491
+ "Action": [
492
+ "logs:CreateLogGroup",
493
+ "logs:CreateLogStream",
494
+ "logs:DescribeLogGroups",
495
+ "logs:DescribeLogStreams",
496
+ "logs:FilterLogEvents",
497
+ "logs:GetLogEvents",
498
+ "logs:PutLogEvents"
499
+ ],
500
+ "Effect": "Allow",
501
+ "Resource": {
502
+ "Fn::Join": [
503
+ "",
504
+ [
505
+ "arn:",
506
+ {
507
+ "Ref": "AWS::Partition"
508
+ },
509
+ ":logs:",
510
+ {
511
+ "Ref": "AWS::Region"
512
+ },
513
+ ":",
514
+ {
515
+ "Ref": "AWS::AccountId"
516
+ },
517
+ ":*"
518
+ ]
519
+ ]
520
+ }
521
+ }
522
+ ],
523
+ "Version": "2012-10-17"
524
+ }
525
+ }
526
+ ]
527
+ }
528
+ },
529
+ "constructInfo": {
530
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
531
+ "version": "2.179.0"
532
+ }
533
+ }
534
+ },
535
+ "constructInfo": {
536
+ "fqn": "aws-cdk-lib.aws_iam.Role",
537
+ "version": "2.179.0",
538
+ "metadata": [
539
+ {
540
+ "assumedBy": {
541
+ "principalAccount": "*",
542
+ "assumeRoleAction": "*"
543
+ },
544
+ "inlinePolicies": "*"
545
+ }
546
+ ]
547
+ }
548
+ },
549
+ "LambdaRestApiAccount": {
550
+ "id": "LambdaRestApiAccount",
551
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/LambdaRestApiAccount",
552
+ "attributes": {
553
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Account",
554
+ "aws:cdk:cloudformation:props": {
555
+ "cloudWatchRoleArn": {
556
+ "Fn::GetAtt": [
557
+ "testapigatewaydynamodbnousageplanLambdaRestApiCloudWatchRole20F7A6DB",
558
+ "Arn"
559
+ ]
560
+ }
561
+ }
562
+ },
563
+ "constructInfo": {
564
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnAccount",
565
+ "version": "2.179.0"
566
+ }
567
+ },
568
+ "api-gateway-role": {
569
+ "id": "api-gateway-role",
570
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/api-gateway-role",
571
+ "children": {
572
+ "Importapi-gateway-role": {
573
+ "id": "Importapi-gateway-role",
574
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/api-gateway-role/Importapi-gateway-role",
575
+ "constructInfo": {
576
+ "fqn": "aws-cdk-lib.Resource",
577
+ "version": "2.179.0",
578
+ "metadata": [
579
+ "*"
580
+ ]
581
+ }
582
+ },
583
+ "Resource": {
584
+ "id": "Resource",
585
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/api-gateway-role/Resource",
586
+ "attributes": {
587
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
588
+ "aws:cdk:cloudformation:props": {
589
+ "assumeRolePolicyDocument": {
590
+ "Statement": [
591
+ {
592
+ "Action": "sts:AssumeRole",
593
+ "Effect": "Allow",
594
+ "Principal": {
595
+ "Service": "apigateway.amazonaws.com"
596
+ }
597
+ }
598
+ ],
599
+ "Version": "2012-10-17"
600
+ }
601
+ }
602
+ },
603
+ "constructInfo": {
604
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
605
+ "version": "2.179.0"
606
+ }
607
+ },
608
+ "DefaultPolicy": {
609
+ "id": "DefaultPolicy",
610
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/api-gateway-role/DefaultPolicy",
611
+ "children": {
612
+ "Resource": {
613
+ "id": "Resource",
614
+ "path": "apiddb-no-usage-plan/test-api-gateway-dynamodb-no-usage-plan/api-gateway-role/DefaultPolicy/Resource",
615
+ "attributes": {
616
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
617
+ "aws:cdk:cloudformation:props": {
618
+ "policyDocument": {
619
+ "Statement": [
620
+ {
621
+ "Action": "dynamodb:Query",
622
+ "Effect": "Allow",
623
+ "Resource": {
624
+ "Fn::GetAtt": [
625
+ "testapigatewaydynamodbnousageplanDynamoTable1BC4F94A",
626
+ "Arn"
627
+ ]
628
+ }
629
+ }
630
+ ],
631
+ "Version": "2012-10-17"
632
+ },
633
+ "policyName": "testapigatewaydynamodbnousageplanapigatewayroleDefaultPolicyAB259705",
634
+ "roles": [
635
+ {
636
+ "Ref": "testapigatewaydynamodbnousageplanapigatewayrole21E49924"
637
+ }
638
+ ]
639
+ }
640
+ },
641
+ "constructInfo": {
642
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
643
+ "version": "2.179.0"
644
+ }
645
+ }
646
+ },
647
+ "constructInfo": {
648
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
649
+ "version": "2.179.0",
650
+ "metadata": [
651
+ "*",
652
+ {
653
+ "attachToRole": [
654
+ "*"
655
+ ]
656
+ },
657
+ {
658
+ "attachToRole": [
659
+ "*"
660
+ ]
661
+ },
662
+ {
663
+ "addStatements": [
664
+ {}
665
+ ]
666
+ }
667
+ ]
668
+ }
669
+ }
670
+ },
671
+ "constructInfo": {
672
+ "fqn": "aws-cdk-lib.aws_iam.Role",
673
+ "version": "2.179.0",
674
+ "metadata": [
675
+ {
676
+ "assumedBy": {
677
+ "principalAccount": "*",
678
+ "assumeRoleAction": "*"
679
+ }
680
+ },
681
+ {
682
+ "addToPolicy": [
683
+ {}
684
+ ]
685
+ },
686
+ {
687
+ "addToPrincipalPolicy": [
688
+ {}
689
+ ]
690
+ },
691
+ {
692
+ "attachInlinePolicy": [
693
+ "*"
694
+ ]
695
+ },
696
+ {
697
+ "attachInlinePolicy": [
698
+ "*"
699
+ ]
700
+ }
701
+ ]
702
+ }
703
+ }
704
+ },
705
+ "constructInfo": {
706
+ "fqn": "@aws-solutions-constructs/aws-apigateway-dynamodb.ApiGatewayToDynamoDB",
707
+ "version": "2.79.1"
708
+ }
709
+ },
710
+ "Integ": {
711
+ "id": "Integ",
712
+ "path": "apiddb-no-usage-plan/Integ",
713
+ "children": {
714
+ "DefaultTest": {
715
+ "id": "DefaultTest",
716
+ "path": "apiddb-no-usage-plan/Integ/DefaultTest",
717
+ "children": {
718
+ "Default": {
719
+ "id": "Default",
720
+ "path": "apiddb-no-usage-plan/Integ/DefaultTest/Default",
721
+ "constructInfo": {
722
+ "fqn": "constructs.Construct",
723
+ "version": "10.4.2"
724
+ }
725
+ },
726
+ "DeployAssert": {
727
+ "id": "DeployAssert",
728
+ "path": "apiddb-no-usage-plan/Integ/DefaultTest/DeployAssert",
729
+ "children": {
730
+ "BootstrapVersion": {
731
+ "id": "BootstrapVersion",
732
+ "path": "apiddb-no-usage-plan/Integ/DefaultTest/DeployAssert/BootstrapVersion",
733
+ "constructInfo": {
734
+ "fqn": "aws-cdk-lib.CfnParameter",
735
+ "version": "2.179.0"
736
+ }
737
+ },
738
+ "CheckBootstrapVersion": {
739
+ "id": "CheckBootstrapVersion",
740
+ "path": "apiddb-no-usage-plan/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
741
+ "constructInfo": {
742
+ "fqn": "aws-cdk-lib.CfnRule",
743
+ "version": "2.179.0"
744
+ }
745
+ }
746
+ },
747
+ "constructInfo": {
748
+ "fqn": "aws-cdk-lib.Stack",
749
+ "version": "2.179.0"
750
+ }
751
+ }
752
+ },
753
+ "constructInfo": {
754
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
755
+ "version": "2.179.0-alpha.0"
756
+ }
757
+ }
758
+ },
759
+ "constructInfo": {
760
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
761
+ "version": "2.179.0-alpha.0"
762
+ }
763
+ },
764
+ "BootstrapVersion": {
765
+ "id": "BootstrapVersion",
766
+ "path": "apiddb-no-usage-plan/BootstrapVersion",
767
+ "constructInfo": {
768
+ "fqn": "aws-cdk-lib.CfnParameter",
769
+ "version": "2.179.0"
770
+ }
771
+ },
772
+ "CheckBootstrapVersion": {
773
+ "id": "CheckBootstrapVersion",
774
+ "path": "apiddb-no-usage-plan/CheckBootstrapVersion",
775
+ "constructInfo": {
776
+ "fqn": "aws-cdk-lib.CfnRule",
777
+ "version": "2.179.0"
778
+ }
779
+ }
780
+ },
781
+ "constructInfo": {
782
+ "fqn": "aws-cdk-lib.Stack",
783
+ "version": "2.179.0"
784
+ }
785
+ },
786
+ "Tree": {
787
+ "id": "Tree",
788
+ "path": "Tree",
789
+ "constructInfo": {
790
+ "fqn": "constructs.Construct",
791
+ "version": "10.4.2"
792
+ }
793
+ }
794
+ },
795
+ "constructInfo": {
796
+ "fqn": "aws-cdk-lib.App",
797
+ "version": "2.179.0"
798
+ }
799
+ }
800
+ }