@aws-solutions-constructs/aws-route53-apigateway 2.51.0 → 2.52.1

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,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "source": {
6
+ "path": "r53apidummyTestIntegDefaultTestDeployAssert95FDDAD3.template.json",
7
+ "packaging": "file"
8
+ },
9
+ "destinations": {
10
+ "current_account-current_region": {
11
+ "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12
+ "objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
13
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14
+ }
15
+ }
16
+ }
17
+ },
18
+ "dockerImages": {}
19
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "Parameters": {
3
+ "BootstrapVersion": {
4
+ "Type": "AWS::SSM::Parameter::Value<String>",
5
+ "Default": "/cdk-bootstrap/hnb659fds/version",
6
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
7
+ }
8
+ },
9
+ "Rules": {
10
+ "CheckBootstrapVersion": {
11
+ "Assertions": [
12
+ {
13
+ "Assert": {
14
+ "Fn::Not": [
15
+ {
16
+ "Fn::Contains": [
17
+ [
18
+ "1",
19
+ "2",
20
+ "3",
21
+ "4",
22
+ "5"
23
+ ],
24
+ {
25
+ "Ref": "BootstrapVersion"
26
+ }
27
+ ]
28
+ }
29
+ ]
30
+ },
31
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,420 @@
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.118.0"
25
+ }
26
+ }
27
+ },
28
+ "constructInfo": {
29
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
30
+ "version": "2.118.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.118.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.118.0"
75
+ }
76
+ }
77
+ },
78
+ "constructInfo": {
79
+ "fqn": "aws-cdk-lib.aws_apigateway.Deployment",
80
+ "version": "2.118.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.118.0"
123
+ }
124
+ }
125
+ },
126
+ "constructInfo": {
127
+ "fqn": "aws-cdk-lib.aws_apigateway.Stage",
128
+ "version": "2.118.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.118.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.118.0"
172
+ }
173
+ }
174
+ },
175
+ "constructInfo": {
176
+ "fqn": "aws-cdk-lib.aws_apigateway.Method",
177
+ "version": "2.118.0"
178
+ }
179
+ }
180
+ },
181
+ "constructInfo": {
182
+ "fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
183
+ "version": "2.118.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.118.0"
212
+ }
213
+ }
214
+ },
215
+ "constructInfo": {
216
+ "fqn": "aws-cdk-lib.aws_apigateway.UsagePlan",
217
+ "version": "2.118.0"
218
+ }
219
+ }
220
+ },
221
+ "constructInfo": {
222
+ "fqn": "aws-cdk-lib.aws_apigateway.RestApi",
223
+ "version": "2.118.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.118.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.118.0"
303
+ }
304
+ }
305
+ },
306
+ "constructInfo": {
307
+ "fqn": "aws-cdk-lib.aws_iam.Role",
308
+ "version": "2.118.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.118.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.0.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.118.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.118.0"
364
+ }
365
+ }
366
+ },
367
+ "constructInfo": {
368
+ "fqn": "aws-cdk-lib.Stack",
369
+ "version": "2.118.0"
370
+ }
371
+ }
372
+ },
373
+ "constructInfo": {
374
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
375
+ "version": "2.118.0-alpha.0"
376
+ }
377
+ }
378
+ },
379
+ "constructInfo": {
380
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
381
+ "version": "2.118.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.118.0"
390
+ }
391
+ },
392
+ "CheckBootstrapVersion": {
393
+ "id": "CheckBootstrapVersion",
394
+ "path": "r53api-dummyTest/CheckBootstrapVersion",
395
+ "constructInfo": {
396
+ "fqn": "aws-cdk-lib.CfnRule",
397
+ "version": "2.118.0"
398
+ }
399
+ }
400
+ },
401
+ "constructInfo": {
402
+ "fqn": "aws-cdk-lib.Stack",
403
+ "version": "2.118.0"
404
+ }
405
+ },
406
+ "Tree": {
407
+ "id": "Tree",
408
+ "path": "Tree",
409
+ "constructInfo": {
410
+ "fqn": "constructs.Construct",
411
+ "version": "10.0.0"
412
+ }
413
+ }
414
+ },
415
+ "constructInfo": {
416
+ "fqn": "aws-cdk-lib.App",
417
+ "version": "2.118.0"
418
+ }
419
+ }
420
+ }