@btc-embedded/cdk-extensions 0.20.9 → 0.20.10

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 (53) hide show
  1. package/.jsii +405 -34
  2. package/API.md +424 -16
  3. package/CHANGELOG.md +7 -0
  4. package/lib/constructs/EventPipe.js +1 -1
  5. package/lib/constructs/ExportedService.js +1 -1
  6. package/lib/constructs/S3Bucket.js +1 -1
  7. package/lib/constructs/SecureRestApi.js +1 -1
  8. package/lib/constructs/SecureRestApiV2.js +1 -1
  9. package/lib/constructs/api-keys/ApiKeyClientAuthorization.js +1 -1
  10. package/lib/constructs/api-keys/ApiKeyManagement.js +1 -1
  11. package/lib/constructs/api-keys/ApiKeyPreTokenHandler.js +1 -1
  12. package/lib/constructs/api-keys/ApiKeyStore.js +1 -1
  13. package/lib/extensions/ApiGatewayExtension.js +1 -1
  14. package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
  15. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +1 -1
  16. package/lib/extensions/CloudMapExtension.js +1 -1
  17. package/lib/extensions/DeactivatableServiceExtension.js +1 -1
  18. package/lib/extensions/DeploymentConfigExtension.js +1 -1
  19. package/lib/extensions/DocumentDbAccessExtension.js +1 -1
  20. package/lib/extensions/DomainEventMessagingExtension.js +1 -1
  21. package/lib/extensions/EfsMountExtension.js +1 -1
  22. package/lib/extensions/ExtraContainerExtension.js +1 -1
  23. package/lib/extensions/HTTPApiExtension.d.ts +4 -2
  24. package/lib/extensions/HTTPApiExtension.js +14 -10
  25. package/lib/extensions/LogExtension.js +1 -1
  26. package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
  27. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  28. package/lib/extensions/OpenIdExtension.js +1 -1
  29. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  30. package/lib/extensions/PostgresDbAccessExtension.js +1 -1
  31. package/lib/extensions/SharedVolumeExtension.js +1 -1
  32. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  33. package/lib/platform/ApiGateway.js +1 -1
  34. package/lib/platform/ApiGatewayVpcLink.js +2 -2
  35. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  36. package/lib/platform/ApplicationLoadBalancerV2.js +2 -2
  37. package/lib/platform/BTCLogGroup.js +1 -1
  38. package/lib/platform/CognitoUserPool.js +2 -2
  39. package/lib/platform/DefaultUserPoolClients.js +1 -1
  40. package/lib/platform/DocumentDB.js +2 -2
  41. package/lib/platform/EcsCluster.js +1 -1
  42. package/lib/platform/EfsFileSystem.js +1 -1
  43. package/lib/platform/HostedZone.d.ts +103 -0
  44. package/lib/platform/HostedZone.js +105 -0
  45. package/lib/platform/PrivateDnsNamespace.js +1 -1
  46. package/lib/platform/ResourceServer.js +1 -1
  47. package/lib/platform/Vpc.js +1 -1
  48. package/lib/platform/VpcV2.d.ts +10 -1
  49. package/lib/platform/VpcV2.js +8 -4
  50. package/lib/platform/index.d.ts +1 -0
  51. package/lib/platform/index.js +2 -1
  52. package/lib/utils/StackParameter.js +1 -1
  53. package/package.json +1 -1
package/.jsii CHANGED
@@ -15242,7 +15242,7 @@
15242
15242
  },
15243
15243
  "locationInModule": {
15244
15244
  "filename": "src/extensions/HTTPApiExtension.ts",
15245
- "line": 72
15245
+ "line": 74
15246
15246
  },
