cdktn 0.23.0-pre.27 → 0.23.0-pre.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/.jsii +304 -113
  2. package/lib/annotations.js +1 -1
  3. package/lib/app.js +1 -1
  4. package/lib/aspect.js +1 -1
  5. package/lib/backends/azurerm-backend.js +2 -2
  6. package/lib/backends/cloud-backend.js +4 -4
  7. package/lib/backends/consul-backend.js +2 -2
  8. package/lib/backends/cos-backend.js +2 -2
  9. package/lib/backends/gcs-backend.js +2 -2
  10. package/lib/backends/http-backend.js +2 -2
  11. package/lib/backends/local-backend.js +2 -2
  12. package/lib/backends/oss-backend.js +2 -2
  13. package/lib/backends/pg-backend.js +2 -2
  14. package/lib/backends/remote-backend.js +4 -4
  15. package/lib/backends/s3-backend.js +2 -2
  16. package/lib/backends/swift-backend.js +2 -2
  17. package/lib/complex-computed-list.d.ts +7 -0
  18. package/lib/complex-computed-list.js +60 -43
  19. package/lib/functions/terraform-functions.generated.js +1 -1
  20. package/lib/importable-resource.js +1 -1
  21. package/lib/manifest.js +1 -1
  22. package/lib/resource.js +1 -1
  23. package/lib/terraform-asset.js +1 -1
  24. package/lib/terraform-backend.js +1 -1
  25. package/lib/terraform-count.js +1 -1
  26. package/lib/terraform-data-resource.js +1 -1
  27. package/lib/terraform-data-source.js +1 -1
  28. package/lib/terraform-element.js +1 -1
  29. package/lib/terraform-functions.js +1 -1
  30. package/lib/terraform-hcl-module.js +1 -1
  31. package/lib/terraform-iterator.js +5 -5
  32. package/lib/terraform-local.js +1 -1
  33. package/lib/terraform-module.js +1 -1
  34. package/lib/terraform-operators.js +1 -1
  35. package/lib/terraform-output.js +1 -1
  36. package/lib/terraform-provider.js +1 -1
  37. package/lib/terraform-provisioner.js +1 -1
  38. package/lib/terraform-remote-state.js +1 -1
  39. package/lib/terraform-resource-targets.js +1 -1
  40. package/lib/terraform-resource.js +1 -1
  41. package/lib/terraform-stack.js +1 -1
  42. package/lib/terraform-variable.js +2 -2
  43. package/lib/testing/index.js +1 -1
  44. package/lib/testing/matchers.js +1 -1
  45. package/lib/tokens/lazy.js +2 -2
  46. package/lib/tokens/resolvable.js +2 -2
  47. package/lib/tokens/string-fragments.js +1 -1
  48. package/lib/tokens/token.js +2 -2
  49. package/lib/upgrade-id-aspect.js +1 -1
  50. package/package.json +1 -1
  51. package/tsconfig.tsbuildinfo +1 -1
package/.jsii CHANGED
@@ -266,7 +266,7 @@
266
266
  },
267
267
  "locationInModule": {
268
268
  "filename": "lib/complex-computed-list.ts",
269
- "line": 388
269
+ "line": 414
270
270
  },
