@pulumi/datadog 4.31.0-alpha.1721713307 → 4.31.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/datadog",
3
- "version": "4.31.0-alpha.1721713307",
3
+ "version": "4.31.0",
4
4
  "description": "A Pulumi package for creating and managing Datadog resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "datadog",
25
- "version": "4.31.0-alpha.1721713307"
25
+ "version": "4.31.0"
26
26
  }
27
27
  }
package/types/input.d.ts CHANGED
@@ -978,7 +978,7 @@ export interface DashboardWidgetChangeDefinitionRequestQuerySloQuery {
978
978
  */
979
979
  sloId: pulumi.Input<string>;
980
980
  /**
981
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
981
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
982
982
  */
983
983
  sloQueryType?: pulumi.Input<string>;
984
984
  }
@@ -1699,7 +1699,7 @@ export interface DashboardWidgetGeomapDefinitionRequestQuerySloQuery {
1699
1699
  */
1700
1700
  sloId: pulumi.Input<string>;
1701
1701
  /**
1702
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
1702
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
1703
1703
  */
1704
1704
  sloQueryType?: pulumi.Input<string>;
1705
1705
  }
@@ -2429,7 +2429,7 @@ export interface DashboardWidgetHeatmapDefinitionRequestQuerySloQuery {
2429
2429
  */
2430
2430
  sloId: pulumi.Input<string>;
2431
2431
  /**
2432
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
2432
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
2433
2433
  */
2434
2434
  sloQueryType?: pulumi.Input<string>;
2435
2435
  }
@@ -2725,7 +2725,7 @@ export interface DashboardWidgetListStreamDefinitionRequestColumn {
2725
2725
  }
2726
2726
  export interface DashboardWidgetListStreamDefinitionRequestQuery {
2727
2727
  /**
2728
- * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`.
2728
+ * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`, `rumStream`.
2729
2729
  */
2730
2730
  dataSource: pulumi.Input<string>;
2731
2731
  /**
@@ -3650,7 +3650,7 @@ export interface DashboardWidgetQueryTableDefinitionRequestQuerySloQuery {
3650
3650
  */
3651
3651
  sloId: pulumi.Input<string>;
3652
3652
  /**
3653
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
3653
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
3654
3654
  */
3655
3655
  sloQueryType?: pulumi.Input<string>;
3656
3656
  }
@@ -4296,7 +4296,7 @@ export interface DashboardWidgetQueryValueDefinitionRequestQuerySloQuery {
4296
4296
  */
4297
4297
  sloId: pulumi.Input<string>;
4298
4298
  /**
4299
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
4299
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
4300
4300
  */
4301
4301
  sloQueryType?: pulumi.Input<string>;
4302
4302
  }
@@ -4876,7 +4876,7 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
4876
4876
  */
4877
4877
  sloId: pulumi.Input<string>;
4878
4878
  /**
4879
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
4879
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
4880
4880
  */
4881
4881
  sloQueryType?: pulumi.Input<string>;
4882
4882
  }
@@ -6048,7 +6048,7 @@ export interface DashboardWidgetSunburstDefinitionRequestQuerySloQuery {
6048
6048
  */
6049
6049
  sloId: pulumi.Input<string>;
6050
6050
  /**
6051
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
6051
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
6052
6052
  */
6053
6053
  sloQueryType?: pulumi.Input<string>;
6054
6054
  }
@@ -6798,7 +6798,7 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery {
6798
6798
  */
6799
6799
  sloId: pulumi.Input<string>;
6800
6800
  /**
6801
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
6801
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
6802
6802
  */
6803
6803
  sloQueryType?: pulumi.Input<string>;
6804
6804
  }
@@ -7482,7 +7482,7 @@ export interface DashboardWidgetToplistDefinitionRequestQuerySloQuery {
7482
7482
  */
7483
7483
  sloId: pulumi.Input<string>;
7484
7484
  /**
7485
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
7485
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
7486
7486
  */
7487
7487
  sloQueryType?: pulumi.Input<string>;
7488
7488
  }
@@ -8036,7 +8036,7 @@ export interface DashboardWidgetTreemapDefinitionRequestQuerySloQuery {
8036
8036
  */
8037
8037
  sloId: pulumi.Input<string>;
8038
8038
  /**
8039
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
8039
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
8040
8040
  */
8041
8041
  sloQueryType?: pulumi.Input<string>;
8042
8042
  }
