@pulumi/datadog 4.50.0-alpha.1745300545 → 4.50.0-alpha.1745952159
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/apmRetentionFilter.d.ts +15 -3
- package/apmRetentionFilter.js +2 -0
- package/apmRetentionFilter.js.map +1 -1
- package/package.json +2 -2
- package/syntheticsTest.d.ts +13 -0
- package/syntheticsTest.js +13 -0
- package/syntheticsTest.js.map +1 -1
- package/types/input.d.ts +26 -22
- package/types/output.d.ts +26 -22
package/apmRetentionFilter.d.ts
CHANGED
|
@@ -45,9 +45,13 @@ export declare class ApmRetentionFilter extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* Sample rate to apply to spans going through this retention filter as a string
|
|
48
|
+
* Sample rate to apply to spans going through this retention filter as a string; a value of 1.0 keeps all spans matching the query. Value must be between 0.00 and 1.00.
|
|
49
49
|
*/
|
|
50
50
|
readonly rate: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Sample rate to apply to traces with spans going through this retention filter as a string; a value of 1.0 keeps all traces matching the query. Value must be between 0.00 and 1.00.
|
|
53
|
+
*/
|
|
54
|
+
readonly traceRate: pulumi.Output<string | undefined>;
|
|
51
55
|
/**
|
|
52
56
|
* Create a ApmRetentionFilter resource with the given unique name, arguments, and options.
|
|
53
57
|
*
|
|
@@ -78,9 +82,13 @@ export interface ApmRetentionFilterState {
|
|
|
78
82
|
*/
|
|
79
83
|
name?: pulumi.Input<string>;
|
|
80
84
|
/**
|
|
81
|
-
* Sample rate to apply to spans going through this retention filter as a string
|
|
85
|
+
* Sample rate to apply to spans going through this retention filter as a string; a value of 1.0 keeps all spans matching the query. Value must be between 0.00 and 1.00.
|
|
82
86
|
*/
|
|
83
87
|
rate?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Sample rate to apply to traces with spans going through this retention filter as a string; a value of 1.0 keeps all traces matching the query. Value must be between 0.00 and 1.00.
|
|
90
|
+
*/
|
|
91
|
+
traceRate?: pulumi.Input<string>;
|
|
84
92
|
}
|
|
85
93
|
/**
|
|
86
94
|
* The set of arguments for constructing a ApmRetentionFilter resource.
|
|
@@ -103,7 +111,11 @@ export interface ApmRetentionFilterArgs {
|
|
|
103
111
|
*/
|
|
104
112
|
name: pulumi.Input<string>;
|
|
105
113
|
/**
|
|
106
|
-
* Sample rate to apply to spans going through this retention filter as a string
|
|
114
|
+
* Sample rate to apply to spans going through this retention filter as a string; a value of 1.0 keeps all spans matching the query. Value must be between 0.00 and 1.00.
|
|
107
115
|
*/
|
|
108
116
|
rate: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Sample rate to apply to traces with spans going through this retention filter as a string; a value of 1.0 keeps all traces matching the query. Value must be between 0.00 and 1.00.
|
|
119
|
+
*/
|
|
120
|
+
traceRate?: pulumi.Input<string>;
|
|
109
121
|
}
|
package/apmRetentionFilter.js
CHANGED
|
@@ -49,6 +49,7 @@ class ApmRetentionFilter extends pulumi.CustomResource {
|
|
|
49
49
|
resourceInputs["filterType"] = state ? state.filterType : undefined;
|
|
50
50
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
51
51
|
resourceInputs["rate"] = state ? state.rate : undefined;
|
|
52
|
+
resourceInputs["traceRate"] = state ? state.traceRate : undefined;
|
|
52
53
|
}
|
|
53
54
|
else {
|
|
54
55
|
const args = argsOrState;
|
|
@@ -69,6 +70,7 @@ class ApmRetentionFilter extends pulumi.CustomResource {
|
|
|
69
70
|
resourceInputs["filterType"] = args ? args.filterType : undefined;
|
|
70
71
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
71
72
|
resourceInputs["rate"] = args ? args.rate : undefined;
|
|
73
|
+
resourceInputs["traceRate"] = args ? args.traceRate : undefined;
|
|
72
74
|
}
|
|
73
75
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
76
|
super(ApmRetentionFilter.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apmRetentionFilter.js","sourceRoot":"","sources":["../apmRetentionFilter.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"apmRetentionFilter.js","sourceRoot":"","sources":["../apmRetentionFilter.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/datadog",
|
|
3
|
-
"version": "4.50.0-alpha.
|
|
3
|
+
"version": "4.50.0-alpha.1745952159",
|
|
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.50.0-alpha.
|
|
25
|
+
"version": "4.50.0-alpha.1745952159"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/syntheticsTest.d.ts
CHANGED
|
@@ -394,6 +394,19 @@ import * as outputs from "./types/output";
|
|
|
394
394
|
* },
|
|
395
395
|
* },
|
|
396
396
|
* },
|
|
397
|
+
* {
|
|
398
|
+
* name: "Test sending http requests",
|
|
399
|
+
* type: "assertRequests",
|
|
400
|
+
* params: {
|
|
401
|
+
* requests: JSON.stringify({
|
|
402
|
+
* count: {
|
|
403
|
+
* type: "equals",
|
|
404
|
+
* value: 1,
|
|
405
|
+
* },
|
|
406
|
+
* url: "https://www.example.org",
|
|
407
|
+
* }),
|
|
408
|
+
* },
|
|
409
|
+
* },
|
|
397
410
|
* ],
|
|
398
411
|
* browserVariables: [
|
|
399
412
|
* {
|
package/syntheticsTest.js
CHANGED
|
@@ -398,6 +398,19 @@ const utilities = require("./utilities");
|
|
|
398
398
|
* },
|
|
399
399
|
* },
|
|
400
400
|
* },
|
|
401
|
+
* {
|
|
402
|
+
* name: "Test sending http requests",
|
|
403
|
+
* type: "assertRequests",
|
|
404
|
+
* params: {
|
|
405
|
+
* requests: JSON.stringify({
|
|
406
|
+
* count: {
|
|
407
|
+
* type: "equals",
|
|
408
|
+
* value: 1,
|
|
409
|
+
* },
|
|
410
|
+
* url: "https://www.example.org",
|
|
411
|
+
* }),
|
|
412
|
+
* },
|
|
413
|
+
* },
|
|
401
414
|
* ],
|
|
402
415
|
* browserVariables: [
|
|
403
416
|
* {
|
package/syntheticsTest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"syntheticsTest.js","sourceRoot":"","sources":["../syntheticsTest.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"syntheticsTest.js","sourceRoot":"","sources":["../syntheticsTest.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -1215,7 +1215,7 @@ export interface DashboardWidgetChangeDefinitionRequestQuerySloQuery {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
sloId: pulumi.Input<string>;
|
|
1217
1217
|
/**
|
|
1218
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
1218
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
1219
1219
|
*/
|
|
1220
1220
|
sloQueryType?: pulumi.Input<string>;
|
|
1221
1221
|
}
|
|
@@ -2024,7 +2024,7 @@ export interface DashboardWidgetGeomapDefinitionRequestQuerySloQuery {
|
|
|
2024
2024
|
*/
|
|
2025
2025
|
sloId: pulumi.Input<string>;
|
|
2026
2026
|
/**
|
|
2027
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
2027
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
2028
2028
|
*/
|
|
2029
2029
|
sloQueryType?: pulumi.Input<string>;
|
|
2030
2030
|
}
|
|
@@ -2794,7 +2794,7 @@ export interface DashboardWidgetHeatmapDefinitionRequestQuerySloQuery {
|
|
|
2794
2794
|
*/
|
|
2795
2795
|
sloId: pulumi.Input<string>;
|
|
2796
2796
|
/**
|
|
2797
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
2797
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
2798
2798
|
*/
|
|
2799
2799
|
sloQueryType?: pulumi.Input<string>;
|
|
2800
2800
|
}
|
|
@@ -4087,7 +4087,7 @@ export interface DashboardWidgetQueryTableDefinitionRequestQuerySloQuery {
|
|
|
4087
4087
|
*/
|
|
4088
4088
|
sloId: pulumi.Input<string>;
|
|
4089
4089
|
/**
|
|
4090
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
4090
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
4091
4091
|
*/
|
|
4092
4092
|
sloQueryType?: pulumi.Input<string>;
|
|
4093
4093
|
}
|
|
@@ -4825,7 +4825,7 @@ export interface DashboardWidgetQueryValueDefinitionRequestQuerySloQuery {
|
|
|
4825
4825
|
*/
|
|
4826
4826
|
sloId: pulumi.Input<string>;
|
|
4827
4827
|
/**
|
|
4828
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
4828
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
4829
4829
|
*/
|
|
4830
4830
|
sloQueryType?: pulumi.Input<string>;
|
|
4831
4831
|
}
|
|
@@ -5405,7 +5405,7 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
5405
5405
|
*/
|
|
5406
5406
|
sloId: pulumi.Input<string>;
|
|
5407
5407
|
/**
|
|
5408
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
5408
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
5409
5409
|
*/
|
|
5410
5410
|
sloQueryType?: pulumi.Input<string>;
|
|
5411
5411
|
}
|
|
@@ -6617,7 +6617,7 @@ export interface DashboardWidgetSunburstDefinitionRequestQuerySloQuery {
|
|
|
6617
6617
|
*/
|
|
6618
6618
|
sloId: pulumi.Input<string>;
|
|
6619
6619
|
/**
|
|
6620
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
6620
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
6621
6621
|
*/
|
|
6622
6622
|
sloQueryType?: pulumi.Input<string>;
|
|
6623
6623
|
}
|
|
@@ -7407,7 +7407,7 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery {
|
|
|
7407
7407
|
*/
|
|
7408
7408
|
sloId: pulumi.Input<string>;
|
|
7409
7409
|
/**
|
|
7410
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
7410
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
7411
7411
|
*/
|
|
7412
7412
|
sloQueryType?: pulumi.Input<string>;
|
|
7413
7413
|
}
|
|
@@ -8135,7 +8135,7 @@ export interface DashboardWidgetToplistDefinitionRequestQuerySloQuery {
|
|
|
8135
8135
|
*/
|
|
8136
8136
|
sloId: pulumi.Input<string>;
|
|
8137
8137
|
/**
|
|
8138
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
8138
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
8139
8139
|
*/
|
|
8140
8140
|
sloQueryType?: pulumi.Input<string>;
|
|
8141
8141
|
}
|
|
@@ -8749,7 +8749,7 @@ export interface DashboardWidgetTreemapDefinitionRequestQuerySloQuery {
|
|
|
8749
8749
|
*/
|
|
8750
8750
|
sloId: pulumi.Input<string>;
|
|
8751
8751
|
/**
|
|
8752
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
8752
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
8753
8753
|
*/
|
|
8754
8754
|
sloQueryType?: pulumi.Input<string>;
|
|
8755
8755
|
}
|
|
@@ -11666,7 +11666,7 @@ export interface PowerpackWidgetChangeDefinitionRequestQuerySloQuery {
|
|
|
11666
11666
|
*/
|
|
11667
11667
|
sloId: pulumi.Input<string>;
|
|
11668
11668
|
/**
|
|
11669
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
11669
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
11670
11670
|
*/
|
|
11671
11671
|
sloQueryType?: pulumi.Input<string>;
|
|
11672
11672
|
}
|
|
@@ -13021,7 +13021,7 @@ export interface PowerpackWidgetGeomapDefinitionRequestQuerySloQuery {
|
|
|
13021
13021
|
*/
|
|
13022
13022
|
sloId: pulumi.Input<string>;
|
|
13023
13023
|
/**
|
|
13024
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
13024
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
13025
13025
|
*/
|
|
13026
13026
|
sloQueryType?: pulumi.Input<string>;
|
|
13027
13027
|
}
|
|
@@ -13839,7 +13839,7 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery {
|
|
|
13839
13839
|
*/
|
|
13840
13840
|
sloId: pulumi.Input<string>;
|
|
13841
13841
|
/**
|
|
13842
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
13842
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
13843
13843
|
*/
|
|
13844
13844
|
sloQueryType?: pulumi.Input<string>;
|
|
13845
13845
|
}
|
|
@@ -15926,7 +15926,7 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery {
|
|
|
15926
15926
|
*/
|
|
15927
15927
|
sloId: pulumi.Input<string>;
|
|
15928
15928
|
/**
|
|
15929
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
15929
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
15930
15930
|
*/
|
|
15931
15931
|
sloQueryType?: pulumi.Input<string>;
|
|
15932
15932
|
}
|
|
@@ -16976,7 +16976,7 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery {
|
|
|
16976
16976
|
*/
|
|
16977
16977
|
sloId: pulumi.Input<string>;
|
|
16978
16978
|
/**
|
|
16979
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
16979
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
16980
16980
|
*/
|
|
16981
16981
|
sloQueryType?: pulumi.Input<string>;
|
|
16982
16982
|
}
|
|
@@ -17634,7 +17634,7 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
17634
17634
|
*/
|
|
17635
17635
|
sloId: pulumi.Input<string>;
|
|
17636
17636
|
/**
|
|
17637
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
17637
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
17638
17638
|
*/
|
|
17639
17639
|
sloQueryType?: pulumi.Input<string>;
|
|
17640
17640
|
}
|
|
@@ -19430,7 +19430,7 @@ export interface PowerpackWidgetSunburstDefinitionRequestQuerySloQuery {
|
|
|
19430
19430
|
*/
|
|
19431
19431
|
sloId: pulumi.Input<string>;
|
|
19432
19432
|
/**
|
|
19433
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
19433
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
19434
19434
|
*/
|
|
19435
19435
|
sloQueryType?: pulumi.Input<string>;
|
|
19436
19436
|
}
|
|
@@ -20532,7 +20532,7 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery {
|
|
|
20532
20532
|
*/
|
|
20533
20533
|
sloId: pulumi.Input<string>;
|
|
20534
20534
|
/**
|
|
20535
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
20535
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
20536
20536
|
*/
|
|
20537
20537
|
sloQueryType?: pulumi.Input<string>;
|
|
20538
20538
|
}
|
|
@@ -21572,7 +21572,7 @@ export interface PowerpackWidgetToplistDefinitionRequestQuerySloQuery {
|
|
|
21572
21572
|
*/
|
|
21573
21573
|
sloId: pulumi.Input<string>;
|
|
21574
21574
|
/**
|
|
21575
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
21575
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
21576
21576
|
*/
|
|
21577
21577
|
sloQueryType?: pulumi.Input<string>;
|
|
21578
21578
|
}
|
|
@@ -22342,7 +22342,7 @@ export interface PowerpackWidgetTreemapDefinitionRequestQuerySloQuery {
|
|
|
22342
22342
|
*/
|
|
22343
22343
|
sloId: pulumi.Input<string>;
|
|
22344
22344
|
/**
|
|
22345
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
22345
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
22346
22346
|
*/
|
|
22347
22347
|
sloQueryType?: pulumi.Input<string>;
|
|
22348
22348
|
}
|
|
@@ -22496,7 +22496,7 @@ export interface SecurityMonitoringRuleCaseAction {
|
|
|
22496
22496
|
*/
|
|
22497
22497
|
options?: pulumi.Input<inputs.SecurityMonitoringRuleCaseActionOptions>;
|
|
22498
22498
|
/**
|
|
22499
|
-
* Type of action to perform when the case triggers. Valid values are `blockIp`, `blockUser`.
|
|
22499
|
+
* Type of action to perform when the case triggers. Valid values are `blockIp`, `blockUser`, `userBehavior`.
|
|
22500
22500
|
*/
|
|
22501
22501
|
type: pulumi.Input<string>;
|
|
22502
22502
|
}
|
|
@@ -23486,7 +23486,7 @@ export interface SyntheticsTestBrowserStep {
|
|
|
23486
23486
|
*/
|
|
23487
23487
|
timeout?: pulumi.Input<number>;
|
|
23488
23488
|
/**
|
|
23489
|
-
* Type of the step. Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `click`, `extractFromJavascript`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.
|
|
23489
|
+
* Type of the step. Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `assertRequests`, `click`, `extractFromJavascript`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.
|
|
23490
23490
|
*/
|
|
23491
23491
|
type: pulumi.Input<string>;
|
|
23492
23492
|
}
|
|
@@ -23543,6 +23543,10 @@ export interface SyntheticsTestBrowserStepParams {
|
|
|
23543
23543
|
* Request for an API step.
|
|
23544
23544
|
*/
|
|
23545
23545
|
request?: pulumi.Input<string>;
|
|
23546
|
+
/**
|
|
23547
|
+
* Details of the requests for an "assert request" step, JSON encoded string. Refer to the examples for a usage example showing the schema.
|
|
23548
|
+
*/
|
|
23549
|
+
requests?: pulumi.Input<string>;
|
|
23546
23550
|
/**
|
|
23547
23551
|
* ID of the Synthetics test to use as subtest.
|
|
23548
23552
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -1214,7 +1214,7 @@ export interface DashboardWidgetChangeDefinitionRequestQuerySloQuery {
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
sloId: string;
|
|
1216
1216
|
/**
|
|
1217
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
1217
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
1218
1218
|
*/
|
|
1219
1219
|
sloQueryType?: string;
|
|
1220
1220
|
}
|
|
@@ -2023,7 +2023,7 @@ export interface DashboardWidgetGeomapDefinitionRequestQuerySloQuery {
|
|
|
2023
2023
|
*/
|
|
2024
2024
|
sloId: string;
|
|
2025
2025
|
/**
|
|
2026
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
2026
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
2027
2027
|
*/
|
|
2028
2028
|
sloQueryType?: string;
|
|
2029
2029
|
}
|
|
@@ -2793,7 +2793,7 @@ export interface DashboardWidgetHeatmapDefinitionRequestQuerySloQuery {
|
|
|
2793
2793
|
*/
|
|
2794
2794
|
sloId: string;
|
|
2795
2795
|
/**
|
|
2796
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
2796
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
2797
2797
|
*/
|
|
2798
2798
|
sloQueryType?: string;
|
|
2799
2799
|
}
|
|
@@ -4086,7 +4086,7 @@ export interface DashboardWidgetQueryTableDefinitionRequestQuerySloQuery {
|
|
|
4086
4086
|
*/
|
|
4087
4087
|
sloId: string;
|
|
4088
4088
|
/**
|
|
4089
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
4089
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
4090
4090
|
*/
|
|
4091
4091
|
sloQueryType?: string;
|
|
4092
4092
|
}
|
|
@@ -4824,7 +4824,7 @@ export interface DashboardWidgetQueryValueDefinitionRequestQuerySloQuery {
|
|
|
4824
4824
|
*/
|
|
4825
4825
|
sloId: string;
|
|
4826
4826
|
/**
|
|
4827
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
4827
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
4828
4828
|
*/
|
|
4829
4829
|
sloQueryType?: string;
|
|
4830
4830
|
}
|
|
@@ -5404,7 +5404,7 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
5404
5404
|
*/
|
|
5405
5405
|
sloId: string;
|
|
5406
5406
|
/**
|
|
5407
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
5407
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
5408
5408
|
*/
|
|
5409
5409
|
sloQueryType?: string;
|
|
5410
5410
|
}
|
|
@@ -6616,7 +6616,7 @@ export interface DashboardWidgetSunburstDefinitionRequestQuerySloQuery {
|
|
|
6616
6616
|
*/
|
|
6617
6617
|
sloId: string;
|
|
6618
6618
|
/**
|
|
6619
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
6619
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
6620
6620
|
*/
|
|
6621
6621
|
sloQueryType?: string;
|
|
6622
6622
|
}
|
|
@@ -7406,7 +7406,7 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery {
|
|
|
7406
7406
|
*/
|
|
7407
7407
|
sloId: string;
|
|
7408
7408
|
/**
|
|
7409
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
7409
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
7410
7410
|
*/
|
|
7411
7411
|
sloQueryType?: string;
|
|
7412
7412
|
}
|
|
@@ -8134,7 +8134,7 @@ export interface DashboardWidgetToplistDefinitionRequestQuerySloQuery {
|
|
|
8134
8134
|
*/
|
|
8135
8135
|
sloId: string;
|
|
8136
8136
|
/**
|
|
8137
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
8137
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
8138
8138
|
*/
|
|
8139
8139
|
sloQueryType?: string;
|
|
8140
8140
|
}
|
|
@@ -8748,7 +8748,7 @@ export interface DashboardWidgetTreemapDefinitionRequestQuerySloQuery {
|
|
|
8748
8748
|
*/
|
|
8749
8749
|
sloId: string;
|
|
8750
8750
|
/**
|
|
8751
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
8751
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
8752
8752
|
*/
|
|
8753
8753
|
sloQueryType?: string;
|
|
8754
8754
|
}
|
|
@@ -12251,7 +12251,7 @@ export interface PowerpackWidgetChangeDefinitionRequestQuerySloQuery {
|
|
|
12251
12251
|
*/
|
|
12252
12252
|
sloId: string;
|
|
12253
12253
|
/**
|
|
12254
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
12254
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
12255
12255
|
*/
|
|
12256
12256
|
sloQueryType?: string;
|
|
12257
12257
|
}
|
|
@@ -13606,7 +13606,7 @@ export interface PowerpackWidgetGeomapDefinitionRequestQuerySloQuery {
|
|
|
13606
13606
|
*/
|
|
13607
13607
|
sloId: string;
|
|
13608
13608
|
/**
|
|
13609
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
13609
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
13610
13610
|
*/
|
|
13611
13611
|
sloQueryType?: string;
|
|
13612
13612
|
}
|
|
@@ -14424,7 +14424,7 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery {
|
|
|
14424
14424
|
*/
|
|
14425
14425
|
sloId: string;
|
|
14426
14426
|
/**
|
|
14427
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
14427
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
14428
14428
|
*/
|
|
14429
14429
|
sloQueryType?: string;
|
|
14430
14430
|
}
|
|
@@ -16511,7 +16511,7 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery {
|
|
|
16511
16511
|
*/
|
|
16512
16512
|
sloId: string;
|
|
16513
16513
|
/**
|
|
16514
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
16514
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
16515
16515
|
*/
|
|
16516
16516
|
sloQueryType?: string;
|
|
16517
16517
|
}
|
|
@@ -17561,7 +17561,7 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery {
|
|
|
17561
17561
|
*/
|
|
17562
17562
|
sloId: string;
|
|
17563
17563
|
/**
|
|
17564
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
17564
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
17565
17565
|
*/
|
|
17566
17566
|
sloQueryType?: string;
|
|
17567
17567
|
}
|
|
@@ -18219,7 +18219,7 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
18219
18219
|
*/
|
|
18220
18220
|
sloId: string;
|
|
18221
18221
|
/**
|
|
18222
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
18222
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
18223
18223
|
*/
|
|
18224
18224
|
sloQueryType?: string;
|
|
18225
18225
|
}
|
|
@@ -20015,7 +20015,7 @@ export interface PowerpackWidgetSunburstDefinitionRequestQuerySloQuery {
|
|
|
20015
20015
|
*/
|
|
20016
20016
|
sloId: string;
|
|
20017
20017
|
/**
|
|
20018
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
20018
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
20019
20019
|
*/
|
|
20020
20020
|
sloQueryType?: string;
|
|
20021
20021
|
}
|
|
@@ -21117,7 +21117,7 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery {
|
|
|
21117
21117
|
*/
|
|
21118
21118
|
sloId: string;
|
|
21119
21119
|
/**
|
|
21120
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
21120
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
21121
21121
|
*/
|
|
21122
21122
|
sloQueryType?: string;
|
|
21123
21123
|
}
|
|
@@ -22157,7 +22157,7 @@ export interface PowerpackWidgetToplistDefinitionRequestQuerySloQuery {
|
|
|
22157
22157
|
*/
|
|
22158
22158
|
sloId: string;
|
|
22159
22159
|
/**
|
|
22160
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
22160
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
22161
22161
|
*/
|
|
22162
22162
|
sloQueryType?: string;
|
|
22163
22163
|
}
|
|
@@ -22927,7 +22927,7 @@ export interface PowerpackWidgetTreemapDefinitionRequestQuerySloQuery {
|
|
|
22927
22927
|
*/
|
|
22928
22928
|
sloId: string;
|
|
22929
22929
|
/**
|
|
22930
|
-
* type of the SLO to query. Valid values are `metric`, `timeSlice`. Defaults to `"metric"`.
|
|
22930
|
+
* type of the SLO to query. Valid values are `metric`, `monitor`, `timeSlice`. Defaults to `"metric"`.
|
|
22931
22931
|
*/
|
|
22932
22932
|
sloQueryType?: string;
|
|
22933
22933
|
}
|
|
@@ -23073,7 +23073,7 @@ export interface SecurityMonitoringRuleCaseAction {
|
|
|
23073
23073
|
*/
|
|
23074
23074
|
options?: outputs.SecurityMonitoringRuleCaseActionOptions;
|
|
23075
23075
|
/**
|
|
23076
|
-
* Type of action to perform when the case triggers. Valid values are `blockIp`, `blockUser`.
|
|
23076
|
+
* Type of action to perform when the case triggers. Valid values are `blockIp`, `blockUser`, `userBehavior`.
|
|
23077
23077
|
*/
|
|
23078
23078
|
type: string;
|
|
23079
23079
|
}
|
|
@@ -24063,7 +24063,7 @@ export interface SyntheticsTestBrowserStep {
|
|
|
24063
24063
|
*/
|
|
24064
24064
|
timeout?: number;
|
|
24065
24065
|
/**
|
|
24066
|
-
* Type of the step. Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `click`, `extractFromJavascript`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.
|
|
24066
|
+
* Type of the step. Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `assertRequests`, `click`, `extractFromJavascript`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.
|
|
24067
24067
|
*/
|
|
24068
24068
|
type: string;
|
|
24069
24069
|
}
|
|
@@ -24120,6 +24120,10 @@ export interface SyntheticsTestBrowserStepParams {
|
|
|
24120
24120
|
* Request for an API step.
|
|
24121
24121
|
*/
|
|
24122
24122
|
request?: string;
|
|
24123
|
+
/**
|
|
24124
|
+
* Details of the requests for an "assert request" step, JSON encoded string. Refer to the examples for a usage example showing the schema.
|
|
24125
|
+
*/
|
|
24126
|
+
requests?: string;
|
|
24123
24127
|
/**
|
|
24124
24128
|
* ID of the Synthetics test to use as subtest.
|
|
24125
24129
|
*/
|