@rio-cloud/cdk-v2-constructs 4.28.0 → 4.29.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 +88 -78
- package/API.md +20 -7
- package/CHANGELOG.md +22 -1
- package/lib/contributions/team-transport-two/pipeline/datadog-monitors.d.ts +2 -2
- package/lib/contributions/team-transport-two/pipeline/datadog-monitors.js +24 -25
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +8 -2
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +8 -5
- package/lib/datadogv2/datadog-dashboard.d.ts +0 -4
- package/lib/datadogv2/datadog-dashboard.js +1 -3
- package/lib/datadogv2/datadog-monitor.d.ts +0 -1
- package/lib/datadogv2/datadog-monitor.js +15 -4
- package/lib/watchful/alb.js +4 -4
- package/lib/watchful/targetgroup.js +4 -3
- package/lib/watchfulv2/datadog-log-alarm.js +4 -1
- package/lib/watchfulv2/datadog-metric-alarm.js +5 -1
- package/package.json +12 -9
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -4060,7 +4060,7 @@
|
|
|
4060
4060
|
"kind": "interface",
|
|
4061
4061
|
"locationInModule": {
|
|
4062
4062
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4063
|
-
"line":
|
|
4063
|
+
"line": 133
|
|
4064
4064
|
},
|
|
4065
4065
|
"name": "AppStackProps",
|
|
4066
4066
|
"properties": [
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
"immutable": true,
|
|
4073
4073
|
"locationInModule": {
|
|
4074
4074
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4075
|
-
"line":
|
|
4075
|
+
"line": 134
|
|
4076
4076
|
},
|
|
4077
4077
|
"name": "serviceName",
|
|
4078
4078
|
"type": {
|
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
"immutable": true,
|
|
4088
4088
|
"locationInModule": {
|
|
4089
4089
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4090
|
-
"line":
|
|
4090
|
+
"line": 135
|
|
4091
4091
|
},
|
|
4092
4092
|
"name": "version",
|
|
4093
4093
|
"type": {
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
"kind": "interface",
|
|
4476
4476
|
"locationInModule": {
|
|
4477
4477
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4478
|
-
"line":
|
|
4478
|
+
"line": 208
|
|
4479
4479
|
},
|
|
4480
4480
|
"name": "CodeBuildOptions",
|
|
4481
4481
|
"properties": [
|
|
@@ -4487,7 +4487,7 @@
|
|
|
4487
4487
|
"immutable": true,
|
|
4488
4488
|
"locationInModule": {
|
|
4489
4489
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4490
|
-
"line":
|
|
4490
|
+
"line": 210
|
|
4491
4491
|
},
|
|
4492
4492
|
"name": "buildEnvironment",
|
|
4493
4493
|
"optional": true,
|
|
@@ -4503,7 +4503,7 @@
|
|
|
4503
4503
|
"immutable": true,
|
|
4504
4504
|
"locationInModule": {
|
|
4505
4505
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4506
|
-
"line":
|
|
4506
|
+
"line": 209
|
|
4507
4507
|
},
|
|
4508
4508
|
"name": "partialBuildSpecPath",
|
|
4509
4509
|
"optional": true,
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
"kind": "interface",
|
|
5783
5783
|
"locationInModule": {
|
|
5784
5784
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5785
|
-
"line":
|
|
5785
|
+
"line": 123
|
|
5786
5786
|
},
|
|
5787
5787
|
"methods": [
|
|
5788
5788
|
{
|
|
@@ -5793,7 +5793,7 @@
|
|
|
5793
5793
|
},
|
|
5794
5794
|
"locationInModule": {
|
|
5795
5795
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5796
|
-
"line":
|
|
5796
|
+
"line": 130
|
|
5797
5797
|
},
|
|
5798
5798
|
"name": "create",
|
|
5799
5799
|
"parameters": [
|
|
@@ -7464,7 +7464,7 @@
|
|
|
7464
7464
|
"kind": "interface",
|
|
7465
7465
|
"locationInModule": {
|
|
7466
7466
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7467
|
-
"line":
|
|
7467
|
+
"line": 30
|
|
7468
7468
|
},
|
|
7469
7469
|
"name": "PipelineSchedulesProps",
|
|
7470
7470
|
"properties": [
|
|
@@ -7476,7 +7476,7 @@
|
|
|
7476
7476
|
"immutable": true,
|
|
7477
7477
|
"locationInModule": {
|
|
7478
7478
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7479
|
-
"line":
|
|
7479
|
+
"line": 31
|
|
7480
7480
|
},
|
|
7481
7481
|
"name": "mainPipeline",
|
|
7482
7482
|
"optional": true,
|
|
@@ -7492,7 +7492,7 @@
|
|
|
7492
7492
|
"immutable": true,
|
|
7493
7493
|
"locationInModule": {
|
|
7494
7494
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7495
|
-
"line":
|
|
7495
|
+
"line": 32
|
|
7496
7496
|
},
|
|
7497
7497
|
"name": "vulnerabilityPipeline",
|
|
7498
7498
|
"optional": true,
|
|
@@ -7516,7 +7516,7 @@
|
|
|
7516
7516
|
},
|
|
7517
7517
|
"locationInModule": {
|
|
7518
7518
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7519
|
-
"line":
|
|
7519
|
+
"line": 227
|
|
7520
7520
|
},
|
|
7521
7521
|
"parameters": [
|
|
7522
7522
|
{
|
|
@@ -7542,7 +7542,7 @@
|
|
|
7542
7542
|
"kind": "class",
|
|
7543
7543
|
"locationInModule": {
|
|
7544
7544
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7545
|
-
"line":
|
|
7545
|
+
"line": 213
|
|
7546
7546
|
},
|
|
7547
7547
|
"name": "PipelineStack",
|
|
7548
7548
|
"properties": [
|
|
@@ -7553,7 +7553,7 @@
|
|
|
7553
7553
|
"immutable": true,
|
|
7554
7554
|
"locationInModule": {
|
|
7555
7555
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7556
|
-
"line":
|
|
7556
|
+
"line": 280
|
|
7557
7557
|
},
|
|
7558
7558
|
"name": "branchCodeBuildProject",
|
|
7559
7559
|
"type": {
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"immutable": true,
|
|
7568
7568
|
"locationInModule": {
|
|
7569
7569
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7570
|
-
"line":
|
|
7570
|
+
"line": 276
|
|
7571
7571
|
},
|
|
7572
7572
|
"name": "mainCodebuildProject",
|
|
7573
7573
|
"type": {
|
|
@@ -7590,7 +7590,7 @@
|
|
|
7590
7590
|
"kind": "interface",
|
|
7591
7591
|
"locationInModule": {
|
|
7592
7592
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7593
|
-
"line":
|
|
7593
|
+
"line": 38
|
|
7594
7594
|
},
|
|
7595
7595
|
"name": "PipelineStackProps",
|
|
7596
7596
|
"properties": [
|
|
@@ -7604,7 +7604,7 @@
|
|
|
7604
7604
|
"immutable": true,
|
|
7605
7605
|
"locationInModule": {
|
|
7606
7606
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7607
|
-
"line":
|
|
7607
|
+
"line": 55
|
|
7608
7608
|
},
|
|
7609
7609
|
"name": "appStackFactory",
|
|
7610
7610
|
"type": {
|
|
@@ -7620,7 +7620,7 @@
|
|
|
7620
7620
|
"immutable": true,
|
|
7621
7621
|
"locationInModule": {
|
|
7622
7622
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7623
|
-
"line":
|
|
7623
|
+
"line": 60
|
|
7624
7624
|
},
|
|
7625
7625
|
"name": "pipelineType",
|
|
7626
7626
|
"type": {
|
|
@@ -7637,7 +7637,7 @@
|
|
|
7637
7637
|
"immutable": true,
|
|
7638
7638
|
"locationInModule": {
|
|
7639
7639
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7640
|
-
"line":
|
|
7640
|
+
"line": 48
|
|
7641
7641
|
},
|
|
7642
7642
|
"name": "serviceName",
|
|
7643
7643
|
"type": {
|
|
@@ -7653,7 +7653,7 @@
|
|
|
7653
7653
|
"immutable": true,
|
|
7654
7654
|
"locationInModule": {
|
|
7655
7655
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7656
|
-
"line":
|
|
7656
|
+
"line": 86
|
|
7657
7657
|
},
|
|
7658
7658
|
"name": "codeBuildOptions",
|
|
7659
7659
|
"optional": true,
|
|
@@ -7664,14 +7664,13 @@
|
|
|
7664
7664
|
{
|
|
7665
7665
|
"abstract": true,
|
|
7666
7666
|
"docs": {
|
|
7667
|
-
"
|
|
7668
|
-
"stability": "
|
|
7669
|
-
"summary": "Determines the alert type of the pipeline monitors that trigger an alert."
|
|
7667
|
+
"deprecated": "Please use the `vulnerabilityNotification` property instead.\nIf `opsgenie` is specified, an Exception is thrown, as this is not supported anymore.",
|
|
7668
|
+
"stability": "deprecated"
|
|
7670
7669
|
},
|
|
7671
7670
|
"immutable": true,
|
|
7672
7671
|
"locationInModule": {
|
|
7673
7672
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7674
|
-
"line":
|
|
7673
|
+
"line": 95
|
|
7675
7674
|
},
|
|
7676
7675
|
"name": "datadogAlertType",
|
|
7677
7676
|
"optional": true,
|
|
@@ -7688,7 +7687,7 @@
|
|
|
7688
7687
|
"immutable": true,
|
|
7689
7688
|
"locationInModule": {
|
|
7690
7689
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7691
|
-
"line":
|
|
7690
|
+
"line": 90
|
|
7692
7691
|
},
|
|
7693
7692
|
"name": "monitoringDeployStepProps",
|
|
7694
7693
|
"optional": true,
|
|
@@ -7706,7 +7705,7 @@
|
|
|
7706
7705
|
"immutable": true,
|
|
7707
7706
|
"locationInModule": {
|
|
7708
7707
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7709
|
-
"line":
|
|
7708
|
+
"line": 71
|
|
7710
7709
|
},
|
|
7711
7710
|
"name": "pipelineSchedules",
|
|
7712
7711
|
"optional": true,
|
|
@@ -7724,13 +7723,31 @@
|
|
|
7724
7723
|
"immutable": true,
|
|
7725
7724
|
"locationInModule": {
|
|
7726
7725
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7727
|
-
"line":
|
|
7726
|
+
"line": 81
|
|
7728
7727
|
},
|
|
7729
7728
|
"name": "secretsDeployStepProps",
|
|
7730
7729
|
"optional": true,
|
|
7731
7730
|
"type": {
|
|
7732
7731
|
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStackRioSecretsDeployStepProps"
|
|
7733
7732
|
}
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"abstract": true,
|
|
7736
|
+
"docs": {
|
|
7737
|
+
"remarks": "Defaults to slack.",
|
|
7738
|
+
"stability": "stable",
|
|
7739
|
+
"summary": "Notification type for the auto-generated vulnerability pipeline monitor."
|
|
7740
|
+
},
|
|
7741
|
+
"immutable": true,
|
|
7742
|
+
"locationInModule": {
|
|
7743
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7744
|
+
"line": 99
|
|
7745
|
+
},
|
|
7746
|
+
"name": "vulnerabilityNotification",
|
|
7747
|
+
"optional": true,
|
|
7748
|
+
"type": {
|
|
7749
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification"
|
|
7750
|
+
}
|
|
7734
7751
|
}
|
|
7735
7752
|
],
|
|
7736
7753
|
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStackProps"
|
|
@@ -7745,7 +7762,7 @@
|
|
|
7745
7762
|
"kind": "interface",
|
|
7746
7763
|
"locationInModule": {
|
|
7747
7764
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7748
|
-
"line":
|
|
7765
|
+
"line": 148
|
|
7749
7766
|
},
|
|
7750
7767
|
"name": "PipelineStackRioMonitoringDeployStepProps",
|
|
7751
7768
|
"properties": [
|
|
@@ -7758,7 +7775,7 @@
|
|
|
7758
7775
|
"immutable": true,
|
|
7759
7776
|
"locationInModule": {
|
|
7760
7777
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7761
|
-
"line":
|
|
7778
|
+
"line": 158
|
|
7762
7779
|
},
|
|
7763
7780
|
"name": "monitoringArtifacts",
|
|
7764
7781
|
"type": {
|
|
@@ -7790,7 +7807,7 @@
|
|
|
7790
7807
|
"kind": "interface",
|
|
7791
7808
|
"locationInModule": {
|
|
7792
7809
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7793
|
-
"line":
|
|
7810
|
+
"line": 144
|
|
7794
7811
|
},
|
|
7795
7812
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
7796
7813
|
"properties": [
|
|
@@ -7802,7 +7819,7 @@
|
|
|
7802
7819
|
"immutable": true,
|
|
7803
7820
|
"locationInModule": {
|
|
7804
7821
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7805
|
-
"line":
|
|
7822
|
+
"line": 145
|
|
7806
7823
|
},
|
|
7807
7824
|
"name": "secretsFilePath",
|
|
7808
7825
|
"type": {
|
|
@@ -7821,7 +7838,7 @@
|
|
|
7821
7838
|
"kind": "enum",
|
|
7822
7839
|
"locationInModule": {
|
|
7823
7840
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7824
|
-
"line":
|
|
7841
|
+
"line": 161
|
|
7825
7842
|
},
|
|
7826
7843
|
"members": [
|
|
7827
7844
|
{
|
|
@@ -11410,14 +11427,13 @@
|
|
|
11410
11427
|
{
|
|
11411
11428
|
"abstract": true,
|
|
11412
11429
|
"docs": {
|
|
11413
|
-
"default": "900",
|
|
11414
11430
|
"stability": "stable",
|
|
11415
11431
|
"summary": "Time in seconds to delay evaluation."
|
|
11416
11432
|
},
|
|
11417
11433
|
"immutable": true,
|
|
11418
11434
|
"locationInModule": {
|
|
11419
11435
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11420
|
-
"line":
|
|
11436
|
+
"line": 141
|
|
11421
11437
|
},
|
|
11422
11438
|
"name": "evaluationDelay",
|
|
11423
11439
|
"optional": true,
|
|
@@ -11435,7 +11451,7 @@
|
|
|
11435
11451
|
"immutable": true,
|
|
11436
11452
|
"locationInModule": {
|
|
11437
11453
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11438
|
-
"line":
|
|
11454
|
+
"line": 148
|
|
11439
11455
|
},
|
|
11440
11456
|
"name": "includeTags",
|
|
11441
11457
|
"optional": true,
|
|
@@ -11452,7 +11468,7 @@
|
|
|
11452
11468
|
"immutable": true,
|
|
11453
11469
|
"locationInModule": {
|
|
11454
11470
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11455
|
-
"line":
|
|
11471
|
+
"line": 153
|
|
11456
11472
|
},
|
|
11457
11473
|
"name": "locked",
|
|
11458
11474
|
"optional": true,
|
|
@@ -11469,7 +11485,7 @@
|
|
|
11469
11485
|
"immutable": true,
|
|
11470
11486
|
"locationInModule": {
|
|
11471
11487
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11472
|
-
"line":
|
|
11488
|
+
"line": 221
|
|
11473
11489
|
},
|
|
11474
11490
|
"name": "minFailureDuration",
|
|
11475
11491
|
"optional": true,
|
|
@@ -11486,7 +11502,7 @@
|
|
|
11486
11502
|
"immutable": true,
|
|
11487
11503
|
"locationInModule": {
|
|
11488
11504
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11489
|
-
"line":
|
|
11505
|
+
"line": 158
|
|
11490
11506
|
},
|
|
11491
11507
|
"name": "minLocationFailed",
|
|
11492
11508
|
"optional": true,
|
|
@@ -11504,7 +11520,7 @@
|
|
|
11504
11520
|
"immutable": true,
|
|
11505
11521
|
"locationInModule": {
|
|
11506
11522
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11507
|
-
"line":
|
|
11523
|
+
"line": 228
|
|
11508
11524
|
},
|
|
11509
11525
|
"name": "monitorNotificationPresetName",
|
|
11510
11526
|
"optional": true,
|
|
@@ -11522,7 +11538,7 @@
|
|
|
11522
11538
|
"immutable": true,
|
|
11523
11539
|
"locationInModule": {
|
|
11524
11540
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11525
|
-
"line":
|
|
11541
|
+
"line": 233
|
|
11526
11542
|
},
|
|
11527
11543
|
"name": "newGroupDelay",
|
|
11528
11544
|
"optional": true,
|
|
@@ -11539,7 +11555,7 @@
|
|
|
11539
11555
|
"immutable": true,
|
|
11540
11556
|
"locationInModule": {
|
|
11541
11557
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11542
|
-
"line":
|
|
11558
|
+
"line": 163
|
|
11543
11559
|
},
|
|
11544
11560
|
"name": "newHostDelay",
|
|
11545
11561
|
"optional": true,
|
|
@@ -11556,7 +11572,7 @@
|
|
|
11556
11572
|
"immutable": true,
|
|
11557
11573
|
"locationInModule": {
|
|
11558
11574
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11559
|
-
"line":
|
|
11575
|
+
"line": 168
|
|
11560
11576
|
},
|
|
11561
11577
|
"name": "noDataTimeframe",
|
|
11562
11578
|
"optional": true,
|
|
@@ -11573,7 +11589,7 @@
|
|
|
11573
11589
|
"immutable": true,
|
|
11574
11590
|
"locationInModule": {
|
|
11575
11591
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11576
|
-
"line":
|
|
11592
|
+
"line": 173
|
|
11577
11593
|
},
|
|
11578
11594
|
"name": "notifyAudit",
|
|
11579
11595
|
"optional": true,
|
|
@@ -11591,7 +11607,7 @@
|
|
|
11591
11607
|
"immutable": true,
|
|
11592
11608
|
"locationInModule": {
|
|
11593
11609
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11594
|
-
"line":
|
|
11610
|
+
"line": 180
|
|
11595
11611
|
},
|
|
11596
11612
|
"name": "notifyNoData",
|
|
11597
11613
|
"optional": true,
|
|
@@ -11608,7 +11624,7 @@
|
|
|
11608
11624
|
"immutable": true,
|
|
11609
11625
|
"locationInModule": {
|
|
11610
11626
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11611
|
-
"line":
|
|
11627
|
+
"line": 185
|
|
11612
11628
|
},
|
|
11613
11629
|
"name": "renotifyInterval",
|
|
11614
11630
|
"optional": true,
|
|
@@ -11625,7 +11641,7 @@
|
|
|
11625
11641
|
"immutable": true,
|
|
11626
11642
|
"locationInModule": {
|
|
11627
11643
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11628
|
-
"line":
|
|
11644
|
+
"line": 211
|
|
11629
11645
|
},
|
|
11630
11646
|
"name": "renotifyOccurrences",
|
|
11631
11647
|
"optional": true,
|
|
@@ -11642,7 +11658,7 @@
|
|
|
11642
11658
|
"immutable": true,
|
|
11643
11659
|
"locationInModule": {
|
|
11644
11660
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11645
|
-
"line":
|
|
11661
|
+
"line": 216
|
|
11646
11662
|
},
|
|
11647
11663
|
"name": "renotifyStatuses",
|
|
11648
11664
|
"optional": true,
|
|
@@ -11665,7 +11681,7 @@
|
|
|
11665
11681
|
"immutable": true,
|
|
11666
11682
|
"locationInModule": {
|
|
11667
11683
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11668
|
-
"line":
|
|
11684
|
+
"line": 192
|
|
11669
11685
|
},
|
|
11670
11686
|
"name": "requireFullWindow",
|
|
11671
11687
|
"optional": true,
|
|
@@ -11682,7 +11698,7 @@
|
|
|
11682
11698
|
"immutable": true,
|
|
11683
11699
|
"locationInModule": {
|
|
11684
11700
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11685
|
-
"line":
|
|
11701
|
+
"line": 197
|
|
11686
11702
|
},
|
|
11687
11703
|
"name": "syntheticsCheckID",
|
|
11688
11704
|
"optional": true,
|
|
@@ -11698,7 +11714,7 @@
|
|
|
11698
11714
|
"immutable": true,
|
|
11699
11715
|
"locationInModule": {
|
|
11700
11716
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11701
|
-
"line":
|
|
11717
|
+
"line": 199
|
|
11702
11718
|
},
|
|
11703
11719
|
"name": "thresholds",
|
|
11704
11720
|
"optional": true,
|
|
@@ -11714,7 +11730,7 @@
|
|
|
11714
11730
|
"immutable": true,
|
|
11715
11731
|
"locationInModule": {
|
|
11716
11732
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11717
|
-
"line":
|
|
11733
|
+
"line": 201
|
|
11718
11734
|
},
|
|
11719
11735
|
"name": "thresholdWindows",
|
|
11720
11736
|
"optional": true,
|
|
@@ -11731,7 +11747,7 @@
|
|
|
11731
11747
|
"immutable": true,
|
|
11732
11748
|
"locationInModule": {
|
|
11733
11749
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11734
|
-
"line":
|
|
11750
|
+
"line": 206
|
|
11735
11751
|
},
|
|
11736
11752
|
"name": "timeoutH",
|
|
11737
11753
|
"optional": true,
|
|
@@ -11748,7 +11764,7 @@
|
|
|
11748
11764
|
"immutable": true,
|
|
11749
11765
|
"locationInModule": {
|
|
11750
11766
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11751
|
-
"line":
|
|
11767
|
+
"line": 238
|
|
11752
11768
|
},
|
|
11753
11769
|
"name": "variables",
|
|
11754
11770
|
"optional": true,
|
|
@@ -11774,7 +11790,7 @@
|
|
|
11774
11790
|
"kind": "interface",
|
|
11775
11791
|
"locationInModule": {
|
|
11776
11792
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11777
|
-
"line":
|
|
11793
|
+
"line": 269
|
|
11778
11794
|
},
|
|
11779
11795
|
"name": "CfnDatadogMonitorThresholdWindows",
|
|
11780
11796
|
"namespace": "datadogv2",
|
|
@@ -11788,7 +11804,7 @@
|
|
|
11788
11804
|
"immutable": true,
|
|
11789
11805
|
"locationInModule": {
|
|
11790
11806
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11791
|
-
"line":
|
|
11807
|
+
"line": 279
|
|
11792
11808
|
},
|
|
11793
11809
|
"name": "recoveryWindow",
|
|
11794
11810
|
"optional": true,
|
|
@@ -11805,7 +11821,7 @@
|
|
|
11805
11821
|
"immutable": true,
|
|
11806
11822
|
"locationInModule": {
|
|
11807
11823
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11808
|
-
"line":
|
|
11824
|
+
"line": 274
|
|
11809
11825
|
},
|
|
11810
11826
|
"name": "triggerWindow",
|
|
11811
11827
|
"optional": true,
|
|
@@ -11826,7 +11842,7 @@
|
|
|
11826
11842
|
"kind": "interface",
|
|
11827
11843
|
"locationInModule": {
|
|
11828
11844
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11829
|
-
"line":
|
|
11845
|
+
"line": 241
|
|
11830
11846
|
},
|
|
11831
11847
|
"name": "CfnDatadogMonitorThresholds",
|
|
11832
11848
|
"namespace": "datadogv2",
|
|
@@ -11840,7 +11856,7 @@
|
|
|
11840
11856
|
"immutable": true,
|
|
11841
11857
|
"locationInModule": {
|
|
11842
11858
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11843
|
-
"line":
|
|
11859
|
+
"line": 246
|
|
11844
11860
|
},
|
|
11845
11861
|
"name": "critical",
|
|
11846
11862
|
"optional": true,
|
|
@@ -11857,7 +11873,7 @@
|
|
|
11857
11873
|
"immutable": true,
|
|
11858
11874
|
"locationInModule": {
|
|
11859
11875
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11860
|
-
"line":
|
|
11876
|
+
"line": 251
|
|
11861
11877
|
},
|
|
11862
11878
|
"name": "criticalRecovery",
|
|
11863
11879
|
"optional": true,
|
|
@@ -11874,7 +11890,7 @@
|
|
|
11874
11890
|
"immutable": true,
|
|
11875
11891
|
"locationInModule": {
|
|
11876
11892
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11877
|
-
"line":
|
|
11893
|
+
"line": 256
|
|
11878
11894
|
},
|
|
11879
11895
|
"name": "ok",
|
|
11880
11896
|
"optional": true,
|
|
@@ -11891,7 +11907,7 @@
|
|
|
11891
11907
|
"immutable": true,
|
|
11892
11908
|
"locationInModule": {
|
|
11893
11909
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11894
|
-
"line":
|
|
11910
|
+
"line": 261
|
|
11895
11911
|
},
|
|
11896
11912
|
"name": "warning",
|
|
11897
11913
|
"optional": true,
|
|
@@ -11908,7 +11924,7 @@
|
|
|
11908
11924
|
"immutable": true,
|
|
11909
11925
|
"locationInModule": {
|
|
11910
11926
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11911
|
-
"line":
|
|
11927
|
+
"line": 266
|
|
11912
11928
|
},
|
|
11913
11929
|
"name": "warningRecovery",
|
|
11914
11930
|
"optional": true,
|
|
@@ -11976,9 +11992,6 @@
|
|
|
11976
11992
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11977
11993
|
"base": "constructs.Construct",
|
|
11978
11994
|
"docs": {
|
|
11979
|
-
"custom": {
|
|
11980
|
-
"alpha": "true"
|
|
11981
|
-
},
|
|
11982
11995
|
"remarks": "To use this the Datadog resources have to be {@link https://docs.datadoghq.com/integrations/guide/amazon_cloudformation/} * |enabled in the CloudFormation registry} of the corresponding AWS account. Usually this is done\nautomatically by the Datadog Integrations (account module AND ServiceCatalog) provided by CLAID.",
|
|
11983
11996
|
"stability": "stable",
|
|
11984
11997
|
"summary": "Wrapper around Datadog's CloudFormation `Datadog::Monitors::Dashboard` with some RIO defaults applied."
|
|
@@ -11990,7 +12003,7 @@
|
|
|
11990
12003
|
},
|
|
11991
12004
|
"locationInModule": {
|
|
11992
12005
|
"filename": "src/datadogv2/datadog-dashboard.ts",
|
|
11993
|
-
"line":
|
|
12006
|
+
"line": 27
|
|
11994
12007
|
},
|
|
11995
12008
|
"parameters": [
|
|
11996
12009
|
{
|
|
@@ -12016,7 +12029,7 @@
|
|
|
12016
12029
|
"kind": "class",
|
|
12017
12030
|
"locationInModule": {
|
|
12018
12031
|
"filename": "src/datadogv2/datadog-dashboard.ts",
|
|
12019
|
-
"line":
|
|
12032
|
+
"line": 25
|
|
12020
12033
|
},
|
|
12021
12034
|
"name": "DatadogDashboard",
|
|
12022
12035
|
"namespace": "datadogv2",
|
|
@@ -12040,9 +12053,6 @@
|
|
|
12040
12053
|
{
|
|
12041
12054
|
"abstract": true,
|
|
12042
12055
|
"docs": {
|
|
12043
|
-
"custom": {
|
|
12044
|
-
"alpha": "true"
|
|
12045
|
-
},
|
|
12046
12056
|
"remarks": "new DatadogDashboard(this, 'SampleDashboard', { dashboardDefinition })\n```\n\nReferences to {@link [DatadogMonitor](./datadog-monitor.ts)} will not be resolved at the moment.",
|
|
12047
12057
|
"stability": "stable",
|
|
12048
12058
|
"summary": "The Dashboard definition as exported from Datadog: ```ts import dashboardDefinition from './dashboard.json';"
|
|
@@ -12050,7 +12060,7 @@
|
|
|
12050
12060
|
"immutable": true,
|
|
12051
12061
|
"locationInModule": {
|
|
12052
12062
|
"filename": "src/datadogv2/datadog-dashboard.ts",
|
|
12053
|
-
"line":
|
|
12063
|
+
"line": 15
|
|
12054
12064
|
},
|
|
12055
12065
|
"name": "dashboardDefinition",
|
|
12056
12066
|
"type": {
|
|
@@ -12310,7 +12320,7 @@
|
|
|
12310
12320
|
},
|
|
12311
12321
|
"locationInModule": {
|
|
12312
12322
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12313
|
-
"line":
|
|
12323
|
+
"line": 300
|
|
12314
12324
|
},
|
|
12315
12325
|
"parameters": [
|
|
12316
12326
|
{
|
|
@@ -12336,7 +12346,7 @@
|
|
|
12336
12346
|
"kind": "class",
|
|
12337
12347
|
"locationInModule": {
|
|
12338
12348
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12339
|
-
"line":
|
|
12349
|
+
"line": 289
|
|
12340
12350
|
},
|
|
12341
12351
|
"name": "DatadogMonitor",
|
|
12342
12352
|
"namespace": "datadogv2",
|
|
@@ -12350,7 +12360,7 @@
|
|
|
12350
12360
|
"immutable": true,
|
|
12351
12361
|
"locationInModule": {
|
|
12352
12362
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12353
|
-
"line":
|
|
12363
|
+
"line": 293
|
|
12354
12364
|
},
|
|
12355
12365
|
"name": "DEFAULT_PRIORITY",
|
|
12356
12366
|
"static": true,
|
|
@@ -12367,7 +12377,7 @@
|
|
|
12367
12377
|
"immutable": true,
|
|
12368
12378
|
"locationInModule": {
|
|
12369
12379
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12370
|
-
"line":
|
|
12380
|
+
"line": 353
|
|
12371
12381
|
},
|
|
12372
12382
|
"name": "monitorId",
|
|
12373
12383
|
"type": {
|
|
@@ -12381,7 +12391,7 @@
|
|
|
12381
12391
|
"immutable": true,
|
|
12382
12392
|
"locationInModule": {
|
|
12383
12393
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12384
|
-
"line":
|
|
12394
|
+
"line": 295
|
|
12385
12395
|
},
|
|
12386
12396
|
"name": "name",
|
|
12387
12397
|
"type": {
|
|
@@ -12395,7 +12405,7 @@
|
|
|
12395
12405
|
"immutable": true,
|
|
12396
12406
|
"locationInModule": {
|
|
12397
12407
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12398
|
-
"line":
|
|
12408
|
+
"line": 296
|
|
12399
12409
|
},
|
|
12400
12410
|
"name": "priority",
|
|
12401
12411
|
"type": {
|
|
@@ -15377,5 +15387,5 @@
|
|
|
15377
15387
|
}
|
|
15378
15388
|
},
|
|
15379
15389
|
"version": "0.0.0",
|
|
15380
|
-
"fingerprint": "
|
|
15390
|
+
"fingerprint": "P+WuUsK89+NwOvZzKyRcuXW2Z2I70YxLA+vQ+Z/S/NQ="
|
|
15381
15391
|
}
|