@btc-embedded/cdk-extensions 0.9.11 → 0.10.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.
Files changed (40) hide show
  1. package/.jsii +298 -99
  2. package/API.md +280 -27
  3. package/CHANGELOG.md +14 -0
  4. package/lib/constructs/EventPipe.d.ts +29 -0
  5. package/lib/constructs/EventPipe.js +45 -3
  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/extensions/ApiGatewayExtension.js +1 -1
  10. package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
  11. package/lib/extensions/ApplicationLoadBalancerExtensionV2.d.ts +0 -1
  12. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +2 -2
  13. package/lib/extensions/CloudMapExtension.js +1 -1
  14. package/lib/extensions/DeactivatableServiceExtension.js +1 -1
  15. package/lib/extensions/DocumentDbAccessExtension.js +1 -1
  16. package/lib/extensions/DomainEventMessagingExtension.js +1 -1
  17. package/lib/extensions/ExtraContainerExtension.js +1 -1
  18. package/lib/extensions/HTTPApiExtension.d.ts +0 -4
  19. package/lib/extensions/HTTPApiExtension.js +3 -5
  20. package/lib/extensions/LogExtension.js +1 -1
  21. package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
  22. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  23. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  24. package/lib/extensions/PostgresDbAccessExtension.js +1 -1
  25. package/lib/extensions/SharedVolumeExtension.js +1 -1
  26. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  27. package/lib/platform/ApiGateway.js +1 -1
  28. package/lib/platform/ApiGatewayV2.d.ts +8 -2
  29. package/lib/platform/ApiGatewayV2.js +15 -7
  30. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  31. package/lib/platform/ApplicationLoadBalancerV2.js +2 -2
  32. package/lib/platform/CognitoUserPool.js +2 -2
  33. package/lib/platform/DefaultUserPoolClients.js +1 -1
  34. package/lib/platform/DocumentDB.js +2 -2
  35. package/lib/platform/PrivateDnsNamespace.js +1 -1
  36. package/lib/platform/ResourceServer.js +1 -1
  37. package/lib/platform/Vpc.js +1 -1
  38. package/lib/utils/StackParameter.js +1 -1
  39. package/lib/utils/configFileParsing.d.ts +1 -1
  40. package/package.json +3 -3
package/.jsii CHANGED
@@ -3918,7 +3918,7 @@
3918
3918
  "stability": "experimental"
3919
3919
  },
3920
3920
  "homepage": "https://github.com/btc-embedded/cdk-extensions.git",
3921
- "jsiiVersion": "5.5.22 (build 06fa7a6)",
3921
+ "jsiiVersion": "5.8.8 (build cca5125)",
3922
3922
  "keywords": [
3923
3923
  "cdk"
3924
3924
  ],
@@ -3957,7 +3957,7 @@
3957
3957
  "kind": "interface",
3958
3958
  "locationInModule": {
3959
3959
  "filename": "src/constructs/EventPipe.ts",
3960
- "line": 109
3960
+ "line": 140
3961
3961
  },
3962
3962
  "name": "AnythingButFilterRule",
3963
3963
  "symbolId": "src/constructs/EventPipe:AnythingButFilterRule"
@@ -4302,7 +4302,7 @@
4302
4302
  "kind": "interface",
4303
4303
  "locationInModule": {
4304
4304
  "filename": "src/platform/ApiGatewayV2.ts",
4305
- "line": 6
4305
+ "line": 12
4306
4306
  },
4307
4307
  "name": "ApiGatewayPropsV2",
