@rio-cloud/cdk-v2-constructs 4.25.0 → 4.27.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 +158 -67
- package/API.md +120 -6
- package/CHANGELOG.md +20 -0
- package/lib/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.d.ts +5 -0
- package/lib/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.js +17 -24
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec.yaml +1 -1
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec_infrastructure.yaml +1 -1
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec_kafka.yaml +1 -1
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +0 -1
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +2 -10
- package/lib/datadogv2/datadog-notification.d.ts +12 -9
- package/lib/datadogv2/datadog-notification.js +23 -12
- package/lib/fargate/datadog.js +5 -3
- package/lib/fargate/rio-fargate-service.d.ts +10 -2
- package/lib/fargate/rio-fargate-service.js +11 -3
- package/lib/watchfulv2/watchful.d.ts +7 -0
- package/lib/watchfulv2/watchful.js +6 -2
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -4770,12 +4770,21 @@
|
|
|
4770
4770
|
},
|
|
4771
4771
|
"name": "AWS_FIRE_LENS"
|
|
4772
4772
|
},
|
|
4773
|
+
{
|
|
4774
|
+
"docs": {
|
|
4775
|
+
"deprecated": "use DATADOG_FORWARDER_LAMBDA",
|
|
4776
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RIODEV/repos/datadog-integration/browse",
|
|
4777
|
+
"stability": "deprecated",
|
|
4778
|
+
"summary": "Store logs in AWS Cloudwatch and use the RIO customized Datadog log forwarder lambda from the legacy datadog-integration, to forward the logs to Datadog,."
|
|
4779
|
+
},
|
|
4780
|
+
"name": "FORWARDER_LAMBDA"
|
|
4781
|
+
},
|
|
4773
4782
|
{
|
|
4774
4783
|
"docs": {
|
|
4775
4784
|
"stability": "stable",
|
|
4776
4785
|
"summary": "Store logs in AWS Cloudwatch and use the Datadog log forwarder lambda to forward the logs to Datadog, see https://docs.datadoghq.com/integrations/ecs_fargate/?tab=logdriver#log-collection."
|
|
4777
4786
|
},
|
|
4778
|
-
"name": "
|
|
4787
|
+
"name": "DATADOG_FORWARDER_LAMBDA"
|
|
4779
4788
|
},
|
|
4780
4789
|
{
|
|
4781
4790
|
"docs": {
|
|
@@ -5538,7 +5547,7 @@
|
|
|
5538
5547
|
},
|
|
5539
5548
|
"locationInModule": {
|
|
5540
5549
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
5541
|
-
"line":
|
|
5550
|
+
"line": 29
|
|
5542
5551
|
},
|
|
5543
5552
|
"parameters": [
|
|
5544
5553
|
{
|
|
@@ -5564,7 +5573,7 @@
|
|
|
5564
5573
|
"kind": "class",
|
|
5565
5574
|
"locationInModule": {
|
|
5566
5575
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
5567
|
-
"line":
|
|
5576
|
+
"line": 28
|
|
5568
5577
|
},
|
|
5569
5578
|
"name": "DatadogUsageMonitoring",
|
|
5570
5579
|
"symbolId": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring:DatadogUsageMonitoring"
|
|
@@ -5591,7 +5600,7 @@
|
|
|
5591
5600
|
"immutable": true,
|
|
5592
5601
|
"locationInModule": {
|
|
5593
5602
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
5594
|
-
"line":
|
|
5603
|
+
"line": 21
|
|
5595
5604
|
},
|
|
5596
5605
|
"name": "organization",
|
|
5597
5606
|
"type": {
|
|
@@ -5616,18 +5625,35 @@
|
|
|
5616
5625
|
{
|
|
5617
5626
|
"abstract": true,
|
|
5618
5627
|
"docs": {
|
|
5619
|
-
"
|
|
5628
|
+
"deprecated": "not supported anymore. use `notification` instead.",
|
|
5629
|
+
"stability": "deprecated"
|
|
5620
5630
|
},
|
|
5621
5631
|
"immutable": true,
|
|
5622
5632
|
"locationInModule": {
|
|
5623
5633
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
5624
|
-
"line":
|
|
5634
|
+
"line": 19
|
|
5625
5635
|
},
|
|
5626
5636
|
"name": "alertType",
|
|
5627
5637
|
"optional": true,
|
|
5628
5638
|
"type": {
|
|
5629
5639
|
"primitive": "string"
|
|
5630
5640
|
}
|
|
5641
|
+
},
|
|
5642
|
+
{
|
|
5643
|
+
"abstract": true,
|
|
5644
|
+
"docs": {
|
|
5645
|
+
"stability": "stable"
|
|
5646
|
+
},
|
|
5647
|
+
"immutable": true,
|
|
5648
|
+
"locationInModule": {
|
|
5649
|
+
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
5650
|
+
"line": 20
|
|
5651
|
+
},
|
|
5652
|
+
"name": "notification",
|
|
5653
|
+
"optional": true,
|
|
5654
|
+
"type": {
|
|
5655
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification"
|
|
5656
|
+
}
|
|
5631
5657
|
}
|
|
5632
5658
|
],
|
|
5633
5659
|
"symbolId": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring:DatadogUsageMonitoringProps"
|
|
@@ -7490,7 +7516,7 @@
|
|
|
7490
7516
|
},
|
|
7491
7517
|
"locationInModule": {
|
|
7492
7518
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7493
|
-
"line":
|
|
7519
|
+
"line": 221
|
|
7494
7520
|
},
|
|
7495
7521
|
"parameters": [
|
|
7496
7522
|
{
|
|
@@ -7527,7 +7553,7 @@
|
|
|
7527
7553
|
"immutable": true,
|
|
7528
7554
|
"locationInModule": {
|
|
7529
7555
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7530
|
-
"line":
|
|
7556
|
+
"line": 273
|
|
7531
7557
|
},
|
|
7532
7558
|
"name": "branchCodeBuildProject",
|
|
7533
7559
|
"type": {
|
|
@@ -7541,7 +7567,7 @@
|
|
|
7541
7567
|
"immutable": true,
|
|
7542
7568
|
"locationInModule": {
|
|
7543
7569
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7544
|
-
"line":
|
|
7570
|
+
"line": 269
|
|
7545
7571
|
},
|
|
7546
7572
|
"name": "mainCodebuildProject",
|
|
7547
7573
|
"type": {
|
|
@@ -8092,7 +8118,7 @@
|
|
|
8092
8118
|
},
|
|
8093
8119
|
"locationInModule": {
|
|
8094
8120
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8095
|
-
"line":
|
|
8121
|
+
"line": 374
|
|
8096
8122
|
},
|
|
8097
8123
|
"parameters": [
|
|
8098
8124
|
{
|
|
@@ -8121,7 +8147,7 @@
|
|
|
8121
8147
|
"kind": "class",
|
|
8122
8148
|
"locationInModule": {
|
|
8123
8149
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8124
|
-
"line":
|
|
8150
|
+
"line": 331
|
|
8125
8151
|
},
|
|
8126
8152
|
"name": "RioFargateService",
|
|
8127
8153
|
"properties": [
|
|
@@ -8133,7 +8159,7 @@
|
|
|
8133
8159
|
"immutable": true,
|
|
8134
8160
|
"locationInModule": {
|
|
8135
8161
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8136
|
-
"line":
|
|
8162
|
+
"line": 370
|
|
8137
8163
|
},
|
|
8138
8164
|
"name": "connections",
|
|
8139
8165
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -8148,7 +8174,7 @@
|
|
|
8148
8174
|
"immutable": true,
|
|
8149
8175
|
"locationInModule": {
|
|
8150
8176
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8151
|
-
"line":
|
|
8177
|
+
"line": 366
|
|
8152
8178
|
},
|
|
8153
8179
|
"name": "datadogSideCarContainerDefinition",
|
|
8154
8180
|
"type": {
|
|
@@ -8162,7 +8188,7 @@
|
|
|
8162
8188
|
"immutable": true,
|
|
8163
8189
|
"locationInModule": {
|
|
8164
8190
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8165
|
-
"line":
|
|
8191
|
+
"line": 371
|
|
8166
8192
|
},
|
|
8167
8193
|
"name": "service",
|
|
8168
8194
|
"type": {
|
|
@@ -8176,7 +8202,7 @@
|
|
|
8176
8202
|
"immutable": true,
|
|
8177
8203
|
"locationInModule": {
|
|
8178
8204
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8179
|
-
"line":
|
|
8205
|
+
"line": 365
|
|
8180
8206
|
},
|
|
8181
8207
|
"name": "serviceContainerDefinition",
|
|
8182
8208
|
"type": {
|
|
@@ -8190,7 +8216,7 @@
|
|
|
8190
8216
|
"immutable": true,
|
|
8191
8217
|
"locationInModule": {
|
|
8192
8218
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8193
|
-
"line":
|
|
8219
|
+
"line": 368
|
|
8194
8220
|
},
|
|
8195
8221
|
"name": "taskDefinition",
|
|
8196
8222
|
"type": {
|
|
@@ -8204,7 +8230,7 @@
|
|
|
8204
8230
|
"immutable": true,
|
|
8205
8231
|
"locationInModule": {
|
|
8206
8232
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8207
|
-
"line":
|
|
8233
|
+
"line": 367
|
|
8208
8234
|
},
|
|
8209
8235
|
"name": "logRouterContainerDefinition",
|
|
8210
8236
|
"optional": true,
|
|
@@ -8219,7 +8245,7 @@
|
|
|
8219
8245
|
"immutable": true,
|
|
8220
8246
|
"locationInModule": {
|
|
8221
8247
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
8222
|
-
"line":
|
|
8248
|
+
"line": 372
|
|
8223
8249
|
},
|
|
8224
8250
|
"name": "targetGroup",
|
|
8225
8251
|
"optional": true,
|
|
@@ -11893,6 +11919,59 @@
|
|
|
11893
11919
|
],
|
|
11894
11920
|
"symbolId": "src/datadogv2/datadog-monitor:CfnDatadogMonitorThresholds"
|
|
11895
11921
|
},
|
|
11922
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.DatadogCaseNotification": {
|
|
11923
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11924
|
+
"docs": {
|
|
11925
|
+
"remarks": "It can be used to not lose e.g. an log alert, that is recovering\nautomatically after a while.\n\nTo use it, setup a project in Datadog case management and configure\nthe integration handle according to the naming convention.",
|
|
11926
|
+
"stability": "stable",
|
|
11927
|
+
"summary": "An {@link INotification}, that uses the team_identifier to create a case in a team project in Datadogs CaseManagement."
|
|
11928
|
+
},
|
|
11929
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogCaseNotification",
|
|
11930
|
+
"initializer": {
|
|
11931
|
+
"docs": {
|
|
11932
|
+
"stability": "stable"
|
|
11933
|
+
}
|
|
11934
|
+
},
|
|
11935
|
+
"interfaces": [
|
|
11936
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.INotification"
|
|
11937
|
+
],
|
|
11938
|
+
"kind": "class",
|
|
11939
|
+
"locationInModule": {
|
|
11940
|
+
"filename": "src/datadogv2/datadog-notification.ts",
|
|
11941
|
+
"line": 119
|
|
11942
|
+
},
|
|
11943
|
+
"methods": [
|
|
11944
|
+
{
|
|
11945
|
+
"docs": {
|
|
11946
|
+
"remarks": "Example - route issues based on their priority:\n```ts\n generateMessageAnnotation(monitor: DatadogMonitor): string {\n if (monitor.priority <= 2) {\n return '@<pager-integration>-team-schedule';\n } else if (monitor.priority == 3) {\n return '@slack-team-alert-channel';\n } else {\n return NoNotification.DO_NOT_NOTIFY;\n }\n }\n```",
|
|
11947
|
+
"stability": "stable",
|
|
11948
|
+
"summary": "Example - route all pipeline monitors to a specific channel: ```ts generateMessageAnnotation(monitor: DatadogMonitor): string { if (monitor.name.indexOf('pipeline') > -1) { return '@slack-team-pipeline-alert-channel'; } else { return '@slack-team-serious-issue-alert-channel'; } } ```."
|
|
11949
|
+
},
|
|
11950
|
+
"locationInModule": {
|
|
11951
|
+
"filename": "src/datadogv2/datadog-notification.ts",
|
|
11952
|
+
"line": 120
|
|
11953
|
+
},
|
|
11954
|
+
"name": "generateMessageAnnotation",
|
|
11955
|
+
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
11956
|
+
"parameters": [
|
|
11957
|
+
{
|
|
11958
|
+
"name": "monitor",
|
|
11959
|
+
"type": {
|
|
11960
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogMonitor"
|
|
11961
|
+
}
|
|
11962
|
+
}
|
|
11963
|
+
],
|
|
11964
|
+
"returns": {
|
|
11965
|
+
"type": {
|
|
11966
|
+
"primitive": "string"
|
|
11967
|
+
}
|
|
11968
|
+
}
|
|
11969
|
+
}
|
|
11970
|
+
],
|
|
11971
|
+
"name": "DatadogCaseNotification",
|
|
11972
|
+
"namespace": "datadogv2",
|
|
11973
|
+
"symbolId": "src/datadogv2/datadog-notification:DatadogCaseNotification"
|
|
11974
|
+
},
|
|
11896
11975
|
"@rio-cloud/cdk-v2-constructs.datadogv2.DatadogDashboard": {
|
|
11897
11976
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11898
11977
|
"base": "constructs.Construct",
|
|
@@ -12624,9 +12703,6 @@
|
|
|
12624
12703
|
"@rio-cloud/cdk-v2-constructs.datadogv2.DefaultSlackNotification": {
|
|
12625
12704
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
12626
12705
|
"docs": {
|
|
12627
|
-
"custom": {
|
|
12628
|
-
"alpha": "true"
|
|
12629
|
-
},
|
|
12630
12706
|
"remarks": "The actual channel value is taken from\nssm parameter `/config/team/slack-alert-channel`.\nThis notification could break the deployment, if the ssm parameter is not set.",
|
|
12631
12707
|
"stability": "stable",
|
|
12632
12708
|
"summary": "An {@link INotification}, that forwards alerts to the Slack channel, that was entered as alert channel during account creation process."
|
|
@@ -12643,7 +12719,7 @@
|
|
|
12643
12719
|
"kind": "class",
|
|
12644
12720
|
"locationInModule": {
|
|
12645
12721
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12646
|
-
"line":
|
|
12722
|
+
"line": 86
|
|
12647
12723
|
},
|
|
12648
12724
|
"methods": [
|
|
12649
12725
|
{
|
|
@@ -12654,7 +12730,7 @@
|
|
|
12654
12730
|
},
|
|
12655
12731
|
"locationInModule": {
|
|
12656
12732
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12657
|
-
"line":
|
|
12733
|
+
"line": 88
|
|
12658
12734
|
},
|
|
12659
12735
|
"name": "generateMessageAnnotation",
|
|
12660
12736
|
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
@@ -12680,9 +12756,6 @@
|
|
|
12680
12756
|
"@rio-cloud/cdk-v2-constructs.datadogv2.INotification": {
|
|
12681
12757
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
12682
12758
|
"docs": {
|
|
12683
|
-
"custom": {
|
|
12684
|
-
"alpha": "true"
|
|
12685
|
-
},
|
|
12686
12759
|
"remarks": "One instance could be reused over multiple monitors, e.g. when using the {@link [Watchful v2](../watchfulv2/watchful.ts)} construct.",
|
|
12687
12760
|
"stability": "stable",
|
|
12688
12761
|
"summary": "Interface to plug in specific notification types for monitors in Datadog."
|
|
@@ -12691,7 +12764,7 @@
|
|
|
12691
12764
|
"kind": "interface",
|
|
12692
12765
|
"locationInModule": {
|
|
12693
12766
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12694
|
-
"line":
|
|
12767
|
+
"line": 8
|
|
12695
12768
|
},
|
|
12696
12769
|
"methods": [
|
|
12697
12770
|
{
|
|
@@ -12704,7 +12777,7 @@
|
|
|
12704
12777
|
},
|
|
12705
12778
|
"locationInModule": {
|
|
12706
12779
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12707
|
-
"line":
|
|
12780
|
+
"line": 37
|
|
12708
12781
|
},
|
|
12709
12782
|
"name": "generateMessageAnnotation",
|
|
12710
12783
|
"parameters": [
|
|
@@ -12775,9 +12848,6 @@
|
|
|
12775
12848
|
"@rio-cloud/cdk-v2-constructs.datadogv2.NoNotification": {
|
|
12776
12849
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
12777
12850
|
"docs": {
|
|
12778
|
-
"custom": {
|
|
12779
|
-
"alpha": "true"
|
|
12780
|
-
},
|
|
12781
12851
|
"remarks": "Per default every monitor\nhas a slack notification. In order to create a {@link DatadogMonitor} just for a {@link [DatadogDashboard](./datadog-dashboard.ts)}\nwithout further notification.",
|
|
12782
12852
|
"stability": "stable",
|
|
12783
12853
|
"summary": "{@link INotification} implementation, that explicitly suppresses notifications."
|
|
@@ -12794,7 +12864,7 @@
|
|
|
12794
12864
|
"kind": "class",
|
|
12795
12865
|
"locationInModule": {
|
|
12796
12866
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12797
|
-
"line":
|
|
12867
|
+
"line": 45
|
|
12798
12868
|
},
|
|
12799
12869
|
"methods": [
|
|
12800
12870
|
{
|
|
@@ -12805,7 +12875,7 @@
|
|
|
12805
12875
|
},
|
|
12806
12876
|
"locationInModule": {
|
|
12807
12877
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12808
|
-
"line":
|
|
12878
|
+
"line": 51
|
|
12809
12879
|
},
|
|
12810
12880
|
"name": "generateMessageAnnotation",
|
|
12811
12881
|
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
@@ -12836,7 +12906,7 @@
|
|
|
12836
12906
|
"immutable": true,
|
|
12837
12907
|
"locationInModule": {
|
|
12838
12908
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12839
|
-
"line":
|
|
12909
|
+
"line": 49
|
|
12840
12910
|
},
|
|
12841
12911
|
"name": "DO_NOT_NOTIFY",
|
|
12842
12912
|
"static": true,
|
|
@@ -12860,7 +12930,7 @@
|
|
|
12860
12930
|
},
|
|
12861
12931
|
"locationInModule": {
|
|
12862
12932
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12863
|
-
"line":
|
|
12933
|
+
"line": 131
|
|
12864
12934
|
},
|
|
12865
12935
|
"parameters": [
|
|
12866
12936
|
{
|
|
@@ -12882,7 +12952,7 @@
|
|
|
12882
12952
|
"kind": "class",
|
|
12883
12953
|
"locationInModule": {
|
|
12884
12954
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12885
|
-
"line":
|
|
12955
|
+
"line": 129
|
|
12886
12956
|
},
|
|
12887
12957
|
"methods": [
|
|
12888
12958
|
{
|
|
@@ -12893,7 +12963,7 @@
|
|
|
12893
12963
|
},
|
|
12894
12964
|
"locationInModule": {
|
|
12895
12965
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12896
|
-
"line":
|
|
12966
|
+
"line": 133
|
|
12897
12967
|
},
|
|
12898
12968
|
"name": "generateMessageAnnotation",
|
|
12899
12969
|
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
@@ -12956,9 +13026,6 @@
|
|
|
12956
13026
|
"@rio-cloud/cdk-v2-constructs.datadogv2.RioPagingNotification": {
|
|
12957
13027
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
12958
13028
|
"docs": {
|
|
12959
|
-
"custom": {
|
|
12960
|
-
"alpha": "true"
|
|
12961
|
-
},
|
|
12962
13029
|
"remarks": "Alerts with Priority > {@link RioPagingNotification.MINIMUM_PRIORITY} will not be taken into account.",
|
|
12963
13030
|
"stability": "stable",
|
|
12964
13031
|
"summary": "An {@link INotification}, that forwards alerts to the RIO paging router to engage the corresponding team."
|
|
@@ -12975,7 +13042,7 @@
|
|
|
12975
13042
|
"kind": "class",
|
|
12976
13043
|
"locationInModule": {
|
|
12977
13044
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12978
|
-
"line":
|
|
13045
|
+
"line": 100
|
|
12979
13046
|
},
|
|
12980
13047
|
"methods": [
|
|
12981
13048
|
{
|
|
@@ -12986,7 +13053,7 @@
|
|
|
12986
13053
|
},
|
|
12987
13054
|
"locationInModule": {
|
|
12988
13055
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
12989
|
-
"line":
|
|
13056
|
+
"line": 102
|
|
12990
13057
|
},
|
|
12991
13058
|
"name": "generateMessageAnnotation",
|
|
12992
13059
|
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
@@ -13016,7 +13083,7 @@
|
|
|
13016
13083
|
"immutable": true,
|
|
13017
13084
|
"locationInModule": {
|
|
13018
13085
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13019
|
-
"line":
|
|
13086
|
+
"line": 101
|
|
13020
13087
|
},
|
|
13021
13088
|
"name": "MINIMUM_PRIORITY",
|
|
13022
13089
|
"static": true,
|
|
@@ -13030,9 +13097,6 @@
|
|
|
13030
13097
|
"@rio-cloud/cdk-v2-constructs.datadogv2.SlackNotification": {
|
|
13031
13098
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
13032
13099
|
"docs": {
|
|
13033
|
-
"custom": {
|
|
13034
|
-
"alpha": "true"
|
|
13035
|
-
},
|
|
13036
13100
|
"stability": "stable",
|
|
13037
13101
|
"summary": "An {@link INotification}, that forwards alerts to the Slack channel passed in props."
|
|
13038
13102
|
},
|
|
@@ -13043,7 +13107,7 @@
|
|
|
13043
13107
|
},
|
|
13044
13108
|
"locationInModule": {
|
|
13045
13109
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13046
|
-
"line":
|
|
13110
|
+
"line": 73
|
|
13047
13111
|
},
|
|
13048
13112
|
"parameters": [
|
|
13049
13113
|
{
|
|
@@ -13060,7 +13124,7 @@
|
|
|
13060
13124
|
"kind": "class",
|
|
13061
13125
|
"locationInModule": {
|
|
13062
13126
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13063
|
-
"line":
|
|
13127
|
+
"line": 71
|
|
13064
13128
|
},
|
|
13065
13129
|
"methods": [
|
|
13066
13130
|
{
|
|
@@ -13071,7 +13135,7 @@
|
|
|
13071
13135
|
},
|
|
13072
13136
|
"locationInModule": {
|
|
13073
13137
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13074
|
-
"line":
|
|
13138
|
+
"line": 75
|
|
13075
13139
|
},
|
|
13076
13140
|
"name": "generateMessageAnnotation",
|
|
13077
13141
|
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
@@ -13105,7 +13169,7 @@
|
|
|
13105
13169
|
"kind": "interface",
|
|
13106
13170
|
"locationInModule": {
|
|
13107
13171
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13108
|
-
"line":
|
|
13172
|
+
"line": 61
|
|
13109
13173
|
},
|
|
13110
13174
|
"name": "SlackNotificationProps",
|
|
13111
13175
|
"namespace": "datadogv2",
|
|
@@ -13119,7 +13183,7 @@
|
|
|
13119
13183
|
"immutable": true,
|
|
13120
13184
|
"locationInModule": {
|
|
13121
13185
|
"filename": "src/datadogv2/datadog-notification.ts",
|
|
13122
|
-
"line":
|
|
13186
|
+
"line": 65
|
|
13123
13187
|
},
|
|
13124
13188
|
"name": "channel",
|
|
13125
13189
|
"type": {
|
|
@@ -13248,12 +13312,21 @@
|
|
|
13248
13312
|
},
|
|
13249
13313
|
"name": "AWS_FIRE_LENS"
|
|
13250
13314
|
},
|
|
13315
|
+
{
|
|
13316
|
+
"docs": {
|
|
13317
|
+
"deprecated": "use DATADOG_FORWARDER_LAMBDA",
|
|
13318
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RIODEV/repos/datadog-integration/browse",
|
|
13319
|
+
"stability": "deprecated",
|
|
13320
|
+
"summary": "Store logs in AWS Cloudwatch and use the RIO customized Datadog log forwarder lambda from the legacy datadog-integration, to forward the logs to Datadog,."
|
|
13321
|
+
},
|
|
13322
|
+
"name": "FORWARDER_LAMBDA"
|
|
13323
|
+
},
|
|
13251
13324
|
{
|
|
13252
13325
|
"docs": {
|
|
13253
13326
|
"stability": "stable",
|
|
13254
13327
|
"summary": "Store logs in AWS Cloudwatch and use the Datadog log forwarder lambda to forward the logs to Datadog, see https://docs.datadoghq.com/integrations/ecs_fargate/?tab=logdriver#log-collection."
|
|
13255
13328
|
},
|
|
13256
|
-
"name": "
|
|
13329
|
+
"name": "DATADOG_FORWARDER_LAMBDA"
|
|
13257
13330
|
},
|
|
13258
13331
|
{
|
|
13259
13332
|
"docs": {
|
|
@@ -13747,7 +13820,7 @@
|
|
|
13747
13820
|
},
|
|
13748
13821
|
"locationInModule": {
|
|
13749
13822
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13750
|
-
"line":
|
|
13823
|
+
"line": 374
|
|
13751
13824
|
},
|
|
13752
13825
|
"parameters": [
|
|
13753
13826
|
{
|
|
@@ -13776,7 +13849,7 @@
|
|
|
13776
13849
|
"kind": "class",
|
|
13777
13850
|
"locationInModule": {
|
|
13778
13851
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13779
|
-
"line":
|
|
13852
|
+
"line": 331
|
|
13780
13853
|
},
|
|
13781
13854
|
"name": "RioFargateService",
|
|
13782
13855
|
"namespace": "fargate",
|
|
@@ -13789,7 +13862,7 @@
|
|
|
13789
13862
|
"immutable": true,
|
|
13790
13863
|
"locationInModule": {
|
|
13791
13864
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13792
|
-
"line":
|
|
13865
|
+
"line": 370
|
|
13793
13866
|
},
|
|
13794
13867
|
"name": "connections",
|
|
13795
13868
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -13804,7 +13877,7 @@
|
|
|
13804
13877
|
"immutable": true,
|
|
13805
13878
|
"locationInModule": {
|
|
13806
13879
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13807
|
-
"line":
|
|
13880
|
+
"line": 366
|
|
13808
13881
|
},
|
|
13809
13882
|
"name": "datadogSideCarContainerDefinition",
|
|
13810
13883
|
"type": {
|
|
@@ -13818,7 +13891,7 @@
|
|
|
13818
13891
|
"immutable": true,
|
|
13819
13892
|
"locationInModule": {
|
|
13820
13893
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13821
|
-
"line":
|
|
13894
|
+
"line": 371
|
|
13822
13895
|
},
|
|
13823
13896
|
"name": "service",
|
|
13824
13897
|
"type": {
|
|
@@ -13832,7 +13905,7 @@
|
|
|
13832
13905
|
"immutable": true,
|
|
13833
13906
|
"locationInModule": {
|
|
13834
13907
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13835
|
-
"line":
|
|
13908
|
+
"line": 365
|
|
13836
13909
|
},
|
|
13837
13910
|
"name": "serviceContainerDefinition",
|
|
13838
13911
|
"type": {
|
|
@@ -13846,7 +13919,7 @@
|
|
|
13846
13919
|
"immutable": true,
|
|
13847
13920
|
"locationInModule": {
|
|
13848
13921
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13849
|
-
"line":
|
|
13922
|
+
"line": 368
|
|
13850
13923
|
},
|
|
13851
13924
|
"name": "taskDefinition",
|
|
13852
13925
|
"type": {
|
|
@@ -13860,7 +13933,7 @@
|
|
|
13860
13933
|
"immutable": true,
|
|
13861
13934
|
"locationInModule": {
|
|
13862
13935
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13863
|
-
"line":
|
|
13936
|
+
"line": 367
|
|
13864
13937
|
},
|
|
13865
13938
|
"name": "logRouterContainerDefinition",
|
|
13866
13939
|
"optional": true,
|
|
@@ -13875,7 +13948,7 @@
|
|
|
13875
13948
|
"immutable": true,
|
|
13876
13949
|
"locationInModule": {
|
|
13877
13950
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
13878
|
-
"line":
|
|
13951
|
+
"line": 372
|
|
13879
13952
|
},
|
|
13880
13953
|
"name": "targetGroup",
|
|
13881
13954
|
"optional": true,
|
|
@@ -15108,7 +15181,7 @@
|
|
|
15108
15181
|
},
|
|
15109
15182
|
"locationInModule": {
|
|
15110
15183
|
"filename": "src/watchfulv2/watchful.ts",
|
|
15111
|
-
"line":
|
|
15184
|
+
"line": 51
|
|
15112
15185
|
},
|
|
15113
15186
|
"parameters": [
|
|
15114
15187
|
{
|
|
@@ -15135,7 +15208,7 @@
|
|
|
15135
15208
|
"kind": "class",
|
|
15136
15209
|
"locationInModule": {
|
|
15137
15210
|
"filename": "src/watchfulv2/watchful.ts",
|
|
15138
|
-
"line":
|
|
15211
|
+
"line": 46
|
|
15139
15212
|
},
|
|
15140
15213
|
"methods": [
|
|
15141
15214
|
{
|
|
@@ -15145,7 +15218,7 @@
|
|
|
15145
15218
|
},
|
|
15146
15219
|
"locationInModule": {
|
|
15147
15220
|
"filename": "src/watchfulv2/watchful.ts",
|
|
15148
|
-
"line":
|
|
15221
|
+
"line": 64
|
|
15149
15222
|
},
|
|
15150
15223
|
"name": "createAlarm",
|
|
15151
15224
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
@@ -15180,7 +15253,7 @@
|
|
|
15180
15253
|
},
|
|
15181
15254
|
"locationInModule": {
|
|
15182
15255
|
"filename": "src/watchfulv2/watchful.ts",
|
|
15183
|
-
"line":
|
|
15256
|
+
"line": 83
|
|
15184
15257
|
},
|
|
15185
15258
|
"name": "createLogAlarm",
|
|
15186
15259
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
@@ -15212,7 +15285,7 @@
|
|
|
15212
15285
|
},
|
|
15213
15286
|
"locationInModule": {
|
|
15214
15287
|
"filename": "src/watchfulv2/watchful.ts",
|
|
15215
|
-
"line":
|
|
15288
|
+
"line": 108
|
|
15216
15289
|
},
|
|
15217
15290
|
"name": "watchScope",
|
|
15218
15291
|
"parameters": [
|
|
@@ -15245,6 +15318,24 @@
|
|
|
15245
15318
|
"name": "WatchfulProps",
|
|
15246
15319
|
"namespace": "watchfulv2",
|
|
15247
15320
|
"properties": [
|
|
15321
|
+
{
|
|
15322
|
+
"abstract": true,
|
|
15323
|
+
"docs": {
|
|
15324
|
+
"default": "{@link false }",
|
|
15325
|
+
"stability": "stable",
|
|
15326
|
+
"summary": "Enable error log monitors creating cases in Datadog."
|
|
15327
|
+
},
|
|
15328
|
+
"immutable": true,
|
|
15329
|
+
"locationInModule": {
|
|
15330
|
+
"filename": "src/watchfulv2/watchful.ts",
|
|
15331
|
+
"line": 31
|
|
15332
|
+
},
|
|
15333
|
+
"name": "createCasesFromErrorLogMonitors",
|
|
15334
|
+
"optional": true,
|
|
15335
|
+
"type": {
|
|
15336
|
+
"primitive": "boolean"
|
|
15337
|
+
}
|
|
15338
|
+
},
|
|
15248
15339
|
{
|
|
15249
15340
|
"abstract": true,
|
|
15250
15341
|
"docs": {
|
|
@@ -15286,5 +15377,5 @@
|
|
|
15286
15377
|
}
|
|
15287
15378
|
},
|
|
15288
15379
|
"version": "0.0.0",
|
|
15289
|
-
"fingerprint": "
|
|
15380
|
+
"fingerprint": "ByhJEutEKUxzoTdsdj0G6O+eXL4PrzWJ3VHOrrSEoCk="
|
|
15290
15381
|
}
|