@@ -9161,7 +9161,7 @@ export interface MonitorVariablesEventQuery {
9161
9161
  */
9162
9162
  computes: pulumi.Input<pulumi.Input<inputs.MonitorVariablesEventQueryCompute>[]>;
9163
9163
  /**
9164
- * The data source for event platform-based queries. Valid values are `rum`, `ciPipelines`, `ciTests`, `audit`, `events`, `logs`, `spans`, `databaseQueries`, `networkPerformanceQueries`.
9164
+ * The data source for event platform-based queries. Valid values are `rum`, `ciPipelines`, `ciTests`, `audit`, `events`, `logs`, `spans`, `databaseQueries`, `network`.
9165
9165
  */
9166
9166
  dataSource: pulumi.Input<string>;
9167
9167
  /**
@@ -10187,7 +10187,7 @@ export interface PowerpackWidgetChangeDefinitionRequestQuerySloQuery {
10187
10187
  */
10188
10188
  sloId: pulumi.Input<string>;
10189
10189
  /**
10190
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
10190
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
10191
10191
  */
10192
10192
  sloQueryType?: pulumi.Input<string>;
10193
10193
  }
@@ -11454,7 +11454,7 @@ export interface PowerpackWidgetGeomapDefinitionRequestQuerySloQuery {
11454
11454
  */
11455
11455
  sloId: pulumi.Input<string>;
11456
11456
  /**
11457
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
11457
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
11458
11458
  */
11459
11459
  sloQueryType?: pulumi.Input<string>;
11460
11460
  }
@@ -12232,7 +12232,7 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery {
12232
12232
  */
12233
12233
  sloId: pulumi.Input<string>;
12234
12234
  /**
12235
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
12235
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
12236
12236
  */
12237
12237
  sloQueryType?: pulumi.Input<string>;
12238
12238
  }
@@ -13308,7 +13308,7 @@ export interface PowerpackWidgetListStreamDefinitionRequestColumn {
13308
13308
  }
13309
13309
  export interface PowerpackWidgetListStreamDefinitionRequestQuery {
13310
13310
  /**
13311
- * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`.
13311
+ * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`, `rumStream`.
13312
13312
  */
13313
13313
  dataSource: pulumi.Input<string>;
13314
13314
  /**
@@ -14247,7 +14247,7 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery {
14247
14247
  */
14248
14248
  sloId: pulumi.Input<string>;
14249
14249
  /**
14250
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
14250
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
14251
14251
  */
14252
14252
  sloQueryType?: pulumi.Input<string>;
14253
14253
  }
@@ -15205,7 +15205,7 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery {
15205
15205
  */
15206
15206
  sloId: pulumi.Input<string>;
15207
15207
  /**
15208
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
15208
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
15209
15209
  */
15210
15210
  sloQueryType?: pulumi.Input<string>;
15211
15211
  }
@@ -15863,7 +15863,7 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
15863
15863
  */
15864
15864
  sloId: pulumi.Input<string>;
15865
15865
  /**
15866
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
15866
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
15867
15867
  */
15868
15868
  sloQueryType?: pulumi.Input<string>;
15869
15869
  }
@@ -17619,7 +17619,7 @@ export interface PowerpackWidgetSunburstDefinitionRequestQuerySloQuery {
17619
17619
  */
17620
17620
  sloId: pulumi.Input<string>;
17621
17621
  /**
17622
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
17622
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
17623
17623
  */
17624
17624
  sloQueryType?: pulumi.Input<string>;
17625
17625
  }
@@ -18681,7 +18681,7 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery {
18681
18681
  */
18682
18682
  sloId: pulumi.Input<string>;
18683
18683
  /**
18684
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
18684
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
18685
18685
  */
18686
18686
  sloQueryType?: pulumi.Input<string>;
18687
18687
  }
@@ -19677,7 +19677,7 @@ export interface PowerpackWidgetToplistDefinitionRequestQuerySloQuery {
19677
19677
  */
19678
19678
  sloId: pulumi.Input<string>;
19679
19679
  /**
19680
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
19680
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
19681
19681
  */
19682
19682
  sloQueryType?: pulumi.Input<string>;
19683
19683
  }
@@ -20387,7 +20387,7 @@ export interface PowerpackWidgetTreemapDefinitionRequestQuerySloQuery {
20387
20387
  */
20388
20388
  sloId: pulumi.Input<string>;
20389
20389
  /**
20390
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
20390
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
20391
20391
  */
20392
20392
  sloQueryType?: pulumi.Input<string>;
20393
20393
  }
