@checkly/pulumi 2.1.0-alpha.1740991085 → 2.1.0-alpha.1741030114

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/tcpCheck.d.ts +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkly/pulumi",
3
- "version": "2.1.0-alpha.1740991085",
3
+ "version": "2.1.0-alpha.1741030114",
4
4
  "description": "A Pulumi package for creating and managing Checkly monitoring resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,7 +23,7 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "checkly",
26
- "version": "2.1.0-alpha.1740991085",
26
+ "version": "2.1.0-alpha.1741030114",
27
27
  "server": "github://api.github.com/checkly"
28
28
  }
29
29
  }
package/tcpCheck.d.ts CHANGED
@@ -100,7 +100,7 @@ export declare class TcpCheck extends pulumi.CustomResource {
100
100
  readonly alertChannelSubscriptions: pulumi.Output<outputs.TcpCheckAlertChannelSubscription[] | undefined>;
101
101
  readonly alertSettings: pulumi.Output<outputs.TcpCheckAlertSettings>;
102
102
  /**
103
- * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
103
+ * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
104
104
  */
105
105
  readonly degradedResponseTime: pulumi.Output<number | undefined>;
106
106
  /**
@@ -124,7 +124,7 @@ export declare class TcpCheck extends pulumi.CustomResource {
124
124
  */
125
125
  readonly locations: pulumi.Output<string[] | undefined>;
126
126
  /**
127
- * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
127
+ * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
128
128
  */
129
129
  readonly maxResponseTime: pulumi.Output<number | undefined>;
130
130
  /**
@@ -190,7 +190,7 @@ export interface TcpCheckState {
190
190
  alertChannelSubscriptions?: pulumi.Input<pulumi.Input<inputs.TcpCheckAlertChannelSubscription>[]>;
191
191
  alertSettings?: pulumi.Input<inputs.TcpCheckAlertSettings>;
192
192
  /**
193
- * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
193
+ * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
194
194
  */
195
195
  degradedResponseTime?: pulumi.Input<number>;
196
196
  /**
@@ -214,7 +214,7 @@ export interface TcpCheckState {
214
214
  */
215
215
  locations?: pulumi.Input<pulumi.Input<string>[]>;
216
216
  /**
217
- * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
217
+ * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
218
218
  */
219
219
  maxResponseTime?: pulumi.Input<number>;
220
220
  /**
@@ -272,7 +272,7 @@ export interface TcpCheckArgs {
272
272
  alertChannelSubscriptions?: pulumi.Input<pulumi.Input<inputs.TcpCheckAlertChannelSubscription>[]>;
273
273
  alertSettings?: pulumi.Input<inputs.TcpCheckAlertSettings>;
274
274
  /**
275
- * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
275
+ * The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
276
276
  */
277
277
  degradedResponseTime?: pulumi.Input<number>;
278
278
  /**
@@ -296,7 +296,7 @@ export interface TcpCheckArgs {
296
296
  */
297
297
  locations?: pulumi.Input<pulumi.Input<string>[]>;
298
298
  /**
299
- * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
299
+ * The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
300
300
  */
301
301
  maxResponseTime?: pulumi.Input<number>;
302
302
  /**