@checkly/pulumi 2.5.0-alpha.1758735363 → 2.5.0-alpha.1759322016
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/alertChannel.js +26 -26
- package/alertChannel.js.map +1 -1
- package/check.d.ts +6 -6
- package/check.js +69 -69
- package/check.js.map +1 -1
- package/checkGroup.d.ts +6 -6
- package/checkGroup.js +45 -45
- package/checkGroup.js.map +1 -1
- package/clientCertificate.js +15 -15
- package/clientCertificate.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/dashboard.js +51 -51
- package/dashboard.js.map +1 -1
- package/environmentVariable.js +12 -12
- package/environmentVariable.js.map +1 -1
- package/getStaticIps.js +1 -1
- package/getStaticIps.js.map +1 -1
- package/heartbeatCheck.js +22 -22
- package/heartbeatCheck.js.map +1 -1
- package/heartbeatMonitor.js +22 -22
- package/heartbeatMonitor.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +19 -5
- package/index.js.map +1 -1
- package/maintenanceWindow.js +18 -18
- package/maintenanceWindow.js.map +1 -1
- package/package.json +3 -3
- package/privateLocation.js +10 -10
- package/privateLocation.js.map +1 -1
- package/provider.d.ts +17 -3
- package/provider.js +12 -7
- package/provider.js.map +1 -1
- package/snippet.js +7 -7
- package/snippet.js.map +1 -1
- package/statusPage.js +20 -20
- package/statusPage.js.map +1 -1
- package/statusPageService.js +4 -4
- package/statusPageService.js.map +1 -1
- package/tcpCheck.d.ts +3 -3
- package/tcpCheck.js +47 -47
- package/tcpCheck.js.map +1 -1
- package/tcpMonitor.d.ts +3 -3
- package/tcpMonitor.js +47 -47
- package/tcpMonitor.js.map +1 -1
- package/triggerCheck.js +9 -9
- package/triggerCheck.js.map +1 -1
- package/triggerCheckGroup.js +9 -9
- package/triggerCheckGroup.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +74 -24
- package/types/input.js +5 -3
- package/types/input.js.map +1 -1
- package/types/output.d.ts +74 -24
- package/types/output.js +5 -3
- package/types/output.js.map +1 -1
- package/urlMonitor.d.ts +3 -3
- package/urlMonitor.js +45 -45
- package/urlMonitor.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +20 -30
- package/utilities.js.map +1 -1
package/alertChannel.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.AlertChannel = void 0;
|
|
@@ -104,7 +104,7 @@ class AlertChannel extends pulumi.CustomResource {
|
|
|
104
104
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
105
105
|
*/
|
|
106
106
|
static get(name, id, state, opts) {
|
|
107
|
-
return new AlertChannel(name, state,
|
|
107
|
+
return new AlertChannel(name, state, { ...opts, id: id });
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Returns true if the given object is an instance of AlertChannel. This is designed to work even
|
|
@@ -121,33 +121,33 @@ class AlertChannel extends pulumi.CustomResource {
|
|
|
121
121
|
opts = opts || {};
|
|
122
122
|
if (opts.id) {
|
|
123
123
|
const state = argsOrState;
|
|
124
|
-
resourceInputs["call"] = state
|
|
125
|
-
resourceInputs["email"] = state
|
|
126
|
-
resourceInputs["opsgenie"] = state
|
|
127
|
-
resourceInputs["pagerduty"] = state
|
|
128
|
-
resourceInputs["sendDegraded"] = state
|
|
129
|
-
resourceInputs["sendFailure"] = state
|
|
130
|
-
resourceInputs["sendRecovery"] = state
|
|
131
|
-
resourceInputs["slack"] = state
|
|
132
|
-
resourceInputs["sms"] = state
|
|
133
|
-
resourceInputs["sslExpiry"] = state
|
|
134
|
-
resourceInputs["sslExpiryThreshold"] = state
|
|
135
|
-
resourceInputs["webhook"] = state
|
|
124
|
+
resourceInputs["call"] = state?.call;
|
|
125
|
+
resourceInputs["email"] = state?.email;
|
|
126
|
+
resourceInputs["opsgenie"] = state?.opsgenie;
|
|
127
|
+
resourceInputs["pagerduty"] = state?.pagerduty;
|
|
128
|
+
resourceInputs["sendDegraded"] = state?.sendDegraded;
|
|
129
|
+
resourceInputs["sendFailure"] = state?.sendFailure;
|
|
130
|
+
resourceInputs["sendRecovery"] = state?.sendRecovery;
|
|
131
|
+
resourceInputs["slack"] = state?.slack;
|
|
132
|
+
resourceInputs["sms"] = state?.sms;
|
|
133
|
+
resourceInputs["sslExpiry"] = state?.sslExpiry;
|
|
134
|
+
resourceInputs["sslExpiryThreshold"] = state?.sslExpiryThreshold;
|
|
135
|
+
resourceInputs["webhook"] = state?.webhook;
|
|
136
136
|
}
|
|
137
137
|
else {
|
|
138
138
|
const args = argsOrState;
|
|
139
|
-
resourceInputs["call"] = args
|
|
140
|
-
resourceInputs["email"] = args
|
|
141
|
-
resourceInputs["opsgenie"] = args
|
|
142
|
-
resourceInputs["pagerduty"] = args
|
|
143
|
-
resourceInputs["sendDegraded"] = args
|
|
144
|
-
resourceInputs["sendFailure"] = args
|
|
145
|
-
resourceInputs["sendRecovery"] = args
|
|
146
|
-
resourceInputs["slack"] = args
|
|
147
|
-
resourceInputs["sms"] = args
|
|
148
|
-
resourceInputs["sslExpiry"] = args
|
|
149
|
-
resourceInputs["sslExpiryThreshold"] = args
|
|
150
|
-
resourceInputs["webhook"] = args
|
|
139
|
+
resourceInputs["call"] = args?.call;
|
|
140
|
+
resourceInputs["email"] = args?.email;
|
|
141
|
+
resourceInputs["opsgenie"] = args?.opsgenie;
|
|
142
|
+
resourceInputs["pagerduty"] = args?.pagerduty;
|
|
143
|
+
resourceInputs["sendDegraded"] = args?.sendDegraded;
|
|
144
|
+
resourceInputs["sendFailure"] = args?.sendFailure;
|
|
145
|
+
resourceInputs["sendRecovery"] = args?.sendRecovery;
|
|
146
|
+
resourceInputs["slack"] = args?.slack;
|
|
147
|
+
resourceInputs["sms"] = args?.sms;
|
|
148
|
+
resourceInputs["sslExpiry"] = args?.sslExpiry;
|
|
149
|
+
resourceInputs["sslExpiryThreshold"] = args?.sslExpiryThreshold;
|
|
150
|
+
resourceInputs["webhook"] = args?.webhook;
|
|
151
151
|
}
|
|
152
152
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
153
153
|
super(AlertChannel.__pulumiType, name, resourceInputs, opts);
|
package/alertChannel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alertChannel.js","sourceRoot":"","sources":["../alertChannel.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"alertChannel.js","sourceRoot":"","sources":["../alertChannel.ts"],"names":[],"mappings":"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"}
|
package/check.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare class Check extends pulumi.CustomResource {
|
|
|
34
34
|
*/
|
|
35
35
|
readonly degradedResponseTime: pulumi.Output<number | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
37
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
38
38
|
*
|
|
39
39
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
40
40
|
*/
|
|
@@ -100,7 +100,7 @@ export declare class Check extends pulumi.CustomResource {
|
|
|
100
100
|
*/
|
|
101
101
|
readonly request: pulumi.Output<outputs.CheckRequest | undefined>;
|
|
102
102
|
/**
|
|
103
|
-
* A strategy for retrying failed check runs.
|
|
103
|
+
* A strategy for retrying failed check/monitor runs.
|
|
104
104
|
*/
|
|
105
105
|
readonly retryStrategy: pulumi.Output<outputs.CheckRetryStrategy>;
|
|
106
106
|
/**
|
|
@@ -180,7 +180,7 @@ export interface CheckState {
|
|
|
180
180
|
*/
|
|
181
181
|
degradedResponseTime?: pulumi.Input<number>;
|
|
182
182
|
/**
|
|
183
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
183
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
184
184
|
*
|
|
185
185
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
186
186
|
*/
|
|
@@ -246,7 +246,7 @@ export interface CheckState {
|
|
|
246
246
|
*/
|
|
247
247
|
request?: pulumi.Input<inputs.CheckRequest>;
|
|
248
248
|
/**
|
|
249
|
-
* A strategy for retrying failed check runs.
|
|
249
|
+
* A strategy for retrying failed check/monitor runs.
|
|
250
250
|
*/
|
|
251
251
|
retryStrategy?: pulumi.Input<inputs.CheckRetryStrategy>;
|
|
252
252
|
/**
|
|
@@ -318,7 +318,7 @@ export interface CheckArgs {
|
|
|
318
318
|
*/
|
|
319
319
|
degradedResponseTime?: pulumi.Input<number>;
|
|
320
320
|
/**
|
|
321
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
321
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
322
322
|
*
|
|
323
323
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
324
324
|
*/
|
|
@@ -384,7 +384,7 @@ export interface CheckArgs {
|
|
|
384
384
|
*/
|
|
385
385
|
request?: pulumi.Input<inputs.CheckRequest>;
|
|
386
386
|
/**
|
|
387
|
-
* A strategy for retrying failed check runs.
|
|
387
|
+
* A strategy for retrying failed check/monitor runs.
|
|
388
388
|
*/
|
|
389
389
|
retryStrategy?: pulumi.Input<inputs.CheckRetryStrategy>;
|
|
390
390
|
/**
|
package/check.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.Check = void 0;
|
|
@@ -19,7 +19,7 @@ class Check extends pulumi.CustomResource {
|
|
|
19
19
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
20
|
*/
|
|
21
21
|
static get(name, id, state, opts) {
|
|
22
|
-
return new Check(name, state,
|
|
22
|
+
return new Check(name, state, { ...opts, id: id });
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Returns true if the given object is an instance of Check. This is designed to work even
|
|
@@ -36,82 +36,82 @@ class Check extends pulumi.CustomResource {
|
|
|
36
36
|
opts = opts || {};
|
|
37
37
|
if (opts.id) {
|
|
38
38
|
const state = argsOrState;
|
|
39
|
-
resourceInputs["activated"] = state
|
|
40
|
-
resourceInputs["alertChannelSubscriptions"] = state
|
|
41
|
-
resourceInputs["alertSettings"] = state
|
|
42
|
-
resourceInputs["degradedResponseTime"] = state
|
|
43
|
-
resourceInputs["doubleCheck"] = state
|
|
44
|
-
resourceInputs["environmentVariable"] = state
|
|
45
|
-
resourceInputs["environmentVariables"] = state
|
|
46
|
-
resourceInputs["frequency"] = state
|
|
47
|
-
resourceInputs["frequencyOffset"] = state
|
|
48
|
-
resourceInputs["groupId"] = state
|
|
49
|
-
resourceInputs["groupOrder"] = state
|
|
50
|
-
resourceInputs["localSetupScript"] = state
|
|
51
|
-
resourceInputs["localTeardownScript"] = state
|
|
52
|
-
resourceInputs["locations"] = state
|
|
53
|
-
resourceInputs["maxResponseTime"] = state
|
|
54
|
-
resourceInputs["muted"] = state
|
|
55
|
-
resourceInputs["name"] = state
|
|
56
|
-
resourceInputs["privateLocations"] = state
|
|
57
|
-
resourceInputs["request"] = state
|
|
58
|
-
resourceInputs["retryStrategy"] = state
|
|
59
|
-
resourceInputs["runParallel"] = state
|
|
60
|
-
resourceInputs["runtimeId"] = state
|
|
61
|
-
resourceInputs["script"] = state
|
|
62
|
-
resourceInputs["setupSnippetId"] = state
|
|
63
|
-
resourceInputs["shouldFail"] = state
|
|
64
|
-
resourceInputs["sslCheck"] = state
|
|
65
|
-
resourceInputs["sslCheckDomain"] = state
|
|
66
|
-
resourceInputs["tags"] = state
|
|
67
|
-
resourceInputs["teardownSnippetId"] = state
|
|
68
|
-
resourceInputs["triggerIncident"] = state
|
|
69
|
-
resourceInputs["type"] = state
|
|
70
|
-
resourceInputs["useGlobalAlertSettings"] = state
|
|
39
|
+
resourceInputs["activated"] = state?.activated;
|
|
40
|
+
resourceInputs["alertChannelSubscriptions"] = state?.alertChannelSubscriptions;
|
|
41
|
+
resourceInputs["alertSettings"] = state?.alertSettings;
|
|
42
|
+
resourceInputs["degradedResponseTime"] = state?.degradedResponseTime;
|
|
43
|
+
resourceInputs["doubleCheck"] = state?.doubleCheck;
|
|
44
|
+
resourceInputs["environmentVariable"] = state?.environmentVariable;
|
|
45
|
+
resourceInputs["environmentVariables"] = state?.environmentVariables;
|
|
46
|
+
resourceInputs["frequency"] = state?.frequency;
|
|
47
|
+
resourceInputs["frequencyOffset"] = state?.frequencyOffset;
|
|
48
|
+
resourceInputs["groupId"] = state?.groupId;
|
|
49
|
+
resourceInputs["groupOrder"] = state?.groupOrder;
|
|
50
|
+
resourceInputs["localSetupScript"] = state?.localSetupScript;
|
|
51
|
+
resourceInputs["localTeardownScript"] = state?.localTeardownScript;
|
|
52
|
+
resourceInputs["locations"] = state?.locations;
|
|
53
|
+
resourceInputs["maxResponseTime"] = state?.maxResponseTime;
|
|
54
|
+
resourceInputs["muted"] = state?.muted;
|
|
55
|
+
resourceInputs["name"] = state?.name;
|
|
56
|
+
resourceInputs["privateLocations"] = state?.privateLocations;
|
|
57
|
+
resourceInputs["request"] = state?.request;
|
|
58
|
+
resourceInputs["retryStrategy"] = state?.retryStrategy;
|
|
59
|
+
resourceInputs["runParallel"] = state?.runParallel;
|
|
60
|
+
resourceInputs["runtimeId"] = state?.runtimeId;
|
|
61
|
+
resourceInputs["script"] = state?.script;
|
|
62
|
+
resourceInputs["setupSnippetId"] = state?.setupSnippetId;
|
|
63
|
+
resourceInputs["shouldFail"] = state?.shouldFail;
|
|
64
|
+
resourceInputs["sslCheck"] = state?.sslCheck;
|
|
65
|
+
resourceInputs["sslCheckDomain"] = state?.sslCheckDomain;
|
|
66
|
+
resourceInputs["tags"] = state?.tags;
|
|
67
|
+
resourceInputs["teardownSnippetId"] = state?.teardownSnippetId;
|
|
68
|
+
resourceInputs["triggerIncident"] = state?.triggerIncident;
|
|
69
|
+
resourceInputs["type"] = state?.type;
|
|
70
|
+
resourceInputs["useGlobalAlertSettings"] = state?.useGlobalAlertSettings;
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
73
|
const args = argsOrState;
|
|
74
|
-
if (
|
|
74
|
+
if (args?.activated === undefined && !opts.urn) {
|
|
75
75
|
throw new Error("Missing required property 'activated'");
|
|
76
76
|
}
|
|
77
|
-
if (
|
|
77
|
+
if (args?.frequency === undefined && !opts.urn) {
|
|
78
78
|
throw new Error("Missing required property 'frequency'");
|
|
79
79
|
}
|
|
80
|
-
if (
|
|
80
|
+
if (args?.type === undefined && !opts.urn) {
|
|
81
81
|
throw new Error("Missing required property 'type'");
|
|
82
82
|
}
|
|
83
|
-
resourceInputs["activated"] = args
|
|
84
|
-
resourceInputs["alertChannelSubscriptions"] = args
|
|
85
|
-
resourceInputs["alertSettings"] = args
|
|
86
|
-
resourceInputs["degradedResponseTime"] = args
|
|
87
|
-
resourceInputs["doubleCheck"] = args
|
|
88
|
-
resourceInputs["environmentVariable"] = args
|
|
89
|
-
resourceInputs["environmentVariables"] = args
|
|
90
|
-
resourceInputs["frequency"] = args
|
|
91
|
-
resourceInputs["frequencyOffset"] = args
|
|
92
|
-
resourceInputs["groupId"] = args
|
|
93
|
-
resourceInputs["groupOrder"] = args
|
|
94
|
-
resourceInputs["localSetupScript"] = args
|
|
95
|
-
resourceInputs["localTeardownScript"] = args
|
|
96
|
-
resourceInputs["locations"] = args
|
|
97
|
-
resourceInputs["maxResponseTime"] = args
|
|
98
|
-
resourceInputs["muted"] = args
|
|
99
|
-
resourceInputs["name"] = args
|
|
100
|
-
resourceInputs["privateLocations"] = args
|
|
101
|
-
resourceInputs["request"] = args
|
|
102
|
-
resourceInputs["retryStrategy"] = args
|
|
103
|
-
resourceInputs["runParallel"] = args
|
|
104
|
-
resourceInputs["runtimeId"] = args
|
|
105
|
-
resourceInputs["script"] = args
|
|
106
|
-
resourceInputs["setupSnippetId"] = args
|
|
107
|
-
resourceInputs["shouldFail"] = args
|
|
108
|
-
resourceInputs["sslCheck"] = args
|
|
109
|
-
resourceInputs["sslCheckDomain"] = args
|
|
110
|
-
resourceInputs["tags"] = args
|
|
111
|
-
resourceInputs["teardownSnippetId"] = args
|
|
112
|
-
resourceInputs["triggerIncident"] = args
|
|
113
|
-
resourceInputs["type"] = args
|
|
114
|
-
resourceInputs["useGlobalAlertSettings"] = args
|
|
83
|
+
resourceInputs["activated"] = args?.activated;
|
|
84
|
+
resourceInputs["alertChannelSubscriptions"] = args?.alertChannelSubscriptions;
|
|
85
|
+
resourceInputs["alertSettings"] = args?.alertSettings;
|
|
86
|
+
resourceInputs["degradedResponseTime"] = args?.degradedResponseTime;
|
|
87
|
+
resourceInputs["doubleCheck"] = args?.doubleCheck;
|
|
88
|
+
resourceInputs["environmentVariable"] = args?.environmentVariable;
|
|
89
|
+
resourceInputs["environmentVariables"] = args?.environmentVariables;
|
|
90
|
+
resourceInputs["frequency"] = args?.frequency;
|
|
91
|
+
resourceInputs["frequencyOffset"] = args?.frequencyOffset;
|
|
92
|
+
resourceInputs["groupId"] = args?.groupId;
|
|
93
|
+
resourceInputs["groupOrder"] = args?.groupOrder;
|
|
94
|
+
resourceInputs["localSetupScript"] = args?.localSetupScript;
|
|
95
|
+
resourceInputs["localTeardownScript"] = args?.localTeardownScript;
|
|
96
|
+
resourceInputs["locations"] = args?.locations;
|
|
97
|
+
resourceInputs["maxResponseTime"] = args?.maxResponseTime;
|
|
98
|
+
resourceInputs["muted"] = args?.muted;
|
|
99
|
+
resourceInputs["name"] = args?.name;
|
|
100
|
+
resourceInputs["privateLocations"] = args?.privateLocations;
|
|
101
|
+
resourceInputs["request"] = args?.request;
|
|
102
|
+
resourceInputs["retryStrategy"] = args?.retryStrategy;
|
|
103
|
+
resourceInputs["runParallel"] = args?.runParallel;
|
|
104
|
+
resourceInputs["runtimeId"] = args?.runtimeId;
|
|
105
|
+
resourceInputs["script"] = args?.script;
|
|
106
|
+
resourceInputs["setupSnippetId"] = args?.setupSnippetId;
|
|
107
|
+
resourceInputs["shouldFail"] = args?.shouldFail;
|
|
108
|
+
resourceInputs["sslCheck"] = args?.sslCheck;
|
|
109
|
+
resourceInputs["sslCheckDomain"] = args?.sslCheckDomain;
|
|
110
|
+
resourceInputs["tags"] = args?.tags;
|
|
111
|
+
resourceInputs["teardownSnippetId"] = args?.teardownSnippetId;
|
|
112
|
+
resourceInputs["triggerIncident"] = args?.triggerIncident;
|
|
113
|
+
resourceInputs["type"] = args?.type;
|
|
114
|
+
resourceInputs["useGlobalAlertSettings"] = args?.useGlobalAlertSettings;
|
|
115
115
|
}
|
|
116
116
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
117
117
|
super(Check.__pulumiType, name, resourceInputs, opts);
|
package/check.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check.js","sourceRoot":"","sources":["../check.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"check.js","sourceRoot":"","sources":["../check.ts"],"names":[],"mappings":"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"}
|
package/checkGroup.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare class CheckGroup extends pulumi.CustomResource {
|
|
|
32
32
|
*/
|
|
33
33
|
readonly concurrency: pulumi.Output<number>;
|
|
34
34
|
/**
|
|
35
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
35
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
36
36
|
*
|
|
37
37
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
38
38
|
*/
|
|
@@ -74,7 +74,7 @@ export declare class CheckGroup extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly privateLocations: pulumi.Output<string[] | undefined>;
|
|
76
76
|
/**
|
|
77
|
-
* A strategy for retrying failed check runs.
|
|
77
|
+
* A strategy for retrying failed check/monitor runs.
|
|
78
78
|
*/
|
|
79
79
|
readonly retryStrategy: pulumi.Output<outputs.CheckGroupRetryStrategy>;
|
|
80
80
|
/**
|
|
@@ -126,7 +126,7 @@ export interface CheckGroupState {
|
|
|
126
126
|
*/
|
|
127
127
|
concurrency?: pulumi.Input<number>;
|
|
128
128
|
/**
|
|
129
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
129
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
130
130
|
*
|
|
131
131
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
132
132
|
*/
|
|
@@ -168,7 +168,7 @@ export interface CheckGroupState {
|
|
|
168
168
|
*/
|
|
169
169
|
privateLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
170
170
|
/**
|
|
171
|
-
* A strategy for retrying failed check runs.
|
|
171
|
+
* A strategy for retrying failed check/monitor runs.
|
|
172
172
|
*/
|
|
173
173
|
retryStrategy?: pulumi.Input<inputs.CheckGroupRetryStrategy>;
|
|
174
174
|
/**
|
|
@@ -212,7 +212,7 @@ export interface CheckGroupArgs {
|
|
|
212
212
|
*/
|
|
213
213
|
concurrency: pulumi.Input<number>;
|
|
214
214
|
/**
|
|
215
|
-
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed.
|
|
215
|
+
* Setting this to `true` will trigger a retry when a check fails from the failing region and another, randomly selected region before marking the check as failed. (Default `false`).
|
|
216
216
|
*
|
|
217
217
|
* @deprecated The property `doubleCheck` is deprecated and will be removed in a future version. To enable retries for failed check runs, use the `retryStrategy` property instead.
|
|
218
218
|
*/
|
|
@@ -254,7 +254,7 @@ export interface CheckGroupArgs {
|
|
|
254
254
|
*/
|
|
255
255
|
privateLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
256
256
|
/**
|
|
257
|
-
* A strategy for retrying failed check runs.
|
|
257
|
+
* A strategy for retrying failed check/monitor runs.
|
|
258
258
|
*/
|
|
259
259
|
retryStrategy?: pulumi.Input<inputs.CheckGroupRetryStrategy>;
|
|
260
260
|
/**
|
package/checkGroup.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.CheckGroup = void 0;
|
|
@@ -20,7 +20,7 @@ class CheckGroup extends pulumi.CustomResource {
|
|
|
20
20
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
21
21
|
*/
|
|
22
22
|
static get(name, id, state, opts) {
|
|
23
|
-
return new CheckGroup(name, state,
|
|
23
|
+
return new CheckGroup(name, state, { ...opts, id: id });
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Returns true if the given object is an instance of CheckGroup. This is designed to work even
|
|
@@ -37,57 +37,57 @@ class CheckGroup extends pulumi.CustomResource {
|
|
|
37
37
|
opts = opts || {};
|
|
38
38
|
if (opts.id) {
|
|
39
39
|
const state = argsOrState;
|
|
40
|
-
resourceInputs["activated"] = state
|
|
41
|
-
resourceInputs["alertChannelSubscriptions"] = state
|
|
42
|
-
resourceInputs["alertSettings"] = state
|
|
43
|
-
resourceInputs["apiCheckDefaults"] = state
|
|
44
|
-
resourceInputs["concurrency"] = state
|
|
45
|
-
resourceInputs["doubleCheck"] = state
|
|
46
|
-
resourceInputs["environmentVariable"] = state
|
|
47
|
-
resourceInputs["environmentVariables"] = state
|
|
48
|
-
resourceInputs["localSetupScript"] = state
|
|
49
|
-
resourceInputs["localTeardownScript"] = state
|
|
50
|
-
resourceInputs["locations"] = state
|
|
51
|
-
resourceInputs["muted"] = state
|
|
52
|
-
resourceInputs["name"] = state
|
|
53
|
-
resourceInputs["privateLocations"] = state
|
|
54
|
-
resourceInputs["retryStrategy"] = state
|
|
55
|
-
resourceInputs["runParallel"] = state
|
|
56
|
-
resourceInputs["runtimeId"] = state
|
|
57
|
-
resourceInputs["setupSnippetId"] = state
|
|
58
|
-
resourceInputs["tags"] = state
|
|
59
|
-
resourceInputs["teardownSnippetId"] = state
|
|
60
|
-
resourceInputs["useGlobalAlertSettings"] = state
|
|
40
|
+
resourceInputs["activated"] = state?.activated;
|
|
41
|
+
resourceInputs["alertChannelSubscriptions"] = state?.alertChannelSubscriptions;
|
|
42
|
+
resourceInputs["alertSettings"] = state?.alertSettings;
|
|
43
|
+
resourceInputs["apiCheckDefaults"] = state?.apiCheckDefaults;
|
|
44
|
+
resourceInputs["concurrency"] = state?.concurrency;
|
|
45
|
+
resourceInputs["doubleCheck"] = state?.doubleCheck;
|
|
46
|
+
resourceInputs["environmentVariable"] = state?.environmentVariable;
|
|
47
|
+
resourceInputs["environmentVariables"] = state?.environmentVariables;
|
|
48
|
+
resourceInputs["localSetupScript"] = state?.localSetupScript;
|
|
49
|
+
resourceInputs["localTeardownScript"] = state?.localTeardownScript;
|
|
50
|
+
resourceInputs["locations"] = state?.locations;
|
|
51
|
+
resourceInputs["muted"] = state?.muted;
|
|
52
|
+
resourceInputs["name"] = state?.name;
|
|
53
|
+
resourceInputs["privateLocations"] = state?.privateLocations;
|
|
54
|
+
resourceInputs["retryStrategy"] = state?.retryStrategy;
|
|
55
|
+
resourceInputs["runParallel"] = state?.runParallel;
|
|
56
|
+
resourceInputs["runtimeId"] = state?.runtimeId;
|
|
57
|
+
resourceInputs["setupSnippetId"] = state?.setupSnippetId;
|
|
58
|
+
resourceInputs["tags"] = state?.tags;
|
|
59
|
+
resourceInputs["teardownSnippetId"] = state?.teardownSnippetId;
|
|
60
|
+
resourceInputs["useGlobalAlertSettings"] = state?.useGlobalAlertSettings;
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
63
|
const args = argsOrState;
|
|
64
|
-
if (
|
|
64
|
+
if (args?.activated === undefined && !opts.urn) {
|
|
65
65
|
throw new Error("Missing required property 'activated'");
|
|
66
66
|
}
|
|
67
|
-
if (
|
|
67
|
+
if (args?.concurrency === undefined && !opts.urn) {
|
|
68
68
|
throw new Error("Missing required property 'concurrency'");
|
|
69
69
|
}
|
|
70
|
-
resourceInputs["activated"] = args
|
|
71
|
-
resourceInputs["alertChannelSubscriptions"] = args
|
|
72
|
-
resourceInputs["alertSettings"] = args
|
|
70
|
+
resourceInputs["activated"] = args?.activated;
|
|
71
|
+
resourceInputs["alertChannelSubscriptions"] = args?.alertChannelSubscriptions;
|
|
72
|
+
resourceInputs["alertSettings"] = args?.alertSettings;
|
|
73
73
|
resourceInputs["apiCheckDefaults"] = args ? (args.apiCheckDefaults ? pulumi.output(args.apiCheckDefaults).apply(inputs.checkGroupApiCheckDefaultsProvideDefaults) : undefined) : undefined;
|
|
74
|
-
resourceInputs["concurrency"] = args
|
|
75
|
-
resourceInputs["doubleCheck"] = args
|
|
76
|
-
resourceInputs["environmentVariable"] = args
|
|
77
|
-
resourceInputs["environmentVariables"] = args
|
|
78
|
-
resourceInputs["localSetupScript"] = args
|
|
79
|
-
resourceInputs["localTeardownScript"] = args
|
|
80
|
-
resourceInputs["locations"] = args
|
|
81
|
-
resourceInputs["muted"] = args
|
|
82
|
-
resourceInputs["name"] = args
|
|
83
|
-
resourceInputs["privateLocations"] = args
|
|
84
|
-
resourceInputs["retryStrategy"] = args
|
|
85
|
-
resourceInputs["runParallel"] = args
|
|
86
|
-
resourceInputs["runtimeId"] = args
|
|
87
|
-
resourceInputs["setupSnippetId"] = args
|
|
88
|
-
resourceInputs["tags"] = args
|
|
89
|
-
resourceInputs["teardownSnippetId"] = args
|
|
90
|
-
resourceInputs["useGlobalAlertSettings"] = args
|
|
74
|
+
resourceInputs["concurrency"] = args?.concurrency;
|
|
75
|
+
resourceInputs["doubleCheck"] = args?.doubleCheck;
|
|
76
|
+
resourceInputs["environmentVariable"] = args?.environmentVariable;
|
|
77
|
+
resourceInputs["environmentVariables"] = args?.environmentVariables;
|
|
78
|
+
resourceInputs["localSetupScript"] = args?.localSetupScript;
|
|
79
|
+
resourceInputs["localTeardownScript"] = args?.localTeardownScript;
|
|
80
|
+
resourceInputs["locations"] = args?.locations;
|
|
81
|
+
resourceInputs["muted"] = args?.muted;
|
|
82
|
+
resourceInputs["name"] = args?.name;
|
|
83
|
+
resourceInputs["privateLocations"] = args?.privateLocations;
|
|
84
|
+
resourceInputs["retryStrategy"] = args?.retryStrategy;
|
|
85
|
+
resourceInputs["runParallel"] = args?.runParallel;
|
|
86
|
+
resourceInputs["runtimeId"] = args?.runtimeId;
|
|
87
|
+
resourceInputs["setupSnippetId"] = args?.setupSnippetId;
|
|
88
|
+
resourceInputs["tags"] = args?.tags;
|
|
89
|
+
resourceInputs["teardownSnippetId"] = args?.teardownSnippetId;
|
|
90
|
+
resourceInputs["useGlobalAlertSettings"] = args?.useGlobalAlertSettings;
|
|
91
91
|
}
|
|
92
92
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
93
|
super(CheckGroup.__pulumiType, name, resourceInputs, opts);
|
package/checkGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkGroup.js","sourceRoot":"","sources":["../checkGroup.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"checkGroup.js","sourceRoot":"","sources":["../checkGroup.ts"],"names":[],"mappings":"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"}
|