@btc-embedded/cdk-extensions 0.9.10 → 0.9.12
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 +133 -52
- package/API.md +74 -0
- package/CHANGELOG.md +14 -0
- package/lib/constructs/EventPipe.d.ts +29 -0
- package/lib/constructs/EventPipe.js +45 -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.js +1 -1
- 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.js +1 -1
- 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 +25 -2
- 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.js +1 -1
- 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/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3957,7 +3957,7 @@
|
|
|
3957
3957
|
"kind": "interface",
|
|
3958
3958
|
"locationInModule": {
|
|
3959
3959
|
"filename": "src/constructs/EventPipe.ts",
|
|
3960
|
-
"line":
|
|
3960
|
+
"line": 140
|
|
3961
3961
|
},
|
|
3962
3962
|
"name": "AnythingButFilterRule",
|
|
3963
3963
|
"symbolId": "src/constructs/EventPipe:AnythingButFilterRule"
|
|
@@ -7269,7 +7269,7 @@
|
|
|
7269
7269
|
"kind": "interface",
|
|
7270
7270
|
"locationInModule": {
|
|
7271
7271
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7272
|
-
"line":
|
|
7272
|
+
"line": 17
|
|
7273
7273
|
},
|
|
7274
7274
|
"name": "EnvironmentVariableNames",
|
|
7275
7275
|
"properties": [
|
|
@@ -7283,7 +7283,7 @@
|
|
|
7283
7283
|
"immutable": true,
|
|
7284
7284
|
"locationInModule": {
|
|
7285
7285
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7286
|
-
"line":
|
|
7286
|
+
"line": 23
|
|
7287
7287
|
},
|
|
7288
7288
|
"name": "databaseUrl",
|
|
7289
7289
|
"optional": true,
|
|
@@ -7301,7 +7301,7 @@
|
|
|
7301
7301
|
"immutable": true,
|
|
7302
7302
|
"locationInModule": {
|
|
7303
7303
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7304
|
-
"line":
|
|
7304
|
+
"line": 37
|
|
7305
7305
|
},
|
|
7306
7306
|
"name": "postgresDatabase",
|
|
7307
7307
|
"optional": true,
|
|
@@ -7319,7 +7319,7 @@
|
|
|
7319
7319
|
"immutable": true,
|
|
7320
7320
|
"locationInModule": {
|
|
7321
7321
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7322
|
-
"line":
|
|
7322
|
+
"line": 30
|
|
7323
7323
|
},
|
|
7324
7324
|
"name": "postgresEndpoint",
|
|
7325
7325
|
"optional": true,
|
|
@@ -7337,7 +7337,7 @@
|
|
|
7337
7337
|
"immutable": true,
|
|
7338
7338
|
"locationInModule": {
|
|
7339
7339
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7340
|
-
"line":
|
|
7340
|
+
"line": 51
|
|
7341
7341
|
},
|
|
7342
7342
|
"name": "postgresPassword",
|
|
7343
7343
|
"optional": true,
|
|
@@ -7355,7 +7355,7 @@
|
|
|
7355
7355
|
"immutable": true,
|
|
7356
7356
|
"locationInModule": {
|
|
7357
7357
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
7358
|
-
"line":
|
|
7358
|
+
"line": 44
|
|
7359
7359
|
},
|
|
7360
7360
|
"name": "postgresUsername",
|
|
7361
7361
|
"optional": true,
|
|
@@ -7413,7 +7413,7 @@
|
|
|
7413
7413
|
},
|
|
7414
7414
|
"locationInModule": {
|
|
7415
7415
|
"filename": "src/constructs/EventPipe.ts",
|
|
7416
|
-
"line":
|
|
7416
|
+
"line": 174
|
|
7417
7417
|
},
|
|
7418
7418
|
"parameters": [
|
|
7419
7419
|
{
|
|
@@ -7439,7 +7439,7 @@
|
|
|
7439
7439
|
"kind": "class",
|
|
7440
7440
|
"locationInModule": {
|
|
7441
7441
|
"filename": "src/constructs/EventPipe.ts",
|
|
7442
|
-
"line":
|
|
7442
|
+
"line": 171
|
|
7443
7443
|
},
|
|
7444
7444
|
"name": "EventPipe",
|
|
7445
7445
|
"properties": [
|
|
@@ -7450,7 +7450,7 @@
|
|
|
7450
7450
|
"immutable": true,
|
|
7451
7451
|
"locationInModule": {
|
|
7452
7452
|
"filename": "src/constructs/EventPipe.ts",
|
|
7453
|
-
"line":
|
|
7453
|
+
"line": 172
|
|
7454
7454
|
},
|
|
7455
7455
|
"name": "role",
|
|
7456
7456
|
"type": {
|
|
@@ -7471,7 +7471,7 @@
|
|
|
7471
7471
|
"kind": "interface",
|
|
7472
7472
|
"locationInModule": {
|
|
7473
7473
|
"filename": "src/constructs/EventPipe.ts",
|
|
7474
|
-
"line":
|
|
7474
|
+
"line": 13
|
|
7475
7475
|
},
|
|
7476
7476
|
"name": "EventPipeProps",
|
|
7477
7477
|
"properties": [
|
|
@@ -7485,7 +7485,7 @@
|
|
|
7485
7485
|
"immutable": true,
|
|
7486
7486
|
"locationInModule": {
|
|
7487
7487
|
"filename": "src/constructs/EventPipe.ts",
|
|
7488
|
-
"line":
|
|
7488
|
+
"line": 17
|
|
7489
7489
|
},
|
|
7490
7490
|
"name": "source",
|
|
7491
7491
|
"type": {
|
|
@@ -7501,7 +7501,7 @@
|
|
|
7501
7501
|
"immutable": true,
|
|
7502
7502
|
"locationInModule": {
|
|
7503
7503
|
"filename": "src/constructs/EventPipe.ts",
|
|
7504
|
-
"line":
|
|
7504
|
+
"line": 22
|
|
7505
7505
|
},
|
|
7506
7506
|
"name": "target",
|
|
7507
7507
|
"type": {
|
|
@@ -7526,7 +7526,7 @@
|
|
|
7526
7526
|
"immutable": true,
|
|
7527
7527
|
"locationInModule": {
|
|
7528
7528
|
"filename": "src/constructs/EventPipe.ts",
|
|
7529
|
-
"line":
|
|
7529
|
+
"line": 32
|
|
7530
7530
|
},
|
|
7531
7531
|
"name": "filter",
|
|
7532
7532
|
"optional": true,
|
|
@@ -7534,6 +7534,42 @@
|
|
|
7534
7534
|
"fqn": "@btc-embedded/cdk-extensions.PipeFilter"
|
|
7535
7535
|
}
|
|
7536
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
"abstract": true,
|
|
7539
|
+
"docs": {
|
|
7540
|
+
"remarks": "If none is given and logging is enabled, a new log group will be created.",
|
|
7541
|
+
"stability": "experimental",
|
|
7542
|
+
"summary": "Use an existing log group."
|
|
7543
|
+
},
|
|
7544
|
+
"immutable": true,
|
|
7545
|
+
"locationInModule": {
|
|
7546
|
+
"filename": "src/constructs/EventPipe.ts",
|
|
7547
|
+
"line": 43
|
|
7548
|
+
},
|
|
7549
|
+
"name": "logGroup",
|
|
7550
|
+
"optional": true,
|
|
7551
|
+
"type": {
|
|
7552
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
7553
|
+
}
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"abstract": true,
|
|
7557
|
+
"docs": {
|
|
7558
|
+
"remarks": "Creates a new log group, if enabled.\nDefault: Disabled.",
|
|
7559
|
+
"stability": "experimental",
|
|
7560
|
+
"summary": "Set the log level for the pipe."
|
|
7561
|
+
},
|
|
7562
|
+
"immutable": true,
|
|
7563
|
+
"locationInModule": {
|
|
7564
|
+
"filename": "src/constructs/EventPipe.ts",
|
|
7565
|
+
"line": 38
|
|
7566
|
+
},
|
|
7567
|
+
"name": "logLevel",
|
|
7568
|
+
"optional": true,
|
|
7569
|
+
"type": {
|
|
7570
|
+
"fqn": "@btc-embedded/cdk-extensions.LogLevel"
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
7537
7573
|
{
|
|
7538
7574
|
"abstract": true,
|
|
7539
7575
|
"docs": {
|
|
@@ -7544,7 +7580,7 @@
|
|
|
7544
7580
|
"immutable": true,
|
|
7545
7581
|
"locationInModule": {
|
|
7546
7582
|
"filename": "src/constructs/EventPipe.ts",
|
|
7547
|
-
"line":
|
|
7583
|
+
"line": 27
|
|
7548
7584
|
},
|
|
7549
7585
|
"name": "role",
|
|
7550
7586
|
"optional": true,
|
|
@@ -7783,7 +7819,7 @@
|
|
|
7783
7819
|
"kind": "interface",
|
|
7784
7820
|
"locationInModule": {
|
|
7785
7821
|
"filename": "src/constructs/EventPipe.ts",
|
|
7786
|
-
"line":
|
|
7822
|
+
"line": 150
|
|
7787
7823
|
},
|
|
7788
7824
|
"name": "FilterEqualsIgnoreCase",
|
|
7789
7825
|
"symbolId": "src/constructs/EventPipe:FilterEqualsIgnoreCase"
|
|
@@ -8332,7 +8368,7 @@
|
|
|
8332
8368
|
"kind": "interface",
|
|
8333
8369
|
"locationInModule": {
|
|
8334
8370
|
"filename": "src/constructs/EventPipe.ts",
|
|
8335
|
-
"line":
|
|
8371
|
+
"line": 84
|
|
8336
8372
|
},
|
|
8337
8373
|
"name": "InputTemplate",
|
|
8338
8374
|
"symbolId": "src/constructs/EventPipe:InputTemplate"
|
|
@@ -8347,7 +8383,7 @@
|
|
|
8347
8383
|
"kind": "enum",
|
|
8348
8384
|
"locationInModule": {
|
|
8349
8385
|
"filename": "src/constructs/EventPipe.ts",
|
|
8350
|
-
"line":
|
|
8386
|
+
"line": 68
|
|
8351
8387
|
},
|
|
8352
8388
|
"members": [
|
|
8353
8389
|
{
|
|
@@ -8408,6 +8444,51 @@
|
|
|
8408
8444
|
"name": "LogExtension",
|
|
8409
8445
|
"symbolId": "src/extensions/LogExtension:LogExtension"
|
|
8410
8446
|
},
|
|
8447
|
+
"@btc-embedded/cdk-extensions.LogLevel": {
|
|
8448
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
8449
|
+
"docs": {
|
|
8450
|
+
"stability": "experimental"
|
|
8451
|
+
},
|
|
8452
|
+
"fqn": "@btc-embedded/cdk-extensions.LogLevel",
|
|
8453
|
+
"kind": "enum",
|
|
8454
|
+
"locationInModule": {
|
|
8455
|
+
"filename": "src/constructs/EventPipe.ts",
|
|
8456
|
+
"line": 46
|
|
8457
|
+
},
|
|
8458
|
+
"members": [
|
|
8459
|
+
{
|
|
8460
|
+
"docs": {
|
|
8461
|
+
"remarks": "No log group will be created.",
|
|
8462
|
+
"stability": "experimental",
|
|
8463
|
+
"summary": "Deactivate logging."
|
|
8464
|
+
},
|
|
8465
|
+
"name": "OFF"
|
|
8466
|
+
},
|
|
8467
|
+
{
|
|
8468
|
+
"docs": {
|
|
8469
|
+
"stability": "experimental",
|
|
8470
|
+
"summary": "Only log errors."
|
|
8471
|
+
},
|
|
8472
|
+
"name": "ERROR"
|
|
8473
|
+
},
|
|
8474
|
+
{
|
|
8475
|
+
"docs": {
|
|
8476
|
+
"stability": "experimental",
|
|
8477
|
+
"summary": "Log errors and informational messages."
|
|
8478
|
+
},
|
|
8479
|
+
"name": "INFO"
|
|
8480
|
+
},
|
|
8481
|
+
{
|
|
8482
|
+
"docs": {
|
|
8483
|
+
"stability": "experimental",
|
|
8484
|
+
"summary": "Log very verbose."
|
|
8485
|
+
},
|
|
8486
|
+
"name": "TRACE"
|
|
8487
|
+
}
|
|
8488
|
+
],
|
|
8489
|
+
"name": "LogLevel",
|
|
8490
|
+
"symbolId": "src/constructs/EventPipe:LogLevel"
|
|
8491
|
+
},
|
|
8411
8492
|
"@btc-embedded/cdk-extensions.ModifyContainerDefinitionExtension": {
|
|
8412
8493
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
8413
8494
|
"base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -8719,7 +8800,7 @@
|
|
|
8719
8800
|
"kind": "interface",
|
|
8720
8801
|
"locationInModule": {
|
|
8721
8802
|
"filename": "src/constructs/EventPipe.ts",
|
|
8722
|
-
"line":
|
|
8803
|
+
"line": 160
|
|
8723
8804
|
},
|
|
8724
8805
|
"name": "PipeFilter",
|
|
8725
8806
|
"symbolId": "src/constructs/EventPipe:PipeFilter"
|
|
@@ -8737,7 +8818,7 @@
|
|
|
8737
8818
|
},
|
|
8738
8819
|
"locationInModule": {
|
|
8739
8820
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8740
|
-
"line":
|
|
8821
|
+
"line": 167
|
|
8741
8822
|
},
|
|
8742
8823
|
"parameters": [
|
|
8743
8824
|
{
|
|
@@ -8751,7 +8832,7 @@
|
|
|
8751
8832
|
"kind": "class",
|
|
8752
8833
|
"locationInModule": {
|
|
8753
8834
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8754
|
-
"line":
|
|
8835
|
+
"line": 161
|
|
8755
8836
|
},
|
|
8756
8837
|
"methods": [
|
|
8757
8838
|
{
|
|
@@ -8761,7 +8842,7 @@
|
|
|
8761
8842
|
},
|
|
8762
8843
|
"locationInModule": {
|
|
8763
8844
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8764
|
-
"line":
|
|
8845
|
+
"line": 226
|
|
8765
8846
|
},
|
|
8766
8847
|
"name": "addHooks",
|
|
8767
8848
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
@@ -8773,7 +8854,7 @@
|
|
|
8773
8854
|
},
|
|
8774
8855
|
"locationInModule": {
|
|
8775
8856
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8776
|
-
"line":
|
|
8857
|
+
"line": 324
|
|
8777
8858
|
},
|
|
8778
8859
|
"name": "modifyServiceProps",
|
|
8779
8860
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -8798,7 +8879,7 @@
|
|
|
8798
8879
|
},
|
|
8799
8880
|
"locationInModule": {
|
|
8800
8881
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8801
|
-
"line":
|
|
8882
|
+
"line": 172
|
|
8802
8883
|
},
|
|
8803
8884
|
"name": "prehook",
|
|
8804
8885
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -8825,7 +8906,7 @@
|
|
|
8825
8906
|
},
|
|
8826
8907
|
"locationInModule": {
|
|
8827
8908
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8828
|
-
"line":
|
|
8909
|
+
"line": 244
|
|
8829
8910
|
},
|
|
8830
8911
|
"name": "useService",
|
|
8831
8912
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -8854,7 +8935,7 @@
|
|
|
8854
8935
|
},
|
|
8855
8936
|
"locationInModule": {
|
|
8856
8937
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8857
|
-
"line":
|
|
8938
|
+
"line": 252
|
|
8858
8939
|
},
|
|
8859
8940
|
"name": "useTaskDefinition",
|
|
8860
8941
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -8877,7 +8958,7 @@
|
|
|
8877
8958
|
"immutable": true,
|
|
8878
8959
|
"locationInModule": {
|
|
8879
8960
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8880
|
-
"line":
|
|
8961
|
+
"line": 162
|
|
8881
8962
|
},
|
|
8882
8963
|
"name": "props",
|
|
8883
8964
|
"type": {
|
|
@@ -8890,7 +8971,7 @@
|
|
|
8890
8971
|
},
|
|
8891
8972
|
"locationInModule": {
|
|
8892
8973
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8893
|
-
"line":
|
|
8974
|
+
"line": 163
|
|
8894
8975
|
},
|
|
8895
8976
|
"name": "connectionString",
|
|
8896
8977
|
"type": {
|
|
@@ -8903,7 +8984,7 @@
|
|
|
8903
8984
|
},
|
|
8904
8985
|
"locationInModule": {
|
|
8905
8986
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8906
|
-
"line":
|
|
8987
|
+
"line": 164
|
|
8907
8988
|
},
|
|
8908
8989
|
"name": "credentialsSecret",
|
|
8909
8990
|
"type": {
|
|
@@ -8916,7 +8997,7 @@
|
|
|
8916
8997
|
},
|
|
8917
8998
|
"locationInModule": {
|
|
8918
8999
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8919
|
-
"line":
|
|
9000
|
+
"line": 165
|
|
8920
9001
|
},
|
|
8921
9002
|
"name": "endpoint",
|
|
8922
9003
|
"type": {
|
|
@@ -8936,7 +9017,7 @@
|
|
|
8936
9017
|
"kind": "interface",
|
|
8937
9018
|
"locationInModule": {
|
|
8938
9019
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8939
|
-
"line":
|
|
9020
|
+
"line": 54
|
|
8940
9021
|
},
|
|
8941
9022
|
"name": "PostgresDbAccessExtensionProps",
|
|
8942
9023
|
"properties": [
|
|
@@ -8950,7 +9031,7 @@
|
|
|
8950
9031
|
"immutable": true,
|
|
8951
9032
|
"locationInModule": {
|
|
8952
9033
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8953
|
-
"line":
|
|
9034
|
+
"line": 59
|
|
8954
9035
|
},
|
|
8955
9036
|
"name": "basePlatformStackName",
|
|
8956
9037
|
"type": {
|
|
@@ -8966,7 +9047,7 @@
|
|
|
8966
9047
|
"immutable": true,
|
|
8967
9048
|
"locationInModule": {
|
|
8968
9049
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8969
|
-
"line":
|
|
9050
|
+
"line": 69
|
|
8970
9051
|
},
|
|
8971
9052
|
"name": "dbName",
|
|
8972
9053
|
"type": {
|
|
@@ -8982,7 +9063,7 @@
|
|
|
8982
9063
|
"immutable": true,
|
|
8983
9064
|
"locationInModule": {
|
|
8984
9065
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
8985
|
-
"line":
|
|
9066
|
+
"line": 64
|
|
8986
9067
|
},
|
|
8987
9068
|
"name": "securityGroupId",
|
|
8988
9069
|
"type": {
|
|
@@ -8999,7 +9080,7 @@
|
|
|
8999
9080
|
"immutable": true,
|
|
9000
9081
|
"locationInModule": {
|
|
9001
9082
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
9002
|
-
"line":
|
|
9083
|
+
"line": 77
|
|
9003
9084
|
},
|
|
9004
9085
|
"name": "dbConnectionProperties",
|
|
9005
9086
|
"optional": true,
|
|
@@ -9023,7 +9104,7 @@
|
|
|
9023
9104
|
"immutable": true,
|
|
9024
9105
|
"locationInModule": {
|
|
9025
9106
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
9026
|
-
"line":
|
|
9107
|
+
"line": 93
|
|
9027
9108
|
},
|
|
9028
9109
|
"name": "enableMigration",
|
|
9029
9110
|
"optional": true,
|
|
@@ -9041,7 +9122,7 @@
|
|
|
9041
9122
|
"immutable": true,
|
|
9042
9123
|
"locationInModule": {
|
|
9043
9124
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
9044
|
-
"line":
|
|
9125
|
+
"line": 84
|
|
9045
9126
|
},
|
|
9046
9127
|
"name": "environmentVariableNames",
|
|
9047
9128
|
"optional": true,
|
|
@@ -9059,7 +9140,7 @@
|
|
|
9059
9140
|
"immutable": true,
|
|
9060
9141
|
"locationInModule": {
|
|
9061
9142
|
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
9062
|
-
"line":
|
|
9143
|
+
"line": 100
|
|
9063
9144
|
},
|
|
9064
9145
|
"name": "migrationParameter",
|
|
9065
9146
|
"optional": true,
|
|
@@ -9143,7 +9224,7 @@
|
|
|
9143
9224
|
"kind": "interface",
|
|
9144
9225
|
"locationInModule": {
|
|
9145
9226
|
"filename": "src/constructs/EventPipe.ts",
|
|
9146
|
-
"line":
|
|
9227
|
+
"line": 126
|
|
9147
9228
|
},
|
|
9148
9229
|
"name": "PrefixFilterRule",
|
|
9149
9230
|
"properties": [
|
|
@@ -9155,7 +9236,7 @@
|
|
|
9155
9236
|
"immutable": true,
|
|
9156
9237
|
"locationInModule": {
|
|
9157
9238
|
"filename": "src/constructs/EventPipe.ts",
|
|
9158
|
-
"line":
|
|
9239
|
+
"line": 127
|
|
9159
9240
|
},
|
|
9160
9241
|
"name": "prefix",
|
|
9161
9242
|
"type": {
|
|
@@ -10265,7 +10346,7 @@
|
|
|
10265
10346
|
"kind": "interface",
|
|
10266
10347
|
"locationInModule": {
|
|
10267
10348
|
"filename": "src/constructs/EventPipe.ts",
|
|
10268
|
-
"line":
|
|
10349
|
+
"line": 133
|
|
10269
10350
|
},
|
|
10270
10351
|
"name": "SuffixFilterRule",
|
|
10271
10352
|
"properties": [
|
|
@@ -10277,7 +10358,7 @@
|
|
|
10277
10358
|
"immutable": true,
|
|
10278
10359
|
"locationInModule": {
|
|
10279
10360
|
"filename": "src/constructs/EventPipe.ts",
|
|
10280
|
-
"line":
|
|
10361
|
+
"line": 134
|
|
10281
10362
|
},
|
|
10282
10363
|
"name": "suffix",
|
|
10283
10364
|
"type": {
|
|
@@ -10307,7 +10388,7 @@
|
|
|
10307
10388
|
"kind": "interface",
|
|
10308
10389
|
"locationInModule": {
|
|
10309
10390
|
"filename": "src/constructs/EventPipe.ts",
|
|
10310
|
-
"line":
|
|
10391
|
+
"line": 94
|
|
10311
10392
|
},
|
|
10312
10393
|
"name": "TargetQueue",
|
|
10313
10394
|
"properties": [
|
|
@@ -10319,7 +10400,7 @@
|
|
|
10319
10400
|
"immutable": true,
|
|
10320
10401
|
"locationInModule": {
|
|
10321
10402
|
"filename": "src/constructs/EventPipe.ts",
|
|
10322
|
-
"line":
|
|
10403
|
+
"line": 95
|
|
10323
10404
|
},
|
|
10324
10405
|
"name": "queue",
|
|
10325
10406
|
"type": {
|
|
@@ -10340,7 +10421,7 @@
|
|
|
10340
10421
|
"kind": "interface",
|
|
10341
10422
|
"locationInModule": {
|
|
10342
10423
|
"filename": "src/constructs/EventPipe.ts",
|
|
10343
|
-
"line":
|
|
10424
|
+
"line": 101
|
|
10344
10425
|
},
|
|
10345
10426
|
"name": "TargetStepFunction",
|
|
10346
10427
|
"properties": [
|
|
@@ -10352,7 +10433,7 @@
|
|
|
10352
10433
|
"immutable": true,
|
|
10353
10434
|
"locationInModule": {
|
|
10354
10435
|
"filename": "src/constructs/EventPipe.ts",
|
|
10355
|
-
"line":
|
|
10436
|
+
"line": 102
|
|
10356
10437
|
},
|
|
10357
10438
|
"name": "stepFunction",
|
|
10358
10439
|
"type": {
|
|
@@ -10367,7 +10448,7 @@
|
|
|
10367
10448
|
"immutable": true,
|
|
10368
10449
|
"locationInModule": {
|
|
10369
10450
|
"filename": "src/constructs/EventPipe.ts",
|
|
10370
|
-
"line":
|
|
10451
|
+
"line": 103
|
|
10371
10452
|
},
|
|
10372
10453
|
"name": "parameters",
|
|
10373
10454
|
"optional": true,
|
|
@@ -10389,7 +10470,7 @@
|
|
|
10389
10470
|
"kind": "interface",
|
|
10390
10471
|
"locationInModule": {
|
|
10391
10472
|
"filename": "src/constructs/EventPipe.ts",
|
|
10392
|
-
"line":
|
|
10473
|
+
"line": 109
|
|
10393
10474
|
},
|
|
10394
10475
|
"name": "TargetStepFunctionParameters",
|
|
10395
10476
|
"properties": [
|
|
@@ -10401,7 +10482,7 @@
|
|
|
10401
10482
|
"immutable": true,
|
|
10402
10483
|
"locationInModule": {
|
|
10403
10484
|
"filename": "src/constructs/EventPipe.ts",
|
|
10404
|
-
"line":
|
|
10485
|
+
"line": 110
|
|
10405
10486
|
},
|
|
10406
10487
|
"name": "inputTemplate",
|
|
10407
10488
|
"optional": true,
|
|
@@ -10417,7 +10498,7 @@
|
|
|
10417
10498
|
"immutable": true,
|
|
10418
10499
|
"locationInModule": {
|
|
10419
10500
|
"filename": "src/constructs/EventPipe.ts",
|
|
10420
|
-
"line":
|
|
10501
|
+
"line": 111
|
|
10421
10502
|
},
|
|
10422
10503
|
"name": "invocationType",
|
|
10423
10504
|
"optional": true,
|
|
@@ -10804,6 +10885,6 @@
|
|
|
10804
10885
|
"symbolId": "src/platform/Vpc:VpcProps"
|
|
10805
10886
|
}
|
|
10806
10887
|
},
|
|
10807
|
-
"version": "0.9.
|
|
10808
|
-
"fingerprint": "
|
|
10888
|
+
"version": "0.9.12",
|
|
10889
|
+
"fingerprint": "Nq9yKF86UvWlqXD6MXgZZY0rAfk7R9KRS0RWzq74iWc="
|
|
10809
10890
|
}
|
package/API.md
CHANGED
|
@@ -5770,6 +5770,8 @@ const eventPipeProps: EventPipeProps = { ... }
|
|
|
5770
5770
|
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.source">source</a></code> | <code>aws-cdk-lib.aws_sqs.IQueue</code> | The source SQS queue. |
|
|
5771
5771
|
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.target">target</a></code> | <code><a href="#@btc-embedded/cdk-extensions.TargetQueue">TargetQueue</a> \| <a href="#@btc-embedded/cdk-extensions.TargetStepFunction">TargetStepFunction</a></code> | The target SQS queue or target step function. |
|
|
5772
5772
|
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.filter">filter</a></code> | <code><a href="#@btc-embedded/cdk-extensions.PipeFilter">PipeFilter</a></code> | An optional filter for the pipe. |
|
|
5773
|
+
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.logGroup">logGroup</a></code> | <code>aws-cdk-lib.aws_logs.LogGroup</code> | Use an existing log group. |
|
|
5774
|
+
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.logLevel">logLevel</a></code> | <code><a href="#@btc-embedded/cdk-extensions.LogLevel">LogLevel</a></code> | Set the log level for the pipe. |
|
|
5773
5775
|
| <code><a href="#@btc-embedded/cdk-extensions.EventPipeProps.property.role">role</a></code> | <code>aws-cdk-lib.aws_iam.Role</code> | The role used by the event pipe. |
|
|
5774
5776
|
|
|
5775
5777
|
---
|
|
@@ -5812,6 +5814,35 @@ An optional filter for the pipe.
|
|
|
5812
5814
|
|
|
5813
5815
|
---
|
|
5814
5816
|
|
|
5817
|
+
##### `logGroup`<sup>Optional</sup> <a name="logGroup" id="@btc-embedded/cdk-extensions.EventPipeProps.property.logGroup"></a>
|
|
5818
|
+
|
|
5819
|
+
```typescript
|
|
5820
|
+
public readonly logGroup: LogGroup;
|
|
5821
|
+
```
|
|
5822
|
+
|
|
5823
|
+
- *Type:* aws-cdk-lib.aws_logs.LogGroup
|
|
5824
|
+
|
|
5825
|
+
Use an existing log group.
|
|
5826
|
+
|
|
5827
|
+
If none is given and logging is enabled, a new log group will be created.
|
|
5828
|
+
|
|
5829
|
+
---
|
|
5830
|
+
|
|
5831
|
+
##### `logLevel`<sup>Optional</sup> <a name="logLevel" id="@btc-embedded/cdk-extensions.EventPipeProps.property.logLevel"></a>
|
|
5832
|
+
|
|
5833
|
+
```typescript
|
|
5834
|
+
public readonly logLevel: LogLevel;
|
|
5835
|
+
```
|
|
5836
|
+
|
|
5837
|
+
- *Type:* <a href="#@btc-embedded/cdk-extensions.LogLevel">LogLevel</a>
|
|
5838
|
+
|
|
5839
|
+
Set the log level for the pipe.
|
|
5840
|
+
|
|
5841
|
+
Creates a new log group, if enabled.
|
|
5842
|
+
Default: Disabled.
|
|
5843
|
+
|
|
5844
|
+
---
|
|
5845
|
+
|
|
5815
5846
|
##### `role`<sup>Optional</sup> <a name="role" id="@btc-embedded/cdk-extensions.EventPipeProps.property.role"></a>
|
|
5816
5847
|
|
|
5817
5848
|
```typescript
|
|
@@ -11401,3 +11432,46 @@ in the *AWS Step Functions API Reference*.
|
|
|
11401
11432
|
|
|
11402
11433
|
---
|
|
11403
11434
|
|
|
11435
|
+
|
|
11436
|
+
### LogLevel <a name="LogLevel" id="@btc-embedded/cdk-extensions.LogLevel"></a>
|
|
11437
|
+
|
|
11438
|
+
#### Members <a name="Members" id="Members"></a>
|
|
11439
|
+
|
|
11440
|
+
| **Name** | **Description** |
|
|
11441
|
+
| --- | --- |
|
|
11442
|
+
| <code><a href="#@btc-embedded/cdk-extensions.LogLevel.OFF">OFF</a></code> | Deactivate logging. |
|
|
11443
|
+
| <code><a href="#@btc-embedded/cdk-extensions.LogLevel.ERROR">ERROR</a></code> | Only log errors. |
|
|
11444
|
+
| <code><a href="#@btc-embedded/cdk-extensions.LogLevel.INFO">INFO</a></code> | Log errors and informational messages. |
|
|
11445
|
+
| <code><a href="#@btc-embedded/cdk-extensions.LogLevel.TRACE">TRACE</a></code> | Log very verbose. |
|
|
11446
|
+
|
|
11447
|
+
---
|
|
11448
|
+
|
|
11449
|
+
##### `OFF` <a name="OFF" id="@btc-embedded/cdk-extensions.LogLevel.OFF"></a>
|
|
11450
|
+
|
|
11451
|
+
Deactivate logging.
|
|
11452
|
+
|
|
11453
|
+
No log group will be created.
|
|
11454
|
+
|
|
11455
|
+
---
|
|
11456
|
+
|
|
11457
|
+
|
|
11458
|
+
##### `ERROR` <a name="ERROR" id="@btc-embedded/cdk-extensions.LogLevel.ERROR"></a>
|
|
11459
|
+
|
|
11460
|
+
Only log errors.
|
|
11461
|
+
|
|
11462
|
+
---
|
|
11463
|
+
|
|
11464
|
+
|
|
11465
|
+
##### `INFO` <a name="INFO" id="@btc-embedded/cdk-extensions.LogLevel.INFO"></a>
|
|
11466
|
+
|
|
11467
|
+
Log errors and informational messages.
|
|
11468
|
+
|
|
11469
|
+
---
|
|
11470
|
+
|
|
11471
|
+
|
|
11472
|
+
##### `TRACE` <a name="TRACE" id="@btc-embedded/cdk-extensions.LogLevel.TRACE"></a>
|
|
11473
|
+
|
|
11474
|
+
Log very verbose.
|
|
11475
|
+
|
|
11476
|
+
---
|
|
11477
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
## [0.9.11](https://github.com/btc-embedded/cdk-extensions/compare/v0.9.10...v0.9.11) (2025-05-07)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* Added logging for database migration ([c04eb72](https://github.com/btc-embedded/cdk-extensions/commit/c04eb721e51ad79521a23fc20b98e4bf290b26f4))
|
|
8
|
+
|
|
9
|
+
## [0.9.10](https://github.com/btc-embedded/cdk-extensions/compare/v0.9.9...v0.9.10) (2025-04-30)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* disable app signals ([49d6c9e](https://github.com/btc-embedded/cdk-extensions/commit/49d6c9e63011d4904ecbce0079000e9782925af8))
|
|
15
|
+
|
|
2
16
|
## [0.9.9](https://github.com/btc-embedded/cdk-extensions/compare/v0.9.8...v0.9.9) (2025-04-29)
|
|
3
17
|
|
|
4
18
|
|