271
271
  "parameters": [
272
272
  {
@@ -292,7 +292,7 @@
292
292
  "kind": "class",
293
293
  "locationInModule": {
294
294
  "filename": "lib/complex-computed-list.ts",
295
- "line": 387
295
+ "line": 413
296
296
  },
297
297
  "methods": [
298
298
  {
@@ -301,7 +301,7 @@
301
301
  },
302
302
  "locationInModule": {
303
303
  "filename": "lib/complex-computed-list.ts",
304
- "line": 396
304
+ "line": 422
305
305
  },
306
306
  "name": "get",
307
307
  "parameters": [
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "locationInModule": {
329
329
  "filename": "lib/complex-computed-list.ts",
330
- "line": 390
330
+ "line": 416
331
331
  },
332
332
  "name": "terraformAttribute",
333
333
  "overrides": "cdktn.ComplexList",
@@ -342,7 +342,7 @@
342
342
  },
343
343
  "locationInModule": {
344
344
  "filename": "lib/complex-computed-list.ts",
345
- "line": 389
345
+ "line": 415
346
346
  },
347
347
  "name": "terraformResource",
348
348
  "overrides": "cdktn.ComplexList",
@@ -357,7 +357,7 @@
357
357
  },
358
358
  "locationInModule": {
359
359
  "filename": "lib/complex-computed-list.ts",
360
- "line": 391
360
+ "line": 417
361
361
  },
362
362
  "name": "wrapsSet",
363
363
  "overrides": "cdktn.ComplexList",
@@ -382,7 +382,7 @@
382
382
  },
383
383
  "locationInModule": {
384
384
  "filename": "lib/complex-computed-list.ts",
385
- "line": 664
385
+ "line": 690
386
386
  },
387
387
  "parameters": [
388
388
  {
@@ -402,7 +402,7 @@
402
402
  "kind": "class",
403
403
  "locationInModule": {
404
404
  "filename": "lib/complex-computed-list.ts",
405
- "line": 663
405
+ "line": 689
406
406
  },
407
407
  "methods": [
408
408
  {
@@ -411,7 +411,7 @@
411
411
  },
412
412
  "locationInModule": {
413
413
  "filename": "lib/complex-computed-list.ts",
414
- "line": 671
414
+ "line": 697
415
415
  },
416
416
  "name": "get",
417
417
  "parameters": [
@@ -437,7 +437,7 @@
437
437
  },
438
438
  "locationInModule": {
439
439
  "filename": "lib/complex-computed-list.ts",
440
- "line": 666
440
+ "line": 692
441
441
  },
442
442
  "name": "terraformAttribute",
443
443
  "overrides": "cdktn.ComplexMap",
@@ -452,7 +452,7 @@
452
452
  },
453
453
  "locationInModule": {
454
454
  "filename": "lib/complex-computed-list.ts",
455
- "line": 665
455
+ "line": 691
456
456
  },
457
457
  "name": "terraformResource",
458
458
  "overrides": "cdktn.ComplexMap",
@@ -668,7 +668,7 @@
668
668
  },
669
669
  "locationInModule": {
670
670
  "filename": "lib/complex-computed-list.ts",
671
- "line": 596
671
+ "line": 622
672
672
  },
673
673
  "parameters": [
674
674
  {
@@ -694,7 +694,7 @@
694
694
  "kind": "class",
695
695
  "locationInModule": {
696
696
  "filename": "lib/complex-computed-list.ts",
697
- "line": 595
697
+ "line": 621
698
698
  },
699
699
  "methods": [
700
700
  {
@@ -703,7 +703,7 @@
703
703
  },
704
704
  "locationInModule": {
705
705
  "filename": "lib/complex-computed-list.ts",
706
- "line": 604
706
+ "line": 630
707
707
  },
708
708
  "name": "get",
709
709
  "parameters": [
@@ -729,7 +729,7 @@
729
729
  },
730
730
  "locationInModule": {
731
731
  "filename": "lib/complex-computed-list.ts",
732
- "line": 598
732
+ "line": 624
733
733
  },
734
734
  "name": "terraformAttribute",
735
735
  "overrides": "cdktn.MapList",
@@ -744,7 +744,7 @@
744
744
  },
745
745
  "locationInModule": {
746
746
  "filename": "lib/complex-computed-list.ts",
747
- "line": 597
747
+ "line": 623
748
748
  },
749
749
  "name": "terraformResource",
750
750
  "overrides": "cdktn.MapList",
@@ -759,7 +759,7 @@
759
759
  },
760
760
  "locationInModule": {
761
761
  "filename": "lib/complex-computed-list.ts",
762
- "line": 599
762
+ "line": 625
763
763
  },
764
764
  "name": "wrapsSet",
765
765
  "overrides": "cdktn.MapList",
@@ -1844,7 +1844,7 @@
1844
1844
  },
1845
1845
  "locationInModule": {
1846
1846
  "filename": "lib/complex-computed-list.ts",
1847
- "line": 317
1847
+ "line": 343
1848
1848
  },
1849
1849
  "parameters": [
1850
1850
  {
@@ -1870,7 +1870,7 @@
1870
1870
  "kind": "class",
1871
1871
  "locationInModule": {
1872
1872
  "filename": "lib/complex-computed-list.ts",
1873
- "line": 316
1873
+ "line": 342
1874
1874
  },
1875
1875
  "methods": [
1876
1876
  {
@@ -1879,7 +1879,7 @@
1879
1879
  },
1880
1880
  "locationInModule": {
1881
1881
  "filename": "lib/complex-computed-list.ts",
1882
- "line": 325
1882
+ "line": 351
1883
1883
  },
1884
1884
  "name": "get",
1885
1885
  "parameters": [
@@ -1905,7 +1905,7 @@
1905
1905
  },
1906
1906
  "locationInModule": {
1907
1907
  "filename": "lib/complex-computed-list.ts",
1908
- "line": 319
1908
+ "line": 345
1909
1909
  },
1910
1910
  "name": "terraformAttribute",
1911
1911
  "overrides": "cdktn.ComplexList",
@@ -1920,7 +1920,7 @@
1920
1920
  },
1921
1921
  "locationInModule": {
1922
1922
  "filename": "lib/complex-computed-list.ts",
1923
- "line": 318
1923
+ "line": 344
1924
1924
  },
1925
1925
  "name": "terraformResource",
1926
1926
  "overrides": "cdktn.ComplexList",
@@ -1935,7 +1935,7 @@
1935
1935
  },
1936
1936
  "locationInModule": {
1937
1937
  "filename": "lib/complex-computed-list.ts",
1938
- "line": 320
1938
+ "line": 346
1939
1939
  },
1940
1940
  "name": "wrapsSet",
1941
1941
  "overrides": "cdktn.ComplexList",
@@ -1960,7 +1960,7 @@
1960
1960
  },
1961
1961
  "locationInModule": {
1962
1962
  "filename": "lib/complex-computed-list.ts",
1963
- "line": 370
1963
+ "line": 396
1964
1964
  },
1965
1965
  "parameters": [
1966
1966
  {
@@ -1986,7 +1986,7 @@
1986
1986
  "kind": "class",
1987
1987
  "locationInModule": {
1988
1988
  "filename": "lib/complex-computed-list.ts",
1989
- "line": 369
1989
+ "line": 395
1990
1990
  },
1991
1991
  "methods": [
1992
1992
  {
@@ -1995,7 +1995,7 @@
1995
1995
  },
1996
1996
  "locationInModule": {
1997
1997
  "filename": "lib/complex-computed-list.ts",
1998
- "line": 378
1998
+ "line": 404
1999
1999
  },
2000
2000
  "name": "get",
2001
2001
  "parameters": [
@@ -2021,7 +2021,7 @@
2021
2021
  },
2022
2022
  "locationInModule": {
2023
2023
  "filename": "lib/complex-computed-list.ts",
2024
- "line": 372
2024
+ "line": 398
2025
2025
  },
2026
2026
  "name": "terraformAttribute",
2027
2027
  "overrides": "cdktn.ComplexList",
@@ -2036,7 +2036,7 @@
2036
2036
  },
2037
2037
  "locationInModule": {
2038
2038
  "filename": "lib/complex-computed-list.ts",
2039
- "line": 371
2039
+ "line": 397
2040
2040
  },
2041
2041
  "name": "terraformResource",
2042
2042
  "overrides": "cdktn.ComplexList",
@@ -2051,7 +2051,7 @@
2051
2051
  },
2052
2052
  "locationInModule": {
2053
2053
  "filename": "lib/complex-computed-list.ts",
2054
- "line": 373
2054
+ "line": 399
2055
2055
  },
2056
2056
  "name": "wrapsSet",
2057
2057
  "overrides": "cdktn.ComplexList",
@@ -2076,7 +2076,7 @@
2076
2076
  },
2077
2077
  "locationInModule": {
2078
2078
  "filename": "lib/complex-computed-list.ts",
2079
- "line": 647
2079
+ "line": 673
2080
2080
  },
2081
2081
  "parameters": [
2082
2082
  {
@@ -2096,7 +2096,7 @@
2096
2096
  "kind": "class",
2097
2097
  "locationInModule": {
2098
2098
  "filename": "lib/complex-computed-list.ts",
2099
- "line": 646
2099
+ "line": 672
2100
2100
  },
2101
2101
  "methods": [
2102
2102
  {
@@ -2105,7 +2105,7 @@
2105
2105
  },
2106
2106
  "locationInModule": {
2107
2107
  "filename": "lib/complex-computed-list.ts",
2108
- "line": 654
2108
+ "line": 680
2109
2109
  },
2110
2110
  "name": "get",
2111
2111
  "parameters": [
@@ -2131,7 +2131,7 @@
2131
2131
  },
2132
2132
  "locationInModule": {
2133
2133
  "filename": "lib/complex-computed-list.ts",
2134
- "line": 649
2134
+ "line": 675
2135
2135
  },
2136
2136
  "name": "terraformAttribute",
2137
2137
  "overrides": "cdktn.ComplexMap",
@@ -2146,7 +2146,7 @@
2146
2146
  },
2147
2147
  "locationInModule": {
2148
2148
  "filename": "lib/complex-computed-list.ts",
2149
- "line": 648
2149
+ "line": 674
2150
2150
  },
2151
2151
  "name": "terraformResource",
2152
2152
  "overrides": "cdktn.ComplexMap",
@@ -2362,7 +2362,7 @@
2362
2362
  },
2363
2363
  "locationInModule": {
2364
2364
  "filename": "lib/complex-computed-list.ts",
2365
- "line": 581
2365
+ "line": 607
2366
2366
  },
2367
2367
  "parameters": [
2368
2368
  {
@@ -2388,7 +2388,7 @@
2388
2388
  "kind": "class",
2389
2389
  "locationInModule": {
2390
2390
  "filename": "lib/complex-computed-list.ts",
2391
- "line": 580
2391
+ "line": 606
2392
2392
  },
2393
2393
  "methods": [
2394
2394
  {
@@ -2397,7 +2397,7 @@
2397
2397
  },
2398
2398
  "locationInModule": {
2399
2399
  "filename": "lib/complex-computed-list.ts",
2400
- "line": 589
2400
+ "line": 615
2401
2401
  },
2402
2402
  "name": "get",
2403
2403
  "parameters": [
@@ -2423,7 +2423,7 @@
2423
2423
  },
2424
2424
  "locationInModule": {
2425
2425
  "filename": "lib/complex-computed-list.ts",
2426
- "line": 583
2426
+ "line": 609
2427
2427
  },
2428
2428
  "name": "terraformAttribute",
2429
2429
  "overrides": "cdktn.MapList",
@@ -2438,7 +2438,7 @@
2438
2438
  },
2439
2439
  "locationInModule": {
2440
2440
  "filename": "lib/complex-computed-list.ts",
2441
- "line": 582
2441
+ "line": 608
2442
2442
  },
2443
2443
  "name": "terraformResource",
2444
2444
  "overrides": "cdktn.MapList",
@@ -2453,7 +2453,7 @@
2453
2453
  },
2454
2454
  "locationInModule": {
2455
2455
  "filename": "lib/complex-computed-list.ts",
2456
- "line": 584
2456
+ "line": 610
2457
2457
  },
2458
2458
  "name": "wrapsSet",
2459
2459
  "overrides": "cdktn.MapList",
@@ -2785,7 +2785,7 @@
2785
2785
  },
2786
2786
  "locationInModule": {
2787
2787
  "filename": "lib/complex-computed-list.ts",
2788
- "line": 219
2788
+ "line": 245
2789
2789
  },
2790
2790
  "parameters": [
2791
2791
  {
@@ -2823,7 +2823,7 @@
2823
2823
  "kind": "class",
2824
2824
  "locationInModule": {
2825
2825
  "filename": "lib/complex-computed-list.ts",
2826
- "line": 218
2826
+ "line": 244
2827
2827
  },
2828
2828
  "methods": [
2829
2829
  {
@@ -2832,7 +2832,7 @@
2832
2832
  },
2833
2833
  "locationInModule": {
2834
2834
  "filename": "lib/complex-computed-list.ts",
2835
- "line": 246
2835
+ "line": 272
2836
2836
  },
2837
2837
  "name": "computeFqn",
2838
2838
  "returns": {
@@ -3084,7 +3084,7 @@
3084
3084
  },
3085
3085
  "locationInModule": {
3086
3086
  "filename": "lib/complex-computed-list.ts",
3087
- "line": 229
3087
+ "line": 255
3088
3088
  },
3089
3089
  "name": "interpolationForAttribute",
3090
3090
  "overrides": "cdktn.IInterpolatingParent",
@@ -3191,7 +3191,7 @@
3191
3191
  },
3192
3192
  "locationInModule": {
3193
3193
  "filename": "lib/complex-computed-list.ts",
3194
- "line": 222
3194
+ "line": 248
3195
3195
  },
3196
3196
  "name": "complexComputedListIndex",
3197
3197
  "protected": true,
@@ -3205,7 +3205,7 @@
3205
3205
  },
3206
3206
  "locationInModule": {
3207
3207
  "filename": "lib/complex-computed-list.ts",
3208
- "line": 221
3208
+ "line": 247
3209
3209
  },
3210
3210
  "name": "terraformAttribute",
3211
3211
  "protected": true,
@@ -3219,7 +3219,7 @@
3219
3219
  },
3220
3220
  "locationInModule": {
3221
3221
  "filename": "lib/complex-computed-list.ts",
3222
- "line": 220
3222
+ "line": 246
3223
3223
  },
3224
3224
  "name": "terraformResource",
3225
3225
  "protected": true,
@@ -3233,7 +3233,7 @@
3233
3233
  },
3234
3234
  "locationInModule": {
3235
3235
  "filename": "lib/complex-computed-list.ts",
3236
- "line": 223
3236
+ "line": 249
3237
3237
  },
3238
3238
  "name": "wrapsSet",
3239
3239
  "optional": true,
@@ -3258,7 +3258,7 @@
3258
3258
  },
3259
3259
  "locationInModule": {
3260
3260
  "filename": "lib/complex-computed-list.ts",
3261
- "line": 273
3261
+ "line": 299
3262
3262
  },
3263
3263
  "parameters": [
3264
3264
  {
@@ -3288,7 +3288,7 @@
3288
3288
  "kind": "class",
3289
3289
  "locationInModule": {
3290
3290
  "filename": "lib/complex-computed-list.ts",
3291
- "line": 269
3291
+ "line": 295
3292
3292
  },
3293
3293
  "methods": [
3294
3294
  {
@@ -3300,7 +3300,7 @@
3300
3300
  },
3301
3301
  "locationInModule": {
3302
3302
  "filename": "lib/complex-computed-list.ts",
3303
- "line": 305
3303
+ "line": 331
3304
3304
  },
3305
3305
  "name": "allWithMapKey",
3306
3306
  "parameters": [
@@ -3323,7 +3323,7 @@
3323
3323
  },
3324
3324
  "locationInModule": {
3325
3325
  "filename": "lib/complex-computed-list.ts",
3326
- "line": 281
3326
+ "line": 307
3327
3327
  },
3328
3328
  "name": "computeFqn",
3329
3329
  "returns": {
@@ -3421,7 +3421,7 @@
3421
3421
  },
3422
3422
  "locationInModule": {
3423
3423
  "filename": "lib/complex-computed-list.ts",
3424
- "line": 275
3424
+ "line": 301
3425
3425
  },
3426
3426
  "name": "terraformAttribute",
3427
3427
  "protected": true,
@@ -3435,7 +3435,7 @@
3435
3435
  },
3436
3436
  "locationInModule": {
3437
3437
  "filename": "lib/complex-computed-list.ts",
3438
- "line": 274
3438
+ "line": 300
3439
3439
  },
3440
3440
  "name": "terraformResource",
3441
3441
  "protected": true,
@@ -3449,7 +3449,7 @@
3449
3449
  },
3450
3450
  "locationInModule": {
3451
3451
  "filename": "lib/complex-computed-list.ts",
3452
- "line": 276
3452
+ "line": 302
3453
3453
  },
3454
3454
  "name": "wrapsSet",
3455
3455
  "protected": true,
@@ -3473,7 +3473,7 @@
3473
3473
  },
3474
3474
  "locationInModule": {
3475
3475
  "filename": "lib/complex-computed-list.ts",
3476
- "line": 409
3476
+ "line": 435
3477
3477
  },
3478
3478
  "parameters": [
3479
3479
  {
@@ -3497,7 +3497,7 @@
3497
3497
  "kind": "class",
3498
3498
  "locationInModule": {
3499
3499
  "filename": "lib/complex-computed-list.ts",
3500
- "line": 405
3500
+ "line": 431
3501
3501
  },
3502
3502
  "methods": [
3503
3503
  {
@@ -3506,7 +3506,7 @@
3506
3506
  },
3507
3507
  "locationInModule": {
3508
3508
  "filename": "lib/complex-computed-list.ts",
3509
- "line": 416
3509
+ "line": 442
3510
3510
  },
3511
3511
  "name": "computeFqn",
3512
3512
  "returns": {
@@ -3521,7 +3521,7 @@
3521
3521
  },
3522
3522
  "locationInModule": {
3523
3523
  "filename": "lib/complex-computed-list.ts",
3524
- "line": 422
3524
+ "line": 448
3525
3525
  },
3526
3526
  "name": "interpolationForAttribute",
3527
3527
  "parameters": [
@@ -3627,7 +3627,7 @@
3627
3627
  },
3628
3628
  "locationInModule": {
3629
3629
  "filename": "lib/complex-computed-list.ts",
3630
- "line": 411
3630
+ "line": 437
3631
3631
  },
3632
3632
  "name": "terraformAttribute",
3633
3633
  "protected": true,
@@ -3641,7 +3641,7 @@
3641
3641
  },
3642
3642
  "locationInModule": {
3643
3643
  "filename": "lib/complex-computed-list.ts",
3644
- "line": 410
3644
+ "line": 436
3645
3645
  },
3646
3646
  "name": "terraformResource",
3647
3647
  "protected": true,
@@ -3664,7 +3664,7 @@
3664
3664
  },
3665
3665
  "locationInModule": {
3666
3666
  "filename": "lib/complex-computed-list.ts",
3667
- "line": 439
3667
+ "line": 465
3668
3668
  },
3669
3669
  "parameters": [
3670
3670
  {
@@ -3717,7 +3717,7 @@
3717
3717
  "kind": "class",
3718
3718
  "locationInModule": {
3719
3719
  "filename": "lib/complex-computed-list.ts",
3720
- "line": 431
3720
+ "line": 457
3721
3721
  },
3722
3722
  "methods": [
3723
3723
  {
@@ -3726,7 +3726,7 @@
3726
3726
  },
3727
3727
  "locationInModule": {
3728
3728
  "filename": "lib/complex-computed-list.ts",
3729
- "line": 473
3729
+ "line": 499
3730
3730
  },
3731
3731
  "name": "computeFqn",
3732
3732
  "returns": {
@@ -3978,7 +3978,7 @@
3978
3978
  },
3979
3979
  "locationInModule": {
3980
3980
  "filename": "lib/complex-computed-list.ts",
3981
- "line": 467
3981
+ "line": 493
3982
3982
  },
3983
3983
  "name": "interpolationAsList",
3984
3984
  "protected": true,
@@ -3994,7 +3994,7 @@
3994
3994
  },
3995
3995
  "locationInModule": {
3996
3996
  "filename": "lib/complex-computed-list.ts",
3997
- "line": 448
3997
+ "line": 474
3998
3998
  },
3999
3999
  "name": "interpolationForAttribute",
4000
4000
  "overrides": "cdktn.IInterpolatingParent",
@@ -4102,7 +4102,7 @@
4102
4102
  },
4103
4103
  "locationInModule": {
4104
4104
  "filename": "lib/complex-computed-list.ts",
4105
- "line": 442
4105
+ "line": 468
4106
4106
  },
4107
4107
  "name": "complexObjectIsFromSet",
4108
4108
  "protected": true,
@@ -4116,7 +4116,7 @@
4116
4116
  },
4117
4117
  "locationInModule": {
4118
4118
  "filename": "lib/complex-computed-list.ts",
4119
- "line": 441
4119
+ "line": 467
4120
4120
  },
4121
4121
  "name": "terraformAttribute",
4122
4122
  "protected": true,
@@ -4130,7 +4130,7 @@
4130
4130
  },
4131
4131
  "locationInModule": {
4132
4132
  "filename": "lib/complex-computed-list.ts",
4133
- "line": 440
4133
+ "line": 466
4134
4134
  },
4135
4135
  "name": "terraformResource",
4136
4136
  "protected": true,
@@ -4145,7 +4145,7 @@
4145
4145
  },