4308
4308
  "properties": [
@@ -4315,7 +4315,7 @@
4315
4315
  "immutable": true,
4316
4316
  "locationInModule": {
4317
4317
  "filename": "src/platform/ApiGatewayV2.ts",
4318
- "line": 10
4318
+ "line": 16
4319
4319
  },
4320
4320
  "name": "vpc",
4321
4321
  "type": {
@@ -4327,7 +4327,7 @@
4327
4327
  },
4328
4328
  "@btc-embedded/cdk-extensions.ApiGatewayV2": {
4329
4329
  "assembly": "@btc-embedded/cdk-extensions",
4330
- "base": "constructs.Construct",
4330
+ "base": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4331
4331
  "docs": {
4332
4332
  "remarks": "This construct creates:\n- A VPC Link for the API Gateway to connect to services within the specified VPC.\n- A Security Group associated with the VPC Link to control network traffic.\n\nAdditionally, the following parameters are exposed as CloudFormation outputs:\n- The VPC Link ID.\n- The Security Group ID.\n\nThese outputs can be utilized by other CDK extensions provided in this library.",
4333
4333
  "stability": "experimental",
@@ -4340,7 +4340,7 @@
4340
4340
  },
4341
4341
  "locationInModule": {
4342
4342
  "filename": "src/platform/ApiGatewayV2.ts",
4343
- "line": 81
4343
+ "line": 107
4344
4344
  },
4345
4345
  "parameters": [
4346
4346
  {
@@ -4363,13 +4363,10 @@
4363
4363
  }
4364
4364
  ]
4365
4365
  },
4366
- "interfaces": [
4367
- "@btc-embedded/cdk-extensions.IApiGatewayV2"
4368
- ],
4369
4366
  "kind": "class",
4370
4367
  "locationInModule": {
4371
4368
  "filename": "src/platform/ApiGatewayV2.ts",
4372
- "line": 36
4369
+ "line": 62
4373
4370
  },
4374
4371
  "methods": [
4375
4372
  {
@@ -4378,7 +4375,7 @@
4378
4375
  },
4379
4376
  "locationInModule": {
4380
4377
  "filename": "src/platform/ApiGatewayV2.ts",
4381
- "line": 37
4378
+ "line": 63
4382
4379
  },
4383
4380
  "name": "fromBasePlatform",
4384
4381
  "parameters": [
@@ -4418,7 +4415,124 @@
4418
4415
  "immutable": true,
4419
4416
  "locationInModule": {
4420
4417
  "filename": "src/platform/ApiGatewayV2.ts",
4421
- "line": 78
4418
+ "line": 104
4419
+ },
4420
+ "name": "securityGroup",
4421
+ "overrides": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4422
+ "type": {
4423
+ "fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
4424
+ }
4425
+ },
4426
+ {
4427
+ "docs": {
4428
+ "stability": "experimental"
4429
+ },
4430
+ "immutable": true,
4431
+ "locationInModule": {
4432
+ "filename": "src/platform/ApiGatewayV2.ts",
4433
+ "line": 105
4434
+ },
4435
+ "name": "vpcLink",
4436
+ "overrides": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4437
+ "type": {
4438
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IVpcLink"
4439
+ }
4440
+ }
4441
+ ],
4442
+ "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2"
4443
+ },
4444
+ "@btc-embedded/cdk-extensions.ApiGatewayV2Base": {
4445
+ "abstract": true,
4446
+ "assembly": "@btc-embedded/cdk-extensions",
4447
+ "base": "constructs.Construct",
4448
+ "docs": {
4449
+ "stability": "experimental"
4450
+ },
4451
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4452
+ "initializer": {
4453
+ "docs": {
4454
+ "stability": "stable",
4455
+ "summary": "Creates a new construct node."
4456
+ },
4457
+ "locationInModule": {
4458
+ "filename": "src/construct.ts",
4459
+ "line": 448
4460
+ },
4461
+ "parameters": [
4462
+ {
4463
+ "docs": {
4464
+ "summary": "The scope in which to define this construct."
4465
+ },
4466
+ "name": "scope",
4467
+ "type": {
4468
+ "fqn": "constructs.Construct"
4469
+ }
4470
+ },
4471
+ {
4472
+ "docs": {
4473
+ "remarks": "Must be unique amongst siblings. If\nthe ID includes a path separator (`/`), then it will be replaced by double\ndash `--`.",
4474
+ "summary": "The scoped construct ID."
4475
+ },
4476
+ "name": "id",
4477
+ "type": {
4478
+ "primitive": "string"
4479
+ }
4480
+ }
4481
+ ]
4482
+ },
4483
+ "interfaces": [
4484
+ "@btc-embedded/cdk-extensions.IApiGatewayV2"
4485
+ ],
4486
+ "kind": "class",
4487
+ "locationInModule": {
4488
+ "filename": "src/platform/ApiGatewayV2.ts",
4489
+ "line": 30
4490
+ },
4491
+ "methods": [
4492
+ {
4493
+ "docs": {
4494
+ "stability": "experimental"
4495
+ },
4496
+ "locationInModule": {
4497
+ "filename": "src/platform/ApiGatewayV2.ts",
4498
+ "line": 37
4499
+ },
4500
+ "name": "addSgRule",
4501
+ "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
4502
+ "parameters": [
4503
+ {
4504
+ "name": "source",
4505
+ "type": {
4506
+ "fqn": "aws-cdk-lib.aws_ec2.IConnectable"
4507
+ }
4508
+ },
4509
+ {
4510
+ "name": "port",
4511
+ "type": {
4512
+ "primitive": "number"
4513
+ }
4514
+ },
4515
+ {
4516
+ "name": "description",
4517
+ "optional": true,
4518
+ "type": {
4519
+ "primitive": "string"
4520
+ }
4521
+ }
4522
+ ]
4523
+ }
4524
+ ],
4525
+ "name": "ApiGatewayV2Base",
4526
+ "properties": [
4527
+ {
4528
+ "abstract": true,
4529
+ "docs": {
4530
+ "stability": "experimental"
4531
+ },
4532
+ "immutable": true,
4533
+ "locationInModule": {
4534
+ "filename": "src/platform/ApiGatewayV2.ts",
4535
+ "line": 35
4422
4536
  },
4423
4537
  "name": "securityGroup",
4424
4538
  "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
@@ -4427,13 +4541,14 @@
4427
4541
  }
4428
4542
  },
4429
4543
  {
4544
+ "abstract": true,
4430
4545
  "docs": {
4431
4546
  "stability": "experimental"
4432
4547
  },
4433
4548
  "immutable": true,
4434
4549
  "locationInModule": {
4435
4550
  "filename": "src/platform/ApiGatewayV2.ts",
4436
- "line": 79
4551
+ "line": 34
4437
4552
  },
4438
4553
  "name": "vpcLink",
4439
4554
  "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
@@ -4442,7 +4557,7 @@
4442
4557
  }
4443
4558
  }
