@btc-embedded/cdk-extensions 0.9.12 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +214 -94
- package/API.md +211 -27
- package/CHANGELOG.md +18 -0
- package/lib/constructs/EventPipe.d.ts +5 -0
- package/lib/constructs/EventPipe.js +3 -3
- package/lib/constructs/S3Bucket.js +1 -1
- package/lib/constructs/SecureRestApi.js +1 -1
- package/lib/constructs/SecureRestApiV2.js +1 -1
- package/lib/extensions/ApiGatewayExtension.js +1 -1
- package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.d.ts +0 -1
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +2 -2
- package/lib/extensions/CloudMapExtension.js +1 -1
- package/lib/extensions/DeactivatableServiceExtension.js +1 -1
- package/lib/extensions/DocumentDbAccessExtension.js +1 -1
- package/lib/extensions/DomainEventMessagingExtension.js +1 -1
- package/lib/extensions/ExtraContainerExtension.js +1 -1
- package/lib/extensions/HTTPApiExtension.d.ts +0 -4
- package/lib/extensions/HTTPApiExtension.js +3 -5
- package/lib/extensions/LogExtension.js +1 -1
- package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
- package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
- package/lib/extensions/OpenTelemetryExtension.js +1 -1
- package/lib/extensions/PostgresDbAccessExtension.js +1 -1
- package/lib/extensions/SharedVolumeExtension.js +1 -1
- package/lib/extensions/TcpKeepAliveExtension.js +1 -1
- package/lib/platform/ApiGateway.js +1 -1
- package/lib/platform/ApiGatewayV2.d.ts +8 -2
- package/lib/platform/ApiGatewayV2.js +15 -7
- package/lib/platform/ApplicationLoadBalancer.js +1 -1
- package/lib/platform/ApplicationLoadBalancerV2.js +2 -2
- package/lib/platform/CognitoUserPool.js +2 -2
- package/lib/platform/DefaultUserPoolClients.js +1 -1
- package/lib/platform/DocumentDB.js +2 -2
- package/lib/platform/PrivateDnsNamespace.js +1 -1
- package/lib/platform/ResourceServer.js +1 -1
- package/lib/platform/Vpc.js +1 -1
- package/lib/utils/StackParameter.js +1 -1
- package/lib/utils/configFileParsing.d.ts +1 -1
- 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.
|
|
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":
|
|
3960
|
+
"line": 145
|
|
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":
|
|
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":
|
|
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": "
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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:
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
7516
|
+
"line": 179
|
|
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":
|
|
7542
|
+
"line": 176
|
|
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":
|
|
7553
|
+
"line": 177
|
|
7454
7554
|
},
|
|
7455
7555
|
"name": "role",
|
|
7456
7556
|
"type": {
|
|
@@ -7819,7 +7919,7 @@
|
|
|
7819
7919
|
"kind": "interface",
|
|
7820
7920
|
"locationInModule": {
|
|
7821
7921
|
"filename": "src/constructs/EventPipe.ts",
|
|
7822
|
-
"line":
|
|
7922
|
+
"line": 155
|
|
7823
7923
|
},
|
|
7824
7924
|
"name": "FilterEqualsIgnoreCase",
|
|
7825
7925
|
"symbolId": "src/constructs/EventPipe:FilterEqualsIgnoreCase"
|
|
@@ -7838,7 +7938,7 @@
|
|
|
7838
7938
|
},
|
|
7839
7939
|
"locationInModule": {
|
|
7840
7940
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7841
|
-
"line":
|
|
7941
|
+
"line": 63
|
|
7842
7942
|
},
|
|
7843
7943
|
"parameters": [
|
|
7844
7944
|
{
|
|
@@ -7852,7 +7952,7 @@
|
|
|
7852
7952
|
"kind": "class",
|
|
7853
7953
|
"locationInModule": {
|
|
7854
7954
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7855
|
-
"line":
|
|
7955
|
+
"line": 56
|
|
7856
7956
|
},
|
|
7857
7957
|
"methods": [
|
|
7858
7958
|
{
|
|
@@ -7863,7 +7963,7 @@
|
|
|
7863
7963
|
},
|
|
7864
7964
|
"locationInModule": {
|
|
7865
7965
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7866
|
-
"line":
|
|
7966
|
+
"line": 68
|
|
7867
7967
|
},
|
|
7868
7968
|
"name": "useService",
|
|
7869
7969
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -7895,7 +7995,7 @@
|
|
|
7895
7995
|
"immutable": true,
|
|
7896
7996
|
"locationInModule": {
|
|
7897
7997
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7898
|
-
"line":
|
|
7998
|
+
"line": 57
|
|
7899
7999
|
},
|
|
7900
8000
|
"name": "props",
|
|
7901
8001
|
"type": {
|
|
@@ -7915,7 +8015,7 @@
|
|
|
7915
8015
|
"kind": "interface",
|
|
7916
8016
|
"locationInModule": {
|
|
7917
8017
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7918
|
-
"line":
|
|
8018
|
+
"line": 25
|
|
7919
8019
|
},
|
|
7920
8020
|
"name": "HTTPApiExtensionProps",
|
|
7921
8021
|
"properties": [
|
|
@@ -7928,7 +8028,7 @@
|
|
|
7928
8028
|
"immutable": true,
|
|
7929
8029
|
"locationInModule": {
|
|
7930
8030
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7931
|
-
"line":
|
|
8031
|
+
"line": 39
|
|
7932
8032
|
},
|
|
7933
8033
|
"name": "domainPrefix",
|
|
7934
8034
|
"type": {
|
|
@@ -7944,7 +8044,7 @@
|
|
|
7944
8044
|
"immutable": true,
|
|
7945
8045
|
"locationInModule": {
|
|
7946
8046
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7947
|
-
"line":
|
|
8047
|
+
"line": 44
|
|
7948
8048
|
},
|
|
7949
8049
|
"name": "hostedZone",
|
|
7950
8050
|
"type": {
|
|
@@ -7960,29 +8060,13 @@
|
|
|
7960
8060
|
"immutable": true,
|
|
7961
8061
|
"locationInModule": {
|
|
7962
8062
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7963
|
-
"line":
|
|
8063
|
+
"line": 34
|
|
7964
8064
|
},
|
|
7965
8065
|
"name": "platformStackName",
|
|
7966
8066
|
"type": {
|
|
7967
8067
|
"primitive": "string"
|
|
7968
8068
|
}
|
|
7969
8069
|
},
|
|
7970
|
-
{
|
|
7971
|
-
"abstract": true,
|
|
7972
|
-
"docs": {
|
|
7973
|
-
"stability": "experimental",
|
|
7974
|
-
"summary": "The security group ID of the API Gateway which should be allowed to connect to the service."
|
|
7975
|
-
},
|
|
7976
|
-
"immutable": true,
|
|
7977
|
-
"locationInModule": {
|
|
7978
|
-
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7979
|
-
"line": 40
|
|
7980
|
-
},
|
|
7981
|
-
"name": "securityGroupId",
|
|
7982
|
-
"type": {
|
|
7983
|
-
"primitive": "string"
|
|
7984
|
-
}
|
|
7985
|
-
},
|
|
7986
8070
|
{
|
|
7987
8071
|
"abstract": true,
|
|
7988
8072
|
"docs": {
|
|
@@ -7993,7 +8077,7 @@
|
|
|
7993
8077
|
"immutable": true,
|
|
7994
8078
|
"locationInModule": {
|
|
7995
8079
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
7996
|
-
"line":
|
|
8080
|
+
"line": 50
|
|
7997
8081
|
},
|
|
7998
8082
|
"name": "enableAccessLogs",
|
|
7999
8083
|
"optional": true,
|
|
@@ -8010,7 +8094,7 @@
|
|
|
8010
8094
|
"immutable": true,
|
|
8011
8095
|
"locationInModule": {
|
|
8012
8096
|
"filename": "src/extensions/HTTPApiExtension.ts",
|
|
8013
|
-
"line":
|
|
8097
|
+
"line": 29
|
|
8014
8098
|
},
|
|
8015
8099
|
"name": "prefix",
|
|
8016
8100
|
"optional": true,
|
|
@@ -8030,8 +8114,42 @@
|
|
|
8030
8114
|
"kind": "interface",
|
|
8031
8115
|
"locationInModule": {
|
|
8032
8116
|
"filename": "src/platform/ApiGatewayV2.ts",
|
|
8033
|
-
"line":
|
|
8117
|
+
"line": 19
|
|
8034
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
|
+
],
|
|
8035
8153
|
"name": "IApiGatewayV2",
|
|
8036
8154
|
"properties": [
|
|
8037
8155
|
{
|
|
@@ -8042,7 +8160,7 @@
|
|
|
8042
8160
|
"immutable": true,
|
|
8043
8161
|
"locationInModule": {
|
|
8044
8162
|
"filename": "src/platform/ApiGatewayV2.ts",
|
|
8045
|
-
"line":
|
|
8163
|
+
"line": 21
|
|
8046
8164
|
},
|
|
8047
8165
|
"name": "securityGroup",
|
|
8048
8166
|
"type": {
|
|
@@ -8057,7 +8175,7 @@
|
|
|
8057
8175
|
"immutable": true,
|
|
8058
8176
|
"locationInModule": {
|
|
8059
8177
|
"filename": "src/platform/ApiGatewayV2.ts",
|
|
8060
|
-
"line":
|
|
8178
|
+
"line": 20
|
|
8061
8179
|
},
|
|
8062
8180
|
"name": "vpcLink",
|
|
8063
8181
|
"type": {
|
|
@@ -8362,13 +8480,15 @@
|
|
|
8362
8480
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
8363
8481
|
"datatype": true,
|
|
8364
8482
|
"docs": {
|
|
8365
|
-
"
|
|
8483
|
+
"remarks": "Note that some values in the resulting code should not have quotes around the value, e.g. if an object\nshall be added. To reflect this, add curly brackets around the value, e.g. `{{<$.body>}}`.",
|
|
8484
|
+
"stability": "experimental",
|
|
8485
|
+
"summary": "The input template."
|
|
8366
8486
|
},
|
|
8367
8487
|
"fqn": "@btc-embedded/cdk-extensions.InputTemplate",
|
|
8368
8488
|
"kind": "interface",
|
|
8369
8489
|
"locationInModule": {
|
|
8370
8490
|
"filename": "src/constructs/EventPipe.ts",
|
|
8371
|
-
"line":
|
|
8491
|
+
"line": 89
|
|
8372
8492
|
},
|
|
8373
8493
|
"name": "InputTemplate",
|
|
8374
8494
|
"symbolId": "src/constructs/EventPipe:InputTemplate"
|
|
@@ -8800,7 +8920,7 @@
|
|
|
8800
8920
|
"kind": "interface",
|
|
8801
8921
|
"locationInModule": {
|
|
8802
8922
|
"filename": "src/constructs/EventPipe.ts",
|
|
8803
|
-
"line":
|
|
8923
|
+
"line": 165
|
|
8804
8924
|
},
|
|
8805
8925
|
"name": "PipeFilter",
|
|
8806
8926
|
"symbolId": "src/constructs/EventPipe:PipeFilter"
|
|
@@ -9224,7 +9344,7 @@
|
|
|
9224
9344
|
"kind": "interface",
|
|
9225
9345
|
"locationInModule": {
|
|
9226
9346
|
"filename": "src/constructs/EventPipe.ts",
|
|
9227
|
-
"line":
|
|
9347
|
+
"line": 131
|
|
9228
9348
|
},
|
|
9229
9349
|
"name": "PrefixFilterRule",
|
|
9230
9350
|
"properties": [
|
|
@@ -9236,7 +9356,7 @@
|
|
|
9236
9356
|
"immutable": true,
|
|
9237
9357
|
"locationInModule": {
|
|
9238
9358
|
"filename": "src/constructs/EventPipe.ts",
|
|
9239
|
-
"line":
|
|
9359
|
+
"line": 132
|
|
9240
9360
|
},
|
|
9241
9361
|
"name": "prefix",
|
|
9242
9362
|
"type": {
|
|
@@ -10346,7 +10466,7 @@
|
|
|
10346
10466
|
"kind": "interface",
|
|
10347
10467
|
"locationInModule": {
|
|
10348
10468
|
"filename": "src/constructs/EventPipe.ts",
|
|
10349
|
-
"line":
|
|
10469
|
+
"line": 138
|
|
10350
10470
|
},
|
|
10351
10471
|
"name": "SuffixFilterRule",
|
|
10352
10472
|
"properties": [
|
|
@@ -10358,7 +10478,7 @@
|
|
|
10358
10478
|
"immutable": true,
|
|
10359
10479
|
"locationInModule": {
|
|
10360
10480
|
"filename": "src/constructs/EventPipe.ts",
|
|
10361
|
-
"line":
|
|
10481
|
+
"line": 139
|
|
10362
10482
|
},
|
|
10363
10483
|
"name": "suffix",
|
|
10364
10484
|
"type": {
|
|
@@ -10388,7 +10508,7 @@
|
|
|
10388
10508
|
"kind": "interface",
|
|
10389
10509
|
"locationInModule": {
|
|
10390
10510
|
"filename": "src/constructs/EventPipe.ts",
|
|
10391
|
-
"line":
|
|
10511
|
+
"line": 99
|
|
10392
10512
|
},
|
|
10393
10513
|
"name": "TargetQueue",
|
|
10394
10514
|
"properties": [
|
|
@@ -10400,7 +10520,7 @@
|
|
|
10400
10520
|
"immutable": true,
|
|
10401
10521
|
"locationInModule": {
|
|
10402
10522
|
"filename": "src/constructs/EventPipe.ts",
|
|
10403
|
-
"line":
|
|
10523
|
+
"line": 100
|
|
10404
10524
|
},
|
|
10405
10525
|
"name": "queue",
|
|
10406
10526
|
"type": {
|
|
@@ -10421,7 +10541,7 @@
|
|
|
10421
10541
|
"kind": "interface",
|
|
10422
10542
|
"locationInModule": {
|
|
10423
10543
|
"filename": "src/constructs/EventPipe.ts",
|
|
10424
|
-
"line":
|
|
10544
|
+
"line": 106
|
|
10425
10545
|
},
|
|
10426
10546
|
"name": "TargetStepFunction",
|
|
10427
10547
|
"properties": [
|
|
@@ -10433,7 +10553,7 @@
|
|
|
10433
10553
|
"immutable": true,
|
|
10434
10554
|
"locationInModule": {
|
|
10435
10555
|
"filename": "src/constructs/EventPipe.ts",
|
|
10436
|
-
"line":
|
|
10556
|
+
"line": 107
|
|
10437
10557
|
},
|
|
10438
10558
|
"name": "stepFunction",
|
|
10439
10559
|
"type": {
|
|
@@ -10448,7 +10568,7 @@
|
|
|
10448
10568
|
"immutable": true,
|
|
10449
10569
|
"locationInModule": {
|
|
10450
10570
|
"filename": "src/constructs/EventPipe.ts",
|
|
10451
|
-
"line":
|
|
10571
|
+
"line": 108
|
|
10452
10572
|
},
|
|
10453
10573
|
"name": "parameters",
|
|
10454
10574
|
"optional": true,
|
|
@@ -10470,7 +10590,7 @@
|
|
|
10470
10590
|
"kind": "interface",
|
|
10471
10591
|
"locationInModule": {
|
|
10472
10592
|
"filename": "src/constructs/EventPipe.ts",
|
|
10473
|
-
"line":
|
|
10593
|
+
"line": 114
|
|
10474
10594
|
},
|
|
10475
10595
|
"name": "TargetStepFunctionParameters",
|
|
10476
10596
|
"properties": [
|
|
@@ -10482,7 +10602,7 @@
|
|
|
10482
10602
|
"immutable": true,
|
|
10483
10603
|
"locationInModule": {
|
|
10484
10604
|
"filename": "src/constructs/EventPipe.ts",
|
|
10485
|
-
"line":
|
|
10605
|
+
"line": 115
|
|
10486
10606
|
},
|
|
10487
10607
|
"name": "inputTemplate",
|
|
10488
10608
|
"optional": true,
|
|
@@ -10498,7 +10618,7 @@
|
|
|
10498
10618
|
"immutable": true,
|
|
10499
10619
|
"locationInModule": {
|
|
10500
10620
|
"filename": "src/constructs/EventPipe.ts",
|
|
10501
|
-
"line":
|
|
10621
|
+
"line": 116
|
|
10502
10622
|
},
|
|
10503
10623
|
"name": "invocationType",
|
|
10504
10624
|
"optional": true,
|
|
@@ -10885,6 +11005,6 @@
|
|
|
10885
11005
|
"symbolId": "src/platform/Vpc:VpcProps"
|
|
10886
11006
|
}
|
|
10887
11007
|
},
|
|
10888
|
-
"version": "0.
|
|
10889
|
-
"fingerprint": "
|
|
11008
|
+
"version": "0.10.1",
|
|
11009
|
+
"fingerprint": "10eM8+40Uta/NPRlBk/VZilNaYPmE+v4JvILyp3WqTA="
|
|
10890
11010
|
}
|