4146
4146
  "locationInModule": {
4147
4147
  "filename": "lib/complex-computed-list.ts",
4148
- "line": 443
4148
+ "line": 469
4149
4149
  },
4150
4150
  "name": "complexObjectIndex",
4151
4151
  "optional": true,
@@ -13317,7 +13317,7 @@
13317
13317
  },
13318
13318
  "locationInModule": {
13319
13319
  "filename": "lib/complex-computed-list.ts",
13320
- "line": 502
13320
+ "line": 528
13321
13321
  },
13322
13322
  "parameters": [
13323
13323
  {
@@ -13348,7 +13348,7 @@
13348
13348
  "kind": "class",
13349
13349
  "locationInModule": {
13350
13350
  "filename": "lib/complex-computed-list.ts",
13351
- "line": 498
13351
+ "line": 524
13352
13352
  },
13353
13353
  "methods": [
13354
13354
  {
@@ -13357,7 +13357,7 @@
13357
13357
  },
13358
13358
  "locationInModule": {
13359
13359
  "filename": "lib/complex-computed-list.ts",
13360
- "line": 510
13360
+ "line": 536
13361
13361
  },
13362
13362
  "name": "computeFqn",
13363
13363
  "returns": {
@@ -13372,7 +13372,7 @@
13372
13372
  },
13373
13373
  "locationInModule": {
13374
13374
  "filename": "lib/complex-computed-list.ts",
13375
- "line": 528
13375
+ "line": 554
13376
13376
  },
13377
13377
  "name": "interpolationForAttribute",
13378
13378
  "overrides": "cdktn.IInterpolatingParent",
@@ -13479,7 +13479,7 @@
13479
13479
  },
13480
13480
  "locationInModule": {
13481
13481
  "filename": "lib/complex-computed-list.ts",
13482
- "line": 504
13482
+ "line": 530
13483
13483
  },
13484
13484
  "name": "terraformAttribute",
13485
13485
  "protected": true,
@@ -13493,7 +13493,7 @@
13493
13493
  },
13494
13494
  "locationInModule": {
13495
13495
  "filename": "lib/complex-computed-list.ts",
13496
- "line": 503
13496
+ "line": 529
13497
13497
  },
13498
13498
  "name": "terraformResource",
13499
13499
  "protected": true,
@@ -13507,7 +13507,7 @@
13507
13507
  },
