pulumi-checkly 2.1.0a1740991056__tar.gz → 2.1.0a1741030114__tar.gz

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 (32) hide show
  1. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/PKG-INFO +1 -1
  2. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/pulumi-plugin.json +1 -1
  3. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/tcp_check.py +14 -14
  4. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly.egg-info/PKG-INFO +1 -1
  5. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pyproject.toml +1 -1
  6. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/README.md +0 -0
  7. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/__init__.py +0 -0
  8. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/_inputs.py +0 -0
  9. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/_utilities.py +0 -0
  10. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/alert_channel.py +0 -0
  11. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/check.py +0 -0
  12. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/check_group.py +0 -0
  13. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/config/__init__.py +0 -0
  14. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/config/__init__.pyi +0 -0
  15. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/config/vars.py +0 -0
  16. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/dashboard.py +0 -0
  17. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/environment_variable.py +0 -0
  18. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/get_static_ips.py +0 -0
  19. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/heartbeat_check.py +0 -0
  20. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/maintenance_window.py +0 -0
  21. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/outputs.py +0 -0
  22. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/private_location.py +0 -0
  23. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/provider.py +0 -0
  24. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/py.typed +0 -0
  25. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/snippet.py +0 -0
  26. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/trigger_check.py +0 -0
  27. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly/trigger_check_group.py +0 -0
  28. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly.egg-info/SOURCES.txt +0 -0
  29. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly.egg-info/dependency_links.txt +0 -0
  30. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly.egg-info/requires.txt +0 -0
  31. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/pulumi_checkly.egg-info/top_level.txt +0 -0
  32. {pulumi_checkly-2.1.0a1740991056 → pulumi_checkly-2.1.0a1741030114}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_checkly
3
- Version: 2.1.0a1740991056
3
+ Version: 2.1.0a1741030114
4
4
  Summary: A Pulumi package for creating and managing Checkly monitoring resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com/registry/packages/checkly
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "checkly",
4
- "version": "2.1.0-alpha.1740991056",
4
+ "version": "2.1.0-alpha.1741030114",
5
5
  "server": "github://api.github.com/checkly"
6
6
  }
@@ -47,12 +47,12 @@ class TcpCheckArgs:
47
47
  :param pulumi.Input[int] frequency: The frequency in minutes to run the check. Possible values are `0`, `1`, `2`, `5`, `10`, `15`, `30`, `60`, `120`, `180`, `360`, `720`, and `1440`.
48
48
  :param pulumi.Input['TcpCheckRequestArgs'] request: The parameters for the TCP connection.
49
49
  :param pulumi.Input[Sequence[pulumi.Input['TcpCheckAlertChannelSubscriptionArgs']]] alert_channel_subscriptions: An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you in case something goes wrong with it.
50
- :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
50
+ :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
51
51
  :param pulumi.Input[int] frequency_offset: To create a high frequency check, the property `frequency` must be `0` and `frequency_offset` can be `10`, `20` or `30`.
52
52
  :param pulumi.Input[int] group_id: The id of the check group this check is part of.
53
53
  :param pulumi.Input[int] group_order: The position of this check in a check group. It determines in what order checks are run when a group is triggered from the API or from CI/CD.
54
54
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: An array of one or more data center locations where to run the this check. (Default ["us-east-1"])
55
- :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
55
+ :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
56
56
  :param pulumi.Input[bool] muted: Determines if any notifications will be sent out when a check fails/degrades/recovers.
57
57
  :param pulumi.Input[str] name: The name of the check.
58
58
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_locations: An array of one or more private locations slugs.
@@ -162,7 +162,7 @@ class TcpCheckArgs:
162
162
  @pulumi.getter(name="degradedResponseTime")
163
163
  def degraded_response_time(self) -> Optional[pulumi.Input[int]]:
164
164
  """
165
- The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
165
+ The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
166
166
  """
167
167
  return pulumi.get(self, "degraded_response_time")
168
168
 
@@ -222,7 +222,7 @@ class TcpCheckArgs:
222
222
  @pulumi.getter(name="maxResponseTime")
223
223
  def max_response_time(self) -> Optional[pulumi.Input[int]]:
224
224
  """
225
- The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
225
+ The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
226
226
  """
227
227
  return pulumi.get(self, "max_response_time")
228
228
 
@@ -366,13 +366,13 @@ class _TcpCheckState:
366
366
  Input properties used for looking up and filtering TcpCheck resources.
367
367
  :param pulumi.Input[bool] activated: Determines if the check is running or not. Possible values `true`, and `false`.
368
368
  :param pulumi.Input[Sequence[pulumi.Input['TcpCheckAlertChannelSubscriptionArgs']]] alert_channel_subscriptions: An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you in case something goes wrong with it.
369
- :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
369
+ :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
370
370
  :param pulumi.Input[int] frequency: The frequency in minutes to run the check. Possible values are `0`, `1`, `2`, `5`, `10`, `15`, `30`, `60`, `120`, `180`, `360`, `720`, and `1440`.
371
371
  :param pulumi.Input[int] frequency_offset: To create a high frequency check, the property `frequency` must be `0` and `frequency_offset` can be `10`, `20` or `30`.
372
372
  :param pulumi.Input[int] group_id: The id of the check group this check is part of.
373
373
  :param pulumi.Input[int] group_order: The position of this check in a check group. It determines in what order checks are run when a group is triggered from the API or from CI/CD.
374
374
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: An array of one or more data center locations where to run the this check. (Default ["us-east-1"])
375
- :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
375
+ :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
376
376
  :param pulumi.Input[bool] muted: Determines if any notifications will be sent out when a check fails/degrades/recovers.
