@rio-cloud/cdk-v2-constructs 4.33.4 → 4.34.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 +283 -39
- package/API.md +212 -0
- package/CHANGELOG.md +14 -0
- package/lib/datadogv2/datadog-monitor.d.ts +80 -4
- package/lib/datadogv2/datadog-monitor.js +31 -2
- package/lib/fargate/datadog.js +2 -1
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -11652,7 +11652,7 @@
|
|
|
11652
11652
|
"kind": "interface",
|
|
11653
11653
|
"locationInModule": {
|
|
11654
11654
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11655
|
-
"line":
|
|
11655
|
+
"line": 137
|
|
11656
11656
|
},
|
|
11657
11657
|
"name": "CfnDatadogMonitorOptions",
|
|
11658
11658
|
"namespace": "datadogv2",
|
|
@@ -11666,7 +11666,7 @@
|
|
|
11666
11666
|
"immutable": true,
|
|
11667
11667
|
"locationInModule": {
|
|
11668
11668
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11669
|
-
"line":
|
|
11669
|
+
"line": 142
|
|
11670
11670
|
},
|
|
11671
11671
|
"name": "enableLogsSample",
|
|
11672
11672
|
"optional": true,
|
|
@@ -11674,6 +11674,24 @@
|
|
|
11674
11674
|
"primitive": "boolean"
|
|
11675
11675
|
}
|
|
11676
11676
|
},
|
|
11677
|
+
{
|
|
11678
|
+
"abstract": true,
|
|
11679
|
+
"docs": {
|
|
11680
|
+
"remarks": "This is only used by CI Test and Pipeline monitors.",
|
|
11681
|
+
"stability": "stable",
|
|
11682
|
+
"summary": "Whether or not to send a list of samples when the monitor triggers."
|
|
11683
|
+
},
|
|
11684
|
+
"immutable": true,
|
|
11685
|
+
"locationInModule": {
|
|
11686
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11687
|
+
"line": 149
|
|
11688
|
+
},
|
|
11689
|
+
"name": "enableSamples",
|
|
11690
|
+
"optional": true,
|
|
11691
|
+
"type": {
|
|
11692
|
+
"primitive": "boolean"
|
|
11693
|
+
}
|
|
11694
|
+
},
|
|
11677
11695
|
{
|
|
11678
11696
|
"abstract": true,
|
|
11679
11697
|
"docs": {
|
|
@@ -11683,7 +11701,7 @@
|
|
|
11683
11701
|
"immutable": true,
|
|
11684
11702
|
"locationInModule": {
|
|
11685
11703
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11686
|
-
"line":
|
|
11704
|
+
"line": 154
|
|
11687
11705
|
},
|
|
11688
11706
|
"name": "escalationMessage",
|
|
11689
11707
|
"optional": true,
|
|
@@ -11700,7 +11718,7 @@
|
|
|
11700
11718
|
"immutable": true,
|
|
11701
11719
|
"locationInModule": {
|
|
11702
11720
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11703
|
-
"line":
|
|
11721
|
+
"line": 160
|
|
11704
11722
|
},
|
|
11705
11723
|
"name": "evaluationDelay",
|
|
11706
11724
|
"optional": true,
|
|
@@ -11708,6 +11726,24 @@
|
|
|
11708
11726
|
"primitive": "number"
|
|
11709
11727
|
}
|
|
11710
11728
|
},
|
|
11729
|
+
{
|
|
11730
|
+
"abstract": true,
|
|
11731
|
+
"docs": {
|
|
11732
|
+
"remarks": "The minimum value is one hour, and the maximum value is 72 hours.\nExample values are: \"60m\", \"1h\", and \"2d\".\nThis option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.",
|
|
11733
|
+
"stability": "stable",
|
|
11734
|
+
"summary": "The time span after which groups with missing data are dropped from the monitor state."
|
|
11735
|
+
},
|
|
11736
|
+
"immutable": true,
|
|
11737
|
+
"locationInModule": {
|
|
11738
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11739
|
+
"line": 169
|
|
11740
|
+
},
|
|
11741
|
+
"name": "groupRetentionDuration",
|
|
11742
|
+
"optional": true,
|
|
11743
|
+
"type": {
|
|
11744
|
+
"primitive": "string"
|
|
11745
|
+
}
|
|
11746
|
+
},
|
|
11711
11747
|
{
|
|
11712
11748
|
"abstract": true,
|
|
11713
11749
|
"docs": {
|
|
@@ -11718,7 +11754,7 @@
|
|
|
11718
11754
|
"immutable": true,
|
|
11719
11755
|
"locationInModule": {
|
|
11720
11756
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11721
|
-
"line":
|
|
11757
|
+
"line": 176
|
|
11722
11758
|
},
|
|
11723
11759
|
"name": "includeTags",
|
|
11724
11760
|
"optional": true,
|
|
@@ -11735,7 +11771,7 @@
|
|
|
11735
11771
|
"immutable": true,
|
|
11736
11772
|
"locationInModule": {
|
|
11737
11773
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11738
|
-
"line":
|
|
11774
|
+
"line": 181
|
|
11739
11775
|
},
|
|
11740
11776
|
"name": "locked",
|
|
11741
11777
|
"optional": true,
|
|
@@ -11752,7 +11788,7 @@
|
|
|
11752
11788
|
"immutable": true,
|
|
11753
11789
|
"locationInModule": {
|
|
11754
11790
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11755
|
-
"line":
|
|
11791
|
+
"line": 275
|
|
11756
11792
|
},
|
|
11757
11793
|
"name": "minFailureDuration",
|
|
11758
11794
|
"optional": true,
|
|
@@ -11769,7 +11805,7 @@
|
|
|
11769
11805
|
"immutable": true,
|
|
11770
11806
|
"locationInModule": {
|
|
11771
11807
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11772
|
-
"line":
|
|
11808
|
+
"line": 186
|
|
11773
11809
|
},
|
|
11774
11810
|
"name": "minLocationFailed",
|
|
11775
11811
|
"optional": true,
|
|
@@ -11787,7 +11823,7 @@
|
|
|
11787
11823
|
"immutable": true,
|
|
11788
11824
|
"locationInModule": {
|
|
11789
11825
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11790
|
-
"line":
|
|
11826
|
+
"line": 282
|
|
11791
11827
|
},
|
|
11792
11828
|
"name": "monitorNotificationPresetName",
|
|
11793
11829
|
"optional": true,
|
|
@@ -11805,7 +11841,7 @@
|
|
|
11805
11841
|
"immutable": true,
|
|
11806
11842
|
"locationInModule": {
|
|
11807
11843
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11808
|
-
"line":
|
|
11844
|
+
"line": 287
|
|
11809
11845
|
},
|
|
11810
11846
|
"name": "newGroupDelay",
|
|
11811
11847
|
"optional": true,
|
|
@@ -11822,7 +11858,7 @@
|
|
|
11822
11858
|
"immutable": true,
|
|
11823
11859
|
"locationInModule": {
|
|
11824
11860
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11825
|
-
"line":
|
|
11861
|
+
"line": 191
|
|
11826
11862
|
},
|
|
11827
11863
|
"name": "newHostDelay",
|
|
11828
11864
|
"optional": true,
|
|
@@ -11839,7 +11875,7 @@
|
|
|
11839
11875
|
"immutable": true,
|
|
11840
11876
|
"locationInModule": {
|
|
11841
11877
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11842
|
-
"line":
|
|
11878
|
+
"line": 196
|
|
11843
11879
|
},
|
|
11844
11880
|
"name": "noDataTimeframe",
|
|
11845
11881
|
"optional": true,
|
|
@@ -11856,7 +11892,7 @@
|
|
|
11856
11892
|
"immutable": true,
|
|
11857
11893
|
"locationInModule": {
|
|
11858
11894
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11859
|
-
"line":
|
|
11895
|
+
"line": 201
|
|
11860
11896
|
},
|
|
11861
11897
|
"name": "notifyAudit",
|
|
11862
11898
|
"optional": true,
|
|
@@ -11864,6 +11900,29 @@
|
|
|
11864
11900
|
"primitive": "boolean"
|
|
11865
11901
|
}
|
|
11866
11902
|
},
|
|
11903
|
+
{
|
|
11904
|
+
"abstract": true,
|
|
11905
|
+
"docs": {
|
|
11906
|
+
"remarks": "Only available for monitors with groupings.\nFor instance, a monitor grouped by `cluster`, `namespace`, and `pod` can be configured to only notify on each new `cluster` violating the alert conditions by setting `notify_by` to `[\"cluster\"]`.\nTags mentioned in `notify_by` must be a subset of the grouping tags in the query.\nFor example, a query grouped by `cluster` and `namespace` cannot notify on `region`.\nSetting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.",
|
|
11907
|
+
"stability": "stable",
|
|
11908
|
+
"summary": "Controls what granularity a monitor alerts on."
|
|
11909
|
+
},
|
|
11910
|
+
"immutable": true,
|
|
11911
|
+
"locationInModule": {
|
|
11912
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11913
|
+
"line": 212
|
|
11914
|
+
},
|
|
11915
|
+
"name": "notifyBy",
|
|
11916
|
+
"optional": true,
|
|
11917
|
+
"type": {
|
|
11918
|
+
"collection": {
|
|
11919
|
+
"elementtype": {
|
|
11920
|
+
"primitive": "string"
|
|
11921
|
+
},
|
|
11922
|
+
"kind": "array"
|
|
11923
|
+
}
|
|
11924
|
+
}
|
|
11925
|
+
},
|
|
11867
11926
|
{
|
|
11868
11927
|
"abstract": true,
|
|
11869
11928
|
"docs": {
|
|
@@ -11874,7 +11933,7 @@
|
|
|
11874
11933
|
"immutable": true,
|
|
11875
11934
|
"locationInModule": {
|
|
11876
11935
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11877
|
-
"line":
|
|
11936
|
+
"line": 219
|
|
11878
11937
|
},
|
|
11879
11938
|
"name": "notifyNoData",
|
|
11880
11939
|
"optional": true,
|
|
@@ -11882,6 +11941,24 @@
|
|
|
11882
11941
|
"primitive": "boolean"
|
|
11883
11942
|
}
|
|
11884
11943
|
},
|
|
11944
|
+
{
|
|
11945
|
+
"abstract": true,
|
|
11946
|
+
"docs": {
|
|
11947
|
+
"remarks": "The default option results in different behavior depending on the monitor query type.\nFor monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.\nFor monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.\nThis option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.",
|
|
11948
|
+
"stability": "stable",
|
|
11949
|
+
"summary": "Controls how groups or monitors are treated if an evaluation does not return any data points."
|
|
11950
|
+
},
|
|
11951
|
+
"immutable": true,
|
|
11952
|
+
"locationInModule": {
|
|
11953
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11954
|
+
"line": 229
|
|
11955
|
+
},
|
|
11956
|
+
"name": "onMissingData",
|
|
11957
|
+
"optional": true,
|
|
11958
|
+
"type": {
|
|
11959
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorOnMissingData"
|
|
11960
|
+
}
|
|
11961
|
+
},
|
|
11885
11962
|
{
|
|
11886
11963
|
"abstract": true,
|
|
11887
11964
|
"docs": {
|
|
@@ -11891,7 +11968,7 @@
|
|
|
11891
11968
|
"immutable": true,
|
|
11892
11969
|
"locationInModule": {
|
|
11893
11970
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11894
|
-
"line":
|
|
11971
|
+
"line": 234
|
|
11895
11972
|
},
|
|
11896
11973
|
"name": "renotifyInterval",
|
|
11897
11974
|
"optional": true,
|
|
@@ -11908,7 +11985,7 @@
|
|
|
11908
11985
|
"immutable": true,
|
|
11909
11986
|
"locationInModule": {
|
|
11910
11987
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11911
|
-
"line":
|
|
11988
|
+
"line": 265
|
|
11912
11989
|
},
|
|
11913
11990
|
"name": "renotifyOccurrences",
|
|
11914
11991
|
"optional": true,
|
|
@@ -11925,7 +12002,7 @@
|
|
|
11925
12002
|
"immutable": true,
|
|
11926
12003
|
"locationInModule": {
|
|
11927
12004
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11928
|
-
"line":
|
|
12005
|
+
"line": 270
|
|
11929
12006
|
},
|
|
11930
12007
|
"name": "renotifyStatuses",
|
|
11931
12008
|
"optional": true,
|
|
@@ -11948,7 +12025,7 @@
|
|
|
11948
12025
|
"immutable": true,
|
|
11949
12026
|
"locationInModule": {
|
|
11950
12027
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11951
|
-
"line":
|
|
12028
|
+
"line": 241
|
|
11952
12029
|
},
|
|
11953
12030
|
"name": "requireFullWindow",
|
|
11954
12031
|
"optional": true,
|
|
@@ -11956,6 +12033,23 @@
|
|
|
11956
12033
|
"primitive": "boolean"
|
|
11957
12034
|
}
|
|
11958
12035
|
},
|
|
12036
|
+
{
|
|
12037
|
+
"abstract": true,
|
|
12038
|
+
"docs": {
|
|
12039
|
+
"stability": "stable",
|
|
12040
|
+
"summary": "Configuration options for scheduling."
|
|
12041
|
+
},
|
|
12042
|
+
"immutable": true,
|
|
12043
|
+
"locationInModule": {
|
|
12044
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12045
|
+
"line": 246
|
|
12046
|
+
},
|
|
12047
|
+
"name": "schedulingOptions",
|
|
12048
|
+
"optional": true,
|
|
12049
|
+
"type": {
|
|
12050
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptions"
|
|
12051
|
+
}
|
|
12052
|
+
},
|
|
11959
12053
|
{
|
|
11960
12054
|
"abstract": true,
|
|
11961
12055
|
"docs": {
|
|
@@ -11965,7 +12059,7 @@
|
|
|
11965
12059
|
"immutable": true,
|
|
11966
12060
|
"locationInModule": {
|
|
11967
12061
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11968
|
-
"line":
|
|
12062
|
+
"line": 251
|
|
11969
12063
|
},
|
|
11970
12064
|
"name": "syntheticsCheckID",
|
|
11971
12065
|
"optional": true,
|
|
@@ -11981,7 +12075,7 @@
|
|
|
11981
12075
|
"immutable": true,
|
|
11982
12076
|
"locationInModule": {
|
|
11983
12077
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
11984
|
-
"line":
|
|
12078
|
+
"line": 253
|
|
11985
12079
|
},
|
|
11986
12080
|
"name": "thresholds",
|
|
11987
12081
|
"optional": true,
|
|
@@ -11997,7 +12091,7 @@
|
|
|
11997
12091
|
"immutable": true,
|
|
11998
12092
|
"locationInModule": {
|
|
11999
12093
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12000
|
-
"line":
|
|
12094
|
+
"line": 255
|
|
12001
12095
|
},
|
|
12002
12096
|
"name": "thresholdWindows",
|
|
12003
12097
|
"optional": true,
|
|
@@ -12014,7 +12108,7 @@
|
|
|
12014
12108
|
"immutable": true,
|
|
12015
12109
|
"locationInModule": {
|
|
12016
12110
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12017
|
-
"line":
|
|
12111
|
+
"line": 260
|
|
12018
12112
|
},
|
|
12019
12113
|
"name": "timeoutH",
|
|
12020
12114
|
"optional": true,
|
|
@@ -12031,7 +12125,7 @@
|
|
|
12031
12125
|
"immutable": true,
|
|
12032
12126
|
"locationInModule": {
|
|
12033
12127
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12034
|
-
"line":
|
|
12128
|
+
"line": 292
|
|
12035
12129
|
},
|
|
12036
12130
|
"name": "variables",
|
|
12037
12131
|
"optional": true,
|
|
@@ -12057,7 +12151,7 @@
|
|
|
12057
12151
|
"kind": "interface",
|
|
12058
12152
|
"locationInModule": {
|
|
12059
12153
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12060
|
-
"line":
|
|
12154
|
+
"line": 323
|
|
12061
12155
|
},
|
|
12062
12156
|
"name": "CfnDatadogMonitorThresholdWindows",
|
|
12063
12157
|
"namespace": "datadogv2",
|
|
@@ -12071,7 +12165,7 @@
|
|
|
12071
12165
|
"immutable": true,
|
|
12072
12166
|
"locationInModule": {
|
|
12073
12167
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12074
|
-
"line":
|
|
12168
|
+
"line": 333
|
|
12075
12169
|
},
|
|
12076
12170
|
"name": "recoveryWindow",
|
|
12077
12171
|
"optional": true,
|
|
@@ -12088,7 +12182,7 @@
|
|
|
12088
12182
|
"immutable": true,
|
|
12089
12183
|
"locationInModule": {
|
|
12090
12184
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12091
|
-
"line":
|
|
12185
|
+
"line": 328
|
|
12092
12186
|
},
|
|
12093
12187
|
"name": "triggerWindow",
|
|
12094
12188
|
"optional": true,
|
|
@@ -12109,7 +12203,7 @@
|
|
|
12109
12203
|
"kind": "interface",
|
|
12110
12204
|
"locationInModule": {
|
|
12111
12205
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12112
|
-
"line":
|
|
12206
|
+
"line": 295
|
|
12113
12207
|
},
|
|
12114
12208
|
"name": "CfnDatadogMonitorThresholds",
|
|
12115
12209
|
"namespace": "datadogv2",
|
|
@@ -12123,7 +12217,7 @@
|
|
|
12123
12217
|
"immutable": true,
|
|
12124
12218
|
"locationInModule": {
|
|
12125
12219
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12126
|
-
"line":
|
|
12220
|
+
"line": 300
|
|
12127
12221
|
},
|
|
12128
12222
|
"name": "critical",
|
|
12129
12223
|
"optional": true,
|
|
@@ -12140,7 +12234,7 @@
|
|
|
12140
12234
|
"immutable": true,
|
|
12141
12235
|
"locationInModule": {
|
|
12142
12236
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12143
|
-
"line":
|
|
12237
|
+
"line": 305
|
|
12144
12238
|
},
|
|
12145
12239
|
"name": "criticalRecovery",
|
|
12146
12240
|
"optional": true,
|
|
@@ -12157,7 +12251,7 @@
|
|
|
12157
12251
|
"immutable": true,
|
|
12158
12252
|
"locationInModule": {
|
|
12159
12253
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12160
|
-
"line":
|
|
12254
|
+
"line": 310
|
|
12161
12255
|
},
|
|
12162
12256
|
"name": "ok",
|
|
12163
12257
|
"optional": true,
|
|
@@ -12174,7 +12268,7 @@
|
|
|
12174
12268
|
"immutable": true,
|
|
12175
12269
|
"locationInModule": {
|
|
12176
12270
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12177
|
-
"line":
|
|
12271
|
+
"line": 315
|
|
12178
12272
|
},
|
|
12179
12273
|
"name": "warning",
|
|
12180
12274
|
"optional": true,
|
|
@@ -12191,7 +12285,7 @@
|
|
|
12191
12285
|
"immutable": true,
|
|
12192
12286
|
"locationInModule": {
|
|
12193
12287
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12194
|
-
"line":
|
|
12288
|
+
"line": 320
|
|
12195
12289
|
},
|
|
12196
12290
|
"name": "warningRecovery",
|
|
12197
12291
|
"optional": true,
|
|
@@ -12587,7 +12681,7 @@
|
|
|
12587
12681
|
},
|
|
12588
12682
|
"locationInModule": {
|
|
12589
12683
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12590
|
-
"line":
|
|
12684
|
+
"line": 387
|
|
12591
12685
|
},
|
|
12592
12686
|
"parameters": [
|
|
12593
12687
|
{
|
|
@@ -12613,7 +12707,7 @@
|
|
|
12613
12707
|
"kind": "class",
|
|
12614
12708
|
"locationInModule": {
|
|
12615
12709
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12616
|
-
"line":
|
|
12710
|
+
"line": 376
|
|
12617
12711
|
},
|
|
12618
12712
|
"name": "DatadogMonitor",
|
|
12619
12713
|
"namespace": "datadogv2",
|
|
@@ -12627,7 +12721,7 @@
|
|
|
12627
12721
|
"immutable": true,
|
|
12628
12722
|
"locationInModule": {
|
|
12629
12723
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12630
|
-
"line":
|
|
12724
|
+
"line": 380
|
|
12631
12725
|
},
|
|
12632
12726
|
"name": "DEFAULT_PRIORITY",
|
|
12633
12727
|
"static": true,
|
|
@@ -12644,7 +12738,7 @@
|
|
|
12644
12738
|
"immutable": true,
|
|
12645
12739
|
"locationInModule": {
|
|
12646
12740
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12647
|
-
"line":
|
|
12741
|
+
"line": 440
|
|
12648
12742
|
},
|
|
12649
12743
|
"name": "monitorId",
|
|
12650
12744
|
"type": {
|
|
@@ -12658,7 +12752,7 @@
|
|
|
12658
12752
|
"immutable": true,
|
|
12659
12753
|
"locationInModule": {
|
|
12660
12754
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12661
|
-
"line":
|
|
12755
|
+
"line": 382
|
|
12662
12756
|
},
|
|
12663
12757
|
"name": "name",
|
|
12664
12758
|
"type": {
|
|
@@ -12672,7 +12766,7 @@
|
|
|
12672
12766
|
"immutable": true,
|
|
12673
12767
|
"locationInModule": {
|
|
12674
12768
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
12675
|
-
"line":
|
|
12769
|
+
"line": 383
|
|
12676
12770
|
},
|
|
12677
12771
|
"name": "priority",
|
|
12678
12772
|
"type": {
|
|
@@ -13122,6 +13216,156 @@
|
|
|
13122
13216
|
"namespace": "datadogv2",
|
|
13123
13217
|
"symbolId": "src/datadogv2/datadog-monitor:MonitorNotificationPreset"
|
|
13124
13218
|
},
|
|
13219
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.MonitorOnMissingData": {
|
|
13220
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
13221
|
+
"docs": {
|
|
13222
|
+
"see": "https://github.com/DataDog/datadog-cloudformation-resources/blob/master/datadog-monitors-monitor-handler/datadog-monitors-monitor.json",
|
|
13223
|
+
"stability": "stable",
|
|
13224
|
+
"summary": "Options for onMissingData supported by Datadog."
|
|
13225
|
+
},
|
|
13226
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorOnMissingData",
|
|
13227
|
+
"kind": "enum",
|
|
13228
|
+
"locationInModule": {
|
|
13229
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13230
|
+
"line": 125
|
|
13231
|
+
},
|
|
13232
|
+
"members": [
|
|
13233
|
+
{
|
|
13234
|
+
"docs": {
|
|
13235
|
+
"stability": "stable"
|
|
13236
|
+
},
|
|
13237
|
+
"name": "DEFAULT"
|
|
13238
|
+
},
|
|
13239
|
+
{
|
|
13240
|
+
"docs": {
|
|
13241
|
+
"stability": "stable"
|
|
13242
|
+
},
|
|
13243
|
+
"name": "SHOW_NO_DATA"
|
|
13244
|
+
},
|
|
13245
|
+
{
|
|
13246
|
+
"docs": {
|
|
13247
|
+
"stability": "stable"
|
|
13248
|
+
},
|
|
13249
|
+
"name": "SHOW_AND_NOTIFY_NO_DATA"
|
|
13250
|
+
},
|
|
13251
|
+
{
|
|
13252
|
+
"docs": {
|
|
13253
|
+
"stability": "stable"
|
|
13254
|
+
},
|
|
13255
|
+
"name": "RESOLVE"
|
|
13256
|
+
}
|
|
13257
|
+
],
|
|
13258
|
+
"name": "MonitorOnMissingData",
|
|
13259
|
+
"namespace": "datadogv2",
|
|
13260
|
+
"symbolId": "src/datadogv2/datadog-monitor:MonitorOnMissingData"
|
|
13261
|
+
},
|
|
13262
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptions": {
|
|
13263
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
13264
|
+
"datatype": true,
|
|
13265
|
+
"docs": {
|
|
13266
|
+
"stability": "stable",
|
|
13267
|
+
"summary": "Configuration options for scheduling."
|
|
13268
|
+
},
|
|
13269
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptions",
|
|
13270
|
+
"kind": "interface",
|
|
13271
|
+
"locationInModule": {
|
|
13272
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13273
|
+
"line": 339
|
|
13274
|
+
},
|
|
13275
|
+
"name": "MonitorSchedulingOptions",
|
|
13276
|
+
"namespace": "datadogv2",
|
|
13277
|
+
"properties": [
|
|
13278
|
+
{
|
|
13279
|
+
"abstract": true,
|
|
13280
|
+
"docs": {
|
|
13281
|
+
"stability": "stable"
|
|
13282
|
+
},
|
|
13283
|
+
"immutable": true,
|
|
13284
|
+
"locationInModule": {
|
|
13285
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13286
|
+
"line": 340
|
|
13287
|
+
},
|
|
13288
|
+
"name": "evaluationWindow",
|
|
13289
|
+
"optional": true,
|
|
13290
|
+
"type": {
|
|
13291
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptionsEvaluationWindow"
|
|
13292
|
+
}
|
|
13293
|
+
}
|
|
13294
|
+
],
|
|
13295
|
+
"symbolId": "src/datadogv2/datadog-monitor:MonitorSchedulingOptions"
|
|
13296
|
+
},
|
|
13297
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptionsEvaluationWindow": {
|
|
13298
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
13299
|
+
"datatype": true,
|
|
13300
|
+
"docs": {
|
|
13301
|
+
"remarks": "If `hour_starts` is set, no other fields may be set.\nOtherwise, `day_starts` and `month_starts` must be set together.",
|
|
13302
|
+
"stability": "stable",
|
|
13303
|
+
"summary": "Configuration options for the evaluation window."
|
|
13304
|
+
},
|
|
13305
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.MonitorSchedulingOptionsEvaluationWindow",
|
|
13306
|
+
"kind": "interface",
|
|
13307
|
+
"locationInModule": {
|
|
13308
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13309
|
+
"line": 349
|
|
13310
|
+
},
|
|
13311
|
+
"name": "MonitorSchedulingOptionsEvaluationWindow",
|
|
13312
|
+
"namespace": "datadogv2",
|
|
13313
|
+
"properties": [
|
|
13314
|
+
{
|
|
13315
|
+
"abstract": true,
|
|
13316
|
+
"docs": {
|
|
13317
|
+
"remarks": "Must be defined in UTC time in `HH:mm` format.",
|
|
13318
|
+
"stability": "stable",
|
|
13319
|
+
"summary": "The time of the day at which a one day cumulative evaluation window starts."
|
|
13320
|
+
},
|
|
13321
|
+
"immutable": true,
|
|
13322
|
+
"locationInModule": {
|
|
13323
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13324
|
+
"line": 356
|
|
13325
|
+
},
|
|
13326
|
+
"name": "dayStarts",
|
|
13327
|
+
"optional": true,
|
|
13328
|
+
"type": {
|
|
13329
|
+
"primitive": "string"
|
|
13330
|
+
}
|
|
13331
|
+
},
|
|
13332
|
+
{
|
|
13333
|
+
"abstract": true,
|
|
13334
|
+
"docs": {
|
|
13335
|
+
"stability": "stable",
|
|
13336
|
+
"summary": "The minute of the hour at which a one hour cumulative evaluation window starts."
|
|
13337
|
+
},
|
|
13338
|
+
"immutable": true,
|
|
13339
|
+
"locationInModule": {
|
|
13340
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13341
|
+
"line": 366
|
|
13342
|
+
},
|
|
13343
|
+
"name": "hourStarts",
|
|
13344
|
+
"optional": true,
|
|
13345
|
+
"type": {
|
|
13346
|
+
"primitive": "number"
|
|
13347
|
+
}
|
|
13348
|
+
},
|
|
13349
|
+
{
|
|
13350
|
+
"abstract": true,
|
|
13351
|
+
"docs": {
|
|
13352
|
+
"stability": "stable",
|
|
13353
|
+
"summary": "The day of the month at which a one month cumulative evaluation window starts."
|
|
13354
|
+
},
|
|
13355
|
+
"immutable": true,
|
|
13356
|
+
"locationInModule": {
|
|
13357
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
13358
|
+
"line": 361
|
|
13359
|
+
},
|
|
13360
|
+
"name": "monthStarts",
|
|
13361
|
+
"optional": true,
|
|
13362
|
+
"type": {
|
|
13363
|
+
"primitive": "number"
|
|
13364
|
+
}
|
|
13365
|
+
}
|
|
13366
|
+
],
|
|
13367
|
+
"symbolId": "src/datadogv2/datadog-monitor:MonitorSchedulingOptionsEvaluationWindow"
|
|
13368
|
+
},
|
|
13125
13369
|
"@rio-cloud/cdk-v2-constructs.datadogv2.NoNotification": {
|
|
13126
13370
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
13127
13371
|
"docs": {
|
|
@@ -15842,5 +16086,5 @@
|
|
|
15842
16086
|
}
|
|
15843
16087
|
},
|
|
15844
16088
|
"version": "0.0.0",
|
|
15845
|
-
"fingerprint": "
|
|
16089
|
+
"fingerprint": "Re4Rh5OaECAVHg+YwBb9vxvtbwPbyaHdmY3zpCyc++4="
|
|
15846
16090
|
}
|