13508
13508
  "locationInModule": {
13509
13509
  "filename": "lib/complex-computed-list.ts",
13510
- "line": 505
13510
+ "line": 531
13511
13511
  },
13512
13512
  "name": "wrapsSet",
13513
13513
  "protected": true,
@@ -13834,7 +13834,7 @@
13834
13834
  },
13835
13835
  "locationInModule": {
13836
13836
  "filename": "lib/complex-computed-list.ts",
13837
- "line": 351
13837
+ "line": 377
13838
13838
  },
13839
13839
  "parameters": [
13840
13840
  {
@@ -13860,7 +13860,7 @@
13860
13860
  "kind": "class",
13861
13861
  "locationInModule": {
13862
13862
  "filename": "lib/complex-computed-list.ts",
13863
- "line": 350
13863
+ "line": 376
13864
13864
  },
13865
13865
  "methods": [
13866
13866
  {
@@ -13869,7 +13869,7 @@
13869
13869
  },
13870
13870
  "locationInModule": {
13871
13871
  "filename": "lib/complex-computed-list.ts",
13872
- "line": 359
13872
+ "line": 385
13873
13873
  },
13874
13874
  "name": "get",
13875
13875
  "parameters": [
@@ -13900,7 +13900,7 @@
13900
13900
  },
13901
13901
  "locationInModule": {
13902
13902
  "filename": "lib/complex-computed-list.ts",
13903
- "line": 353
13903
+ "line": 379
13904
13904
  },
13905
13905
  "name": "terraformAttribute",
13906
13906
  "overrides": "cdktn.ComplexList",
@@ -13915,7 +13915,7 @@
13915
13915
  },
13916
13916
  "locationInModule": {
13917
13917
  "filename": "lib/complex-computed-list.ts",
13918
- "line": 352
13918
+ "line": 378
13919
13919
  },
13920
13920
  "name": "terraformResource",
13921
13921
  "overrides": "cdktn.ComplexList",
@@ -13930,7 +13930,7 @@
13930
13930
  },
13931
13931
  "locationInModule": {
13932
13932
  "filename": "lib/complex-computed-list.ts",
13933
- "line": 354
13933
+ "line": 380
13934
13934
  },
13935
13935
  "name": "wrapsSet",
13936
13936
  "overrides": "cdktn.ComplexList",
@@ -13955,7 +13955,7 @@
13955
13955
  },