@@ -20503,7 +20503,7 @@ export interface SecurityMonitoringRuleOptions {
20503
20503
  */
20504
20504
  decreaseCriticalityBasedOnEnv?: pulumi.Input<boolean>;
20505
20505
  /**
20506
- * The detection method. Valid values are `threshold`, `newValue`, `anomalyDetection`, `impossibleTravel`, `hardcoded`, `thirdParty`. Defaults to `"threshold"`.
20506
+ * The detection method. Valid values are `threshold`, `newValue`, `anomalyDetection`, `impossibleTravel`, `hardcoded`, `thirdParty`, `anomalyThreshold`. Defaults to `"threshold"`.
20507
20507
  */
20508
20508
  detectionMethod?: pulumi.Input<string>;
20509
20509
  /**
package/types/output.d.ts CHANGED
@@ -977,7 +977,7 @@ export interface DashboardWidgetChangeDefinitionRequestQuerySloQuery {
977
977
  */
978
978
  sloId: string;
979
979
  /**
980
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
980
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
981
981
  */
982
982
  sloQueryType?: string;
983
983
  }
@@ -1698,7 +1698,7 @@ export interface DashboardWidgetGeomapDefinitionRequestQuerySloQuery {
1698
1698
  */
1699
1699
  sloId: string;
1700
1700
  /**
1701
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
1701
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
1702
1702
  */
1703
1703
  sloQueryType?: string;
1704
1704
  }
@@ -2428,7 +2428,7 @@ export interface DashboardWidgetHeatmapDefinitionRequestQuerySloQuery {
2428
2428
  */
2429
2429
  sloId: string;
2430
2430
  /**
2431
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
2431
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
2432
2432
  */
2433
2433
  sloQueryType?: string;
2434
2434
  }
@@ -2724,7 +2724,7 @@ export interface DashboardWidgetListStreamDefinitionRequestColumn {
2724
2724
  }
2725
2725
  export interface DashboardWidgetListStreamDefinitionRequestQuery {
2726
2726
  /**
2727
- * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`.
2727
+ * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`, `rumStream`.
2728
2728
  */
2729
2729
  dataSource: string;
2730
2730
  /**
@@ -3649,7 +3649,7 @@ export interface DashboardWidgetQueryTableDefinitionRequestQuerySloQuery {
3649
3649
  */
3650
3650
  sloId: string;
3651
3651
  /**
3652
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
3652
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
3653
3653
  */
3654
3654
  sloQueryType?: string;
3655
3655
  }
@@ -4295,7 +4295,7 @@ export interface DashboardWidgetQueryValueDefinitionRequestQuerySloQuery {
4295
4295
  */
4296
4296
  sloId: string;
4297
4297
  /**
4298
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
4298
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
4299
4299
  */
4300
4300
  sloQueryType?: string;
4301
4301
  }
@@ -4875,7 +4875,7 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
4875
4875
  */
4876
4876
  sloId: string;
4877
4877
  /**
4878
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
4878
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
4879
4879
  */
4880
4880
  sloQueryType?: string;
4881
4881
  }
@@ -6047,7 +6047,7 @@ export interface DashboardWidgetSunburstDefinitionRequestQuerySloQuery {
6047
6047
  */
6048
6048
  sloId: string;
6049
6049
  /**
6050
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
6050
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
6051
6051
  */
6052
6052
  sloQueryType?: string;
6053
6053
  }
@@ -6797,7 +6797,7 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery {
6797
6797
  */
6798
6798
  sloId: string;
6799
6799
  /**
6800
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
6800
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
6801
6801
  */
6802
6802
  sloQueryType?: string;
6803
6803
  }
@@ -7481,7 +7481,7 @@ export interface DashboardWidgetToplistDefinitionRequestQuerySloQuery {
7481
7481
  */
7482
7482
  sloId: string;
7483
7483
  /**
7484
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
7484
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
7485
7485
  */
7486
7486
  sloQueryType?: string;
7487
7487
  }
@@ -8035,7 +8035,7 @@ export interface DashboardWidgetTreemapDefinitionRequestQuerySloQuery {
8035
8035
  */
8036
8036
  sloId: string;
8037
8037
  /**
8038
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
8038
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
8039
8039
  */
8040
8040
  sloQueryType?: string;
8041
8041
  }
@@ -9775,7 +9775,7 @@ export interface MonitorVariablesEventQuery {
9775
9775
  */
9776
9776
  computes: outputs.MonitorVariablesEventQueryCompute[];
9777
9777
  /**
9778
- * The data source for event platform-based queries. Valid values are `rum`, `ciPipelines`, `ciTests`, `audit`, `events`, `logs`, `spans`, `databaseQueries`, `networkPerformanceQueries`.
9778
+ * The data source for event platform-based queries. Valid values are `rum`, `ciPipelines`, `ciTests`, `audit`, `events`, `logs`, `spans`, `databaseQueries`, `network`.
9779
9779
  */
9780
9780
  dataSource: string;
9781
9781
  /**
@@ -10801,7 +10801,7 @@ export interface PowerpackWidgetChangeDefinitionRequestQuerySloQuery {
10801
10801
  */
10802
10802
  sloId: string;
10803
10803
  /**
10804
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
10804
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
10805
10805
  */
10806
10806
  sloQueryType?: string;
10807
10807
  }
