pulumi-azure-native 2.78.0a1734184513__py3-none-any.whl → 2.79.0__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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (147) hide show
  1. pulumi_azure_native/__init__.py +46 -16
  2. pulumi_azure_native/alertsmanagement/__init__.py +0 -6
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/azurefleet/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  14. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  15. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  16. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  17. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  18. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  19. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  20. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  22. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  23. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  24. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  25. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  26. pulumi_azure_native/compute/__init__.py +3 -0
  27. pulumi_azure_native/compute/cloud_service.py +5 -1
  28. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  29. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  30. pulumi_azure_native/{alertsmanagement/v20230501preview → compute/v20241104}/__init__.py +2 -2
  31. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  32. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  33. pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → compute/v20241104/cloud_service.py} +87 -58
  34. pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → compute/v20241104/get_cloud_service.py} +53 -39
  35. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  36. pulumi_azure_native/datadog/__init__.py +7 -0
  37. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  38. pulumi_azure_native/datadog/get_monitor.py +2 -2
  39. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  40. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  41. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  42. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  43. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  44. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  45. pulumi_azure_native/datadog/monitor.py +3 -3
  46. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  47. pulumi_azure_native/datadog/outputs.py +120 -0
  48. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  49. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  50. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  51. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  52. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  53. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  54. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  55. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  56. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  57. pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → datadog/v20230707/get_monitor.py} +54 -43
  58. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  59. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  60. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  61. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  62. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  63. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  64. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  65. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  66. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  67. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  68. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  69. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  70. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  72. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  73. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  74. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  75. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  76. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  77. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  78. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  79. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  80. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  81. pulumi_azure_native/datafactory/_inputs.py +6 -6
  82. pulumi_azure_native/datafactory/outputs.py +4 -4
  83. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  84. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  85. pulumi_azure_native/pulumi-plugin.json +1 -1
  86. pulumi_azure_native/quota/__init__.py +3 -0
  87. pulumi_azure_native/quota/get_group_quota.py +2 -2
  88. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  89. pulumi_azure_native/quota/group_quota.py +3 -3
  90. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  91. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  92. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  93. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  94. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  95. pulumi_azure_native/{alertsmanagement/v20240301preview → quota/v20241218preview}/__init__.py +4 -3
  96. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  97. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  98. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  99. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  100. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  101. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  102. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  103. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  104. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  106. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  107. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  108. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  109. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  110. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  111. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  119. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  120. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  121. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  122. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  123. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  124. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  125. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  126. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  127. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  128. pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → servicenetworking/v20250101/frontends_interface.py} +83 -73
  129. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  130. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  131. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  132. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  133. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  134. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  135. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  136. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  137. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  138. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/METADATA +1 -1
  139. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/RECORD +141 -100
  140. pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
  141. pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
  142. pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
  143. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  144. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
  145. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
  146. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/WHEEL +0 -0
  147. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/top_level.txt +0 -0