15247
15247
  "parameters": [
15248
15248
  {
@@ -15256,7 +15256,7 @@
15256
15256
  "kind": "class",
15257
15257
  "locationInModule": {
15258
15258
  "filename": "src/extensions/HTTPApiExtension.ts",
15259
- "line": 65
15259
+ "line": 67
15260
15260
  },
15261
15261
  "methods": [
15262
15262
  {
@@ -15267,7 +15267,7 @@
15267
15267
  },
15268
15268
  "locationInModule": {
15269
15269
  "filename": "src/extensions/HTTPApiExtension.ts",
15270
- "line": 77
15270
+ "line": 79
15271
15271
  },
15272
15272
  "name": "useService",
15273
15273
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -15299,7 +15299,7 @@
15299
15299
  "immutable": true,
15300
15300
  "locationInModule": {
15301
15301
  "filename": "src/extensions/HTTPApiExtension.ts",
15302
- "line": 66
15302
+ "line": 68
15303
15303
  },
15304
15304
  "name": "props",
15305
15305
  "type": {
@@ -15323,22 +15323,6 @@
15323
15323
  },
15324
15324
  "name": "HTTPApiExtensionProps",
15325
15325
  "properties": [
15326
- {
15327
- "abstract": true,
15328
- "docs": {
15329
- "stability": "experimental",
15330
- "summary": "Hosted Zone to create the gateway domain A record."
15331
- },
15332
- "immutable": true,
15333
- "locationInModule": {
15334
- "filename": "src/extensions/HTTPApiExtension.ts",
15335
- "line": 47
15336
- },
15337
- "name": "hostedZone",
15338
- "type": {
15339
- "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
15340
- }
15341
- },
15342
15326
  {
15343
15327
  "abstract": true,
15344
15328
  "docs": {
@@ -15364,7 +15348,7 @@
15364
15348
  "immutable": true,
15365
15349
  "locationInModule": {
15366
15350
  "filename": "src/extensions/HTTPApiExtension.ts",
15367
- "line": 42
15351
+ "line": 41
15368
15352
  },
15369
15353
  "name": "domainPrefix",
15370
15354
  "optional": true,
@@ -15382,7 +15366,7 @@
15382
15366
  "immutable": true,
15383
15367
  "locationInModule": {
15384
15368
  "filename": "src/extensions/HTTPApiExtension.ts",
15385
- "line": 54
15369
+ "line": 56
15386
15370
  },
15387
15371
  "name": "enableAccessLogs",
15388
15372
  "optional": true,
@@ -15416,17 +15400,337 @@
15416
15400
  "immutable": true,
15417
15401
  "locationInModule": {
15418
15402
  "filename": "src/extensions/HTTPApiExtension.ts",
15419
- "line": 59
15403
+ "line": 61
15420
15404
  },
15421
15405
  "name": "extraHttpApiAttributes",
15422
15406
  "optional": true,
15423
15407
  "type": {
15424
15408
  "fqn": "aws-cdk-lib.aws_apigatewayv2.HttpApiAttributes"
15425
15409
  }
15410
+ },
15411
+ {
15412
+ "abstract": true,
15413
+ "docs": {
15414
+ "default": "- Imported from base platform using HostedZone.fromBasePlatform()",
15415
+ "deprecated": "Provide only platformStackName. The hosted zone will be imported automatically.",
15416
+ "stability": "deprecated",
15417
+ "summary": "Hosted Zone to create the gateway domain A record."
15418
+ },
15419
+ "immutable": true,
15420
+ "locationInModule": {
15421
+ "filename": "src/extensions/HTTPApiExtension.ts",
15422
+ "line": 49
15423
+ },
15424
+ "name": "hostedZone",
15425
+ "optional": true,
15426
+ "type": {
15427
+ "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
15428
+ }
15426
15429
  }
15427
15430
  ],
15428
15431
  "symbolId": "src/extensions/HTTPApiExtension:HTTPApiExtensionProps"
15429
15432
  },
15433
+ "@btc-embedded/cdk-extensions.HostedZone": {
15434
+ "assembly": "@btc-embedded/cdk-extensions",
15435
+ "base": "constructs.Construct",
15436
+ "docs": {
15437
+ "example": "// Import from base platform\nconst zone = HostedZone.fromBasePlatform(this, 'Zone', {\n stackName: 'my-platform'\n});",
15438
+ "stability": "experimental",
15439
+ "summary": "A CDK construct that creates or looks up a Route53 hosted zone."
15440
+ },
15441
+ "fqn": "@btc-embedded/cdk-extensions.HostedZone",
15442
+ "initializer": {
15443
+ "docs": {
15444
+ "stability": "experimental"
15445
+ },
15446
+ "locationInModule": {
15447
+ "filename": "src/platform/HostedZone.ts",
15448
+ "line": 148
15449
+ },
15450
+ "parameters": [
15451
+ {
15452
+ "name": "scope",
15453
+ "type": {
15454
+ "fqn": "constructs.Construct"
15455
+ }
15456
+ },
15457
+ {
15458
+ "name": "id",
15459
+ "type": {
15460
+ "primitive": "string"
15461
+ }
15462
+ },
15463
+ {
15464
+ "name": "props",
15465
+ "type": {
15466
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneProps"
15467
+ }
15468
+ }
15469
+ ]
15470
+ },
15471
+ "interfaces": [
15472
+ "@btc-embedded/cdk-extensions.IHostedZone"
15473
+ ],
15474
+ "kind": "class",
15475
+ "locationInModule": {
15476
+ "filename": "src/platform/HostedZone.ts",
15477
+ "line": 109
15478
+ },
15479
+ "methods": [
15480
+ {
15481
+ "docs": {
15482
+ "stability": "experimental",
15483
+ "summary": "Import a hosted zone from a base platform stack."
15484
+ },
15485
+ "locationInModule": {
15486
+ "filename": "src/platform/HostedZone.ts",
15487
+ "line": 113
15488
+ },
15489
+ "name": "fromBasePlatform",
15490
+ "parameters": [
15491
+ {
15492
+ "name": "scope",
15493
+ "type": {
15494
+ "fqn": "constructs.Construct"
15495
+ }
15496
+ },
15497
+ {
15498
+ "name": "id",
15499
+ "type": {
15500
+ "primitive": "string"
15501
+ }
15502
+ },
15503
+ {
15504
+ "name": "attrs",
15505
+ "type": {
15506
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneAttributes"
15507
+ }
15508
+ }
15509
+ ],
15510
+ "returns": {
15511
+ "type": {
15512
+ "fqn": "@btc-embedded/cdk-extensions.IHostedZone"
15513
+ }
15514
+ },
15515
+ "static": true
15516
+ }
15517
+ ],
15518
+ "name": "HostedZone",
15519
+ "properties": [
15520
+ {
15521
+ "docs": {
15522
+ "stability": "experimental",
15523
+ "summary": "The AWS Route53 HostedZone instance."
15524
+ },
15525
+ "immutable": true,
15526
+ "locationInModule": {
15527
+ "filename": "src/platform/HostedZone.ts",
15528
+ "line": 146
15529
+ },
15530
+ "name": "zone",
15531
+ "overrides": "@btc-embedded/cdk-extensions.IHostedZone",
15532
+ "type": {
15533
+ "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
15534
+ }
15535
+ }
15536
+ ],
15537
+ "symbolId": "src/platform/HostedZone:HostedZone"
15538
+ },
15539
+ "@btc-embedded/cdk-extensions.HostedZoneAttributes": {
15540
+ "assembly": "@btc-embedded/cdk-extensions",
15541
+ "datatype": true,
15542
+ "docs": {
15543
+ "stability": "experimental",
15544
+ "summary": "Attributes required to import an existing hosted zone from another stack."
15545
+ },
15546
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneAttributes",
15547
+ "kind": "interface",
15548
+ "locationInModule": {
15549
+ "filename": "src/platform/HostedZone.ts",
15550
+ "line": 68
15551
+ },
15552
+ "name": "HostedZoneAttributes",
15553
+ "properties": [
15554
+ {
15555
+ "abstract": true,
15556
+ "docs": {
15557
+ "remarks": "This is usually the base platform stack.",
15558
+ "stability": "experimental",
15559
+ "summary": "The name of the stack where the hosted zone is defined."
15560
+ },
15561
+ "immutable": true,
15562
+ "locationInModule": {
15563
+ "filename": "src/platform/HostedZone.ts",
15564
+ "line": 73
15565
+ },
15566
+ "name": "stackName",
15567
+ "type": {
15568
+ "primitive": "string"
15569
+ }
15570
+ }
15571
+ ],
15572
+ "symbolId": "src/platform/HostedZone:HostedZoneAttributes"
15573
+ },
15574
+ "@btc-embedded/cdk-extensions.HostedZoneMode": {
15575
+ "assembly": "@btc-embedded/cdk-extensions",
15576
+ "docs": {
15577
+ "stability": "experimental",
15578
+ "summary": "Mode for hosted zone creation or lookup."
15579
+ },
15580
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneMode",
15581
+ "kind": "enum",
15582
+ "locationInModule": {
15583
+ "filename": "src/platform/HostedZone.ts",
15584
+ "line": 11
15585
+ },
15586
+ "members": [
15587
+ {
15588
+ "docs": {
15589
+ "stability": "experimental",
15590
+ "summary": "Create a new hosted zone."
15591
+ },
15592
+ "name": "CREATE"
15593
+ },
15594
+ {
15595
+ "docs": {
15596
+ "remarks": "Requires AWS credentials during synthesis.\nThe result is cached in cdk.context.json.",
15597
+ "stability": "experimental",
15598
+ "summary": "Look up an existing hosted zone."
15599
+ },
15600
+ "name": "LOOKUP"
15601
+ }
15602
+ ],
15603
+ "name": "HostedZoneMode",
15604
+ "symbolId": "src/platform/HostedZone:HostedZoneMode"
15605
+ },
15606
+ "@btc-embedded/cdk-extensions.HostedZoneProps": {
15607
+ "assembly": "@btc-embedded/cdk-extensions",
15608
+ "datatype": true,
15609
+ "docs": {
15610
+ "stability": "experimental",
15611
+ "summary": "Properties for creating or looking up a hosted zone."
15612
+ },
15613
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneProps",
15614
+ "kind": "interface",
15615
+ "locationInModule": {
15616
+ "filename": "src/platform/HostedZone.ts",
15617
+ "line": 27
15618
+ },
15619
+ "name": "HostedZoneProps",
15620
+ "properties": [
15621
+ {
15622
+ "abstract": true,
15623
+ "docs": {
15624
+ "stability": "experimental",
15625
+ "summary": "The domain name of the hosted zone (e.g., \"example.com\")."
15626
+ },
15627
+ "immutable": true,
15628
+ "locationInModule": {
15629
+ "filename": "src/platform/HostedZone.ts",
15630
+ "line": 31
15631
+ },
15632
+ "name": "domainName",
15633
+ "type": {
15634
+ "primitive": "string"
15635
+ }
15636
+ },
15637
+ {
15638
+ "abstract": true,
15639
+ "docs": {
15640
+ "default": "true",
15641
+ "remarks": "Only applies when mode is CREATE.",
15642
+ "stability": "experimental",
15643
+ "summary": "Whether to add a trailing dot to the zone name."
15644
+ },
15645
+ "immutable": true,
15646
+ "locationInModule": {
15647
+ "filename": "src/platform/HostedZone.ts",
15648
+ "line": 44
15649
+ },
15650
+ "name": "addTrailingDot",
15651
+ "optional": true,
15652
+ "type": {
15653
+ "primitive": "boolean"
15654
+ }
15655
+ },
15656
+ {
15657
+ "abstract": true,
15658
+ "docs": {
15659
+ "default": "false",
15660
+ "remarks": "Only applies when mode is CREATE.",
15661
+ "stability": "experimental",
15662
+ "summary": "Restrict certificate authorities to Amazon only."
15663
+ },
15664
+ "immutable": true,
15665
+ "locationInModule": {
15666
+ "filename": "src/platform/HostedZone.ts",
15667
+ "line": 62
15668
+ },
15669
+ "name": "caaAmazon",
15670
+ "optional": true,
15671
+ "type": {
15672
+ "primitive": "boolean"
15673
+ }
15674
+ },
15675
+ {
15676
+ "abstract": true,
15677
+ "docs": {
15678
+ "default": "none",
15679
+ "remarks": "Only applies when mode is CREATE.",
15680
+ "stability": "experimental",
15681
+ "summary": "Comments about the hosted zone."
15682
+ },
15683
+ "immutable": true,
15684
+ "locationInModule": {
15685
+ "filename": "src/platform/HostedZone.ts",
15686
+ "line": 50
15687
+ },
15688
+ "name": "comment",
15689
+ "optional": true,
15690
+ "type": {
15691
+ "primitive": "string"
15692
+ }
15693
+ },
15694
+ {
15695
+ "abstract": true,
15696
+ "docs": {
15697
+ "default": "HostedZoneMode.LOOKUP",
15698
+ "stability": "experimental",
15699
+ "summary": "Whether to create a new zone or look up an existing one."
15700
+ },
15701
+ "immutable": true,
15702
+ "locationInModule": {
15703
+ "filename": "src/platform/HostedZone.ts",
15704
+ "line": 38
15705
+ },
15706
+ "name": "mode",
15707
+ "optional": true,
15708
+ "type": {
15709
+ "fqn": "@btc-embedded/cdk-extensions.HostedZoneMode"
15710
+ }
15711
+ },
15712
+ {
15713
+ "abstract": true,
15714
+ "docs": {
15715
+ "default": "disabled",
15716
+ "remarks": "Only applies when mode is CREATE.",
15717
+ "stability": "experimental",
15718
+ "summary": "ARN of the CloudWatch log group for query logs."
15719
+ },
15720
+ "immutable": true,
15721
+ "locationInModule": {
15722
+ "filename": "src/platform/HostedZone.ts",
15723
+ "line": 56
15724
+ },
15725
+ "name": "queryLogsLogGroupArn",
15726
+ "optional": true,
15727
+ "type": {
15728
+ "primitive": "string"
15729
+ }
15730
+ }
15731
+ ],
15732
+ "symbolId": "src/platform/HostedZone:HostedZoneProps"
15733
+ },
15430
15734
  "@btc-embedded/cdk-extensions.IApiGatewayVpcLink": {
15431
15735
  "assembly": "@btc-embedded/cdk-extensions",
15432
15736
  "docs": {
@@ -15986,6 +16290,39 @@
15986
16290
  ],
15987
16291
  "symbolId": "src/constructs/ExportedService:IExportedService"
15988
16292
  },
16293
+ "@btc-embedded/cdk-extensions.IHostedZone": {
16294
+ "assembly": "@btc-embedded/cdk-extensions",
16295
+ "docs": {
16296
+ "stability": "experimental",
16297
+ "summary": "Interface for a HostedZone construct."
16298
+ },
16299
+ "fqn": "@btc-embedded/cdk-extensions.IHostedZone",
16300
+ "kind": "interface",
16301
+ "locationInModule": {
16302
+ "filename": "src/platform/HostedZone.ts",
16303
+ "line": 79
16304
+ },
16305
+ "name": "IHostedZone",
16306
+ "properties": [
16307
+ {
16308
+ "abstract": true,
16309
+ "docs": {
16310
+ "stability": "experimental",
16311
+ "summary": "The AWS Route53 HostedZone instance."
16312
+ },
16313
+ "immutable": true,
16314
+ "locationInModule": {
16315
+ "filename": "src/platform/HostedZone.ts",
16316
+ "line": 83
16317
+ },
16318
+ "name": "zone",
16319
+ "type": {
16320
+ "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
16321
+ }
16322
+ }
16323
+ ],
16324
+ "symbolId": "src/platform/HostedZone:IHostedZone"
16325
+ },
15989
16326
  "@btc-embedded/cdk-extensions.IPrivateDnsNamespace": {
15990
16327
  "assembly": "@btc-embedded/cdk-extensions",
15991
16328
  "docs": {
@@ -16072,7 +16409,7 @@
16072
16409
  "kind": "interface",
16073
16410
  "locationInModule": {
16074
16411
  "filename": "src/platform/VpcV2.ts",
16075
- "line": 30
16412
+ "line": 37
16076
16413
  },
16077
16414
  "name": "IVpcV2",
16078
16415
  "properties": [
@@ -16084,7 +16421,7 @@
16084
16421
  "immutable": true,
16085
16422
  "locationInModule": {
16086
16423
  "filename": "src/platform/VpcV2.ts",
16087
- "line": 31
16424
+ "line": 38
16088
16425
  },
16089
16426
  "name": "vpcInstance",
16090
16427
  "type": {
@@ -18851,7 +19188,7 @@
18851
19188
  "assembly": "@btc-embedded/cdk-extensions",
18852
19189
  "base": "constructs.Construct",
18853
19190
  "docs": {
18854
- "remarks": "Supports importing by VPC ID, VPC name, or creating a new VPC with a specified CIDR block.",
19191
+ "remarks": "Supports importing by VPC ID, VPC name, or creating a new VPC with a specified CIDR block.\n\nWhen using fromBasePlatform() to import a VPC from another stack, provide the vpcId\nparameter as a string to avoid CloudFormation token issues with VPC lookups.",
18855
19192
  "stability": "experimental",
18856
19193
  "summary": "A construct that creates or imports an existing VPC."
18857
19194
  },
@@ -18862,7 +19199,7 @@
18862
19199
  },
18863
19200
  "locationInModule": {
18864
19201
  "filename": "src/platform/VpcV2.ts",
18865
- "line": 61
19202
+ "line": 71
18866
19203
  },
18867
19204
  "parameters": [
18868
19205
  {
@@ -18891,7 +19228,7 @@
18891
19228
  "kind": "class",
18892
19229
  "locationInModule": {
18893
19230
  "filename": "src/platform/VpcV2.ts",
18894
- "line": 38
19231
+ "line": 48
18895
19232
  },
18896
19233
  "methods": [
18897
19234
  {
@@ -18900,7 +19237,7 @@
18900
19237
  },
18901
19238
  "locationInModule": {
18902
19239
  "filename": "src/platform/VpcV2.ts",
18903
- "line": 39
19240
+ "line": 49
18904
19241
  },
18905
19242
  "name": "fromBasePlatform",
18906
19243
  "parameters": [
@@ -18917,9 +19254,9 @@
18917
19254
  }
18918
19255
  },
18919
19256
  {
18920
- "name": "stackName",
19257
+ "name": "attrs",
18921
19258
  "type": {
18922
- "primitive": "string"
19259
+ "fqn": "@btc-embedded/cdk-extensions.VpcV2Attributes"
18923
19260
  }
18924
19261
  }
18925
19262
  ],
@@ -18940,7 +19277,7 @@
18940
19277
  "immutable": true,
18941
19278
  "locationInModule": {
18942
19279
  "filename": "src/platform/VpcV2.ts",
18943
- "line": 59
19280
+ "line": 69
18944
19281
  },
18945
19282
  "name": "vpcInstance",
18946
19283
  "overrides": "@btc-embedded/cdk-extensions.IVpcV2",
@@ -18951,6 +19288,40 @@
18951
19288
  ],
18952
19289
  "symbolId": "src/platform/VpcV2:VpcV2"
18953
19290
  },
19291
+ "@btc-embedded/cdk-extensions.VpcV2Attributes": {
19292
+ "assembly": "@btc-embedded/cdk-extensions",
19293
+ "datatype": true,
19294
+ "docs": {
19295
+ "stability": "experimental"
19296
+ },
19297
+ "fqn": "@btc-embedded/cdk-extensions.VpcV2Attributes",
19298
+ "kind": "interface",
19299
+ "locationInModule": {
19300
+ "filename": "src/platform/VpcV2.ts",
19301
+ "line": 30
19302
+ },
19303
+ "name": "VpcV2Attributes",
19304
+ "properties": [
19305
+ {
19306
+ "abstract": true,
19307
+ "docs": {
19308
+ "remarks": "This should be a concrete value, not a token.",
19309
+ "stability": "experimental",
19310
+ "summary": "The VPC ID to import."
19311
+ },
19312
+ "immutable": true,
19313
+ "locationInModule": {
19314
+ "filename": "src/platform/VpcV2.ts",
19315
+ "line": 34
19316
+ },
19317
+ "name": "vpcId",
19318
+ "type": {
19319
+ "primitive": "string"
19320
+ }
19321
+ }
19322
+ ],
19323
+ "symbolId": "src/platform/VpcV2:VpcV2Attributes"
19324
+ },
18954
19325
  "@btc-embedded/cdk-extensions.VpcV2Props": {
18955
19326
  "assembly": "@btc-embedded/cdk-extensions",
18956
19327
  "datatype": true,
@@ -19041,6 +19412,6 @@
19041
19412
  "symbolId": "src/platform/VpcV2:VpcV2Props"
19042
19413
  }
19043
19414
  },
19044
- "version": "0.20.9",
19045
- "fingerprint": "XJS4T+xe0OWAwNYGObQ77X7xorTQddCom3l+73ZXiLE="
19415
+ "version": "0.20.10",
19416
+ "fingerprint": "Z130sKZ49Mel+ZFPwVg9NUMsfHJU4vpwZGtdPA7r4MM="
19046
19417
  }