@rio-cloud/cdk-v2-constructs 7.11.0 → 7.12.0-alpha.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.
- package/.jsii +111 -107
- package/docs/API.md +79 -66
- package/docs/changelog.md +7 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +8 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.js +12 -1
- package/lib/kafka/kafka-event-spec.d.ts +9 -23
- package/lib/kafka/kafka-event-spec.js +14 -73
- package/package.json +3 -2
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -8336,17 +8336,17 @@
|
|
|
8336
8336
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8337
8337
|
"base": "constructs.Construct",
|
|
8338
8338
|
"docs": {
|
|
8339
|
-
"
|
|
8340
|
-
"
|
|
8339
|
+
"deprecated": "Events are no longer provided through this construct. Specify the event in the catalog-info.yaml. See the Backstage documentation for more information.",
|
|
8340
|
+
"stability": "deprecated"
|
|
8341
8341
|
},
|
|
8342
8342
|
"fqn": "@rio-cloud/cdk-v2-constructs.KafkaEventSpec",
|
|
8343
8343
|
"initializer": {
|
|
8344
8344
|
"docs": {
|
|
8345
|
-
"stability": "
|
|
8345
|
+
"stability": "deprecated"
|
|
8346
8346
|
},
|
|
8347
8347
|
"locationInModule": {
|
|
8348
8348
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8349
|
-
"line":
|
|
8349
|
+
"line": 11
|
|
8350
8350
|
},
|
|
8351
8351
|
"parameters": [
|
|
8352
8352
|
{
|
|
@@ -8362,7 +8362,7 @@
|
|
|
8362
8362
|
}
|
|
8363
8363
|
},
|
|
8364
8364
|
{
|
|
8365
|
-
"name": "
|
|
8365
|
+
"name": "_props",
|
|
8366
8366
|
"type": {
|
|
8367
8367
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpecProps"
|
|
8368
8368
|
}
|
|
@@ -8372,7 +8372,7 @@
|
|
|
8372
8372
|
"kind": "class",
|
|
8373
8373
|
"locationInModule": {
|
|
8374
8374
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8375
|
-
"line":
|
|
8375
|
+
"line": 10
|
|
8376
8376
|
},
|
|
8377
8377
|
"name": "KafkaEventSpec",
|
|
8378
8378
|
"symbolId": "src/kafka/kafka-event-spec:KafkaEventSpec"
|
|
@@ -8387,7 +8387,7 @@
|
|
|
8387
8387
|
"kind": "interface",
|
|
8388
8388
|
"locationInModule": {
|
|
8389
8389
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8390
|
-
"line":
|
|
8390
|
+
"line": 3
|
|
8391
8391
|
},
|
|
8392
8392
|
"name": "KafkaEventSpecProps",
|
|
8393
8393
|
"properties": [
|
|
@@ -8399,7 +8399,7 @@
|
|
|
8399
8399
|
"immutable": true,
|
|
8400
8400
|
"locationInModule": {
|
|
8401
8401
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8402
|
-
"line":
|
|
8402
|
+
"line": 4
|
|
8403
8403
|
},
|
|
8404
8404
|
"name": "source",
|
|
8405
8405
|
"type": {
|
|
@@ -8412,35 +8412,30 @@
|
|
|
8412
8412
|
"@rio-cloud/cdk-v2-constructs.KafkaEventSpecSource": {
|
|
8413
8413
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8414
8414
|
"docs": {
|
|
8415
|
-
"
|
|
8416
|
-
"stability": "
|
|
8417
|
-
"summary": "Wrapper class for the event spec itself to support providing it via file or inline string."
|
|
8415
|
+
"deprecated": "Events are no longer provided through this construct. Specify the event in the catalog-info.yaml. See the Backstage documentation for more information.",
|
|
8416
|
+
"stability": "deprecated"
|
|
8418
8417
|
},
|
|
8419
8418
|
"fqn": "@rio-cloud/cdk-v2-constructs.KafkaEventSpecSource",
|
|
8420
8419
|
"kind": "class",
|
|
8421
8420
|
"locationInModule": {
|
|
8422
8421
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8423
|
-
"line":
|
|
8422
|
+
"line": 19
|
|
8424
8423
|
},
|
|
8425
8424
|
"methods": [
|
|
8426
8425
|
{
|
|
8427
8426
|
"docs": {
|
|
8428
|
-
"
|
|
8429
|
-
"stability": "
|
|
8430
|
-
"summary": "
|
|
8427
|
+
"remarks": "always returns a dummy event spec.",
|
|
8428
|
+
"stability": "deprecated",
|
|
8429
|
+
"summary": "Legacy method retained for compatibility;"
|
|
8431
8430
|
},
|
|
8432
8431
|
"locationInModule": {
|
|
8433
8432
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8434
|
-
"line":
|
|
8433
|
+
"line": 23
|
|
8435
8434
|
},
|
|
8436
8435
|
"name": "fromYamlFile",
|
|
8437
8436
|
"parameters": [
|
|
8438
8437
|
{
|
|
8439
|
-
"
|
|
8440
|
-
"remarks": "Must either be an absolute path or a path relative to CDK's working directory.",
|
|
8441
|
-
"summary": "- The filename of the event specification file."
|
|
8442
|
-
},
|
|
8443
|
-
"name": "filename",
|
|
8438
|
+
"name": "_filename",
|
|
8444
8439
|
"type": {
|
|
8445
8440
|
"primitive": "string"
|
|
8446
8441
|
}
|
|
@@ -8455,21 +8450,18 @@
|
|
|
8455
8450
|
},
|
|
8456
8451
|
{
|
|
8457
8452
|
"docs": {
|
|
8458
|
-
"
|
|
8459
|
-
"stability": "
|
|
8460
|
-
"summary": "
|
|
8453
|
+
"remarks": "always returns a dummy event spec.",
|
|
8454
|
+
"stability": "deprecated",
|
|
8455
|
+
"summary": "Legacy method retained for compatibility;"
|
|
8461
8456
|
},
|
|
8462
8457
|
"locationInModule": {
|
|
8463
8458
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8464
|
-
"line":
|
|
8459
|
+
"line": 30
|
|
8465
8460
|
},
|
|
8466
8461
|
"name": "fromYamlString",
|
|
8467
8462
|
"parameters": [
|
|
8468
8463
|
{
|
|
8469
|
-
"
|
|
8470
|
-
"summary": "- EventSpec as yaml formatted string."
|
|
8471
|
-
},
|
|
8472
|
-
"name": "spec",
|
|
8464
|
+
"name": "_spec",
|
|
8473
8465
|
"type": {
|
|
8474
8466
|
"primitive": "string"
|
|
8475
8467
|
}
|
|
@@ -8484,12 +8476,13 @@
|
|
|
8484
8476
|
},
|
|
8485
8477
|
{
|
|
8486
8478
|
"docs": {
|
|
8487
|
-
"
|
|
8488
|
-
"stability": "
|
|
8479
|
+
"remarks": "always returns an empty string.",
|
|
8480
|
+
"stability": "deprecated",
|
|
8481
|
+
"summary": "Legacy method retained for compatibility;"
|
|
8489
8482
|
},
|
|
8490
8483
|
"locationInModule": {
|
|
8491
8484
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8492
|
-
"line":
|
|
8485
|
+
"line": 41
|
|
8493
8486
|
},
|
|
8494
8487
|
"name": "toSnsMessage",
|
|
8495
8488
|
"returns": {
|
|
@@ -8503,12 +8496,12 @@
|
|
|
8503
8496
|
"properties": [
|
|
8504
8497
|
{
|
|
8505
8498
|
"docs": {
|
|
8506
|
-
"stability": "
|
|
8499
|
+
"stability": "deprecated"
|
|
8507
8500
|
},
|
|
8508
8501
|
"immutable": true,
|
|
8509
8502
|
"locationInModule": {
|
|
8510
8503
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
8511
|
-
"line":
|
|
8504
|
+
"line": 34
|
|
8512
8505
|
},
|
|
8513
8506
|
"name": "eventName",
|
|
8514
8507
|
"type": {
|
|
@@ -16428,7 +16421,7 @@
|
|
|
16428
16421
|
},
|
|
16429
16422
|
"locationInModule": {
|
|
16430
16423
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16431
|
-
"line":
|
|
16424
|
+
"line": 100
|
|
16432
16425
|
},
|
|
16433
16426
|
"parameters": [
|
|
16434
16427
|
{
|
|
@@ -16454,7 +16447,7 @@
|
|
|
16454
16447
|
"kind": "class",
|
|
16455
16448
|
"locationInModule": {
|
|
16456
16449
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16457
|
-
"line":
|
|
16450
|
+
"line": 94
|
|
16458
16451
|
},
|
|
16459
16452
|
"methods": [
|
|
16460
16453
|
{
|
|
@@ -16463,7 +16456,7 @@
|
|
|
16463
16456
|
},
|
|
16464
16457
|
"locationInModule": {
|
|
16465
16458
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16466
|
-
"line":
|
|
16459
|
+
"line": 149
|
|
16467
16460
|
},
|
|
16468
16461
|
"name": "addForwarderToNonLambdaLogGroups",
|
|
16469
16462
|
"parameters": [
|
|
@@ -16486,7 +16479,7 @@
|
|
|
16486
16479
|
},
|
|
16487
16480
|
"locationInModule": {
|
|
16488
16481
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16489
|
-
"line":
|
|
16482
|
+
"line": 146
|
|
16490
16483
|
},
|
|
16491
16484
|
"name": "addGitCommitMetadata",
|
|
16492
16485
|
"parameters": [
|
|
@@ -16532,7 +16525,7 @@
|
|
|
16532
16525
|
},
|
|
16533
16526
|
"locationInModule": {
|
|
16534
16527
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16535
|
-
"line":
|
|
16528
|
+
"line": 132
|
|
16536
16529
|
},
|
|
16537
16530
|
"name": "addLambdaFunctions",
|
|
16538
16531
|
"parameters": [
|
|
@@ -16596,7 +16589,7 @@
|
|
|
16596
16589
|
"immutable": true,
|
|
16597
16590
|
"locationInModule": {
|
|
16598
16591
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16599
|
-
"line":
|
|
16592
|
+
"line": 38
|
|
16600
16593
|
},
|
|
16601
16594
|
"name": "extensionLayerVersion",
|
|
16602
16595
|
"type": {
|
|
@@ -16611,7 +16604,7 @@
|
|
|
16611
16604
|
"immutable": true,
|
|
16612
16605
|
"locationInModule": {
|
|
16613
16606
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16614
|
-
"line":
|
|
16607
|
+
"line": 37
|
|
16615
16608
|
},
|
|
16616
16609
|
"name": "nodeLayerVersion",
|
|
16617
16610
|
"type": {
|
|
@@ -16641,7 +16634,7 @@
|
|
|
16641
16634
|
"immutable": true,
|
|
16642
16635
|
"locationInModule": {
|
|
16643
16636
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16644
|
-
"line":
|
|
16637
|
+
"line": 39
|
|
16645
16638
|
},
|
|
16646
16639
|
"name": "addLayers",
|
|
16647
16640
|
"optional": true,
|
|
@@ -16657,7 +16650,7 @@
|
|
|
16657
16650
|
"immutable": true,
|
|
16658
16651
|
"locationInModule": {
|
|
16659
16652
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16660
|
-
"line":
|
|
16653
|
+
"line": 43
|
|
16661
16654
|
},
|
|
16662
16655
|
"name": "apiKey",
|
|
16663
16656
|
"optional": true,
|
|
@@ -16673,7 +16666,7 @@
|
|
|
16673
16666
|
"immutable": true,
|
|
16674
16667
|
"locationInModule": {
|
|
16675
16668
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16676
|
-
"line":
|
|
16669
|
+
"line": 45
|
|
16677
16670
|
},
|
|
16678
16671
|
"name": "apiKeySecret",
|
|
16679
16672
|
"optional": true,
|
|
@@ -16689,7 +16682,7 @@
|
|
|
16689
16682
|
"immutable": true,
|
|
16690
16683
|
"locationInModule": {
|
|
16691
16684
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16692
|
-
"line":
|
|
16685
|
+
"line": 44
|
|
16693
16686
|
},
|
|
16694
16687
|
"name": "apiKeySecretArn",
|
|
16695
16688
|
"optional": true,
|
|
@@ -16705,7 +16698,7 @@
|
|
|
16705
16698
|
"immutable": true,
|
|
16706
16699
|
"locationInModule": {
|
|
16707
16700
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16708
|
-
"line":
|
|
16701
|
+
"line": 46
|
|
16709
16702
|
},
|
|
16710
16703
|
"name": "apiKmsKey",
|
|
16711
16704
|
"optional": true,
|
|
@@ -16721,7 +16714,7 @@
|
|
|
16721
16714
|
"immutable": true,
|
|
16722
16715
|
"locationInModule": {
|
|
16723
16716
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16724
|
-
"line":
|
|
16717
|
+
"line": 65
|
|
16725
16718
|
},
|
|
16726
16719
|
"name": "apmFlushDeadline",
|
|
16727
16720
|
"optional": true,
|
|
@@ -16746,7 +16739,7 @@
|
|
|
16746
16739
|
"immutable": true,
|
|
16747
16740
|
"locationInModule": {
|
|
16748
16741
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16749
|
-
"line":
|
|
16742
|
+
"line": 53
|
|
16750
16743
|
},
|
|
16751
16744
|
"name": "captureLambdaPayload",
|
|
16752
16745
|
"optional": true,
|
|
@@ -16762,7 +16755,7 @@
|
|
|
16762
16755
|
"immutable": true,
|
|
16763
16756
|
"locationInModule": {
|
|
16764
16757
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16765
|
-
"line":
|
|
16758
|
+
"line": 61
|
|
16766
16759
|
},
|
|
16767
16760
|
"name": "coldStartTraceSkipLibs",
|
|
16768
16761
|
"optional": true,
|
|
@@ -16778,7 +16771,7 @@
|
|
|
16778
16771
|
"immutable": true,
|
|
16779
16772
|
"locationInModule": {
|
|
16780
16773
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16781
|
-
"line":
|
|
16774
|
+
"line": 57
|
|
16782
16775
|
},
|
|
16783
16776
|
"name": "createForwarderPermissions",
|
|
16784
16777
|
"optional": true,
|
|
@@ -16794,7 +16787,7 @@
|
|
|
16794
16787
|
"immutable": true,
|
|
16795
16788
|
"locationInModule": {
|
|
16796
16789
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16797
|
-
"line":
|
|
16790
|
+
"line": 64
|
|
16798
16791
|
},
|
|
16799
16792
|
"name": "decodeAuthorizerContext",
|
|
16800
16793
|
"optional": true,
|
|
@@ -16810,7 +16803,7 @@
|
|
|
16810
16803
|
"immutable": true,
|
|
16811
16804
|
"locationInModule": {
|
|
16812
16805
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16813
|
-
"line":
|
|
16806
|
+
"line": 59
|
|
16814
16807
|
},
|
|
16815
16808
|
"name": "enableColdStartTracing",
|
|
16816
16809
|
"optional": true,
|
|
@@ -16826,7 +16819,7 @@
|
|
|
16826
16819
|
"immutable": true,
|
|
16827
16820
|
"locationInModule": {
|
|
16828
16821
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16829
|
-
"line":
|
|
16822
|
+
"line": 48
|
|
16830
16823
|
},
|
|
16831
16824
|
"name": "enableDatadogASM",
|
|
16832
16825
|
"optional": true,
|
|
@@ -16842,7 +16835,7 @@
|
|
|
16842
16835
|
"immutable": true,
|
|
16843
16836
|
"locationInModule": {
|
|
16844
16837
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16845
|
-
"line":
|
|
16838
|
+
"line": 52
|
|
16846
16839
|
},
|
|
16847
16840
|
"name": "enableDatadogLogs",
|
|
16848
16841
|
"optional": true,
|
|
@@ -16858,7 +16851,7 @@
|
|
|
16858
16851
|
"immutable": true,
|
|
16859
16852
|
"locationInModule": {
|
|
16860
16853
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16861
|
-
"line":
|
|
16854
|
+
"line": 47
|
|
16862
16855
|
},
|
|
16863
16856
|
"name": "enableDatadogTracing",
|
|
16864
16857
|
"optional": true,
|
|
@@ -16876,7 +16869,7 @@
|
|
|
16876
16869
|
"immutable": true,
|
|
16877
16870
|
"locationInModule": {
|
|
16878
16871
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16879
|
-
"line":
|
|
16872
|
+
"line": 36
|
|
16880
16873
|
},
|
|
16881
16874
|
"name": "enableEnhancedMetrics",
|
|
16882
16875
|
"optional": true,
|
|
@@ -16892,7 +16885,7 @@
|
|
|
16892
16885
|
"immutable": true,
|
|
16893
16886
|
"locationInModule": {
|
|
16894
16887
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16895
|
-
"line":
|
|
16888
|
+
"line": 49
|
|
16896
16889
|
},
|
|
16897
16890
|
"name": "enableMergeXrayTraces",
|
|
16898
16891
|
"optional": true,
|
|
@@ -16908,7 +16901,7 @@
|
|
|
16908
16901
|
"immutable": true,
|
|
16909
16902
|
"locationInModule": {
|
|
16910
16903
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16911
|
-
"line":
|
|
16904
|
+
"line": 62
|
|
16912
16905
|
},
|
|
16913
16906
|
"name": "enableProfiling",
|
|
16914
16907
|
"optional": true,
|
|
@@ -16924,7 +16917,7 @@
|
|
|
16924
16917
|
"immutable": true,
|
|
16925
16918
|
"locationInModule": {
|
|
16926
16919
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16927
|
-
"line":
|
|
16920
|
+
"line": 63
|
|
16928
16921
|
},
|
|
16929
16922
|
"name": "encodeAuthorizerContext",
|
|
16930
16923
|
"optional": true,
|
|
@@ -16940,7 +16933,7 @@
|
|
|
16940
16933
|
"immutable": true,
|
|
16941
16934
|
"locationInModule": {
|
|
16942
16935
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16943
|
-
"line":
|
|
16936
|
+
"line": 54
|
|
16944
16937
|
},
|
|
16945
16938
|
"name": "env",
|
|
16946
16939
|
"optional": true,
|
|
@@ -16956,7 +16949,7 @@
|
|
|
16956
16949
|
"immutable": true,
|
|
16957
16950
|
"locationInModule": {
|
|
16958
16951
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16959
|
-
"line":
|
|
16952
|
+
"line": 41
|
|
16960
16953
|
},
|
|
16961
16954
|
"name": "flushMetricsToLogs",
|
|
16962
16955
|
"optional": true,
|
|
@@ -16972,7 +16965,7 @@
|
|
|
16972
16965
|
"immutable": true,
|
|
16973
16966
|
"locationInModule": {
|
|
16974
16967
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16975
|
-
"line":
|
|
16968
|
+
"line": 40
|
|
16976
16969
|
},
|
|
16977
16970
|
"name": "forwarderArn",
|
|
16978
16971
|
"optional": true,
|
|
@@ -16988,7 +16981,7 @@
|
|
|
16988
16981
|
"immutable": true,
|
|
16989
16982
|
"locationInModule": {
|
|
16990
16983
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16991
|
-
"line":
|
|
16984
|
+
"line": 67
|
|
16992
16985
|
},
|
|
16993
16986
|
"name": "grantSecretReadAccess",
|
|
16994
16987
|
"optional": true,
|
|
@@ -17004,7 +16997,7 @@
|
|
|
17004
16997
|
"immutable": true,
|
|
17005
16998
|
"locationInModule": {
|
|
17006
16999
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17007
|
-
"line":
|
|
17000
|
+
"line": 50
|
|
17008
17001
|
},
|
|
17009
17002
|
"name": "injectLogContext",
|
|
17010
17003
|
"optional": true,
|
|
@@ -17020,7 +17013,7 @@
|
|
|
17020
17013
|
"immutable": true,
|
|
17021
17014
|
"locationInModule": {
|
|
17022
17015
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17023
|
-
"line":
|
|
17016
|
+
"line": 51
|
|
17024
17017
|
},
|
|
17025
17018
|
"name": "logLevel",
|
|
17026
17019
|
"optional": true,
|
|
@@ -17036,7 +17029,7 @@
|
|
|
17036
17029
|
"immutable": true,
|
|
17037
17030
|
"locationInModule": {
|
|
17038
17031
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17039
|
-
"line":
|
|
17032
|
+
"line": 60
|
|
17040
17033
|
},
|
|
17041
17034
|
"name": "minColdStartTraceDuration",
|
|
17042
17035
|
"optional": true,
|
|
@@ -17052,7 +17045,7 @@
|
|
|
17052
17045
|
"immutable": true,
|
|
17053
17046
|
"locationInModule": {
|
|
17054
17047
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17055
|
-
"line":
|
|
17048
|
+
"line": 66
|
|
17056
17049
|
},
|
|
17057
17050
|
"name": "redirectHandler",
|
|
17058
17051
|
"optional": true,
|
|
@@ -17068,7 +17061,7 @@
|
|
|
17068
17061
|
"immutable": true,
|
|
17069
17062
|
"locationInModule": {
|
|
17070
17063
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17071
|
-
"line":
|
|
17064
|
+
"line": 42
|
|
17072
17065
|
},
|
|
17073
17066
|
"name": "site",
|
|
17074
17067
|
"optional": true,
|
|
@@ -17084,7 +17077,7 @@
|
|
|
17084
17077
|
"immutable": true,
|
|
17085
17078
|
"locationInModule": {
|
|
17086
17079
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17087
|
-
"line":
|
|
17080
|
+
"line": 58
|
|
17088
17081
|
},
|
|
17089
17082
|
"name": "sourceCodeIntegration",
|
|
17090
17083
|
"optional": true,
|
|
@@ -17092,6 +17085,24 @@
|
|
|
17092
17085
|
"primitive": "boolean"
|
|
17093
17086
|
}
|
|
17094
17087
|
},
|
|
17088
|
+
{
|
|
17089
|
+
"abstract": true,
|
|
17090
|
+
"docs": {
|
|
17091
|
+
"remarks": "Datadog recommends keeping the REPORT logs, as they are used to populate the invocations list in the\nserverless function views.\nhttps://docs.datadoghq.com/logs/guide/forwarder/?tab=cloudformation&site=us#log-filtering-optional",
|
|
17092
|
+
"stability": "stable",
|
|
17093
|
+
"summary": "Whether to suppress the system log lines (START, END, REPORT) from Lambda logs."
|
|
17094
|
+
},
|
|
17095
|
+
"immutable": true,
|
|
17096
|
+
"locationInModule": {
|
|
17097
|
+
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17098
|
+
"line": 29
|
|
17099
|
+
},
|
|
17100
|
+
"name": "suppressSystemLogs",
|
|
17101
|
+
"optional": true,
|
|
17102
|
+
"type": {
|
|
17103
|
+
"primitive": "boolean"
|
|
17104
|
+
}
|
|
17105
|
+
},
|
|
17095
17106
|
{
|
|
17096
17107
|
"abstract": true,
|
|
17097
17108
|
"docs": {
|
|
@@ -17100,7 +17111,7 @@
|
|
|
17100
17111
|
"immutable": true,
|
|
17101
17112
|
"locationInModule": {
|
|
17102
17113
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17103
|
-
"line":
|
|
17114
|
+
"line": 56
|
|
17104
17115
|
},
|
|
17105
17116
|
"name": "tags",
|
|
17106
17117
|
"optional": true,
|
|
@@ -17116,7 +17127,7 @@
|
|
|
17116
17127
|
"immutable": true,
|
|
17117
17128
|
"locationInModule": {
|
|
17118
17129
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17119
|
-
"line":
|
|
17130
|
+
"line": 68
|
|
17120
17131
|
},
|
|
17121
17132
|
"name": "useLayersFromAccount",
|
|
17122
17133
|
"optional": true,
|
|
@@ -17132,7 +17143,7 @@
|
|
|
17132
17143
|
"immutable": true,
|
|
17133
17144
|
"locationInModule": {
|
|
17134
17145
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
17135
|
-
"line":
|
|
17146
|
+
"line": 55
|
|
17136
17147
|
},
|
|
17137
17148
|
"name": "version",
|
|
17138
17149
|
"optional": true,
|
|
@@ -21067,17 +21078,17 @@
|
|
|
21067
21078
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
21068
21079
|
"base": "constructs.Construct",
|
|
21069
21080
|
"docs": {
|
|
21070
|
-
"
|
|
21071
|
-
"
|
|
21081
|
+
"deprecated": "Events are no longer provided through this construct. Specify the event in the catalog-info.yaml. See the Backstage documentation for more information.",
|
|
21082
|
+
"stability": "deprecated"
|
|
21072
21083
|
},
|
|
21073
21084
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpec",
|
|
21074
21085
|
"initializer": {
|
|
21075
21086
|
"docs": {
|
|
21076
|
-
"stability": "
|
|
21087
|
+
"stability": "deprecated"
|
|
21077
21088
|
},
|
|
21078
21089
|
"locationInModule": {
|
|
21079
21090
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21080
|
-
"line":
|
|
21091
|
+
"line": 11
|
|
21081
21092
|
},
|
|
21082
21093
|
"parameters": [
|
|
21083
21094
|
{
|
|
@@ -21093,7 +21104,7 @@
|
|
|
21093
21104
|
}
|
|
21094
21105
|
},
|
|
21095
21106
|
{
|
|
21096
|
-
"name": "
|
|
21107
|
+
"name": "_props",
|
|
21097
21108
|
"type": {
|
|
21098
21109
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpecProps"
|
|
21099
21110
|
}
|
|
@@ -21103,7 +21114,7 @@
|
|
|
21103
21114
|
"kind": "class",
|
|
21104
21115
|
"locationInModule": {
|
|
21105
21116
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21106
|
-
"line":
|
|
21117
|
+
"line": 10
|
|
21107
21118
|
},
|
|
21108
21119
|
"name": "KafkaEventSpec",
|
|
21109
21120
|
"namespace": "kafka",
|
|
@@ -21119,7 +21130,7 @@
|
|
|
21119
21130
|
"kind": "interface",
|
|
21120
21131
|
"locationInModule": {
|
|
21121
21132
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21122
|
-
"line":
|
|
21133
|
+
"line": 3
|
|
21123
21134
|
},
|
|
21124
21135
|
"name": "KafkaEventSpecProps",
|
|
21125
21136
|
"namespace": "kafka",
|
|
@@ -21132,7 +21143,7 @@
|
|
|
21132
21143
|
"immutable": true,
|
|
21133
21144
|
"locationInModule": {
|
|
21134
21145
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21135
|
-
"line":
|
|
21146
|
+
"line": 4
|
|
21136
21147
|
},
|
|
21137
21148
|
"name": "source",
|
|
21138
21149
|
"type": {
|
|
@@ -21145,35 +21156,30 @@
|
|
|
21145
21156
|
"@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpecSource": {
|
|
21146
21157
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
21147
21158
|
"docs": {
|
|
21148
|
-
"
|
|
21149
|
-
"stability": "
|
|
21150
|
-
"summary": "Wrapper class for the event spec itself to support providing it via file or inline string."
|
|
21159
|
+
"deprecated": "Events are no longer provided through this construct. Specify the event in the catalog-info.yaml. See the Backstage documentation for more information.",
|
|
21160
|
+
"stability": "deprecated"
|
|
21151
21161
|
},
|
|
21152
21162
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpecSource",
|
|
21153
21163
|
"kind": "class",
|
|
21154
21164
|
"locationInModule": {
|
|
21155
21165
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21156
|
-
"line":
|
|
21166
|
+
"line": 19
|
|
21157
21167
|
},
|
|
21158
21168
|
"methods": [
|
|
21159
21169
|
{
|
|
21160
21170
|
"docs": {
|
|
21161
|
-
"
|
|
21162
|
-
"stability": "
|
|
21163
|
-
"summary": "
|
|
21171
|
+
"remarks": "always returns a dummy event spec.",
|
|
21172
|
+
"stability": "deprecated",
|
|
21173
|
+
"summary": "Legacy method retained for compatibility;"
|
|
21164
21174
|
},
|
|
21165
21175
|
"locationInModule": {
|
|
21166
21176
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21167
|
-
"line":
|
|
21177
|
+
"line": 23
|
|
21168
21178
|
},
|
|
21169
21179
|
"name": "fromYamlFile",
|
|
21170
21180
|
"parameters": [
|
|
21171
21181
|
{
|
|
21172
|
-
"
|
|
21173
|
-
"remarks": "Must either be an absolute path or a path relative to CDK's working directory.",
|
|
21174
|
-
"summary": "- The filename of the event specification file."
|
|
21175
|
-
},
|
|
21176
|
-
"name": "filename",
|
|
21182
|
+
"name": "_filename",
|
|
21177
21183
|
"type": {
|
|
21178
21184
|
"primitive": "string"
|
|
21179
21185
|
}
|
|
@@ -21188,21 +21194,18 @@
|
|
|
21188
21194
|
},
|
|
21189
21195
|
{
|
|
21190
21196
|
"docs": {
|
|
21191
|
-
"
|
|
21192
|
-
"stability": "
|
|
21193
|
-
"summary": "
|
|
21197
|
+
"remarks": "always returns a dummy event spec.",
|
|
21198
|
+
"stability": "deprecated",
|
|
21199
|
+
"summary": "Legacy method retained for compatibility;"
|
|
21194
21200
|
},
|
|
21195
21201
|
"locationInModule": {
|
|
21196
21202
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21197
|
-
"line":
|
|
21203
|
+
"line": 30
|
|
21198
21204
|
},
|
|
21199
21205
|
"name": "fromYamlString",
|
|
21200
21206
|
"parameters": [
|
|
21201
21207
|
{
|
|
21202
|
-
"
|
|
21203
|
-
"summary": "- EventSpec as yaml formatted string."
|
|
21204
|
-
},
|
|
21205
|
-
"name": "spec",
|
|
21208
|
+
"name": "_spec",
|
|
21206
21209
|
"type": {
|
|
21207
21210
|
"primitive": "string"
|
|
21208
21211
|
}
|
|
@@ -21217,12 +21220,13 @@
|
|
|
21217
21220
|
},
|
|
21218
21221
|
{
|
|
21219
21222
|
"docs": {
|
|
21220
|
-
"
|
|
21221
|
-
"stability": "
|
|
21223
|
+
"remarks": "always returns an empty string.",
|
|
21224
|
+
"stability": "deprecated",
|
|
21225
|
+
"summary": "Legacy method retained for compatibility;"
|
|
21222
21226
|
},
|
|
21223
21227
|
"locationInModule": {
|
|
21224
21228
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21225
|
-
"line":
|
|
21229
|
+
"line": 41
|
|
21226
21230
|
},
|
|
21227
21231
|
"name": "toSnsMessage",
|
|
21228
21232
|
"returns": {
|
|
@@ -21237,12 +21241,12 @@
|
|
|
21237
21241
|
"properties": [
|
|
21238
21242
|
{
|
|
21239
21243
|
"docs": {
|
|
21240
|
-
"stability": "
|
|
21244
|
+
"stability": "deprecated"
|
|
21241
21245
|
},
|
|
21242
21246
|
"immutable": true,
|
|
21243
21247
|
"locationInModule": {
|
|
21244
21248
|
"filename": "src/kafka/kafka-event-spec.ts",
|
|
21245
|
-
"line":
|
|
21249
|
+
"line": 34
|
|
21246
21250
|
},
|
|
21247
21251
|
"name": "eventName",
|
|
21248
21252
|
"type": {
|
|
@@ -22757,5 +22761,5 @@
|
|
|
22757
22761
|
}
|
|
22758
22762
|
},
|
|
22759
22763
|
"version": "0.0.0",
|
|
22760
|
-
"fingerprint": "
|
|
22764
|
+
"fingerprint": "ER+WRHiU4YVwMdYSzK0BZ8Zyp9Iyzt9WQ45mVPUrOHw="
|
|
22761
22765
|
}
|