4444
4559
  ],
4445
- "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2"
4560
+ "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2Base"
4446
4561
  },
4447
4562
  "@btc-embedded/cdk-extensions.ApiGatewayV2LookupOptions": {
4448
4563
  "assembly": "@btc-embedded/cdk-extensions",
@@ -4454,7 +4569,7 @@
4454
4569
  "kind": "interface",
4455
4570
  "locationInModule": {
4456
4571
  "filename": "src/platform/ApiGatewayV2.ts",
4457
- "line": 18
4572
+ "line": 25
4458
4573
  },
4459
4574
  "name": "ApiGatewayV2LookupOptions",
4460
4575
  "properties": [
@@ -4466,7 +4581,7 @@
4466
4581
  "immutable": true,
4467
4582
  "locationInModule": {
4468
4583
  "filename": "src/platform/ApiGatewayV2.ts",
4469
- "line": 19
4584
+ "line": 26
4470
4585
  },
4471
4586
  "name": "basePlatform",
4472
4587
  "type": {
@@ -4481,7 +4596,7 @@
4481
4596
  "immutable": true,
4482
4597
  "locationInModule": {
4483
4598
  "filename": "src/platform/ApiGatewayV2.ts",
4484
- "line": 20
4599
+ "line": 27
4485
4600
  },
4486
4601
  "name": "vpc",
4487
4602
  "type": {
@@ -4880,7 +4995,7 @@
4880
4995
  "immutable": true,
4881
4996
  "locationInModule": {
4882
4997
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4883
- "line": 27
4998
+ "line": 26
4884
4999
  },
4885
5000
  "name": "clientScope",
4886
5001
  "type": {
@@ -4902,21 +5017,6 @@
4902
5017
  "primitive": "string"
4903
5018
  }
4904
5019
  },
4905
- {
4906
- "abstract": true,
4907
- "docs": {
4908
- "stability": "experimental"
4909
- },
4910
- "immutable": true,
4911
- "locationInModule": {
4912
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4913
- "line": 26
4914
- },
4915
- "name": "securityGroupId",
4916
- "type": {
4917
- "primitive": "string"
4918
- }
4919
- },
4920
5020
  {
4921
5021
  "abstract": true,
4922
5022
  "docs": {
@@ -4940,7 +5040,7 @@
4940
5040
  "immutable": true,
4941
5041
  "locationInModule": {
4942
5042
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4943
- "line": 28
5043
+ "line": 27
4944
5044
  },
4945
5045
  "name": "healtCheckPath",
4946
5046
  "optional": true,
@@ -4956,7 +5056,7 @@
4956
5056
  "immutable": true,
4957
5057
  "locationInModule": {
4958
5058
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4959
- "line": 29
5059
+ "line": 28
4960
5060
  },
4961
5061
  "name": "path",
4962
5062
  "optional": true,
@@ -4980,7 +5080,7 @@
4980
5080
  },
4981
5081
  "locationInModule": {
4982
5082
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4983
- "line": 71
5083
+ "line": 70
4984
5084
  },
4985
5085
  "parameters": [
4986
5086
  {
@@ -4994,7 +5094,7 @@
4994
5094
  "kind": "class",
4995
5095
  "locationInModule": {
4996
5096
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
4997
- "line": 64
5097
+ "line": 63
4998
5098
  },
4999
5099
  "methods": [
5000
5100
  {
@@ -5004,7 +5104,7 @@
5004
5104
  },
5005
5105
  "locationInModule": {
5006
5106
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5007
- "line": 76
5107
+ "line": 75
5008
5108
  },
5009
5109
  "name": "addHooks",
5010
5110
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -5016,7 +5116,7 @@
5016
5116
  },
5017
5117
  "locationInModule": {
5018
5118
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5019
- "line": 115
5119
+ "line": 114
5020
5120
  },
5021
5121
  "name": "modifyServiceProps",
5022
5122
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5041,7 +5141,7 @@
5041
5141
  },
5042
5142
  "locationInModule": {
5043
5143
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5044
- "line": 98
5144
+ "line": 97
5045
5145
  },
5046
5146
  "name": "prehook",
5047
5147
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5068,7 +5168,7 @@
5068
5168
  },
5069
5169
  "locationInModule": {
5070
5170
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5071
- "line": 122
5171
+ "line": 121
5072
5172
  },
5073
5173
  "name": "useService",
5074
5174
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5099,7 +5199,7 @@
5099
5199
  },
5100
5200
  "locationInModule": {
5101
5201
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5102
- "line": 67
5202
+ "line": 66
5103
5203
  },
5104
5204
  "name": "cognitoUserPool",
5105
5205
  "type": {
@@ -5112,7 +5212,7 @@
5112
5212
  },
5113
5213
  "locationInModule": {
5114
5214
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5115
- "line": 69
5215
+ "line": 68
5116
5216
  },
5117
5217
  "name": "fqdn",
5118
5218
  "type": {
@@ -5125,7 +5225,7 @@
5125
5225
  },
5126
5226
  "locationInModule": {
5127
5227
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5128
- "line": 68
5228
+ "line": 67
5129
5229
  },
5130
5230
  "name": "userPoolClient",
5131
5231
  "type": {
@@ -7413,7 +7513,7 @@
7413
7513
  },
7414
7514
  "locationInModule": {
7415
7515
  "filename": "src/constructs/EventPipe.ts",
7416
- "line": 143
7516
+ "line": 174
7417
7517
  },
7418
7518
  "parameters": [
7419
7519
  {
@@ -7439,7 +7539,7 @@
7439
7539
  "kind": "class",
7440
7540
  "locationInModule": {
7441
7541
  "filename": "src/constructs/EventPipe.ts",
7442
- "line": 140
7542
+ "line": 171
7443
7543
  },
7444
7544
  "name": "EventPipe",
7445
7545
  "properties": [
@@ -7450,7 +7550,7 @@
7450
7550
  "immutable": true,
7451
7551
  "locationInModule": {
7452
7552
  "filename": "src/constructs/EventPipe.ts",
7453
- "line": 141
7553
+ "line": 172
7454
7554
  },
7455
7555
  "name": "role",
7456
7556
  "type": {
@@ -7471,7 +7571,7 @@
7471
7571
  "kind": "interface",
7472
7572
  "locationInModule": {
7473
7573
  "filename": "src/constructs/EventPipe.ts",
7474
- "line": 12
7574
+ "line": 13
7475
7575
  },
7476
7576
  "name": "EventPipeProps",
7477
7577
  "properties": [
@@ -7485,7 +7585,7 @@
7485
7585
  "immutable": true,
7486
7586
  "locationInModule": {
7487
7587
  "filename": "src/constructs/EventPipe.ts",
7488
- "line": 16
7588
+ "line": 17
7489
7589
  },
7490
7590
  "name": "source",
7491
7591
  "type": {
@@ -7501,7 +7601,7 @@
7501
7601
  "immutable": true,
7502
7602
  "locationInModule": {
7503
7603
  "filename": "src/constructs/EventPipe.ts",
7504
- "line": 21
7604
+ "line": 22
7505
7605
  },
7506
7606
  "name": "target",
7507
7607
  "type": {
@@ -7526,7 +7626,7 @@
7526
7626
  "immutable": true,
7527
7627
  "locationInModule": {
7528
7628
  "filename": "src/constructs/EventPipe.ts",
7529
- "line": 31
7629
+ "line": 32
7530
7630
  },
7531
7631
  "name": "filter",
7532
7632
  "optional": true,
@@ -7534,6 +7634,42 @@
7534
7634
  "fqn": "@btc-embedded/cdk-extensions.PipeFilter"
7535
7635
  }
7536
7636
  },
7637
+ {
7638
+ "abstract": true,
7639
+ "docs": {
7640
+ "remarks": "If none is given and logging is enabled, a new log group will be created.",
7641
+ "stability": "experimental",
7642
+ "summary": "Use an existing log group."
7643
+ },
7644
+ "immutable": true,
7645
+ "locationInModule": {
7646
+ "filename": "src/constructs/EventPipe.ts",
7647
+ "line": 43
7648
+ },
7649
+ "name": "logGroup",
7650
+ "optional": true,
7651
+ "type": {
7652
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup"
7653
+ }
7654
+ },
7655
+ {
7656
+ "abstract": true,
7657
+ "docs": {
7658
+ "remarks": "Creates a new log group, if enabled.\nDefault: Disabled.",
7659
+ "stability": "experimental",
7660
+ "summary": "Set the log level for the pipe."
7661
+ },
7662
+ "immutable": true,
7663
+ "locationInModule": {
7664
+ "filename": "src/constructs/EventPipe.ts",
7665
+ "line": 38
7666
+ },
7667
+ "name": "logLevel",
7668
+ "optional": true,
7669
+ "type": {
7670
+ "fqn": "@btc-embedded/cdk-extensions.LogLevel"
7671
+ }
7672
+ },
7537
7673
  {
7538
7674
  "abstract": true,
7539
7675
  "docs": {
@@ -7544,7 +7680,7 @@
7544
7680
  "immutable": true,
7545
7681
  "locationInModule": {
7546
7682
  "filename": "src/constructs/EventPipe.ts",
7547
- "line": 26
7683
+ "line": 27
7548
7684
  },
7549
7685
  "name": "role",
7550
7686
  "optional": true,
@@ -7783,7 +7919,7 @@
7783
7919
  "kind": "interface",
7784
7920
  "locationInModule": {
7785
7921
  "filename": "src/constructs/EventPipe.ts",
7786
- "line": 119
7922
+ "line": 150
7787
7923
  },
7788
7924
  "name": "FilterEqualsIgnoreCase",
7789
7925
  "symbolId": "src/constructs/EventPipe:FilterEqualsIgnoreCase"
@@ -7802,7 +7938,7 @@
7802
7938
  },
7803
7939
  "locationInModule": {
7804
7940
  "filename": "src/extensions/HTTPApiExtension.ts",
7805
- "line": 69
7941
+ "line": 63
7806
7942
  },
7807
7943
  "parameters": [
7808
7944
  {
@@ -7816,7 +7952,7 @@
7816
7952
  "kind": "class",
7817
7953
  "locationInModule": {
7818
7954
  "filename": "src/extensions/HTTPApiExtension.ts",
7819
- "line": 62
7955
+ "line": 56
7820
7956
  },
7821
7957
  "methods": [
7822
7958
  {
@@ -7827,7 +7963,7 @@
7827
7963
  },
7828
7964
  "locationInModule": {
7829
7965
  "filename": "src/extensions/HTTPApiExtension.ts",
7830
- "line": 74
7966
+ "line": 68
7831
7967
  },
7832
7968
  "name": "useService",
7833
7969
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -7859,7 +7995,7 @@
7859
7995
  "immutable": true,
7860
7996
  "locationInModule": {
7861
7997
  "filename": "src/extensions/HTTPApiExtension.ts",
7862
- "line": 63
7998
+ "line": 57
7863
7999
  },
7864
8000
  "name": "props",
7865
8001
  "type": {
@@ -7879,7 +8015,7 @@
7879
8015
  "kind": "interface",
7880
8016
  "locationInModule": {
7881
8017
  "filename": "src/extensions/HTTPApiExtension.ts",
7882
- "line": 26
8018
+ "line": 25
7883
8019
  },
7884
8020
  "name": "HTTPApiExtensionProps",
7885
8021
  "properties": [
@@ -7892,7 +8028,7 @@
7892
8028
  "immutable": true,
7893
8029
  "locationInModule": {
7894
8030
  "filename": "src/extensions/HTTPApiExtension.ts",
7895
- "line": 45
8031
+ "line": 39
7896
8032
  },
7897
8033
  "name": "domainPrefix",
7898
8034
  "type": {
@@ -7908,7 +8044,7 @@
7908
8044
  "immutable": true,
7909
8045
  "locationInModule": {
7910
8046
  "filename": "src/extensions/HTTPApiExtension.ts",
7911
- "line": 50
8047
+ "line": 44
7912
8048
  },
7913
8049
  "name": "hostedZone",
7914
8050
  "type": {
@@ -7924,29 +8060,13 @@
7924
8060
  "immutable": true,
7925
8061
  "locationInModule": {
7926
8062
  "filename": "src/extensions/HTTPApiExtension.ts",
7927
- "line": 35
8063
+ "line": 34
7928
8064
  },
7929
8065
  "name": "platformStackName",
7930
8066
  "type": {
7931
8067
  "primitive": "string"
7932
8068
  }
7933
8069
  },
7934
- {
7935
- "abstract": true,
7936
- "docs": {
7937
- "stability": "experimental",
7938
- "summary": "The security group ID of the API Gateway which should be allowed to connect to the service."
7939
- },
7940
- "immutable": true,
7941
- "locationInModule": {
7942
- "filename": "src/extensions/HTTPApiExtension.ts",
7943
- "line": 40
7944
- },
7945
- "name": "securityGroupId",
7946
- "type": {
7947
- "primitive": "string"
7948
- }
7949
- },
7950
8070
  {
7951
8071
  "abstract": true,
7952
8072
  "docs": {
@@ -7957,7 +8077,7 @@
7957
8077
  "immutable": true,
7958
8078
  "locationInModule": {
7959
8079
  "filename": "src/extensions/HTTPApiExtension.ts",
7960
- "line": 56
8080
+ "line": 50
7961
8081
  },
7962
8082
  "name": "enableAccessLogs",
7963
8083
  "optional": true,
@@ -7974,7 +8094,7 @@
7974
8094
  "immutable": true,
7975
8095
  "locationInModule": {
7976
8096
  "filename": "src/extensions/HTTPApiExtension.ts",
7977
- "line": 30
8097
+ "line": 29
7978
8098
  },
7979
8099
  "name": "prefix",
7980
8100
  "optional": true,
@@ -7994,8 +8114,42 @@
7994
8114
  "kind": "interface",
7995
8115
  "locationInModule": {
7996
8116
  "filename": "src/platform/ApiGatewayV2.ts",
7997
- "line": 13
8117
+ "line": 19
7998
8118
  },
8119
+ "methods": [
8120
+ {
8121
+ "abstract": true,
8122
+ "docs": {
8123
+ "stability": "experimental"
8124
+ },
8125
+ "locationInModule": {
8126
+ "filename": "src/platform/ApiGatewayV2.ts",
8127
+ "line": 22
8128
+ },
8129
+ "name": "addSgRule",
8130
+ "parameters": [
8131
+ {
8132
+ "name": "source",
8133
+ "type": {
8134
+ "fqn": "aws-cdk-lib.aws_ec2.IConnectable"
8135
+ }
8136
+ },
8137
+ {
8138
+ "name": "port",
8139
+ "type": {
8140
+ "primitive": "number"
8141
+ }
8142
+ },
8143
+ {
8144
+ "name": "description",
8145
+ "optional": true,
8146
+ "type": {
8147
+ "primitive": "string"
8148
+ }
8149
+ }
8150
+ ]
8151
+ }
8152
+ ],
7999
8153
  "name": "IApiGatewayV2",
8000
8154
  "properties": [
8001
8155
  {
@@ -8006,7 +8160,7 @@
8006
8160
  "immutable": true,
8007
8161
  "locationInModule": {
8008
8162
  "filename": "src/platform/ApiGatewayV2.ts",
8009
- "line": 15
8163
+ "line": 21
8010
8164
  },
8011
8165
  "name": "securityGroup",
8012
8166
  "type": {
@@ -8021,7 +8175,7 @@
8021
8175
  "immutable": true,
8022
8176
  "locationInModule": {
8023
8177
  "filename": "src/platform/ApiGatewayV2.ts",
8024
- "line": 14
8178
+ "line": 20
8025
8179
  },
8026
8180
  "name": "vpcLink",
8027
8181
  "type": {
@@ -8332,7 +8486,7 @@
8332
8486
  "kind": "interface",
8333
8487
  "locationInModule": {
8334
8488
  "filename": "src/constructs/EventPipe.ts",
8335
- "line": 53
8489
+ "line": 84
8336
8490
  },
8337
8491
  "name": "InputTemplate",
8338
8492
  "symbolId": "src/constructs/EventPipe:InputTemplate"
@@ -8347,7 +8501,7 @@
8347
8501
  "kind": "enum",
8348
8502
  "locationInModule": {
8349
8503
  "filename": "src/constructs/EventPipe.ts",
8350
- "line": 37
8504
+ "line": 68
8351
8505
  },
8352
8506
  "members": [
8353
8507
  {
@@ -8408,6 +8562,51 @@
8408
8562
  "name": "LogExtension",
8409
8563
  "symbolId": "src/extensions/LogExtension:LogExtension"
8410
8564
  },
8565
+ "@btc-embedded/cdk-extensions.LogLevel": {
8566
+ "assembly": "@btc-embedded/cdk-extensions",
8567
+ "docs": {
8568
+ "stability": "experimental"
8569
+ },
8570
+ "fqn": "@btc-embedded/cdk-extensions.LogLevel",
8571
+ "kind": "enum",
8572
+ "locationInModule": {
8573
+ "filename": "src/constructs/EventPipe.ts",
8574
+ "line": 46
8575
+ },
8576
+ "members": [
8577
+ {
8578
+ "docs": {
8579
+ "remarks": "No log group will be created.",
8580
+ "stability": "experimental",
8581
+ "summary": "Deactivate logging."
8582
+ },
8583
+ "name": "OFF"
8584
+ },
8585
+ {
8586
+ "docs": {
8587
+ "stability": "experimental",
8588
+ "summary": "Only log errors."
8589
+ },
8590
+ "name": "ERROR"
8591
+ },
8592
+ {
8593
+ "docs": {
8594
+ "stability": "experimental",
8595
+ "summary": "Log errors and informational messages."
8596
+ },
8597
+ "name": "INFO"
8598
+ },
8599
+ {
8600
+ "docs": {
8601
+ "stability": "experimental",
8602
+ "summary": "Log very verbose."
8603
+ },
8604
+ "name": "TRACE"
8605
+ }
8606
+ ],
8607
+ "name": "LogLevel",
8608
+ "symbolId": "src/constructs/EventPipe:LogLevel"
8609
+ },
8411
8610
  "@btc-embedded/cdk-extensions.ModifyContainerDefinitionExtension": {
8412
8611
  "assembly": "@btc-embedded/cdk-extensions",
8413
8612
  "base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -8719,7 +8918,7 @@
8719
8918
  "kind": "interface",
8720
8919
  "locationInModule": {
8721
8920
  "filename": "src/constructs/EventPipe.ts",
8722
- "line": 129
8921
+ "line": 160
8723
8922
  },
8724
8923
  "name": "PipeFilter",
8725
8924
  "symbolId": "src/constructs/EventPipe:PipeFilter"
@@ -9143,7 +9342,7 @@
9143
9342
  "kind": "interface",
9144
9343
  "locationInModule": {
9145
9344
  "filename": "src/constructs/EventPipe.ts",
9146
- "line": 95
9345
+ "line": 126
9147
9346
  },
9148
9347
  "name": "PrefixFilterRule",
9149
9348
  "properties": [
@@ -9155,7 +9354,7 @@
9155
9354
  "immutable": true,
9156
9355
  "locationInModule": {
9157
9356
  "filename": "src/constructs/EventPipe.ts",
9158
- "line": 96
9357
+ "line": 127
9159
9358
  },
9160
9359
  "name": "prefix",
9161
9360
  "type": {
@@ -10265,7 +10464,7 @@
10265
10464
  "kind": "interface",
10266
10465
  "locationInModule": {
10267
10466
  "filename": "src/constructs/EventPipe.ts",
10268
- "line": 102
10467
+ "line": 133
10269
10468
  },
10270
10469
  "name": "SuffixFilterRule",
10271
10470
  "properties": [
@@ -10277,7 +10476,7 @@
10277
10476
  "immutable": true,
10278
10477
  "locationInModule": {
10279
10478
  "filename": "src/constructs/EventPipe.ts",
10280
- "line": 103
10479
+ "line": 134
10281
10480
  },
10282
10481
  "name": "suffix",
10283
10482
  "type": {
@@ -10307,7 +10506,7 @@
10307
10506
  "kind": "interface",
10308
10507
  "locationInModule": {
10309
10508
  "filename": "src/constructs/EventPipe.ts",
10310
- "line": 63
10509
+ "line": 94
10311
10510
  },
10312
10511
  "name": "TargetQueue",
10313
10512
  "properties": [
@@ -10319,7 +10518,7 @@
10319
10518
  "immutable": true,
10320
10519
  "locationInModule": {
10321
10520
  "filename": "src/constructs/EventPipe.ts",
10322
- "line": 64
10521
+ "line": 95
10323
10522
  },
10324
10523
  "name": "queue",
10325
10524
  "type": {
@@ -10340,7 +10539,7 @@
10340
10539
  "kind": "interface",
10341
10540
  "locationInModule": {
10342
10541
  "filename": "src/constructs/EventPipe.ts",
10343
- "line": 70
10542
+ "line": 101
10344
10543
  },
10345
10544
  "name": "TargetStepFunction",
10346
10545
  "properties": [
@@ -10352,7 +10551,7 @@
10352
10551
  "immutable": true,
10353
10552
  "locationInModule": {
10354
10553
  "filename": "src/constructs/EventPipe.ts",
10355
- "line": 71
10554
+ "line": 102
10356
10555
  },
10357
10556
  "name": "stepFunction",
10358
10557
  "type": {
@@ -10367,7 +10566,7 @@
10367
10566
  "immutable": true,
10368
10567
  "locationInModule": {
10369
10568
  "filename": "src/constructs/EventPipe.ts",
10370
- "line": 72
10569
+ "line": 103
10371
10570
  },
10372
10571
  "name": "parameters",
10373
10572
  "optional": true,
@@ -10389,7 +10588,7 @@
10389
10588
  "kind": "interface",
10390
10589
  "locationInModule": {
10391
10590
  "filename": "src/constructs/EventPipe.ts",
10392
- "line": 78
10591
+ "line": 109
10393
10592
  },
10394
10593
  "name": "TargetStepFunctionParameters",
10395
10594
  "properties": [
@@ -10401,7 +10600,7 @@
10401
10600
  "immutable": true,
10402
10601
  "locationInModule": {
10403
10602
  "filename": "src/constructs/EventPipe.ts",
10404
- "line": 79
10603
+ "line": 110
10405
10604
  },
10406
10605
  "name": "inputTemplate",
10407
10606
  "optional": true,
@@ -10417,7 +10616,7 @@
10417
10616
  "immutable": true,
10418
10617
  "locationInModule": {
10419
10618
  "filename": "src/constructs/EventPipe.ts",
10420
- "line": 80
10619
+ "line": 111
10421
10620
  },
10422
10621
  "name": "invocationType",
10423
10622
  "optional": true,
@@ -10804,6 +11003,6 @@
10804
11003
  "symbolId": "src/platform/Vpc:VpcProps"
10805
11004
  }
10806
11005
  },
10807
- "version": "0.9.11",
10808
- "fingerprint": "oENf8sbOx1ECTiJZ7nCEHzzrNUWwfAmKkeAPKyASbD8="
11006
+ "version": "0.10.0",
11007
+ "fingerprint": "v1sqCopnexxi2fdl1yZpwvlRPJ8jgATH0BozBC4qb+8="
10809
11008
  }