cdk-nextjs 0.1.2 → 0.2.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 +154 -122
- package/API.md +63 -39
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/assets-deployment.Dockerfile +1 -1
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/index.js +18 -8
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/patch-fetch.js +1 -0
- package/docs/breaking-changes.md +12 -0
- package/docs/notes.md +11 -9
- package/examples/README.md +2 -2
- package/lib/common.d.ts +10 -8
- package/lib/common.js +12 -10
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.d.ts +5 -0
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.js +1 -1
- package/lib/generated-structs/OptionalNextjsDistributionProps.d.ts +7 -7
- package/lib/generated-structs/OptionalNextjsDistributionProps.js +1 -1
- package/lib/lambdas/assets-deployment/assets-deployment.lambda.js +16 -8
- package/lib/lambdas/assets-deployment/fs-to-s3.d.ts +12 -1
- package/lib/lambdas/assets-deployment/fs-to-s3.js +16 -3
- package/lib/nextjs-assets-deployment.d.ts +7 -4
- package/lib/nextjs-assets-deployment.js +10 -7
- package/lib/nextjs-build/builder.Dockerfile +2 -2
- package/lib/nextjs-build/cache-handler.js +5 -1
- package/lib/nextjs-build/global-containers.Dockerfile +6 -5
- package/lib/nextjs-build/global-functions.Dockerfile +6 -5
- package/lib/nextjs-build/nextjs-build.d.ts +3 -1
- package/lib/nextjs-build/nextjs-build.js +12 -8
- package/lib/nextjs-build/regional-containers.Dockerfile +7 -4
- package/lib/nextjs-build/symlink.js +47 -0
- package/lib/nextjs-build/symlink.mjs +28 -0
- package/lib/nextjs-compute/nextjs-containers.js +1 -1
- package/lib/nextjs-compute/nextjs-functions.js +1 -1
- package/lib/nextjs-distribution.d.ts +9 -15
- package/lib/nextjs-distribution.js +15 -84
- package/lib/nextjs-file-system.js +5 -4
- package/lib/nextjs-invalidation.js +1 -1
- package/lib/nextjs-revalidation.js +1 -1
- package/lib/nextjs-static-assets.js +1 -1
- package/lib/nextjs-vpc.js +1 -1
- package/lib/root-constructs/nextjs-global-containers.js +5 -4
- package/lib/root-constructs/nextjs-global-functions.js +5 -5
- package/lib/root-constructs/nextjs-regional-containers.js +4 -3
- package/package.json +5 -8
- package/assets/lambdas/sign-fn-url/sign-fn-url.edge-lambda/index.js +0 -2024
- package/lib/lambdas/sign-fn-url/sign-fn-url-function.d.ts +0 -13
- package/lib/lambdas/sign-fn-url/sign-fn-url-function.js +0 -23
- package/lib/lambdas/sign-fn-url/sign-fn-url.edge-lambda.d.ts +0 -9
- package/lib/lambdas/sign-fn-url/sign-fn-url.edge-lambda.js +0 -35
- package/lib/lambdas/sign-fn-url/sign-request.d.ts +0 -28
- package/lib/lambdas/sign-fn-url/sign-request.js +0 -119
- package/lib/lambdas/sign-fn-url/sign-request.test.js +0 -129
- package/lib/nextjs-build/symlink-full-route-cache.d.ts +0 -1
- package/lib/nextjs-build/symlink-full-route-cache.js +0 -37
- package/lib/nextjs-build/symlink-full-route-cache.mjs +0 -23
- /package/lib/{lambdas/sign-fn-url/sign-request.test.d.ts → nextjs-build/symlink.d.ts} +0 -0
package/.jsii
CHANGED
|
@@ -4192,7 +4192,7 @@
|
|
|
4192
4192
|
"kind": "interface",
|
|
4193
4193
|
"locationInModule": {
|
|
4194
4194
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4195
|
-
"line":
|
|
4195
|
+
"line": 19
|
|
4196
4196
|
},
|
|
4197
4197
|
"name": "BuilderImageProps",
|
|
4198
4198
|
"properties": [
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
"immutable": true,
|
|
4206
4206
|
"locationInModule": {
|
|
4207
4207
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4208
|
-
"line":
|
|
4208
|
+
"line": 23
|
|
4209
4209
|
},
|
|
4210
4210
|
"name": "buildArgs",
|
|
4211
4211
|
"optional": true,
|
|
@@ -4227,7 +4227,7 @@
|
|
|
4227
4227
|
"immutable": true,
|
|
4228
4228
|
"locationInModule": {
|
|
4229
4229
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4230
|
-
"line":
|
|
4230
|
+
"line": 29
|
|
4231
4231
|
},
|
|
4232
4232
|
"name": "command",
|
|
4233
4233
|
"optional": true,
|
|
@@ -4244,7 +4244,7 @@
|
|
|
4244
4244
|
"immutable": true,
|
|
4245
4245
|
"locationInModule": {
|
|
4246
4246
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4247
|
-
"line":
|
|
4247
|
+
"line": 62
|
|
4248
4248
|
},
|
|
4249
4249
|
"name": "customDockerfilePath",
|
|
4250
4250
|
"optional": true,
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
"immutable": true,
|
|
4264
4264
|
"locationInModule": {
|
|
4265
4265
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4266
|
-
"line":
|
|
4266
|
+
"line": 41
|
|
4267
4267
|
},
|
|
4268
4268
|
"name": "envVarNames",
|
|
4269
4269
|
"optional": true,
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
"immutable": true,
|
|
4287
4287
|
"locationInModule": {
|
|
4288
4288
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4289
|
-
"line":
|
|
4289
|
+
"line": 46
|
|
4290
4290
|
},
|
|
4291
4291
|
"name": "exclude",
|
|
4292
4292
|
"optional": true,
|
|
@@ -4309,7 +4309,7 @@
|
|
|
4309
4309
|
"immutable": true,
|
|
4310
4310
|
"locationInModule": {
|
|
4311
4311
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4312
|
-
"line":
|
|
4312
|
+
"line": 51
|
|
4313
4313
|
},
|
|
4314
4314
|
"name": "file",
|
|
4315
4315
|
"optional": true,
|
|
@@ -4325,7 +4325,7 @@
|
|
|
4325
4325
|
"immutable": true,
|
|
4326
4326
|
"locationInModule": {
|
|
4327
4327
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4328
|
-
"line":
|
|
4328
|
+
"line": 52
|
|
4329
4329
|
},
|
|
4330
4330
|
"name": "platform",
|
|
4331
4331
|
"optional": true,
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
"immutable": true,
|
|
4344
4344
|
"locationInModule": {
|
|
4345
4345
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4346
|
-
"line":
|
|
4346
|
+
"line": 57
|
|
4347
4347
|
},
|
|
4348
4348
|
"name": "skipBuild",
|
|
4349
4349
|
"optional": true,
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"kind": "interface",
|
|
4365
4365
|
"locationInModule": {
|
|
4366
4366
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4367
|
-
"line":
|
|
4367
|
+
"line": 24
|
|
4368
4368
|
},
|
|
4369
4369
|
"name": "NextjsAssetDeploymentOverrides",
|
|
4370
4370
|
"properties": [
|
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
"immutable": true,
|
|
4377
4377
|
"locationInModule": {
|
|
4378
4378
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4379
|
-
"line":
|
|
4379
|
+
"line": 25
|
|
4380
4380
|
},
|
|
4381
4381
|
"name": "dockerImageFunctionProps",
|
|
4382
4382
|
"optional": true,
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
},
|
|
4402
4402
|
"locationInModule": {
|
|
4403
4403
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4404
|
-
"line":
|
|
4404
|
+
"line": 136
|
|
4405
4405
|
},
|
|
4406
4406
|
"parameters": [
|
|
4407
4407
|
{
|
|
@@ -4427,7 +4427,7 @@
|
|
|
4427
4427
|
"kind": "class",
|
|
4428
4428
|
"locationInModule": {
|
|
4429
4429
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4430
|
-
"line":
|
|
4430
|
+
"line": 126
|
|
4431
4431
|
},
|
|
4432
4432
|
"name": "NextjsAssetsDeployment",
|
|
4433
4433
|
"properties": [
|
|
@@ -4437,7 +4437,7 @@
|
|
|
4437
4437
|
},
|
|
4438
4438
|
"locationInModule": {
|
|
4439
4439
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4440
|
-
"line":
|
|
4440
|
+
"line": 127
|
|
4441
4441
|
},
|
|
4442
4442
|
"name": "customResource",
|
|
4443
4443
|
"type": {
|
|
@@ -4450,7 +4450,7 @@
|
|
|
4450
4450
|
},
|
|
4451
4451
|
"locationInModule": {
|
|
4452
4452
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4453
|
-
"line":
|
|
4453
|
+
"line": 128
|
|
4454
4454
|
},
|
|
4455
4455
|
"name": "dockerImageFunction",
|
|
4456
4456
|
"type": {
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
},
|
|
4465
4465
|
"locationInModule": {
|
|
4466
4466
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4467
|
-
"line":
|
|
4467
|
+
"line": 132
|
|
4468
4468
|
},
|
|
4469
4469
|
"name": "previewModeId",
|
|
4470
4470
|
"type": {
|
|
@@ -4484,7 +4484,7 @@
|
|
|
4484
4484
|
"kind": "interface",
|
|
4485
4485
|
"locationInModule": {
|
|
4486
4486
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4487
|
-
"line":
|
|
4487
|
+
"line": 28
|
|
4488
4488
|
},
|
|
4489
4489
|
"name": "NextjsAssetsDeploymentProps",
|
|
4490
4490
|
"properties": [
|
|
@@ -4496,7 +4496,7 @@
|
|
|
4496
4496
|
"immutable": true,
|
|
4497
4497
|
"locationInModule": {
|
|
4498
4498
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4499
|
-
"line":
|
|
4499
|
+
"line": 29
|
|
4500
4500
|
},
|
|
4501
4501
|
"name": "accessPoint",
|
|
4502
4502
|
"type": {
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
"immutable": true,
|
|
4513
4513
|
"locationInModule": {
|
|
4514
4514
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4515
|
-
"line":
|
|
4515
|
+
"line": 33
|
|
4516
4516
|
},
|
|
4517
4517
|
"name": "buildImageDigest",
|
|
4518
4518
|
"type": {
|
|
@@ -4528,7 +4528,7 @@
|
|
|
4528
4528
|
"immutable": true,
|
|
4529
4529
|
"locationInModule": {
|
|
4530
4530
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4531
|
-
"line":
|
|
4531
|
+
"line": 37
|
|
4532
4532
|
},
|
|
4533
4533
|
"name": "containerMountPathForEfs",
|
|
4534
4534
|
"type": {
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
"immutable": true,
|
|
4544
4544
|
"locationInModule": {
|
|
4545
4545
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4546
|
-
"line":
|
|
4546
|
+
"line": 42
|
|
4547
4547
|
},
|
|
4548
4548
|
"name": "dockerImageCode",
|
|
4549
4549
|
"type": {
|
|
@@ -4558,7 +4558,22 @@
|
|
|
4558
4558
|
"immutable": true,
|
|
4559
4559
|
"locationInModule": {
|
|
4560
4560
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4561
|
-
"line":
|
|
4561
|
+
"line": 43
|
|
4562
|
+
},
|
|
4563
|
+
"name": "nextjsType",
|
|
4564
|
+
"type": {
|
|
4565
|
+
"fqn": "cdk-nextjs.NextjsType"
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"abstract": true,
|
|
4570
|
+
"docs": {
|
|
4571
|
+
"stability": "stable"
|
|
4572
|
+
},
|
|
4573
|
+
"immutable": true,
|
|
4574
|
+
"locationInModule": {
|
|
4575
|
+
"filename": "src/nextjs-assets-deployment.ts",
|
|
4576
|
+
"line": 53
|
|
4562
4577
|
},
|
|
4563
4578
|
"name": "vpc",
|
|
4564
4579
|
"type": {
|
|
@@ -4574,7 +4589,7 @@
|
|
|
4574
4589
|
"immutable": true,
|
|
4575
4590
|
"locationInModule": {
|
|
4576
4591
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4577
|
-
"line":
|
|
4592
|
+
"line": 41
|
|
4578
4593
|
},
|
|
4579
4594
|
"name": "debug",
|
|
4580
4595
|
"optional": true,
|
|
@@ -4590,7 +4605,7 @@
|
|
|
4590
4605
|
"immutable": true,
|
|
4591
4606
|
"locationInModule": {
|
|
4592
4607
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4593
|
-
"line":
|
|
4608
|
+
"line": 44
|
|
4594
4609
|
},
|
|
4595
4610
|
"name": "overrides",
|
|
4596
4611
|
"optional": true,
|
|
@@ -4607,7 +4622,7 @@
|
|
|
4607
4622
|
"immutable": true,
|
|
4608
4623
|
"locationInModule": {
|
|
4609
4624
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4610
|
-
"line":
|
|
4625
|
+
"line": 48
|
|
4611
4626
|
},
|
|
4612
4627
|
"name": "relativePathToWorkspace",
|
|
4613
4628
|
"optional": true,
|
|
@@ -4624,7 +4639,7 @@
|
|
|
4624
4639
|
"immutable": true,
|
|
4625
4640
|
"locationInModule": {
|
|
4626
4641
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4627
|
-
"line":
|
|
4642
|
+
"line": 52
|
|
4628
4643
|
},
|
|
4629
4644
|
"name": "staticAssetsBucket",
|
|
4630
4645
|
"optional": true,
|
|
@@ -4740,7 +4755,7 @@
|
|
|
4740
4755
|
},
|
|
4741
4756
|
"locationInModule": {
|
|
4742
4757
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4743
|
-
"line":
|
|
4758
|
+
"line": 154
|
|
4744
4759
|
},
|
|
4745
4760
|
"parameters": [
|
|
4746
4761
|
{
|
|
@@ -4766,7 +4781,7 @@
|
|
|
4766
4781
|
"kind": "class",
|
|
4767
4782
|
"locationInModule": {
|
|
4768
4783
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4769
|
-
"line":
|
|
4784
|
+
"line": 101
|
|
4770
4785
|
},
|
|
4771
4786
|
"name": "NextjsBuild",
|
|
4772
4787
|
"properties": [
|
|
@@ -4778,7 +4793,7 @@
|
|
|
4778
4793
|
},
|
|
4779
4794
|
"locationInModule": {
|
|
4780
4795
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4781
|
-
"line":
|
|
4796
|
+
"line": 107
|
|
4782
4797
|
},
|
|
4783
4798
|
"name": "buildImageDigest",
|
|
4784
4799
|
"type": {
|
|
@@ -4787,14 +4802,14 @@
|
|
|
4787
4802
|
},
|
|
4788
4803
|
{
|
|
4789
4804
|
"docs": {
|
|
4790
|
-
"remarks": "Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$",
|
|
4805
|
+
"remarks": "Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$ due to lambda requirement.\nFargate doesn't have this same requirement but we share code for lambda and\nfargate.",
|
|
4791
4806
|
"see": "https://docs.aws.amazon.com/lambda/latest/api/API_FileSystemConfig.html",
|
|
4792
4807
|
"stability": "stable",
|
|
4793
4808
|
"summary": "Mount path in container for EFS. Next.js image optimization, data, and full route cache will be symlinked to this location."
|
|
4794
4809
|
},
|
|
4795
4810
|
"locationInModule": {
|
|
4796
4811
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4797
|
-
"line":
|
|
4812
|
+
"line": 117
|
|
4798
4813
|
},
|
|
4799
4814
|
"name": "containerMountPathForEfs",
|
|
4800
4815
|
"type": {
|
|
@@ -4808,7 +4823,7 @@
|
|
|
4808
4823
|
},
|
|
4809
4824
|
"locationInModule": {
|
|
4810
4825
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4811
|
-
"line":
|
|
4826
|
+
"line": 129
|
|
4812
4827
|
},
|
|
4813
4828
|
"name": "imageForNextjsAssetsDeployment",
|
|
4814
4829
|
"type": {
|
|
@@ -4824,7 +4839,7 @@
|
|
|
4824
4839
|
},
|
|
4825
4840
|
"locationInModule": {
|
|
4826
4841
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4827
|
-
"line":
|
|
4842
|
+
"line": 134
|
|
4828
4843
|
},
|
|
4829
4844
|
"name": "publicDirEntries",
|
|
4830
4845
|
"type": {
|
|
@@ -4844,7 +4859,7 @@
|
|
|
4844
4859
|
},
|
|
4845
4860
|
"locationInModule": {
|
|
4846
4861
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4847
|
-
"line":
|
|
4862
|
+
"line": 141
|
|
4848
4863
|
},
|
|
4849
4864
|
"name": "relativePathToEntrypoint",
|
|
4850
4865
|
"type": {
|
|
@@ -4858,7 +4873,7 @@
|
|
|
4858
4873
|
},
|
|
4859
4874
|
"locationInModule": {
|
|
4860
4875
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4861
|
-
"line":
|
|
4876
|
+
"line": 121
|
|
4862
4877
|
},
|
|
4863
4878
|
"name": "imageForNextjsContainers",
|
|
4864
4879
|
"optional": true,
|
|
@@ -4873,7 +4888,7 @@
|
|
|
4873
4888
|
},
|
|
4874
4889
|
"locationInModule": {
|
|
4875
4890
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4876
|
-
"line":
|
|
4891
|
+
"line": 125
|
|
4877
4892
|
},
|
|
4878
4893
|
"name": "imageForNextjsFunctions",
|
|
4879
4894
|
"optional": true,
|
|
@@ -4894,7 +4909,7 @@
|
|
|
4894
4909
|
"kind": "interface",
|
|
4895
4910
|
"locationInModule": {
|
|
4896
4911
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4897
|
-
"line":
|
|
4912
|
+
"line": 65
|
|
4898
4913
|
},
|
|
4899
4914
|
"name": "NextjsBuildOverrides",
|
|
4900
4915
|
"properties": [
|
|
@@ -4906,7 +4921,7 @@
|
|
|
4906
4921
|
"immutable": true,
|
|
4907
4922
|
"locationInModule": {
|
|
4908
4923
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4909
|
-
"line":
|
|
4924
|
+
"line": 68
|
|
4910
4925
|
},
|
|
4911
4926
|
"name": "nextjsAssetDeploymentAssetImageCodeProps",
|
|
4912
4927
|
"optional": true,
|
|
@@ -4922,7 +4937,7 @@
|
|
|
4922
4937
|
"immutable": true,
|
|
4923
4938
|
"locationInModule": {
|
|
4924
4939
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4925
|
-
"line":
|
|
4940
|
+
"line": 66
|
|
4926
4941
|
},
|
|
4927
4942
|
"name": "nextjsContainersDockerImageAssetProps",
|
|
4928
4943
|
"optional": true,
|
|
@@ -4938,7 +4953,7 @@
|
|
|
4938
4953
|
"immutable": true,
|
|
4939
4954
|
"locationInModule": {
|
|
4940
4955
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4941
|
-
"line":
|
|
4956
|
+
"line": 67
|
|
4942
4957
|
},
|
|
4943
4958
|
"name": "nextjsFunctionsAssetImageCodeProps",
|
|
4944
4959
|
"optional": true,
|
|
@@ -4959,7 +4974,7 @@
|
|
|
4959
4974
|
"kind": "interface",
|
|
4960
4975
|
"locationInModule": {
|
|
4961
4976
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4962
|
-
"line":
|
|
4977
|
+
"line": 71
|
|
4963
4978
|
},
|
|
4964
4979
|
"name": "NextjsBuildProps",
|
|
4965
4980
|
"properties": [
|
|
@@ -4972,7 +4987,7 @@
|
|
|
4972
4987
|
"immutable": true,
|
|
4973
4988
|
"locationInModule": {
|
|
4974
4989
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4975
|
-
"line":
|
|
4990
|
+
"line": 79
|
|
4976
4991
|
},
|
|
4977
4992
|
"name": "buildContext",
|
|
4978
4993
|
"type": {
|
|
@@ -4987,7 +5002,7 @@
|
|
|
4987
5002
|
"immutable": true,
|
|
4988
5003
|
"locationInModule": {
|
|
4989
5004
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4990
|
-
"line":
|
|
5005
|
+
"line": 88
|
|
4991
5006
|
},
|
|
4992
5007
|
"name": "nextjsType",
|
|
4993
5008
|
"type": {
|
|
@@ -5003,7 +5018,7 @@
|
|
|
5003
5018
|
"immutable": true,
|
|
5004
5019
|
"locationInModule": {
|
|
5005
5020
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5006
|
-
"line":
|
|
5021
|
+
"line": 75
|
|
5007
5022
|
},
|
|
5008
5023
|
"name": "buildCommand",
|
|
5009
5024
|
"optional": true,
|
|
@@ -5019,7 +5034,7 @@
|
|
|
5019
5034
|
"immutable": true,
|
|
5020
5035
|
"locationInModule": {
|
|
5021
5036
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5022
|
-
"line":
|
|
5037
|
+
"line": 83
|
|
5023
5038
|
},
|
|
5024
5039
|
"name": "builderImageProps",
|
|
5025
5040
|
"optional": true,
|
|
@@ -5035,7 +5050,7 @@
|
|
|
5035
5050
|
"immutable": true,
|
|
5036
5051
|
"locationInModule": {
|
|
5037
5052
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5038
|
-
"line":
|
|
5053
|
+
"line": 89
|
|
5039
5054
|
},
|
|
5040
5055
|
"name": "overrides",
|
|
5041
5056
|
"optional": true,
|
|
@@ -5052,7 +5067,7 @@
|
|
|
5052
5067
|
"immutable": true,
|
|
5053
5068
|
"locationInModule": {
|
|
5054
5069
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5055
|
-
"line":
|
|
5070
|
+
"line": 87
|
|
5056
5071
|
},
|
|
5057
5072
|
"name": "relativePathToWorkspace",
|
|
5058
5073
|
"optional": true,
|
|
@@ -5400,7 +5415,7 @@
|
|
|
5400
5415
|
},
|
|
5401
5416
|
"locationInModule": {
|
|
5402
5417
|
"filename": "src/nextjs-distribution.ts",
|
|
5403
|
-
"line":
|
|
5418
|
+
"line": 130
|
|
5404
5419
|
},
|
|
5405
5420
|
"parameters": [
|
|
5406
5421
|
{
|
|
@@ -5426,7 +5441,7 @@
|
|
|
5426
5441
|
"kind": "class",
|
|
5427
5442
|
"locationInModule": {
|
|
5428
5443
|
"filename": "src/nextjs-distribution.ts",
|
|
5429
|
-
"line":
|
|
5444
|
+
"line": 94
|
|
5430
5445
|
},
|
|
5431
5446
|
"name": "NextjsDistribution",
|
|
5432
5447
|
"properties": [
|
|
@@ -5436,7 +5451,7 @@
|
|
|
5436
5451
|
},
|
|
5437
5452
|
"locationInModule": {
|
|
5438
5453
|
"filename": "src/nextjs-distribution.ts",
|
|
5439
|
-
"line":
|
|
5454
|
+
"line": 95
|
|
5440
5455
|
},
|
|
5441
5456
|
"name": "distribution",
|
|
5442
5457
|
"type": {
|
|
@@ -5456,7 +5471,7 @@
|
|
|
5456
5471
|
"kind": "interface",
|
|
5457
5472
|
"locationInModule": {
|
|
5458
5473
|
"filename": "src/nextjs-distribution.ts",
|
|
5459
|
-
"line":
|
|
5474
|
+
"line": 47
|
|
5460
5475
|
},
|
|
5461
5476
|
"name": "NextjsDistributionOverrides",
|
|
5462
5477
|
"properties": [
|
|
@@ -5468,7 +5483,7 @@
|
|
|
5468
5483
|
"immutable": true,
|
|
5469
5484
|
"locationInModule": {
|
|
5470
5485
|
"filename": "src/nextjs-distribution.ts",
|
|
5471
|
-
"line":
|
|
5486
|
+
"line": 48
|
|
5472
5487
|
},
|
|
5473
5488
|
"name": "distributionProps",
|
|
5474
5489
|
"optional": true,
|
|
@@ -5484,7 +5499,7 @@
|
|
|
5484
5499
|
"immutable": true,
|
|
5485
5500
|
"locationInModule": {
|
|
5486
5501
|
"filename": "src/nextjs-distribution.ts",
|
|
5487
|
-
"line":
|
|
5502
|
+
"line": 52
|
|
5488
5503
|
},
|
|
5489
5504
|
"name": "dynamicBehaviorOptions",
|
|
5490
5505
|
"optional": true,
|
|
@@ -5500,7 +5515,7 @@
|
|
|
5500
5515
|
"immutable": true,
|
|
5501
5516
|
"locationInModule": {
|
|
5502
5517
|
"filename": "src/nextjs-distribution.ts",
|
|
5503
|
-
"line":
|
|
5518
|
+
"line": 53
|
|
5504
5519
|
},
|
|
5505
5520
|
"name": "dynamicCachePolicyProps",
|
|
5506
5521
|
"optional": true,
|
|
@@ -5516,12 +5531,12 @@
|
|
|
5516
5531
|
"immutable": true,
|
|
5517
5532
|
"locationInModule": {
|
|
5518
5533
|
"filename": "src/nextjs-distribution.ts",
|
|
5519
|
-
"line":
|
|
5534
|
+
"line": 55
|
|
5520
5535
|
},
|
|
5521
|
-
"name": "
|
|
5536
|
+
"name": "dynamicFunctionUrlOriginWithOACProps",
|
|
5522
5537
|
"optional": true,
|
|
5523
5538
|
"type": {
|
|
5524
|
-
"fqn": "aws-cdk-lib.aws_cloudfront_origins.
|
|
5539
|
+
"fqn": "aws-cdk-lib.aws_cloudfront_origins.FunctionUrlOriginWithOACProps"
|
|
5525
5540
|
}
|
|
5526
5541
|
},
|
|
5527
5542
|
{
|
|
@@ -5534,10 +5549,10 @@
|
|
|
5534
5549
|
"filename": "src/nextjs-distribution.ts",
|
|
5535
5550
|
"line": 56
|
|
5536
5551
|
},
|
|
5537
|
-
"name": "
|
|
5552
|
+
"name": "dynamicLoadBalancerV2OriginProps",
|
|
5538
5553
|
"optional": true,
|
|
5539
5554
|
"type": {
|
|
5540
|
-
"fqn": "aws-cdk-lib.
|
|
5555
|
+
"fqn": "aws-cdk-lib.aws_cloudfront_origins.LoadBalancerV2OriginProps"
|
|
5541
5556
|
}
|
|
5542
5557
|
},
|
|
5543
5558
|
{
|
|
@@ -5548,12 +5563,12 @@
|
|
|
5548
5563
|
"immutable": true,
|
|
5549
5564
|
"locationInModule": {
|
|
5550
5565
|
"filename": "src/nextjs-distribution.ts",
|
|
5551
|
-
"line":
|
|
5566
|
+
"line": 54
|
|
5552
5567
|
},
|
|
5553
|
-
"name": "
|
|
5568
|
+
"name": "dynamicResponseHeadersPolicyProps",
|
|
5554
5569
|
"optional": true,
|
|
5555
5570
|
"type": {
|
|
5556
|
-
"fqn": "cdk-
|
|
5571
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
5557
5572
|
}
|
|
5558
5573
|
},
|
|
5559
5574
|
{
|
|
@@ -5564,7 +5579,7 @@
|
|
|
5564
5579
|
"immutable": true,
|
|
5565
5580
|
"locationInModule": {
|
|
5566
5581
|
"filename": "src/nextjs-distribution.ts",
|
|
5567
|
-
"line":
|
|
5582
|
+
"line": 49
|
|
5568
5583
|
},
|
|
5569
5584
|
"name": "imageBehaviorOptions",
|
|
5570
5585
|
"optional": true,
|
|
@@ -5580,7 +5595,7 @@
|
|
|
5580
5595
|
"immutable": true,
|
|
5581
5596
|
"locationInModule": {
|
|
5582
5597
|
"filename": "src/nextjs-distribution.ts",
|
|
5583
|
-
"line":
|
|
5598
|
+
"line": 50
|
|
5584
5599
|
},
|
|
5585
5600
|
"name": "imageCachePolicyProps",
|
|
5586
5601
|
"optional": true,
|
|
@@ -5596,7 +5611,7 @@
|
|
|
5596
5611
|
"immutable": true,
|
|
5597
5612
|
"locationInModule": {
|
|
5598
5613
|
"filename": "src/nextjs-distribution.ts",
|
|
5599
|
-
"line":
|
|
5614
|
+
"line": 51
|
|
5600
5615
|
},
|
|
5601
5616
|
"name": "imageResponseHeadersPolicyProps",
|
|
5602
5617
|
"optional": true,
|
|
@@ -5612,7 +5627,7 @@
|
|
|
5612
5627
|
"immutable": true,
|
|
5613
5628
|
"locationInModule": {
|
|
5614
5629
|
"filename": "src/nextjs-distribution.ts",
|
|
5615
|
-
"line":
|
|
5630
|
+
"line": 59
|
|
5616
5631
|
},
|
|
5617
5632
|
"name": "s3BucketOriginProps",
|
|
5618
5633
|
"optional": true,
|
|
@@ -5628,7 +5643,7 @@
|
|
|
5628
5643
|
"immutable": true,
|
|
5629
5644
|
"locationInModule": {
|
|
5630
5645
|
"filename": "src/nextjs-distribution.ts",
|
|
5631
|
-
"line":
|
|
5646
|
+
"line": 57
|
|
5632
5647
|
},
|
|
5633
5648
|
"name": "staticBehaviorOptions",
|
|
5634
5649
|
"optional": true,
|
|
@@ -5644,7 +5659,7 @@
|
|
|
5644
5659
|
"immutable": true,
|
|
5645
5660
|
"locationInModule": {
|
|
5646
5661
|
"filename": "src/nextjs-distribution.ts",
|
|
5647
|
-
"line":
|
|
5662
|
+
"line": 58
|
|
5648
5663
|
},
|
|
5649
5664
|
"name": "staticResponseHeadersPolicyProps",
|
|
5650
5665
|
"optional": true,
|
|
@@ -5665,7 +5680,7 @@
|
|
|
5665
5680
|
"kind": "interface",
|
|
5666
5681
|
"locationInModule": {
|
|
5667
5682
|
"filename": "src/nextjs-distribution.ts",
|
|
5668
|
-
"line":
|
|
5683
|
+
"line": 62
|
|
5669
5684
|
},
|
|
5670
5685
|
"name": "NextjsDistributionProps",
|
|
5671
5686
|
"properties": [
|
|
@@ -5679,29 +5694,13 @@
|
|
|
5679
5694
|
"immutable": true,
|
|
5680
5695
|
"locationInModule": {
|
|
5681
5696
|
"filename": "src/nextjs-distribution.ts",
|
|
5682
|
-
"line":
|
|
5697
|
+
"line": 67
|
|
5683
5698
|
},
|
|
5684
5699
|
"name": "assetsBucket",
|
|
5685
5700
|
"type": {
|
|
5686
5701
|
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
5687
5702
|
}
|
|
5688
5703
|
},
|
|
5689
|
-
{
|
|
5690
|
-
"abstract": true,
|
|
5691
|
-
"docs": {
|
|
5692
|
-
"stability": "stable",
|
|
5693
|
-
"summary": "Dynamic (Next.js server) URL to add behavior to distribution."
|
|
5694
|
-
},
|
|
5695
|
-
"immutable": true,
|
|
5696
|
-
"locationInModule": {
|
|
5697
|
-
"filename": "src/nextjs-distribution.ts",
|
|
5698
|
-
"line": 78
|
|
5699
|
-
},
|
|
5700
|
-
"name": "dynamicUrl",
|
|
5701
|
-
"type": {
|
|
5702
|
-
"primitive": "string"
|
|
5703
|
-
}
|
|
5704
|
-
},
|
|
5705
5704
|
{
|
|
5706
5705
|
"abstract": true,
|
|
5707
5706
|
"docs": {
|
|
@@ -5710,7 +5709,7 @@
|
|
|
5710
5709
|
"immutable": true,
|
|
5711
5710
|
"locationInModule": {
|
|
5712
5711
|
"filename": "src/nextjs-distribution.ts",
|
|
5713
|
-
"line":
|
|
5712
|
+
"line": 82
|
|
5714
5713
|
},
|
|
5715
5714
|
"name": "nextjsType",
|
|
5716
5715
|
"type": {
|
|
@@ -5726,7 +5725,7 @@
|
|
|
5726
5725
|
"immutable": true,
|
|
5727
5726
|
"locationInModule": {
|
|
5728
5727
|
"filename": "src/nextjs-distribution.ts",
|
|
5729
|
-
"line":
|
|
5728
|
+
"line": 91
|
|
5730
5729
|
},
|
|
5731
5730
|
"name": "publicDirEntries",
|
|
5732
5731
|
"type": {
|
|
@@ -5746,7 +5745,7 @@
|
|
|
5746
5745
|
"immutable": true,
|
|
5747
5746
|
"locationInModule": {
|
|
5748
5747
|
"filename": "src/nextjs-distribution.ts",
|
|
5749
|
-
"line":
|
|
5748
|
+
"line": 68
|
|
5750
5749
|
},
|
|
5751
5750
|
"name": "basePath",
|
|
5752
5751
|
"optional": true,
|
|
@@ -5763,7 +5762,7 @@
|
|
|
5763
5762
|
"immutable": true,
|
|
5764
5763
|
"locationInModule": {
|
|
5765
5764
|
"filename": "src/nextjs-distribution.ts",
|
|
5766
|
-
"line":
|
|
5765
|
+
"line": 72
|
|
5767
5766
|
},
|
|
5768
5767
|
"name": "certificate",
|
|
5769
5768
|
"optional": true,
|
|
@@ -5779,7 +5778,7 @@
|
|
|
5779
5778
|
"immutable": true,
|
|
5780
5779
|
"locationInModule": {
|
|
5781
5780
|
"filename": "src/nextjs-distribution.ts",
|
|
5782
|
-
"line":
|
|
5781
|
+
"line": 73
|
|
5783
5782
|
},
|
|
5784
5783
|
"name": "distribution",
|
|
5785
5784
|
"optional": true,
|
|
@@ -5796,12 +5795,29 @@
|
|
|
5796
5795
|
"immutable": true,
|
|
5797
5796
|
"locationInModule": {
|
|
5798
5797
|
"filename": "src/nextjs-distribution.ts",
|
|
5799
|
-
"line":
|
|
5798
|
+
"line": 77
|
|
5800
5799
|
},
|
|
5801
|
-
"name": "
|
|
5800
|
+
"name": "functionUrl",
|
|
5802
5801
|
"optional": true,
|
|
5803
5802
|
"type": {
|
|
5804
|
-
"
|
|
5803
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunctionUrl"
|
|
5804
|
+
}
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"abstract": true,
|
|
5808
|
+
"docs": {
|
|
5809
|
+
"stability": "stable",
|
|
5810
|
+
"summary": "Required if `NextjsType.GLOBAL_CONTAINERS` or `NextjsType.REGIONAL_CONTAINERS`."
|
|
5811
|
+
},
|
|
5812
|
+
"immutable": true,
|
|
5813
|
+
"locationInModule": {
|
|
5814
|
+
"filename": "src/nextjs-distribution.ts",
|
|
5815
|
+
"line": 81
|
|
5816
|
+
},
|
|
5817
|
+
"name": "loadBalancer",
|
|
5818
|
+
"optional": true,
|
|
5819
|
+
"type": {
|
|
5820
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ILoadBalancerV2"
|
|
5805
5821
|
}
|
|
5806
5822
|
},
|
|
5807
5823
|
{
|
|
@@ -5813,7 +5829,7 @@
|
|
|
5813
5829
|
"immutable": true,
|
|
5814
5830
|
"locationInModule": {
|
|
5815
5831
|
"filename": "src/nextjs-distribution.ts",
|
|
5816
|
-
"line":
|
|
5832
|
+
"line": 86
|
|
5817
5833
|
},
|
|
5818
5834
|
"name": "overrides",
|
|
5819
5835
|
"optional": true,
|
|
@@ -5873,7 +5889,7 @@
|
|
|
5873
5889
|
},
|
|
5874
5890
|
"locationInModule": {
|
|
5875
5891
|
"filename": "src/nextjs-file-system.ts",
|
|
5876
|
-
"line":
|
|
5892
|
+
"line": 90
|
|
5877
5893
|
},
|
|
5878
5894
|
"name": "allowCompute",
|
|
5879
5895
|
"parameters": [
|
|
@@ -12434,7 +12450,7 @@
|
|
|
12434
12450
|
"kind": "interface",
|
|
12435
12451
|
"locationInModule": {
|
|
12436
12452
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12437
|
-
"line":
|
|
12453
|
+
"line": 8
|
|
12438
12454
|
},
|
|
12439
12455
|
"name": "OptionalNextjsAssetsDeploymentProps",
|
|
12440
12456
|
"properties": [
|
|
@@ -12446,7 +12462,7 @@
|
|
|
12446
12462
|
"immutable": true,
|
|
12447
12463
|
"locationInModule": {
|
|
12448
12464
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12449
|
-
"line":
|
|
12465
|
+
"line": 46
|
|
12450
12466
|
},
|
|
12451
12467
|
"name": "accessPoint",
|
|
12452
12468
|
"optional": true,
|
|
@@ -12462,7 +12478,7 @@
|
|
|
12462
12478
|
"immutable": true,
|
|
12463
12479
|
"locationInModule": {
|
|
12464
12480
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12465
|
-
"line":
|
|
12481
|
+
"line": 42
|
|
12466
12482
|
},
|
|
12467
12483
|
"name": "buildImageDigest",
|
|
12468
12484
|
"optional": true,
|
|
@@ -12478,7 +12494,7 @@
|
|
|
12478
12494
|
"immutable": true,
|
|
12479
12495
|
"locationInModule": {
|
|
12480
12496
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12481
|
-
"line":
|
|
12497
|
+
"line": 38
|
|
12482
12498
|
},
|
|
12483
12499
|
"name": "containerMountPathForEfs",
|
|
12484
12500
|
"optional": true,
|
|
@@ -12495,7 +12511,7 @@
|
|
|
12495
12511
|
"immutable": true,
|
|
12496
12512
|
"locationInModule": {
|
|
12497
12513
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12498
|
-
"line":
|
|
12514
|
+
"line": 22
|
|
12499
12515
|
},
|
|
12500
12516
|
"name": "debug",
|
|
12501
12517
|
"optional": true,
|
|
@@ -12511,7 +12527,7 @@
|
|
|
12511
12527
|
"immutable": true,
|
|
12512
12528
|
"locationInModule": {
|
|
12513
12529
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12514
|
-
"line":
|
|
12530
|
+
"line": 34
|
|
12515
12531
|
},
|
|
12516
12532
|
"name": "dockerImageCode",
|
|
12517
12533
|
"optional": true,
|
|
@@ -12527,7 +12543,23 @@
|
|
|
12527
12543
|
"immutable": true,
|
|
12528
12544
|
"locationInModule": {
|
|
12529
12545
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12530
|
-
"line":
|
|
12546
|
+
"line": 30
|
|
12547
|
+
},
|
|
12548
|
+
"name": "nextjsType",
|
|
12549
|
+
"optional": true,
|
|
12550
|
+
"type": {
|
|
12551
|
+
"fqn": "cdk-nextjs.NextjsType"
|
|
12552
|
+
}
|
|
12553
|
+
},
|
|
12554
|
+
{
|
|
12555
|
+
"abstract": true,
|
|
12556
|
+
"docs": {
|
|
12557
|
+
"stability": "stable"
|
|
12558
|
+
},
|
|
12559
|
+
"immutable": true,
|
|
12560
|
+
"locationInModule": {
|
|
12561
|
+
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12562
|
+
"line": 17
|
|
12531
12563
|
},
|
|
12532
12564
|
"name": "relativePathToWorkspace",
|
|
12533
12565
|
"optional": true,
|
|
@@ -12544,7 +12576,7 @@
|
|
|
12544
12576
|
"immutable": true,
|
|
12545
12577
|
"locationInModule": {
|
|
12546
12578
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12547
|
-
"line":
|
|
12579
|
+
"line": 13
|
|
12548
12580
|
},
|
|
12549
12581
|
"name": "staticAssetsBucket",
|
|
12550
12582
|
"optional": true,
|
|
@@ -12560,7 +12592,7 @@
|
|
|
12560
12592
|
"immutable": true,
|
|
12561
12593
|
"locationInModule": {
|
|
12562
12594
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12563
|
-
"line":
|
|
12595
|
+
"line": 26
|
|
12564
12596
|
},
|
|
12565
12597
|
"name": "vpc",
|
|
12566
12598
|
"optional": true,
|
|
@@ -12856,7 +12888,7 @@
|
|
|
12856
12888
|
"immutable": true,
|
|
12857
12889
|
"locationInModule": {
|
|
12858
12890
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12859
|
-
"line":
|
|
12891
|
+
"line": 31
|
|
12860
12892
|
},
|
|
12861
12893
|
"name": "basePath",
|
|
12862
12894
|
"optional": true,
|
|
@@ -12873,7 +12905,7 @@
|
|
|
12873
12905
|
"immutable": true,
|
|
12874
12906
|
"locationInModule": {
|
|
12875
12907
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12876
|
-
"line":
|
|
12908
|
+
"line": 27
|
|
12877
12909
|
},
|
|
12878
12910
|
"name": "certificate",
|
|
12879
12911
|
"optional": true,
|
|
@@ -12889,7 +12921,7 @@
|
|
|
12889
12921
|
"immutable": true,
|
|
12890
12922
|
"locationInModule": {
|
|
12891
12923
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12892
|
-
"line":
|
|
12924
|
+
"line": 22
|
|
12893
12925
|
},
|
|
12894
12926
|
"name": "distribution",
|
|
12895
12927
|
"optional": true,
|
|
@@ -12901,34 +12933,34 @@
|
|
|
12901
12933
|
"abstract": true,
|
|
12902
12934
|
"docs": {
|
|
12903
12935
|
"stability": "stable",
|
|
12904
|
-
"summary": "
|
|
12936
|
+
"summary": "Required if `NextjsType.GLOBAL_FUNCTIONS`."
|
|
12905
12937
|
},
|
|
12906
12938
|
"immutable": true,
|
|
12907
12939
|
"locationInModule": {
|
|
12908
12940
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12909
|
-
"line":
|
|
12941
|
+
"line": 18
|
|
12910
12942
|
},
|
|
12911
|
-
"name": "
|
|
12943
|
+
"name": "functionUrl",
|
|
12912
12944
|
"optional": true,
|
|
12913
12945
|
"type": {
|
|
12914
|
-
"
|
|
12946
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunctionUrl"
|
|
12915
12947
|
}
|
|
12916
12948
|
},
|
|
12917
12949
|
{
|
|
12918
12950
|
"abstract": true,
|
|
12919
12951
|
"docs": {
|
|
12920
12952
|
"stability": "stable",
|
|
12921
|
-
"summary": "Required if `NextjsType.
|
|
12953
|
+
"summary": "Required if `NextjsType.GLOBAL_CONTAINERS` or `NextjsType.REGIONAL_CONTAINERS`."
|
|
12922
12954
|
},
|
|
12923
12955
|
"immutable": true,
|
|
12924
12956
|
"locationInModule": {
|
|
12925
12957
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12926
12958
|
"line": 13
|
|
12927
12959
|
},
|
|
12928
|
-
"name": "
|
|
12960
|
+
"name": "loadBalancer",
|
|
12929
12961
|
"optional": true,
|
|
12930
12962
|
"type": {
|
|
12931
|
-
"
|
|
12963
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ILoadBalancerV2"
|
|
12932
12964
|
}
|
|
12933
12965
|
},
|
|
12934
12966
|
{
|
|
@@ -12939,7 +12971,7 @@
|
|
|
12939
12971
|
"immutable": true,
|
|
12940
12972
|
"locationInModule": {
|
|
12941
12973
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12942
|
-
"line":
|
|
12974
|
+
"line": 40
|
|
12943
12975
|
},
|
|
12944
12976
|
"name": "nextjsType",
|
|
12945
12977
|
"optional": true,
|
|
@@ -12956,7 +12988,7 @@
|
|
|
12956
12988
|
"immutable": true,
|
|
12957
12989
|
"locationInModule": {
|
|
12958
12990
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12959
|
-
"line":
|
|
12991
|
+
"line": 36
|
|
12960
12992
|
},
|
|
12961
12993
|
"name": "publicDirEntries",
|
|
12962
12994
|
"optional": true,
|
|
@@ -13791,7 +13823,7 @@
|
|
|
13791
13823
|
"kind": "interface",
|
|
13792
13824
|
"locationInModule": {
|
|
13793
13825
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13794
|
-
"line":
|
|
13826
|
+
"line": 92
|
|
13795
13827
|
},
|
|
13796
13828
|
"name": "PublicDirEntry",
|
|
13797
13829
|
"properties": [
|
|
@@ -13803,7 +13835,7 @@
|
|
|
13803
13835
|
"immutable": true,
|
|
13804
13836
|
"locationInModule": {
|
|
13805
13837
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13806
|
-
"line":
|
|
13838
|
+
"line": 94
|
|
13807
13839
|
},
|
|
13808
13840
|
"name": "isDirectory",
|
|
13809
13841
|
"type": {
|
|
@@ -13818,7 +13850,7 @@
|
|
|
13818
13850
|
"immutable": true,
|
|
13819
13851
|
"locationInModule": {
|
|
13820
13852
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13821
|
-
"line":
|
|
13853
|
+
"line": 93
|
|
13822
13854
|
},
|
|
13823
13855
|
"name": "name",
|
|
13824
13856
|
"type": {
|
|
@@ -13829,6 +13861,6 @@
|
|
|
13829
13861
|
"symbolId": "src/nextjs-build/nextjs-build:PublicDirEntry"
|
|
13830
13862
|
}
|
|
13831
13863
|
},
|
|
13832
|
-
"version": "0.
|
|
13833
|
-
"fingerprint": "
|
|
13864
|
+
"version": "0.2.0",
|
|
13865
|
+
"fingerprint": "pcuz3yh42kb5ZAMOt/YBVZzrXtu2Q6RkVCppIiYpHtI="
|
|
13834
13866
|
}
|