@@ -1,795 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
- from ._enums import *
18
-
19
- __all__ = [
20
- 'AddActionGroupsResponse',
21
- 'AlertProcessingRulePropertiesResponse',
22
- 'ConditionResponse',
23
- 'CorrelateAlertsResponse',
24
- 'CorrelateByResponse',
25
- 'DailyRecurrenceResponse',
26
- 'MonthlyRecurrenceResponse',
27
- 'RemoveAllActionGroupsResponse',
28
- 'ScheduleResponse',
29
- 'SystemDataResponse',
30
- 'WeeklyRecurrenceResponse',
31
- ]
32
-
33
- @pulumi.output_type
34
- class AddActionGroupsResponse(dict):
35
- """
36
- Add action groups to alert processing rule.
37
- """
38
- @staticmethod
39
- def __key_warning(key: str):
40
- suggest = None
41
- if key == "actionGroupIds":
42
- suggest = "action_group_ids"
43
- elif key == "actionType":
44
- suggest = "action_type"
45
-
46
- if suggest:
47
- pulumi.log.warn(f"Key '{key}' not found in AddActionGroupsResponse. Access the value via the '{suggest}' property getter instead.")
48
-
49
- def __getitem__(self, key: str) -> Any:
50
- AddActionGroupsResponse.__key_warning(key)
51
- return super().__getitem__(key)
52
-
53
- def get(self, key: str, default = None) -> Any:
54
- AddActionGroupsResponse.__key_warning(key)
55
- return super().get(key, default)
56
-
57
- def __init__(__self__, *,
58
- action_group_ids: Sequence[str],
59
- action_type: str):
60
- """
61
- Add action groups to alert processing rule.
62
- :param Sequence[str] action_group_ids: List of action group Ids to add to alert processing rule.
63
- :param str action_type: Action that should be applied.
64
- Expected value is 'AddActionGroups'.
65
- """
66
- pulumi.set(__self__, "action_group_ids", action_group_ids)
67
- pulumi.set(__self__, "action_type", 'AddActionGroups')
68
-
69
- @property
70
- @pulumi.getter(name="actionGroupIds")
71
- def action_group_ids(self) -> Sequence[str]:
72
- """
73
- List of action group Ids to add to alert processing rule.
74
- """
75
- return pulumi.get(self, "action_group_ids")
76
-
77
- @property
78
- @pulumi.getter(name="actionType")
79
- def action_type(self) -> str:
80
- """
81
- Action that should be applied.
82
- Expected value is 'AddActionGroups'.
83
- """
84
- return pulumi.get(self, "action_type")
85
-
86
-
87
- @pulumi.output_type
88
- class AlertProcessingRulePropertiesResponse(dict):
89
- """
90
- Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.
91
- """
92
- def __init__(__self__, *,
93
- actions: Sequence[Any],
94
- scopes: Sequence[str],
95
- conditions: Optional[Sequence['outputs.ConditionResponse']] = None,
96
- description: Optional[str] = None,
97
- enabled: Optional[bool] = None,
98
- schedule: Optional['outputs.ScheduleResponse'] = None):
99
- """
100
- Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.
101
- :param Sequence[Union['AddActionGroupsResponse', 'CorrelateAlertsResponse', 'RemoveAllActionGroupsResponse']] actions: Actions to be applied.
102
- :param Sequence[str] scopes: Scopes on which alert processing rule will apply.
103
- :param Sequence['ConditionResponse'] conditions: Conditions on which alerts will be filtered.
104
- :param str description: Description of alert processing rule.
105
- :param bool enabled: Indicates if the given alert processing rule is enabled or disabled.
106
- :param 'ScheduleResponse' schedule: Scheduling for alert processing rule.
107
- """
108
- pulumi.set(__self__, "actions", actions)
109
- pulumi.set(__self__, "scopes", scopes)
110
- if conditions is not None:
111
- pulumi.set(__self__, "conditions", conditions)
112
- if description is not None:
113
- pulumi.set(__self__, "description", description)
114
- if enabled is None:
115
- enabled = True
116
- if enabled is not None:
117
- pulumi.set(__self__, "enabled", enabled)
118
- if schedule is not None:
119
- pulumi.set(__self__, "schedule", schedule)
120
-
121
- @property
122
- @pulumi.getter
123
- def actions(self) -> Sequence[Any]:
124
- """
125
- Actions to be applied.
126
- """
127
- return pulumi.get(self, "actions")
128
-
129
- @property
130
- @pulumi.getter
131
- def scopes(self) -> Sequence[str]:
132
- """
133
- Scopes on which alert processing rule will apply.
134
- """
135
- return pulumi.get(self, "scopes")
136
-
137
- @property
138
- @pulumi.getter
139
- def conditions(self) -> Optional[Sequence['outputs.ConditionResponse']]:
140
- """
141
- Conditions on which alerts will be filtered.
142
- """
143
- return pulumi.get(self, "conditions")
144
-
145
- @property
146
- @pulumi.getter
147
- def description(self) -> Optional[str]:
148
- """
149
- Description of alert processing rule.
150
- """
151
- return pulumi.get(self, "description")
152
-
153
- @property
154
- @pulumi.getter
155
- def enabled(self) -> Optional[bool]:
156
- """
157
- Indicates if the given alert processing rule is enabled or disabled.
158
- """
159
- return pulumi.get(self, "enabled")
160
-
161
- @property
162
- @pulumi.getter
163
- def schedule(self) -> Optional['outputs.ScheduleResponse']:
164
- """
165
- Scheduling for alert processing rule.
166
- """
167
- return pulumi.get(self, "schedule")
168
-
169
-
170
- @pulumi.output_type
171
- class ConditionResponse(dict):
172
- """
173
- Condition to trigger an alert processing rule.
174
- """
175
- def __init__(__self__, *,
176
- field: Optional[str] = None,
177
- operator: Optional[str] = None,
178
- values: Optional[Sequence[str]] = None):
179
- """
180
- Condition to trigger an alert processing rule.
181
- :param str field: Field for a given condition.
182
- :param str operator: Operator for a given condition.
183
- :param Sequence[str] values: List of values to match for a given condition.
184
- """
185
- if field is not None:
186
- pulumi.set(__self__, "field", field)
187
- if operator is not None:
188
- pulumi.set(__self__, "operator", operator)
189
- if values is not None:
190
- pulumi.set(__self__, "values", values)
191
-
192
- @property
193
- @pulumi.getter
194
- def field(self) -> Optional[str]:
195
- """
196
- Field for a given condition.
197
- """
198
- return pulumi.get(self, "field")
199
-
200
- @property
201
- @pulumi.getter
202
- def operator(self) -> Optional[str]:
203
- """
204
- Operator for a given condition.
205
- """
206
- return pulumi.get(self, "operator")
207
-
208
- @property
209
- @pulumi.getter
210
- def values(self) -> Optional[Sequence[str]]:
211
- """
212
- List of values to match for a given condition.
213
- """
214
- return pulumi.get(self, "values")
215
-
216
-
217
- @pulumi.output_type
218
- class CorrelateAlertsResponse(dict):
219
- """
220
- Add logic for alerts correlation.
221
- """
222
- @staticmethod
223
- def __key_warning(key: str):
224
- suggest = None
225
- if key == "actionType":
226
- suggest = "action_type"
227
- elif key == "correlateBy":
228
- suggest = "correlate_by"
229
- elif key == "correlationInterval":
230
- suggest = "correlation_interval"
231
- elif key == "notificationsForCorrelatedAlerts":
232
- suggest = "notifications_for_correlated_alerts"
233
-
234
- if suggest:
235
- pulumi.log.warn(f"Key '{key}' not found in CorrelateAlertsResponse. Access the value via the '{suggest}' property getter instead.")
236
-
237
- def __getitem__(self, key: str) -> Any:
238
- CorrelateAlertsResponse.__key_warning(key)
239
- return super().__getitem__(key)
240
-
241
- def get(self, key: str, default = None) -> Any:
242
- CorrelateAlertsResponse.__key_warning(key)
243
- return super().get(key, default)
244
-
245
- def __init__(__self__, *,
246
- action_type: str,
247
- correlate_by: Sequence['outputs.CorrelateByResponse'],
248
- correlation_interval: str,
249
- priority: int,
250
- notifications_for_correlated_alerts: Optional[str] = None):
251
- """
252
- Add logic for alerts correlation.
253
- :param str action_type: Action that should be applied.
254
- Expected value is 'CorrelateAlerts'.
255
- :param Sequence['CorrelateByResponse'] correlate_by: The list of conditions for the alerts correlations.
256
- :param str correlation_interval: The required duration (in ISO8601 format) for the alerts correlation.
257
- :param int priority: The priority of this correlation.
258
- :param str notifications_for_correlated_alerts: Indicates how to handle child alerts notifications.
259
- """
260
- pulumi.set(__self__, "action_type", 'CorrelateAlerts')
261
- pulumi.set(__self__, "correlate_by", correlate_by)
262
- pulumi.set(__self__, "correlation_interval", correlation_interval)
263
- pulumi.set(__self__, "priority", priority)
264
- if notifications_for_correlated_alerts is None:
265
- notifications_for_correlated_alerts = 'SuppressAlways'
266
- if notifications_for_correlated_alerts is not None:
267
- pulumi.set(__self__, "notifications_for_correlated_alerts", notifications_for_correlated_alerts)
268
-
269
- @property
270
- @pulumi.getter(name="actionType")
271
- def action_type(self) -> str:
272
- """
273
- Action that should be applied.
274
- Expected value is 'CorrelateAlerts'.
275
- """
276
- return pulumi.get(self, "action_type")
277
-
278
- @property
279
- @pulumi.getter(name="correlateBy")
280
- def correlate_by(self) -> Sequence['outputs.CorrelateByResponse']:
281
- """
282
- The list of conditions for the alerts correlations.
283
- """
284
- return pulumi.get(self, "correlate_by")
285
-
286
- @property
287
- @pulumi.getter(name="correlationInterval")
288
- def correlation_interval(self) -> str:
289
- """
290
- The required duration (in ISO8601 format) for the alerts correlation.
291
- """
292
- return pulumi.get(self, "correlation_interval")
293
-
294
- @property
295
- @pulumi.getter
296
- def priority(self) -> int:
297
- """
298
- The priority of this correlation.
299
- """
300
- return pulumi.get(self, "priority")
301
-
302
- @property
303
- @pulumi.getter(name="notificationsForCorrelatedAlerts")
304
- def notifications_for_correlated_alerts(self) -> Optional[str]:
305
- """
306
- Indicates how to handle child alerts notifications.
307
- """
308
- return pulumi.get(self, "notifications_for_correlated_alerts")
309
-
310
-
311
- @pulumi.output_type
312
- class CorrelateByResponse(dict):
313
- """
314
- The logic for the correlation.
315
- """
316
- def __init__(__self__, *,
317
- field: Optional[str] = None):
318
- """
319
- The logic for the correlation.
320
- :param str field: The JPath of the property that the alerts should be correlated by.
321
- """
322
- if field is not None:
323
- pulumi.set(__self__, "field", field)
324
-
325
- @property
326
- @pulumi.getter
327
- def field(self) -> Optional[str]:
328
- """
329
- The JPath of the property that the alerts should be correlated by.
330
- """
331
- return pulumi.get(self, "field")
332
-
333
-
334
- @pulumi.output_type
335
- class DailyRecurrenceResponse(dict):
336
- """
337
- Daily recurrence object.
338
- """
339
- @staticmethod
340
- def __key_warning(key: str):
341
- suggest = None
342
- if key == "endTime":
343
- suggest = "end_time"
344
- elif key == "recurrenceType":
345
- suggest = "recurrence_type"
346
- elif key == "startTime":
347
- suggest = "start_time"
348
-
349
- if suggest:
350
- pulumi.log.warn(f"Key '{key}' not found in DailyRecurrenceResponse. Access the value via the '{suggest}' property getter instead.")
351
-
352
- def __getitem__(self, key: str) -> Any:
353
- DailyRecurrenceResponse.__key_warning(key)
354
- return super().__getitem__(key)
355
-
356
- def get(self, key: str, default = None) -> Any:
357
- DailyRecurrenceResponse.__key_warning(key)
358
- return super().get(key, default)
359
-
360
- def __init__(__self__, *,
361
- end_time: str,
362
- recurrence_type: str,
363
- start_time: str):
364
- """
365
- Daily recurrence object.
366
- :param str end_time: End time for recurrence.
367
- :param str recurrence_type: Specifies when the recurrence should be applied.
368
- Expected value is 'Daily'.
369
- :param str start_time: Start time for recurrence.
370
- """
371
- pulumi.set(__self__, "end_time", end_time)
372
- pulumi.set(__self__, "recurrence_type", 'Daily')
373
- pulumi.set(__self__, "start_time", start_time)
374
-
375
- @property
376
- @pulumi.getter(name="endTime")
377
- def end_time(self) -> str:
378
- """
379
- End time for recurrence.
380
- """
381
- return pulumi.get(self, "end_time")
382
-
383
- @property
384
- @pulumi.getter(name="recurrenceType")
385
- def recurrence_type(self) -> str:
386
- """
387
- Specifies when the recurrence should be applied.
388
- Expected value is 'Daily'.
389
- """
390
- return pulumi.get(self, "recurrence_type")
391
-
392
- @property
393
- @pulumi.getter(name="startTime")
394
- def start_time(self) -> str:
395
- """
396
- Start time for recurrence.
397
- """
398
- return pulumi.get(self, "start_time")
399
-
400
-
401
- @pulumi.output_type
402
- class MonthlyRecurrenceResponse(dict):
403
- """
404
- Monthly recurrence object.
405
- """
406
- @staticmethod
407
- def __key_warning(key: str):
408
- suggest = None
409
- if key == "daysOfMonth":
410
- suggest = "days_of_month"
411
- elif key == "recurrenceType":
412
- suggest = "recurrence_type"
413
- elif key == "endTime":
414
- suggest = "end_time"
415
- elif key == "startTime":
416
- suggest = "start_time"
417
-
418
- if suggest:
419
- pulumi.log.warn(f"Key '{key}' not found in MonthlyRecurrenceResponse. Access the value via the '{suggest}' property getter instead.")
420
-
421
- def __getitem__(self, key: str) -> Any:
422
- MonthlyRecurrenceResponse.__key_warning(key)
423
- return super().__getitem__(key)
424
-
425
- def get(self, key: str, default = None) -> Any:
426
- MonthlyRecurrenceResponse.__key_warning(key)
427
- return super().get(key, default)
428
-
429
- def __init__(__self__, *,
430
- days_of_month: Sequence[int],
431
- recurrence_type: str,
432
- end_time: Optional[str] = None,
433
- start_time: Optional[str] = None):
434
- """
435
- Monthly recurrence object.
436
- :param Sequence[int] days_of_month: Specifies the values for monthly recurrence pattern.
437
- :param str recurrence_type: Specifies when the recurrence should be applied.
438
- Expected value is 'Monthly'.
439
- :param str end_time: End time for recurrence.
440
- :param str start_time: Start time for recurrence.
441
- """
442
- pulumi.set(__self__, "days_of_month", days_of_month)
443
- pulumi.set(__self__, "recurrence_type", 'Monthly')
444
- if end_time is not None:
445
- pulumi.set(__self__, "end_time", end_time)
446
- if start_time is not None:
447
- pulumi.set(__self__, "start_time", start_time)
448
-
449
- @property
450
- @pulumi.getter(name="daysOfMonth")
451
- def days_of_month(self) -> Sequence[int]:
452
- """
453
- Specifies the values for monthly recurrence pattern.
454
- """
455
- return pulumi.get(self, "days_of_month")
456
-
457
- @property
458
- @pulumi.getter(name="recurrenceType")
459
- def recurrence_type(self) -> str:
460
- """
461
- Specifies when the recurrence should be applied.
462
- Expected value is 'Monthly'.
463
- """
464
- return pulumi.get(self, "recurrence_type")
465
-
466
- @property
467
- @pulumi.getter(name="endTime")
468
- def end_time(self) -> Optional[str]:
469
- """
470
- End time for recurrence.
471
- """
472
- return pulumi.get(self, "end_time")
473
-
474
- @property
475
- @pulumi.getter(name="startTime")
476
- def start_time(self) -> Optional[str]:
477
- """
478
- Start time for recurrence.
479
- """
480
- return pulumi.get(self, "start_time")
481
-
482
-
483
- @pulumi.output_type
484
- class RemoveAllActionGroupsResponse(dict):
485
- """
486
- Indicates if all action groups should be removed.
487
- """
488
- @staticmethod
489
- def __key_warning(key: str):
490
- suggest = None
491
- if key == "actionType":
492
- suggest = "action_type"
493
-
494
- if suggest:
495
- pulumi.log.warn(f"Key '{key}' not found in RemoveAllActionGroupsResponse. Access the value via the '{suggest}' property getter instead.")
496
-
497
- def __getitem__(self, key: str) -> Any:
498
- RemoveAllActionGroupsResponse.__key_warning(key)
499
- return super().__getitem__(key)
500
-
501
- def get(self, key: str, default = None) -> Any:
502
- RemoveAllActionGroupsResponse.__key_warning(key)
503
- return super().get(key, default)
504
-
505
- def __init__(__self__, *,
506
- action_type: str):
507
- """
508
- Indicates if all action groups should be removed.
509
- :param str action_type: Action that should be applied.
510
- Expected value is 'RemoveAllActionGroups'.
511
- """
512
- pulumi.set(__self__, "action_type", 'RemoveAllActionGroups')
513
-
514
- @property
515
- @pulumi.getter(name="actionType")
516
- def action_type(self) -> str:
517
- """
518
- Action that should be applied.
519
- Expected value is 'RemoveAllActionGroups'.
520
- """
521
- return pulumi.get(self, "action_type")
522
-
523
-
524
- @pulumi.output_type
525
- class ScheduleResponse(dict):
526
- """
527
- Scheduling configuration for a given alert processing rule.
528
- """
529
- @staticmethod
530
- def __key_warning(key: str):
531
- suggest = None
532
- if key == "effectiveFrom":
533
- suggest = "effective_from"
534
- elif key == "effectiveUntil":
535
- suggest = "effective_until"
536
- elif key == "timeZone":
537
- suggest = "time_zone"
538
-
539
- if suggest:
540
- pulumi.log.warn(f"Key '{key}' not found in ScheduleResponse. Access the value via the '{suggest}' property getter instead.")
541
-
542
- def __getitem__(self, key: str) -> Any:
543
- ScheduleResponse.__key_warning(key)
544
- return super().__getitem__(key)
545
-
546
- def get(self, key: str, default = None) -> Any:
547
- ScheduleResponse.__key_warning(key)
548
- return super().get(key, default)
549
-
550
- def __init__(__self__, *,
551
- effective_from: Optional[str] = None,
552
- effective_until: Optional[str] = None,
553
- recurrences: Optional[Sequence[Any]] = None,
554
- time_zone: Optional[str] = None):
555
- """
556
- Scheduling configuration for a given alert processing rule.
557
- :param str effective_from: Scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix.
558
- :param str effective_until: Scheduling effective until time. Date-Time in ISO-8601 format without timezone suffix.
559
- :param Sequence[Union['DailyRecurrenceResponse', 'MonthlyRecurrenceResponse', 'WeeklyRecurrenceResponse']] recurrences: List of recurrences.
560
- :param str time_zone: Scheduling time zone.
561
- """
562
- if effective_from is not None:
563
- pulumi.set(__self__, "effective_from", effective_from)
564
- if effective_until is not None:
565
- pulumi.set(__self__, "effective_until", effective_until)
566
- if recurrences is not None:
567
- pulumi.set(__self__, "recurrences", recurrences)
568
- if time_zone is not None:
569
- pulumi.set(__self__, "time_zone", time_zone)
570
-
571
- @property
572
- @pulumi.getter(name="effectiveFrom")
573
- def effective_from(self) -> Optional[str]:
574
- """
575
- Scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix.
576
- """
577
- return pulumi.get(self, "effective_from")
578
-
579
- @property
580
- @pulumi.getter(name="effectiveUntil")
581
- def effective_until(self) -> Optional[str]:
582
- """
583
- Scheduling effective until time. Date-Time in ISO-8601 format without timezone suffix.
584
- """
585
- return pulumi.get(self, "effective_until")
586
-
587
- @property
588
- @pulumi.getter
589
- def recurrences(self) -> Optional[Sequence[Any]]:
590
- """
591
- List of recurrences.
592
- """
593
- return pulumi.get(self, "recurrences")
594
-
595
- @property
596
- @pulumi.getter(name="timeZone")
597
- def time_zone(self) -> Optional[str]:
598
- """
599
- Scheduling time zone.
600
- """
601
- return pulumi.get(self, "time_zone")
602
-
603
-
604
- @pulumi.output_type
605
- class SystemDataResponse(dict):
606
- """
607
- Metadata pertaining to creation and last modification of the resource.
608
- """
609
- @staticmethod
610
- def __key_warning(key: str):
611
- suggest = None
612
- if key == "createdAt":
613
- suggest = "created_at"
614
- elif key == "createdBy":
615
- suggest = "created_by"
616
- elif key == "createdByType":
617
- suggest = "created_by_type"
618
- elif key == "lastModifiedAt":
619
- suggest = "last_modified_at"
620
- elif key == "lastModifiedBy":
621
- suggest = "last_modified_by"
622
- elif key == "lastModifiedByType":
623
- suggest = "last_modified_by_type"
624
-
625
- if suggest:
626
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
627
-
628
- def __getitem__(self, key: str) -> Any:
629
- SystemDataResponse.__key_warning(key)
630
- return super().__getitem__(key)
631
-
632
- def get(self, key: str, default = None) -> Any:
633
- SystemDataResponse.__key_warning(key)
634
- return super().get(key, default)
635
-
636
- def __init__(__self__, *,
637
- created_at: Optional[str] = None,
638
- created_by: Optional[str] = None,
639
- created_by_type: Optional[str] = None,
640
- last_modified_at: Optional[str] = None,
641
- last_modified_by: Optional[str] = None,
642
- last_modified_by_type: Optional[str] = None):
643
- """
644
- Metadata pertaining to creation and last modification of the resource.
645
- :param str created_at: The timestamp of resource creation (UTC).
646
- :param str created_by: The identity that created the resource.
647
- :param str created_by_type: The type of identity that created the resource.
648
- :param str last_modified_at: The timestamp of resource last modification (UTC)
649
- :param str last_modified_by: The identity that last modified the resource.
650
- :param str last_modified_by_type: The type of identity that last modified the resource.
651
- """
652
- if created_at is not None:
653
- pulumi.set(__self__, "created_at", created_at)
654
- if created_by is not None:
655
- pulumi.set(__self__, "created_by", created_by)
656
- if created_by_type is not None:
657
- pulumi.set(__self__, "created_by_type", created_by_type)
658
- if last_modified_at is not None:
659
- pulumi.set(__self__, "last_modified_at", last_modified_at)
660
- if last_modified_by is not None:
661
- pulumi.set(__self__, "last_modified_by", last_modified_by)
662
- if last_modified_by_type is not None:
663
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
664
-
665
- @property
666
- @pulumi.getter(name="createdAt")
667
- def created_at(self) -> Optional[str]:
668
- """
669
- The timestamp of resource creation (UTC).
670
- """
671
- return pulumi.get(self, "created_at")
672
-
673
- @property
674
- @pulumi.getter(name="createdBy")
675
- def created_by(self) -> Optional[str]:
676
- """
677
- The identity that created the resource.
678
- """
679
- return pulumi.get(self, "created_by")
680
-
681
- @property
682
- @pulumi.getter(name="createdByType")
683
- def created_by_type(self) -> Optional[str]:
684
- """
685
- The type of identity that created the resource.
686
- """
687
- return pulumi.get(self, "created_by_type")
688
-
689
- @property
690
- @pulumi.getter(name="lastModifiedAt")
691
- def last_modified_at(self) -> Optional[str]:
692
- """
693
- The timestamp of resource last modification (UTC)
694
- """
695
- return pulumi.get(self, "last_modified_at")
696
-
697
- @property
698
- @pulumi.getter(name="lastModifiedBy")
699
- def last_modified_by(self) -> Optional[str]:
700
- """
701
- The identity that last modified the resource.
702
- """
703
- return pulumi.get(self, "last_modified_by")
704
-
705
- @property
706
- @pulumi.getter(name="lastModifiedByType")
707
- def last_modified_by_type(self) -> Optional[str]:
708
- """
709
- The type of identity that last modified the resource.
710
- """
711
- return pulumi.get(self, "last_modified_by_type")
712
-
713
-
714
- @pulumi.output_type
715
- class WeeklyRecurrenceResponse(dict):
716
- """
717
- Weekly recurrence object.
718
- """
719
- @staticmethod
720
- def __key_warning(key: str):
721
- suggest = None
722
- if key == "daysOfWeek":
723
- suggest = "days_of_week"
724
- elif key == "recurrenceType":
725
- suggest = "recurrence_type"
726
- elif key == "endTime":
727
- suggest = "end_time"
728
- elif key == "startTime":
729
- suggest = "start_time"
730
-
731
- if suggest:
732
- pulumi.log.warn(f"Key '{key}' not found in WeeklyRecurrenceResponse. Access the value via the '{suggest}' property getter instead.")
733
-
734
- def __getitem__(self, key: str) -> Any:
735
- WeeklyRecurrenceResponse.__key_warning(key)
736
- return super().__getitem__(key)
737
-
738
- def get(self, key: str, default = None) -> Any:
739
- WeeklyRecurrenceResponse.__key_warning(key)
740
- return super().get(key, default)
741
-
742
- def __init__(__self__, *,
743
- days_of_week: Sequence[str],
744
- recurrence_type: str,
745
- end_time: Optional[str] = None,
746
- start_time: Optional[str] = None):
747
- """
748
- Weekly recurrence object.
749
- :param Sequence[str] days_of_week: Specifies the values for weekly recurrence pattern.
750
- :param str recurrence_type: Specifies when the recurrence should be applied.
751
- Expected value is 'Weekly'.
752
- :param str end_time: End time for recurrence.
753
- :param str start_time: Start time for recurrence.
754
- """
755
- pulumi.set(__self__, "days_of_week", days_of_week)
756
- pulumi.set(__self__, "recurrence_type", 'Weekly')
757
- if end_time is not None:
758
- pulumi.set(__self__, "end_time", end_time)
759
- if start_time is not None:
760
- pulumi.set(__self__, "start_time", start_time)
761
-
762
- @property
763
- @pulumi.getter(name="daysOfWeek")
764
- def days_of_week(self) -> Sequence[str]:
765
- """
766
- Specifies the values for weekly recurrence pattern.
767
- """
768
- return pulumi.get(self, "days_of_week")
769
-
770
- @property
771
- @pulumi.getter(name="recurrenceType")
772
- def recurrence_type(self) -> str:
773
- """
774
- Specifies when the recurrence should be applied.
775
- Expected value is 'Weekly'.
776
- """
777
- return pulumi.get(self, "recurrence_type")
778
-
779
- @property
780
- @pulumi.getter(name="endTime")
781
- def end_time(self) -> Optional[str]:
782
- """
783
- End time for recurrence.
784
- """
785
- return pulumi.get(self, "end_time")
786
-
787
- @property
788
- @pulumi.getter(name="startTime")
789
- def start_time(self) -> Optional[str]:
790
- """
791
- Start time for recurrence.
792
- """
793
- return pulumi.get(self, "start_time")
794
-
795
-