377
377
  :param pulumi.Input[str] name: The name of the check.
378
378
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_locations: An array of one or more private locations slugs.
@@ -462,7 +462,7 @@ class _TcpCheckState:
462
462
  @pulumi.getter(name="degradedResponseTime")
463
463
  def degraded_response_time(self) -> Optional[pulumi.Input[int]]:
464
464
  """
465
- The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
465
+ The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
466
466
  """
467
467
  return pulumi.get(self, "degraded_response_time")
468
468
 
@@ -534,7 +534,7 @@ class _TcpCheckState:
534
534
  @pulumi.getter(name="maxResponseTime")
535
535
  def max_response_time(self) -> Optional[pulumi.Input[int]]:
536
536
  """
537
- The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
537
+ The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
538
538
  """
539
539
  return pulumi.get(self, "max_response_time")
540
540
 
@@ -764,13 +764,13 @@ class TcpCheck(pulumi.CustomResource):
764
764
  :param pulumi.ResourceOptions opts: Options for the resource.
765
765
  :param pulumi.Input[bool] activated: Determines if the check is running or not. Possible values `true`, and `false`.
766
766
  :param pulumi.Input[Sequence[pulumi.Input[Union['TcpCheckAlertChannelSubscriptionArgs', 'TcpCheckAlertChannelSubscriptionArgsDict']]]] alert_channel_subscriptions: An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you in case something goes wrong with it.
767
- :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
767
+ :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
768
768
  :param pulumi.Input[int] frequency: The frequency in minutes to run the check. Possible values are `0`, `1`, `2`, `5`, `10`, `15`, `30`, `60`, `120`, `180`, `360`, `720`, and `1440`.
769
769
  :param pulumi.Input[int] frequency_offset: To create a high frequency check, the property `frequency` must be `0` and `frequency_offset` can be `10`, `20` or `30`.
770
770
  :param pulumi.Input[int] group_id: The id of the check group this check is part of.
771
771
  :param pulumi.Input[int] group_order: The position of this check in a check group. It determines in what order checks are run when a group is triggered from the API or from CI/CD.
772
772
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: An array of one or more data center locations where to run the this check. (Default ["us-east-1"])
773
- :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
773
+ :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
774
774
  :param pulumi.Input[bool] muted: Determines if any notifications will be sent out when a check fails/degrades/recovers.
775
775
  :param pulumi.Input[str] name: The name of the check.
776
776
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_locations: An array of one or more private locations slugs.
@@ -968,13 +968,13 @@ class TcpCheck(pulumi.CustomResource):
968
968
  :param pulumi.ResourceOptions opts: Options for the resource.
969
969
  :param pulumi.Input[bool] activated: Determines if the check is running or not. Possible values `true`, and `false`.
970
970
  :param pulumi.Input[Sequence[pulumi.Input[Union['TcpCheckAlertChannelSubscriptionArgs', 'TcpCheckAlertChannelSubscriptionArgsDict']]]] alert_channel_subscriptions: An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you in case something goes wrong with it.
971
- :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
971
+ :param pulumi.Input[int] degraded_response_time: The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
972
972
  :param pulumi.Input[int] frequency: The frequency in minutes to run the check. Possible values are `0`, `1`, `2`, `5`, `10`, `15`, `30`, `60`, `120`, `180`, `360`, `720`, and `1440`.
973
973
  :param pulumi.Input[int] frequency_offset: To create a high frequency check, the property `frequency` must be `0` and `frequency_offset` can be `10`, `20` or `30`.
974
974
  :param pulumi.Input[int] group_id: The id of the check group this check is part of.
975
975
  :param pulumi.Input[int] group_order: The position of this check in a check group. It determines in what order checks are run when a group is triggered from the API or from CI/CD.
976
976
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: An array of one or more data center locations where to run the this check. (Default ["us-east-1"])
977
- :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
977
+ :param pulumi.Input[int] max_response_time: The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
978
978
  :param pulumi.Input[bool] muted: Determines if any notifications will be sent out when a check fails/degrades/recovers.
979
979
  :param pulumi.Input[str] name: The name of the check.
980
980
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_locations: An array of one or more private locations slugs.
@@ -1037,7 +1037,7 @@ class TcpCheck(pulumi.CustomResource):
1037
1037
  @pulumi.getter(name="degradedResponseTime")
1038
1038
  def degraded_response_time(self) -> pulumi.Output[Optional[int]]:
1039
1039
  """
1040
- The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 30000. (Default `15000`).
1040
+ The response time in milliseconds starting from which a check should be considered degraded. Possible values are between 0 and 5000. (Default `4000`).
1041
1041
  """
1042
1042
  return pulumi.get(self, "degraded_response_time")
1043
1043
 
@@ -1085,7 +1085,7 @@ class TcpCheck(pulumi.CustomResource):
1085
1085
  @pulumi.getter(name="maxResponseTime")
1086
1086
  def max_response_time(self) -> pulumi.Output[Optional[int]]:
1087
1087
  """
1088
- The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 30000. (Default `30000`).
1088
+ The response time in milliseconds starting from which a check should be considered failing. Possible values are between 0 and 5000. (Default `5000`).
1089
1089
  """
1090
1090
  return pulumi.get(self, "max_response_time")
1091
1091
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_checkly
3
- Version: 2.1.0a1740991056
3
+ Version: 2.1.0a1741030114
4
4
  Summary: A Pulumi package for creating and managing Checkly monitoring resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com/registry/packages/checkly
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "checkly", "category/monitoring"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "2.1.0a1740991056"
8
+ version = "2.1.0a1741030114"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]