@@ -12068,7 +12068,7 @@ export interface PowerpackWidgetGeomapDefinitionRequestQuerySloQuery {
12068
12068
  */
12069
12069
  sloId: string;
12070
12070
  /**
12071
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
12071
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
12072
12072
  */
12073
12073
  sloQueryType?: string;
12074
12074
  }
@@ -12846,7 +12846,7 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery {
12846
12846
  */
12847
12847
  sloId: string;
12848
12848
  /**
12849
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
12849
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
12850
12850
  */
12851
12851
  sloQueryType?: string;
12852
12852
  }
@@ -13922,7 +13922,7 @@ export interface PowerpackWidgetListStreamDefinitionRequestColumn {
13922
13922
  }
13923
13923
  export interface PowerpackWidgetListStreamDefinitionRequestQuery {
13924
13924
  /**
13925
- * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`.
13925
+ * Source from which to query items to display in the stream. Valid values are `logsStream`, `auditStream`, `ciPipelineStream`, `ciTestStream`, `rumIssueStream`, `apmIssueStream`, `traceStream`, `logsIssueStream`, `logsPatternStream`, `logsTransactionStream`, `eventStream`, `rumStream`.
13926
13926
  */
13927
13927
  dataSource: string;
13928
13928
  /**
@@ -14861,7 +14861,7 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery {
14861
14861
  */
14862
14862
  sloId: string;
14863
14863
  /**
14864
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
14864
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
14865
14865
  */
14866
14866
  sloQueryType?: string;
14867
14867
  }
@@ -15819,7 +15819,7 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery {
15819
15819
  */
15820
15820
  sloId: string;
15821
15821
  /**
15822
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
15822
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
15823
15823
  */
15824
15824
  sloQueryType?: string;
15825
15825
  }
@@ -16477,7 +16477,7 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
16477
16477
  */
16478
16478
  sloId: string;
16479
16479
  /**
16480
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
16480
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
16481
16481
  */
16482
16482
  sloQueryType?: string;
16483
16483
  }
@@ -18233,7 +18233,7 @@ export interface PowerpackWidgetSunburstDefinitionRequestQuerySloQuery {
18233
18233
  */
18234
18234
  sloId: string;
18235
18235
  /**
18236
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
18236
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
18237
18237
  */
18238
18238
  sloQueryType?: string;
18239
18239
  }
@@ -19295,7 +19295,7 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery {
19295
19295
  */
19296
19296
  sloId: string;
19297
19297
  /**
19298
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
19298
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
19299
19299
  */
19300
19300
  sloQueryType?: string;
19301
19301
  }
@@ -20291,7 +20291,7 @@ export interface PowerpackWidgetToplistDefinitionRequestQuerySloQuery {
20291
20291
  */
20292
20292
  sloId: string;
20293
20293
  /**
20294
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
20294
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
20295
20295
  */
20296
20296
  sloQueryType?: string;
20297
20297
  }
@@ -21001,7 +21001,7 @@ export interface PowerpackWidgetTreemapDefinitionRequestQuerySloQuery {
21001
21001
  */
21002
21002
  sloId: string;
21003
21003
  /**
21004
- * type of the SLO to query. Valid values are `metric`. Defaults to `"metric"`.
21004
+ * type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
21005
21005
  */
21006
21006
  sloQueryType?: string;
21007
21007
  }
@@ -21117,7 +21117,7 @@ export interface SecurityMonitoringRuleOptions {
21117
21117
  */
21118
21118
  decreaseCriticalityBasedOnEnv?: boolean;
21119
21119
  /**
21120
- * The detection method. Valid values are `threshold`, `newValue`, `anomalyDetection`, `impossibleTravel`, `hardcoded`, `thirdParty`. Defaults to `"threshold"`.
21120
+ * The detection method. Valid values are `threshold`, `newValue`, `anomalyDetection`, `impossibleTravel`, `hardcoded`, `thirdParty`, `anomalyThreshold`. Defaults to `"threshold"`.
21121
21121
  */
21122
21122
  detectionMethod?: string;
21123
21123
  /**