13956
13956
  "locationInModule": {
13957
13957
  "filename": "lib/complex-computed-list.ts",
13958
- "line": 629
13958
+ "line": 655
13959
13959
  },
13960
13960
  "parameters": [
13961
13961
  {
@@ -13975,7 +13975,7 @@
13975
13975
  "kind": "class",
13976
13976
  "locationInModule": {
13977
13977
  "filename": "lib/complex-computed-list.ts",
13978
- "line": 628
13978
+ "line": 654
13979
13979
  },
13980
13980
  "methods": [
13981
13981
  {
@@ -13984,7 +13984,7 @@
13984
13984
  },
13985
13985
  "locationInModule": {
13986
13986
  "filename": "lib/complex-computed-list.ts",
13987
- "line": 636
13987
+ "line": 662
13988
13988
  },
13989
13989
  "name": "get",
13990
13990
  "parameters": [
@@ -14015,7 +14015,7 @@
14015
14015
  },
14016
14016
  "locationInModule": {
14017
14017
  "filename": "lib/complex-computed-list.ts",
14018
- "line": 631
14018
+ "line": 657
14019
14019
  },
14020
14020
  "name": "terraformAttribute",
14021
14021
  "overrides": "cdktn.ComplexMap",
@@ -14030,7 +14030,7 @@
14030
14030
  },
14031
14031
  "locationInModule": {
14032
14032
  "filename": "lib/complex-computed-list.ts",
14033
- "line": 630
14033
+ "line": 656
14034
14034
  },
14035
14035
  "name": "terraformResource",
14036
14036
  "overrides": "cdktn.ComplexMap",
@@ -14246,7 +14246,7 @@
14246
14246
  },
14247
14247
  "locationInModule": {
14248
14248
  "filename": "lib/complex-computed-list.ts",
14249
- "line": 566
14249
+ "line": 592
14250
14250
  },
14251
14251
  "parameters": [
14252
14252
  {
@@ -14272,7 +14272,7 @@
14272
14272
  "kind": "class",
14273
14273
  "locationInModule": {
14274
14274
  "filename": "lib/complex-computed-list.ts",
14275
- "line": 565
14275
+ "line": 591
14276
14276
  },
14277
14277
  "methods": [
14278
14278
  {
@@ -14281,7 +14281,7 @@
14281
14281
  },
14282
14282
  "locationInModule": {
14283
14283
  "filename": "lib/complex-computed-list.ts",
14284
- "line": 574
14284
+ "line": 600
14285
14285
  },
14286
14286
  "name": "get",
14287
14287
  "parameters": [
@@ -14307,7 +14307,7 @@
14307
14307
  },
14308
14308
  "locationInModule": {
14309
14309
  "filename": "lib/complex-computed-list.ts",
14310
- "line": 568
14310
+ "line": 594
14311
14311
  },
14312
14312
  "name": "terraformAttribute",
14313
14313
  "overrides": "cdktn.MapList",
@@ -14322,7 +14322,7 @@
14322
14322
  },
14323
14323
  "locationInModule": {
14324
14324
  "filename": "lib/complex-computed-list.ts",
14325
- "line": 567
14325
+ "line": 593
14326
14326
  },
14327
14327
  "name": "terraformResource",
14328
14328
  "overrides": "cdktn.MapList",
@@ -14337,7 +14337,7 @@
14337
14337
  },
14338
14338
  "locationInModule": {
14339
14339
  "filename": "lib/complex-computed-list.ts",
14340
- "line": 569
14340
+ "line": 595
14341
14341
  },
14342
14342
  "name": "wrapsSet",
14343
14343
  "overrides": "cdktn.MapList",
@@ -18507,7 +18507,7 @@
18507
18507
  },
18508
18508
  "locationInModule": {
18509
18509
  "filename": "lib/complex-computed-list.ts",
18510
- "line": 332
18510
+ "line": 358
18511
18511
  },
18512
18512
  "parameters": [
18513
18513
  {
@@ -18533,7 +18533,7 @@
18533
18533
  "kind": "class",
18534
18534
  "locationInModule": {
18535
18535
  "filename": "lib/complex-computed-list.ts",
18536
- "line": 331
18536
+ "line": 357
18537
18537
  },
18538
18538
  "methods": [
18539
18539
  {
@@ -18542,7 +18542,7 @@
18542
18542
  },
18543
18543
  "locationInModule": {
18544
18544
  "filename": "lib/complex-computed-list.ts",
18545
- "line": 340
18545
+ "line": 366
18546
18546
  },
18547
18547
  "name": "get",
18548
18548
  "parameters": [
@@ -18573,7 +18573,7 @@
18573
18573
  },
18574
18574
  "locationInModule": {
18575
18575
  "filename": "lib/complex-computed-list.ts",
18576
- "line": 334
18576
+ "line": 360
18577
18577
  },
18578
18578
  "name": "terraformAttribute",
18579
18579
  "overrides": "cdktn.ComplexList",
@@ -18588,7 +18588,7 @@
18588
18588
  },
18589
18589
  "locationInModule": {
18590
18590
  "filename": "lib/complex-computed-list.ts",
18591
- "line": 333
18591
+ "line": 359
18592
18592
  },
18593
18593
  "name": "terraformResource",
18594
18594
  "overrides": "cdktn.ComplexList",
@@ -18603,7 +18603,7 @@
18603
18603
  },
18604
18604
  "locationInModule": {
18605
18605
  "filename": "lib/complex-computed-list.ts",
18606
- "line": 335
18606
+ "line": 361
18607
18607
  },
18608
18608
  "name": "wrapsSet",
18609
18609
  "overrides": "cdktn.ComplexList",
@@ -18628,7 +18628,7 @@
18628
18628
  },
18629
18629
  "locationInModule": {
18630
18630
  "filename": "lib/complex-computed-list.ts",
18631
- "line": 611
18631
+ "line": 637
18632
18632
  },
18633
18633
  "parameters": [
18634
18634
  {
@@ -18648,7 +18648,7 @@
18648
18648
  "kind": "class",
18649
18649
  "locationInModule": {
18650
18650
  "filename": "lib/complex-computed-list.ts",
18651
- "line": 610
18651
+ "line": 636
18652
18652
  },
18653
18653
  "methods": [
18654
18654
  {
@@ -18657,7 +18657,7 @@
18657
18657
  },
18658
18658
  "locationInModule": {
18659
18659
  "filename": "lib/complex-computed-list.ts",
18660
- "line": 618
18660
+ "line": 644
18661
18661
  },
18662
18662
  "name": "get",
18663
18663
  "parameters": [
@@ -18688,7 +18688,7 @@
18688
18688
  },
18689
18689
  "locationInModule": {
18690
18690
  "filename": "lib/complex-computed-list.ts",
18691
- "line": 613
18691
+ "line": 639
18692
18692
  },
18693
18693
  "name": "terraformAttribute",
18694
18694
  "overrides": "cdktn.ComplexMap",
@@ -18703,7 +18703,7 @@
18703
18703
  },
18704
18704
  "locationInModule": {
18705
18705
  "filename": "lib/complex-computed-list.ts",
18706
- "line": 612
18706
+ "line": 638
18707
18707
  },
18708
18708
  "name": "terraformResource",
18709
18709
  "overrides": "cdktn.ComplexMap",
@@ -18919,7 +18919,7 @@
18919
18919
  },
18920
18920
  "locationInModule": {
18921
18921
  "filename": "lib/complex-computed-list.ts",
18922
- "line": 551
18922
+ "line": 577
18923
18923
  },
18924
18924
  "parameters": [
18925
18925
  {
@@ -18945,7 +18945,7 @@
18945
18945
  "kind": "class",
18946
18946
  "locationInModule": {
18947
18947
  "filename": "lib/complex-computed-list.ts",
18948
- "line": 550
18948
+ "line": 576
18949
18949
  },
18950
18950
  "methods": [
18951
18951
  {
@@ -18954,7 +18954,7 @@
18954
18954
  },
18955
18955
  "locationInModule": {
18956
18956
  "filename": "lib/complex-computed-list.ts",
18957
- "line": 559
18957
+ "line": 585
18958
18958
  },
18959
18959
  "name": "get",
18960
18960
  "parameters": [
@@ -18980,7 +18980,7 @@
18980
18980
  },
18981
18981
  "locationInModule": {
18982
18982
  "filename": "lib/complex-computed-list.ts",
18983
- "line": 553
18983
+ "line": 579
18984
18984
  },
18985
18985
  "name": "terraformAttribute",
18986
18986
  "overrides": "cdktn.MapList",
@@ -18995,7 +18995,7 @@
18995
18995
  },
18996
18996
  "locationInModule": {
18997
18997
  "filename": "lib/complex-computed-list.ts",
18998
- "line": 552
18998
+ "line": 578
18999
18999
  },
19000
19000
  "name": "terraformResource",
19001
19001
  "overrides": "cdktn.MapList",
@@ -19010,7 +19010,7 @@
19010
19010
  },
19011
19011
  "locationInModule": {
19012
19012
  "filename": "lib/complex-computed-list.ts",
19013
- "line": 554
19013
+ "line": 580
19014
19014
  },
19015
19015
  "name": "wrapsSet",
19016
19016
  "overrides": "cdktn.MapList",
@@ -19022,6 +19022,197 @@
19022
19022
  ],
19023
19023
  "symbolId": "lib/complex-computed-list:StringMapList"
19024
19024
  },
19025
+ "cdktn.StringMapMap": {
19026
+ "assembly": "cdktn",
19027
+ "docs": {
19028
+ "stability": "experimental"
19029
+ },
19030
+ "fqn": "cdktn.StringMapMap",
19031
+ "initializer": {
19032
+ "docs": {
19033
+ "stability": "experimental"
19034
+ },
19035
+ "locationInModule": {
19036
+ "filename": "lib/complex-computed-list.ts",
19037
+ "line": 219
19038
+ },
19039
+ "parameters": [
19040
+ {
19041
+ "name": "terraformResource",
19042
+ "type": {
19043
+ "fqn": "cdktn.IInterpolatingParent"
19044
+ }
19045
+ },
19046
+ {
19047
+ "name": "terraformAttribute",
19048
+ "type": {
19049
+ "primitive": "string"
19050
+ }
19051
+ }
19052
+ ]
19053
+ },
19054
+ "interfaces": [
19055
+ "cdktn.ITerraformAddressable",
19056
+ "cdktn.IResolvable"
19057
+ ],
19058
+ "kind": "class",
19059
+ "locationInModule": {
19060
+ "filename": "lib/complex-computed-list.ts",
19061
+ "line": 215
19062
+ },
19063
+ "methods": [
19064
+ {
19065
+ "docs": {
19066
+ "stability": "experimental"
19067
+ },
19068
+ "locationInModule": {
19069
+ "filename": "lib/complex-computed-list.ts",
19070
+ "line": 233
19071
+ },
19072
+ "name": "computeFqn",
19073
+ "returns": {
19074
+ "type": {
19075
+ "primitive": "string"
19076
+ }
19077
+ }
19078
+ },
19079
+ {
19080
+ "docs": {
19081
+ "stability": "experimental"
19082
+ },
19083
+ "locationInModule": {
19084
+ "filename": "lib/complex-computed-list.ts",
19085
+ "line": 226
19086
+ },
19087
+ "name": "lookup",
19088
+ "parameters": [
19089
+ {
19090
+ "name": "key",
19091
+ "type": {
19092
+ "primitive": "string"
19093
+ }
19094
+ }
19095
+ ],
19096
+ "returns": {
19097
+ "type": {
19098
+ "fqn": "cdktn.StringMap"
19099
+ }
19100
+ }
19101
+ },
19102
+ {
19103
+ "docs": {
19104
+ "stability": "experimental",
19105
+ "summary": "Produce the Token's value at resolution time."
19106
+ },
19107
+ "locationInModule": {
19108
+ "filename": "lib/complex-computed-list.ts",
19109
+ "line": 43
19110
+ },
19111
+ "name": "resolve",
19112
+ "overrides": "cdktn.IResolvable",
19113
+ "parameters": [
19114
+ {
19115
+ "name": "_context",
19116
+ "type": {
19117
+ "fqn": "cdktn.IResolveContext"
19118
+ }
19119
+ }
19120
+ ],
19121
+ "returns": {
19122
+ "type": {
19123
+ "primitive": "any"
19124
+ }
19125
+ }
19126
+ },
19127
+ {
19128
+ "docs": {
19129
+ "remarks": "Returns a reversible string representation.",
19130
+ "stability": "experimental",
19131
+ "summary": "Return a string representation of this resolvable object."
19132
+ },
19133
+ "locationInModule": {
19134
+ "filename": "lib/complex-computed-list.ts",
19135
+ "line": 47
19136
+ },
19137
+ "name": "toString",
19138
+ "overrides": "cdktn.IResolvable",
19139
+ "returns": {
19140
+ "type": {
19141
+ "primitive": "string"
19142
+ }
19143
+ }
19144
+ }
19145
+ ],
19146
+ "name": "StringMapMap",
19147
+ "properties": [
19148
+ {
19149
+ "docs": {
19150
+ "remarks": "If this returns an empty array the stack will not be attached.",
19151
+ "stability": "experimental",
19152
+ "summary": "The creation stack of this resolvable which will be appended to errors thrown during resolution."
19153
+ },
19154
+ "immutable": true,
19155
+ "locationInModule": {
19156
+ "filename": "lib/complex-computed-list.ts",
19157
+ "line": 19
19158
+ },
19159
+ "name": "creationStack",
19160
+ "overrides": "cdktn.IResolvable",
19161
+ "type": {
19162
+ "collection": {
19163
+ "elementtype": {
19164
+ "primitive": "string"
19165
+ },
19166
+ "kind": "array"
19167
+ }
19168
+ }
19169
+ },
19170
+ {
19171
+ "docs": {
19172
+ "stability": "experimental"
19173
+ },
19174
+ "immutable": true,
19175
+ "locationInModule": {
19176
+ "filename": "lib/complex-computed-list.ts",
19177
+ "line": 35
19178
+ },
19179
+ "name": "fqn",
19180
+ "overrides": "cdktn.ITerraformAddressable",
19181
+ "type": {
19182
+ "primitive": "string"
19183
+ }
19184
+ },
19185
+ {
19186
+ "docs": {
19187
+ "stability": "experimental"
19188
+ },
19189
+ "locationInModule": {
19190
+ "filename": "lib/complex-computed-list.ts",
19191
+ "line": 221
19192
+ },
19193
+ "name": "terraformAttribute",
19194
+ "protected": true,
19195
+ "type": {
19196
+ "primitive": "string"
19197
+ }
19198
+ },
19199
+ {
19200
+ "docs": {
19201
+ "stability": "experimental"
19202
+ },
19203
+ "locationInModule": {
19204
+ "filename": "lib/complex-computed-list.ts",
19205
+ "line": 220
19206
+ },
19207
+ "name": "terraformResource",
19208
+ "protected": true,
19209
+ "type": {
19210
+ "fqn": "cdktn.IInterpolatingParent"
19211
+ }
19212
+ }
19213
+ ],
19214
+ "symbolId": "lib/complex-computed-list:StringMapMap"
19215
+ },
19025
19216
  "cdktn.SwiftBackend": {
19026
19217
  "assembly": "cdktn",
19027
19218
  "base": "cdktn.TerraformBackend",
@@ -28827,6 +29018,6 @@
28827
29018
  "symbolId": "lib/testing/matchers:TerraformConstructor"
28828
29019
  }
28829
29020
  },
28830
- "version": "0.23.0-pre.27",
28831
- "fingerprint": "4yTRrU3zgEzhbdwJknxAjb81UUBtk4rSQhoZ+3/7O3g="
29021
+ "version": "0.23.0-pre.30",
29022
+ "fingerprint": "uTLIyeKMuwwT39LM81U1xQ4kP+A9eAwrpj/9forMcMg="
28832
29023
  }