pulumi-checkly 2.0.0b0__py3-none-any.whl → 2.0.1__py3-none-any.whl
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.
- pulumi_checkly/pulumi-plugin.json +1 -1
- pulumi_checkly/tcp_check.py +14 -14
- {pulumi_checkly-2.0.0b0.dist-info → pulumi_checkly-2.0.1.dist-info}/METADATA +1 -1
- {pulumi_checkly-2.0.0b0.dist-info → pulumi_checkly-2.0.1.dist-info}/RECORD +6 -6
- {pulumi_checkly-2.0.0b0.dist-info → pulumi_checkly-2.0.1.dist-info}/WHEEL +1 -1
- {pulumi_checkly-2.0.0b0.dist-info → pulumi_checkly-2.0.1.dist-info}/top_level.txt +0 -0
pulumi_checkly/tcp_check.py
CHANGED
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
|
@@ -12,16 +12,16 @@ pulumi_checkly/maintenance_window.py,sha256=LWrPK7ZBtj8paG8K5aS7hZCxVUgZX9MOVOO2
|
|
12
12
|
pulumi_checkly/outputs.py,sha256=9-U4YpWu7HhtE9_nGtEP74CxGplzDB3xX0hOH9tQMao,91797
|
13
13
|
pulumi_checkly/private_location.py,sha256=RqBW5lQbvmKlL3gQL0DqR_nYkhhZ9nE1ADf8q0dWQ6w,10528
|
14
14
|
pulumi_checkly/provider.py,sha256=t8RlYsceAV-_DMVTbtdyr6SQyQ462L_8ni1mNXhZvGw,5875
|
15
|
-
pulumi_checkly/pulumi-plugin.json,sha256=
|
15
|
+
pulumi_checkly/pulumi-plugin.json,sha256=evQF7LO98oautjIK0BZGFdqd5eUjGx2v9vG63TG4GcY,113
|
16
16
|
pulumi_checkly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
pulumi_checkly/snippet.py,sha256=xQCa0HQeoGljCRg2hs8yfuWI-TcDOE6cRv0_hszQVLw,8431
|
18
|
-
pulumi_checkly/tcp_check.py,sha256=
|
18
|
+
pulumi_checkly/tcp_check.py,sha256=ENvTMngSA68LSRMD429nNGJJMO5kJQ8uq-VwGmLHyUA,57575
|
19
19
|
pulumi_checkly/trigger_check.py,sha256=cnozFnPJS30arFqCEmI4m6UeOy5bCW3QfLJFC8f3swg,9787
|
20
20
|
pulumi_checkly/trigger_check_group.py,sha256=wJkACfvIh-xzcPNekcil0WgQtA8DpQGyjevTOh7zPg0,9827
|
21
21
|
pulumi_checkly/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
22
22
|
pulumi_checkly/config/__init__.pyi,sha256=Fpk-O56lUiCTFequ30t3iJiEmChj_bG4iJMrQ-x0wp0,591
|
23
23
|
pulumi_checkly/config/vars.py,sha256=lv8NkDSQLIvNDzktM9EO-XFf39KPqFhim4nvCHQd8wE,907
|
24
|
-
pulumi_checkly-2.0.
|
25
|
-
pulumi_checkly-2.0.
|
26
|
-
pulumi_checkly-2.0.
|
27
|
-
pulumi_checkly-2.0.
|
24
|
+
pulumi_checkly-2.0.1.dist-info/METADATA,sha256=poV8sPuMqbqiqrIXs9Yitcnw4zzfH0E1zfFP4OLQ-DQ,2876
|
25
|
+
pulumi_checkly-2.0.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
26
|
+
pulumi_checkly-2.0.1.dist-info/top_level.txt,sha256=qWgkLdBIceubF5gJGeOwoEFK1XXVtmkd6AKHMl9Qnk4,15
|
27
|
+
pulumi_checkly-2.0.1.dist-info/RECORD,,
|
File without changes
|