@aws-solutions-constructs/aws-route53-apigateway 2.86.0 → 2.90.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.
- package/.jsii +82 -4
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/test/integ.r53api-dummyTest.js +2 -1
- package/test/integ.r53api-dummyTest.js.snapshot/cdk.out +1 -1
- package/test/integ.r53api-dummyTest.js.snapshot/integ.json +3 -2
- package/test/integ.r53api-dummyTest.js.snapshot/manifest.json +582 -3
- package/test/integ.r53api-dummyTest.js.snapshot/r53api-dummyTest.assets.json +5 -4
- package/test/integ.r53api-dummyTest.js.snapshot/r53api-dummyTest.template.json +1 -0
- package/test/integ.r53api-dummyTest.js.snapshot/r53apidummyTestIntegDefaultTestDeployAssert95FDDAD3.assets.json +3 -2
- package/test/integ.r53api-dummyTest.js.snapshot/tree.json +1 -420
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "45.0.0",
|
|
3
3
|
"files": {
|
|
4
4
|
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
|
|
5
|
+
"displayName": "r53apidummyTestIntegDefaultTestDeployAssert95FDDAD3 Template",
|
|
5
6
|
"source": {
|
|
6
7
|
"path": "r53apidummyTestIntegDefaultTestDeployAssert95FDDAD3.template.json",
|
|
7
8
|
"packaging": "file"
|
|
8
9
|
},
|
|
9
10
|
"destinations": {
|
|
10
|
-
"current_account-current_region": {
|
|
11
|
+
"current_account-current_region-d8d86b35": {
|
|
11
12
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
|
|
12
13
|
"objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
|
|
13
14
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
@@ -1,420 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "tree-0.1",
|
|
3
|
-
"tree": {
|
|
4
|
-
"id": "App",
|
|
5
|
-
"path": "",
|
|
6
|
-
"children": {
|
|
7
|
-
"r53api-dummyTest": {
|
|
8
|
-
"id": "r53api-dummyTest",
|
|
9
|
-
"path": "r53api-dummyTest",
|
|
10
|
-
"children": {
|
|
11
|
-
"ApiAccessLogGroup": {
|
|
12
|
-
"id": "ApiAccessLogGroup",
|
|
13
|
-
"path": "r53api-dummyTest/ApiAccessLogGroup",
|
|
14
|
-
"children": {
|
|
15
|
-
"Resource": {
|
|
16
|
-
"id": "Resource",
|
|
17
|
-
"path": "r53api-dummyTest/ApiAccessLogGroup/Resource",
|
|
18
|
-
"attributes": {
|
|
19
|
-
"aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
|
|
20
|
-
"aws:cdk:cloudformation:props": {}
|
|
21
|
-
},
|
|
22
|
-
"constructInfo": {
|
|
23
|
-
"fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
|
|
24
|
-
"version": "2.150.0"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"constructInfo": {
|
|
29
|
-
"fqn": "aws-cdk-lib.aws_logs.LogGroup",
|
|
30
|
-
"version": "2.150.0"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"RestApi": {
|
|
34
|
-
"id": "RestApi",
|
|
35
|
-
"path": "r53api-dummyTest/RestApi",
|
|
36
|
-
"children": {
|
|
37
|
-
"Resource": {
|
|
38
|
-
"id": "Resource",
|
|
39
|
-
"path": "r53api-dummyTest/RestApi/Resource",
|
|
40
|
-
"attributes": {
|
|
41
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::RestApi",
|
|
42
|
-
"aws:cdk:cloudformation:props": {
|
|
43
|
-
"endpointConfiguration": {
|
|
44
|
-
"types": [
|
|
45
|
-
"REGIONAL"
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
"name": "RestApi"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"constructInfo": {
|
|
52
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnRestApi",
|
|
53
|
-
"version": "2.150.0"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"Deployment": {
|
|
57
|
-
"id": "Deployment",
|
|
58
|
-
"path": "r53api-dummyTest/RestApi/Deployment",
|
|
59
|
-
"children": {
|
|
60
|
-
"Resource": {
|
|
61
|
-
"id": "Resource",
|
|
62
|
-
"path": "r53api-dummyTest/RestApi/Deployment/Resource",
|
|
63
|
-
"attributes": {
|
|
64
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::Deployment",
|
|
65
|
-
"aws:cdk:cloudformation:props": {
|
|
66
|
-
"description": "Automatically created by the RestApi construct",
|
|
67
|
-
"restApiId": {
|
|
68
|
-
"Ref": "RestApi0C43BF4B"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"constructInfo": {
|
|
73
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnDeployment",
|
|
74
|
-
"version": "2.150.0"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"constructInfo": {
|
|
79
|
-
"fqn": "aws-cdk-lib.aws_apigateway.Deployment",
|
|
80
|
-
"version": "2.150.0"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"DeploymentStage.prod": {
|
|
84
|
-
"id": "DeploymentStage.prod",
|
|
85
|
-
"path": "r53api-dummyTest/RestApi/DeploymentStage.prod",
|
|
86
|
-
"children": {
|
|
87
|
-
"Resource": {
|
|
88
|
-
"id": "Resource",
|
|
89
|
-
"path": "r53api-dummyTest/RestApi/DeploymentStage.prod/Resource",
|
|
90
|
-
"attributes": {
|
|
91
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::Stage",
|
|
92
|
-
"aws:cdk:cloudformation:props": {
|
|
93
|
-
"accessLogSetting": {
|
|
94
|
-
"destinationArn": {
|
|
95
|
-
"Fn::GetAtt": [
|
|
96
|
-
"ApiAccessLogGroupCEA70788",
|
|
97
|
-
"Arn"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
"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\"}"
|
|
101
|
-
},
|
|
102
|
-
"deploymentId": {
|
|
103
|
-
"Ref": "RestApiDeployment180EC50303f556aa2d7ddf6a650ba4d72f3e85ac"
|
|
104
|
-
},
|
|
105
|
-
"methodSettings": [
|
|
106
|
-
{
|
|
107
|
-
"httpMethod": "*",
|
|
108
|
-
"resourcePath": "/*",
|
|
109
|
-
"dataTraceEnabled": false,
|
|
110
|
-
"loggingLevel": "INFO"
|
|
111
|
-
}
|
|
112
|
-
],
|
|
113
|
-
"restApiId": {
|
|
114
|
-
"Ref": "RestApi0C43BF4B"
|
|
115
|
-
},
|
|
116
|
-
"stageName": "prod",
|
|
117
|
-
"tracingEnabled": true
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"constructInfo": {
|
|
121
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnStage",
|
|
122
|
-
"version": "2.150.0"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"constructInfo": {
|
|
127
|
-
"fqn": "aws-cdk-lib.aws_apigateway.Stage",
|
|
128
|
-
"version": "2.150.0"
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"Endpoint": {
|
|
132
|
-
"id": "Endpoint",
|
|
133
|
-
"path": "r53api-dummyTest/RestApi/Endpoint",
|
|
134
|
-
"constructInfo": {
|
|
135
|
-
"fqn": "aws-cdk-lib.CfnOutput",
|
|
136
|
-
"version": "2.150.0"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"Default": {
|
|
140
|
-
"id": "Default",
|
|
141
|
-
"path": "r53api-dummyTest/RestApi/Default",
|
|
142
|
-
"children": {
|
|
143
|
-
"GET": {
|
|
144
|
-
"id": "GET",
|
|
145
|
-
"path": "r53api-dummyTest/RestApi/Default/GET",
|
|
146
|
-
"children": {
|
|
147
|
-
"Resource": {
|
|
148
|
-
"id": "Resource",
|
|
149
|
-
"path": "r53api-dummyTest/RestApi/Default/GET/Resource",
|
|
150
|
-
"attributes": {
|
|
151
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
|
|
152
|
-
"aws:cdk:cloudformation:props": {
|
|
153
|
-
"authorizationType": "AWS_IAM",
|
|
154
|
-
"httpMethod": "GET",
|
|
155
|
-
"integration": {
|
|
156
|
-
"type": "MOCK"
|
|
157
|
-
},
|
|
158
|
-
"resourceId": {
|
|
159
|
-
"Fn::GetAtt": [
|
|
160
|
-
"RestApi0C43BF4B",
|
|
161
|
-
"RootResourceId"
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
|
-
"restApiId": {
|
|
165
|
-
"Ref": "RestApi0C43BF4B"
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
"constructInfo": {
|
|
170
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
|
|
171
|
-
"version": "2.150.0"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
"constructInfo": {
|
|
176
|
-
"fqn": "aws-cdk-lib.aws_apigateway.Method",
|
|
177
|
-
"version": "2.150.0"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"constructInfo": {
|
|
182
|
-
"fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
|
|
183
|
-
"version": "2.150.0"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"UsagePlan": {
|
|
187
|
-
"id": "UsagePlan",
|
|
188
|
-
"path": "r53api-dummyTest/RestApi/UsagePlan",
|
|
189
|
-
"children": {
|
|
190
|
-
"Resource": {
|
|
191
|
-
"id": "Resource",
|
|
192
|
-
"path": "r53api-dummyTest/RestApi/UsagePlan/Resource",
|
|
193
|
-
"attributes": {
|
|
194
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::UsagePlan",
|
|
195
|
-
"aws:cdk:cloudformation:props": {
|
|
196
|
-
"apiStages": [
|
|
197
|
-
{
|
|
198
|
-
"apiId": {
|
|
199
|
-
"Ref": "RestApi0C43BF4B"
|
|
200
|
-
},
|
|
201
|
-
"stage": {
|
|
202
|
-
"Ref": "RestApiDeploymentStageprod3855DE66"
|
|
203
|
-
},
|
|
204
|
-
"throttle": {}
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"constructInfo": {
|
|
210
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnUsagePlan",
|
|
211
|
-
"version": "2.150.0"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"constructInfo": {
|
|
216
|
-
"fqn": "aws-cdk-lib.aws_apigateway.UsagePlan",
|
|
217
|
-
"version": "2.150.0"
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"constructInfo": {
|
|
222
|
-
"fqn": "aws-cdk-lib.aws_apigateway.RestApi",
|
|
223
|
-
"version": "2.150.0"
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
"LambdaRestApiCloudWatchRole": {
|
|
227
|
-
"id": "LambdaRestApiCloudWatchRole",
|
|
228
|
-
"path": "r53api-dummyTest/LambdaRestApiCloudWatchRole",
|
|
229
|
-
"children": {
|
|
230
|
-
"ImportLambdaRestApiCloudWatchRole": {
|
|
231
|
-
"id": "ImportLambdaRestApiCloudWatchRole",
|
|
232
|
-
"path": "r53api-dummyTest/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole",
|
|
233
|
-
"constructInfo": {
|
|
234
|
-
"fqn": "aws-cdk-lib.Resource",
|
|
235
|
-
"version": "2.150.0"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
"Resource": {
|
|
239
|
-
"id": "Resource",
|
|
240
|
-
"path": "r53api-dummyTest/LambdaRestApiCloudWatchRole/Resource",
|
|
241
|
-
"attributes": {
|
|
242
|
-
"aws:cdk:cloudformation:type": "AWS::IAM::Role",
|
|
243
|
-
"aws:cdk:cloudformation:props": {
|
|
244
|
-
"assumeRolePolicyDocument": {
|
|
245
|
-
"Statement": [
|
|
246
|
-
{
|
|
247
|
-
"Action": "sts:AssumeRole",
|
|
248
|
-
"Effect": "Allow",
|
|
249
|
-
"Principal": {
|
|
250
|
-
"Service": "apigateway.amazonaws.com"
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
"Version": "2012-10-17"
|
|
255
|
-
},
|
|
256
|
-
"policies": [
|
|
257
|
-
{
|
|
258
|
-
"policyName": "LambdaRestApiCloudWatchRolePolicy",
|
|
259
|
-
"policyDocument": {
|
|
260
|
-
"Statement": [
|
|
261
|
-
{
|
|
262
|
-
"Action": [
|
|
263
|
-
"logs:CreateLogGroup",
|
|
264
|
-
"logs:CreateLogStream",
|
|
265
|
-
"logs:DescribeLogGroups",
|
|
266
|
-
"logs:DescribeLogStreams",
|
|
267
|
-
"logs:FilterLogEvents",
|
|
268
|
-
"logs:GetLogEvents",
|
|
269
|
-
"logs:PutLogEvents"
|
|
270
|
-
],
|
|
271
|
-
"Effect": "Allow",
|
|
272
|
-
"Resource": {
|
|
273
|
-
"Fn::Join": [
|
|
274
|
-
"",
|
|
275
|
-
[
|
|
276
|
-
"arn:",
|
|
277
|
-
{
|
|
278
|
-
"Ref": "AWS::Partition"
|
|
279
|
-
},
|
|
280
|
-
":logs:",
|
|
281
|
-
{
|
|
282
|
-
"Ref": "AWS::Region"
|
|
283
|
-
},
|
|
284
|
-
":",
|
|
285
|
-
{
|
|
286
|
-
"Ref": "AWS::AccountId"
|
|
287
|
-
},
|
|
288
|
-
":*"
|
|
289
|
-
]
|
|
290
|
-
]
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
],
|
|
294
|
-
"Version": "2012-10-17"
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
]
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"constructInfo": {
|
|
301
|
-
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
302
|
-
"version": "2.150.0"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"constructInfo": {
|
|
307
|
-
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
308
|
-
"version": "2.150.0"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"LambdaRestApiAccount": {
|
|
312
|
-
"id": "LambdaRestApiAccount",
|
|
313
|
-
"path": "r53api-dummyTest/LambdaRestApiAccount",
|
|
314
|
-
"attributes": {
|
|
315
|
-
"aws:cdk:cloudformation:type": "AWS::ApiGateway::Account",
|
|
316
|
-
"aws:cdk:cloudformation:props": {
|
|
317
|
-
"cloudWatchRoleArn": {
|
|
318
|
-
"Fn::GetAtt": [
|
|
319
|
-
"LambdaRestApiCloudWatchRoleF339D4E6",
|
|
320
|
-
"Arn"
|
|
321
|
-
]
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
"constructInfo": {
|
|
326
|
-
"fqn": "aws-cdk-lib.aws_apigateway.CfnAccount",
|
|
327
|
-
"version": "2.150.0"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"Integ": {
|
|
331
|
-
"id": "Integ",
|
|
332
|
-
"path": "r53api-dummyTest/Integ",
|
|
333
|
-
"children": {
|
|
334
|
-
"DefaultTest": {
|
|
335
|
-
"id": "DefaultTest",
|
|
336
|
-
"path": "r53api-dummyTest/Integ/DefaultTest",
|
|
337
|
-
"children": {
|
|
338
|
-
"Default": {
|
|
339
|
-
"id": "Default",
|
|
340
|
-
"path": "r53api-dummyTest/Integ/DefaultTest/Default",
|
|
341
|
-
"constructInfo": {
|
|
342
|
-
"fqn": "constructs.Construct",
|
|
343
|
-
"version": "10.3.0"
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
"DeployAssert": {
|
|
347
|
-
"id": "DeployAssert",
|
|
348
|
-
"path": "r53api-dummyTest/Integ/DefaultTest/DeployAssert",
|
|
349
|
-
"children": {
|
|
350
|
-
"BootstrapVersion": {
|
|
351
|
-
"id": "BootstrapVersion",
|
|
352
|
-
"path": "r53api-dummyTest/Integ/DefaultTest/DeployAssert/BootstrapVersion",
|
|
353
|
-
"constructInfo": {
|
|
354
|
-
"fqn": "aws-cdk-lib.CfnParameter",
|
|
355
|
-
"version": "2.150.0"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"CheckBootstrapVersion": {
|
|
359
|
-
"id": "CheckBootstrapVersion",
|
|
360
|
-
"path": "r53api-dummyTest/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
|
361
|
-
"constructInfo": {
|
|
362
|
-
"fqn": "aws-cdk-lib.CfnRule",
|
|
363
|
-
"version": "2.150.0"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"constructInfo": {
|
|
368
|
-
"fqn": "aws-cdk-lib.Stack",
|
|
369
|
-
"version": "2.150.0"
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
"constructInfo": {
|
|
374
|
-
"fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
|
|
375
|
-
"version": "2.150.0-alpha.0"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
"constructInfo": {
|
|
380
|
-
"fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
|
|
381
|
-
"version": "2.150.0-alpha.0"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
"BootstrapVersion": {
|
|
385
|
-
"id": "BootstrapVersion",
|
|
386
|
-
"path": "r53api-dummyTest/BootstrapVersion",
|
|
387
|
-
"constructInfo": {
|
|
388
|
-
"fqn": "aws-cdk-lib.CfnParameter",
|
|
389
|
-
"version": "2.150.0"
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
"CheckBootstrapVersion": {
|
|
393
|
-
"id": "CheckBootstrapVersion",
|
|
394
|
-
"path": "r53api-dummyTest/CheckBootstrapVersion",
|
|
395
|
-
"constructInfo": {
|
|
396
|
-
"fqn": "aws-cdk-lib.CfnRule",
|
|
397
|
-
"version": "2.150.0"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"constructInfo": {
|
|
402
|
-
"fqn": "aws-cdk-lib.Stack",
|
|
403
|
-
"version": "2.150.0"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"Tree": {
|
|
407
|
-
"id": "Tree",
|
|
408
|
-
"path": "Tree",
|
|
409
|
-
"constructInfo": {
|
|
410
|
-
"fqn": "constructs.Construct",
|
|
411
|
-
"version": "10.3.0"
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
"constructInfo": {
|
|
416
|
-
"fqn": "aws-cdk-lib.App",
|
|
417
|
-
"version": "2.150.0"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
1
|
+
{"version":"tree-0.1","tree":{"id":"App","path":"","constructInfo":{"fqn":"aws-cdk-lib.App","version":"2.206.0"},"children":{"r53api-dummyTest":{"id":"r53api-dummyTest","path":"r53api-dummyTest","constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.206.0"},"children":{"ApiAccessLogGroup":{"id":"ApiAccessLogGroup","path":"r53api-dummyTest/ApiAccessLogGroup","constructInfo":{"fqn":"aws-cdk-lib.aws_logs.LogGroup","version":"2.206.0","metadata":[{"retention":9999}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/ApiAccessLogGroup/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_logs.CfnLogGroup","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::Logs::LogGroup","aws:cdk:cloudformation:props":{}}}}},"RestApi":{"id":"RestApi","path":"r53api-dummyTest/RestApi","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.RestApi","version":"2.206.0","metadata":[{"endpointConfiguration":{"types":["REGIONAL"]},"cloudWatchRole":false,"deployOptions":{"accessLogDestination":"*","accessLogFormat":"*","loggingLevel":"INFO","dataTraceEnabled":false,"tracingEnabled":true},"defaultMethodOptions":{"authorizationType":"*"}}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/RestApi/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnRestApi","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::RestApi","aws:cdk:cloudformation:props":{"endpointConfiguration":{"types":["REGIONAL"]},"name":"RestApi"}}},"Deployment":{"id":"Deployment","path":"r53api-dummyTest/RestApi/Deployment","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Deployment","version":"2.206.0","metadata":[{"description":"*","api":"*","retainDeployments":"*"},{"addToLogicalId":[{}]}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/RestApi/Deployment/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnDeployment","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Deployment","aws:cdk:cloudformation:props":{"description":"Automatically created by the RestApi construct","restApiId":{"Ref":"RestApi0C43BF4B"}}}}}},"DeploymentStage.prod":{"id":"DeploymentStage.prod","path":"r53api-dummyTest/RestApi/DeploymentStage.prod","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Stage","version":"2.206.0","metadata":[{"deployment":"*","accessLogDestination":"*","accessLogFormat":"*","loggingLevel":"INFO","dataTraceEnabled":false,"tracingEnabled":true}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/RestApi/DeploymentStage.prod/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnStage","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Stage","aws:cdk:cloudformation:props":{"accessLogSetting":{"destinationArn":{"Fn::GetAtt":["ApiAccessLogGroupCEA70788","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":"RestApiDeployment180EC50303f556aa2d7ddf6a650ba4d72f3e85ac"},"methodSettings":[{"httpMethod":"*","resourcePath":"/*","dataTraceEnabled":false,"loggingLevel":"INFO"}],"restApiId":{"Ref":"RestApi0C43BF4B"},"stageName":"prod","tracingEnabled":true}}}}},"Endpoint":{"id":"Endpoint","path":"r53api-dummyTest/RestApi/Endpoint","constructInfo":{"fqn":"aws-cdk-lib.CfnOutput","version":"2.206.0"}},"Default":{"id":"Default","path":"r53api-dummyTest/RestApi/Default","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.ResourceBase","version":"2.206.0","metadata":["*"]},"children":{"GET":{"id":"GET","path":"r53api-dummyTest/RestApi/Default/GET","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.Method","version":"2.206.0","metadata":[{"resource":"*","httpMethod":"*","integration":"*","options":"*"}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/RestApi/Default/GET/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnMethod","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Method","aws:cdk:cloudformation:props":{"authorizationType":"AWS_IAM","httpMethod":"GET","integration":{"type":"MOCK"},"resourceId":{"Fn::GetAtt":["RestApi0C43BF4B","RootResourceId"]},"restApiId":{"Ref":"RestApi0C43BF4B"}}}}}}}},"UsagePlan":{"id":"UsagePlan","path":"r53api-dummyTest/RestApi/UsagePlan","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.UsagePlan","version":"2.206.0","metadata":[{"apiStages":[{"api":"*"}]}]},"children":{"Resource":{"id":"Resource","path":"r53api-dummyTest/RestApi/UsagePlan/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnUsagePlan","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::UsagePlan","aws:cdk:cloudformation:props":{"apiStages":[{"apiId":{"Ref":"RestApi0C43BF4B"},"stage":{"Ref":"RestApiDeploymentStageprod3855DE66"},"throttle":{}}]}}}}}}},"LambdaRestApiCloudWatchRole":{"id":"LambdaRestApiCloudWatchRole","path":"r53api-dummyTest/LambdaRestApiCloudWatchRole","constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.206.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"inlinePolicies":"*"}]},"children":{"ImportLambdaRestApiCloudWatchRole":{"id":"ImportLambdaRestApiCloudWatchRole","path":"r53api-dummyTest/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.206.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"r53api-dummyTest/LambdaRestApiCloudWatchRole/Resource","constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.206.0"},"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"}}]}}}}},"LambdaRestApiAccount":{"id":"LambdaRestApiAccount","path":"r53api-dummyTest/LambdaRestApiAccount","constructInfo":{"fqn":"aws-cdk-lib.aws_apigateway.CfnAccount","version":"2.206.0"},"attributes":{"aws:cdk:cloudformation:type":"AWS::ApiGateway::Account","aws:cdk:cloudformation:props":{"cloudWatchRoleArn":{"Fn::GetAtt":["LambdaRestApiCloudWatchRoleF339D4E6","Arn"]}}}},"Integ":{"id":"Integ","path":"r53api-dummyTest/Integ","constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTest","version":"2.206.0-alpha.0"},"children":{"DefaultTest":{"id":"DefaultTest","path":"r53api-dummyTest/Integ/DefaultTest","constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTestCase","version":"2.206.0-alpha.0"},"children":{"Default":{"id":"Default","path":"r53api-dummyTest/Integ/DefaultTest/Default","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}},"DeployAssert":{"id":"DeployAssert","path":"r53api-dummyTest/Integ/DefaultTest/DeployAssert","constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.206.0"},"children":{"BootstrapVersion":{"id":"BootstrapVersion","path":"r53api-dummyTest/Integ/DefaultTest/DeployAssert/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.206.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"r53api-dummyTest/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.206.0"}}}}}}}},"BootstrapVersion":{"id":"BootstrapVersion","path":"r53api-dummyTest/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.206.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"r53api-dummyTest/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.206.0"}}}},"Tree":{"id":"Tree","path":"Tree","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}}}}}
|