pulumi-alicloud 3.73.0a1736832142__py3-none-any.whl → 3.73.0a1736949061__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-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +59 -0
- pulumi_alicloud/alb/__init__.py +1 -0
- pulumi_alicloud/alb/_inputs.py +6 -6
- pulumi_alicloud/alb/a_script.py +116 -98
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
- pulumi_alicloud/alb/outputs.py +4 -4
- pulumi_alicloud/alikafka/instance.py +188 -70
- pulumi_alicloud/amqp/instance.py +77 -28
- pulumi_alicloud/bastionhost/_inputs.py +40 -38
- pulumi_alicloud/bastionhost/get_instances.py +6 -22
- pulumi_alicloud/bastionhost/outputs.py +60 -49
- pulumi_alicloud/cen/instance_grant.py +4 -0
- pulumi_alicloud/cloudcontrol/__init__.py +12 -0
- pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
- pulumi_alicloud/cloudcontrol/get_products.py +187 -0
- pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
- pulumi_alicloud/cloudcontrol/outputs.py +688 -0
- pulumi_alicloud/cloudcontrol/resource.py +407 -0
- pulumi_alicloud/cms/_inputs.py +21 -15
- pulumi_alicloud/cms/alarm.py +7 -7
- pulumi_alicloud/cms/outputs.py +14 -10
- pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +14 -14
- pulumi_alicloud/cs/managed_kubernetes.py +137 -47
- pulumi_alicloud/dataworks/__init__.py +4 -0
- pulumi_alicloud/dataworks/_inputs.py +1534 -0
- pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
- pulumi_alicloud/dataworks/di_job.py +1005 -0
- pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
- pulumi_alicloud/dataworks/network.py +331 -0
- pulumi_alicloud/dataworks/outputs.py +1247 -0
- pulumi_alicloud/dcdn/waf_rule.py +14 -14
- pulumi_alicloud/dns/get_alidns_domains.py +7 -2
- pulumi_alicloud/dns/outputs.py +8 -0
- pulumi_alicloud/ecs/ecs_launch_template.py +122 -0
- pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
- pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/launch_template.py +88 -0
- pulumi_alicloud/fc/custom_domain.py +2 -2
- pulumi_alicloud/fc/function.py +32 -4
- pulumi_alicloud/fc/v2_function.py +20 -0
- pulumi_alicloud/hbr/__init__.py +1 -0
- pulumi_alicloud/hbr/cross_account.py +338 -0
- pulumi_alicloud/ims/oidc_provider.py +28 -0
- pulumi_alicloud/log/resource_record.py +42 -26
- pulumi_alicloud/message/service_queue.py +106 -59
- pulumi_alicloud/message/service_topic.py +182 -37
- pulumi_alicloud/mongodb/account.py +138 -163
- pulumi_alicloud/oos/secret_parameter.py +84 -9
- pulumi_alicloud/oss/bucket.py +1 -1
- pulumi_alicloud/oss/bucket_policy.py +2 -4
- pulumi_alicloud/oss/bucket_referer.py +2 -4
- pulumi_alicloud/oss/get_buckets.py +16 -2
- pulumi_alicloud/oss/outputs.py +18 -17
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/sae/application.py +84 -7
- pulumi_alicloud/sls/collection_policy.py +2 -2
- pulumi_alicloud/vpc/__init__.py +5 -0
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
- pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
- pulumi_alicloud/vpc/get_networks.py +3 -0
- pulumi_alicloud/vpc/nat_gateway.py +145 -7
- pulumi_alicloud/vpc/outputs.py +777 -0
- pulumi_alicloud/vpc/snat_entry.py +107 -48
- pulumi_alicloud/vpn/_inputs.py +96 -72
- pulumi_alicloud/vpn/connection.py +24 -28
- pulumi_alicloud/vpn/outputs.py +64 -48
- pulumi_alicloud/yundun/_inputs.py +26 -24
- pulumi_alicloud/yundun/outputs.py +37 -22
- {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/RECORD +78 -61
- {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,708 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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 ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['DiAlarmRuleArgs', 'DiAlarmRule']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class DiAlarmRuleArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
di_alarm_rule_name: pulumi.Input[str],
|
|
25
|
+
di_job_id: pulumi.Input[int],
|
|
26
|
+
metric_type: pulumi.Input[str],
|
|
27
|
+
notification_settings: pulumi.Input['DiAlarmRuleNotificationSettingsArgs'],
|
|
28
|
+
trigger_conditions: pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]],
|
|
29
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
31
|
+
"""
|
|
32
|
+
The set of arguments for constructing a DiAlarmRule resource.
|
|
33
|
+
:param pulumi.Input[str] di_alarm_rule_name: Data Integration alarm rule name
|
|
34
|
+
:param pulumi.Input[int] di_job_id: Task ID: the ID of the task associated with the alert rule.
|
|
35
|
+
:param pulumi.Input[str] metric_type: Alarm indicator type. Optional enumerated values:
|
|
36
|
+
- Heartbeat (task status alarm)
|
|
37
|
+
- FailoverCount(failover times alarm)
|
|
38
|
+
- Delay (task Delay alarm)
|
|
39
|
+
:param pulumi.Input['DiAlarmRuleNotificationSettingsArgs'] notification_settings: Alarm notification settings See `notification_settings` below.
|
|
40
|
+
:param pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]] trigger_conditions: Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
41
|
+
"""
|
|
42
|
+
pulumi.set(__self__, "di_alarm_rule_name", di_alarm_rule_name)
|
|
43
|
+
pulumi.set(__self__, "di_job_id", di_job_id)
|
|
44
|
+
pulumi.set(__self__, "metric_type", metric_type)
|
|
45
|
+
pulumi.set(__self__, "notification_settings", notification_settings)
|
|
46
|
+
pulumi.set(__self__, "trigger_conditions", trigger_conditions)
|
|
47
|
+
if description is not None:
|
|
48
|
+
pulumi.set(__self__, "description", description)
|
|
49
|
+
if enabled is not None:
|
|
50
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter(name="diAlarmRuleName")
|
|
54
|
+
def di_alarm_rule_name(self) -> pulumi.Input[str]:
|
|
55
|
+
"""
|
|
56
|
+
Data Integration alarm rule name
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "di_alarm_rule_name")
|
|
59
|
+
|
|
60
|
+
@di_alarm_rule_name.setter
|
|
61
|
+
def di_alarm_rule_name(self, value: pulumi.Input[str]):
|
|
62
|
+
pulumi.set(self, "di_alarm_rule_name", value)
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="diJobId")
|
|
66
|
+
def di_job_id(self) -> pulumi.Input[int]:
|
|
67
|
+
"""
|
|
68
|
+
Task ID: the ID of the task associated with the alert rule.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "di_job_id")
|
|
71
|
+
|
|
72
|
+
@di_job_id.setter
|
|
73
|
+
def di_job_id(self, value: pulumi.Input[int]):
|
|
74
|
+
pulumi.set(self, "di_job_id", value)
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="metricType")
|
|
78
|
+
def metric_type(self) -> pulumi.Input[str]:
|
|
79
|
+
"""
|
|
80
|
+
Alarm indicator type. Optional enumerated values:
|
|
81
|
+
- Heartbeat (task status alarm)
|
|
82
|
+
- FailoverCount(failover times alarm)
|
|
83
|
+
- Delay (task Delay alarm)
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "metric_type")
|
|
86
|
+
|
|
87
|
+
@metric_type.setter
|
|
88
|
+
def metric_type(self, value: pulumi.Input[str]):
|
|
89
|
+
pulumi.set(self, "metric_type", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="notificationSettings")
|
|
93
|
+
def notification_settings(self) -> pulumi.Input['DiAlarmRuleNotificationSettingsArgs']:
|
|
94
|
+
"""
|
|
95
|
+
Alarm notification settings See `notification_settings` below.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "notification_settings")
|
|
98
|
+
|
|
99
|
+
@notification_settings.setter
|
|
100
|
+
def notification_settings(self, value: pulumi.Input['DiAlarmRuleNotificationSettingsArgs']):
|
|
101
|
+
pulumi.set(self, "notification_settings", value)
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="triggerConditions")
|
|
105
|
+
def trigger_conditions(self) -> pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]]:
|
|
106
|
+
"""
|
|
107
|
+
Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "trigger_conditions")
|
|
110
|
+
|
|
111
|
+
@trigger_conditions.setter
|
|
112
|
+
def trigger_conditions(self, value: pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]]):
|
|
113
|
+
pulumi.set(self, "trigger_conditions", value)
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
return pulumi.get(self, "description")
|
|
119
|
+
|
|
120
|
+
@description.setter
|
|
121
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
122
|
+
pulumi.set(self, "description", value)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter
|
|
126
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
127
|
+
return pulumi.get(self, "enabled")
|
|
128
|
+
|
|
129
|
+
@enabled.setter
|
|
130
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
131
|
+
pulumi.set(self, "enabled", value)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
@pulumi.input_type
|
|
135
|
+
class _DiAlarmRuleState:
|
|
136
|
+
def __init__(__self__, *,
|
|
137
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
di_alarm_rule_id: Optional[pulumi.Input[int]] = None,
|
|
139
|
+
di_alarm_rule_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
di_job_id: Optional[pulumi.Input[int]] = None,
|
|
141
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
142
|
+
metric_type: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
notification_settings: Optional[pulumi.Input['DiAlarmRuleNotificationSettingsArgs']] = None,
|
|
144
|
+
trigger_conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]]] = None):
|
|
145
|
+
"""
|
|
146
|
+
Input properties used for looking up and filtering DiAlarmRule resources.
|
|
147
|
+
:param pulumi.Input[int] di_alarm_rule_id: Resource attribute field representing resource level ID
|
|
148
|
+
:param pulumi.Input[str] di_alarm_rule_name: Data Integration alarm rule name
|
|
149
|
+
:param pulumi.Input[int] di_job_id: Task ID: the ID of the task associated with the alert rule.
|
|
150
|
+
:param pulumi.Input[str] metric_type: Alarm indicator type. Optional enumerated values:
|
|
151
|
+
- Heartbeat (task status alarm)
|
|
152
|
+
- FailoverCount(failover times alarm)
|
|
153
|
+
- Delay (task Delay alarm)
|
|
154
|
+
:param pulumi.Input['DiAlarmRuleNotificationSettingsArgs'] notification_settings: Alarm notification settings See `notification_settings` below.
|
|
155
|
+
:param pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]] trigger_conditions: Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
156
|
+
"""
|
|
157
|
+
if description is not None:
|
|
158
|
+
pulumi.set(__self__, "description", description)
|
|
159
|
+
if di_alarm_rule_id is not None:
|
|
160
|
+
pulumi.set(__self__, "di_alarm_rule_id", di_alarm_rule_id)
|
|
161
|
+
if di_alarm_rule_name is not None:
|
|
162
|
+
pulumi.set(__self__, "di_alarm_rule_name", di_alarm_rule_name)
|
|
163
|
+
if di_job_id is not None:
|
|
164
|
+
pulumi.set(__self__, "di_job_id", di_job_id)
|
|
165
|
+
if enabled is not None:
|
|
166
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
167
|
+
if metric_type is not None:
|
|
168
|
+
pulumi.set(__self__, "metric_type", metric_type)
|
|
169
|
+
if notification_settings is not None:
|
|
170
|
+
pulumi.set(__self__, "notification_settings", notification_settings)
|
|
171
|
+
if trigger_conditions is not None:
|
|
172
|
+
pulumi.set(__self__, "trigger_conditions", trigger_conditions)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
177
|
+
return pulumi.get(self, "description")
|
|
178
|
+
|
|
179
|
+
@description.setter
|
|
180
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
181
|
+
pulumi.set(self, "description", value)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="diAlarmRuleId")
|
|
185
|
+
def di_alarm_rule_id(self) -> Optional[pulumi.Input[int]]:
|
|
186
|
+
"""
|
|
187
|
+
Resource attribute field representing resource level ID
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "di_alarm_rule_id")
|
|
190
|
+
|
|
191
|
+
@di_alarm_rule_id.setter
|
|
192
|
+
def di_alarm_rule_id(self, value: Optional[pulumi.Input[int]]):
|
|
193
|
+
pulumi.set(self, "di_alarm_rule_id", value)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="diAlarmRuleName")
|
|
197
|
+
def di_alarm_rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
198
|
+
"""
|
|
199
|
+
Data Integration alarm rule name
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "di_alarm_rule_name")
|
|
202
|
+
|
|
203
|
+
@di_alarm_rule_name.setter
|
|
204
|
+
def di_alarm_rule_name(self, value: Optional[pulumi.Input[str]]):
|
|
205
|
+
pulumi.set(self, "di_alarm_rule_name", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="diJobId")
|
|
209
|
+
def di_job_id(self) -> Optional[pulumi.Input[int]]:
|
|
210
|
+
"""
|
|
211
|
+
Task ID: the ID of the task associated with the alert rule.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "di_job_id")
|
|
214
|
+
|
|
215
|
+
@di_job_id.setter
|
|
216
|
+
def di_job_id(self, value: Optional[pulumi.Input[int]]):
|
|
217
|
+
pulumi.set(self, "di_job_id", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
222
|
+
return pulumi.get(self, "enabled")
|
|
223
|
+
|
|
224
|
+
@enabled.setter
|
|
225
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
226
|
+
pulumi.set(self, "enabled", value)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="metricType")
|
|
230
|
+
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
|
231
|
+
"""
|
|
232
|
+
Alarm indicator type. Optional enumerated values:
|
|
233
|
+
- Heartbeat (task status alarm)
|
|
234
|
+
- FailoverCount(failover times alarm)
|
|
235
|
+
- Delay (task Delay alarm)
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "metric_type")
|
|
238
|
+
|
|
239
|
+
@metric_type.setter
|
|
240
|
+
def metric_type(self, value: Optional[pulumi.Input[str]]):
|
|
241
|
+
pulumi.set(self, "metric_type", value)
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="notificationSettings")
|
|
245
|
+
def notification_settings(self) -> Optional[pulumi.Input['DiAlarmRuleNotificationSettingsArgs']]:
|
|
246
|
+
"""
|
|
247
|
+
Alarm notification settings See `notification_settings` below.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "notification_settings")
|
|
250
|
+
|
|
251
|
+
@notification_settings.setter
|
|
252
|
+
def notification_settings(self, value: Optional[pulumi.Input['DiAlarmRuleNotificationSettingsArgs']]):
|
|
253
|
+
pulumi.set(self, "notification_settings", value)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="triggerConditions")
|
|
257
|
+
def trigger_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]]]:
|
|
258
|
+
"""
|
|
259
|
+
Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "trigger_conditions")
|
|
262
|
+
|
|
263
|
+
@trigger_conditions.setter
|
|
264
|
+
def trigger_conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleTriggerConditionArgs']]]]):
|
|
265
|
+
pulumi.set(self, "trigger_conditions", value)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
class DiAlarmRule(pulumi.CustomResource):
|
|
269
|
+
@overload
|
|
270
|
+
def __init__(__self__,
|
|
271
|
+
resource_name: str,
|
|
272
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
273
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
274
|
+
di_alarm_rule_name: Optional[pulumi.Input[str]] = None,
|
|
275
|
+
di_job_id: Optional[pulumi.Input[int]] = None,
|
|
276
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
277
|
+
metric_type: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
notification_settings: Optional[pulumi.Input[Union['DiAlarmRuleNotificationSettingsArgs', 'DiAlarmRuleNotificationSettingsArgsDict']]] = None,
|
|
279
|
+
trigger_conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DiAlarmRuleTriggerConditionArgs', 'DiAlarmRuleTriggerConditionArgsDict']]]]] = None,
|
|
280
|
+
__props__=None):
|
|
281
|
+
"""
|
|
282
|
+
Provides a Data Works Di Alarm Rule resource.
|
|
283
|
+
|
|
284
|
+
Data Integration alarm rules.
|
|
285
|
+
|
|
286
|
+
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/).
|
|
287
|
+
|
|
288
|
+
> **NOTE:** Available since v1.241.0.
|
|
289
|
+
|
|
290
|
+
## Example Usage
|
|
291
|
+
|
|
292
|
+
Basic Usage
|
|
293
|
+
|
|
294
|
+
```python
|
|
295
|
+
import pulumi
|
|
296
|
+
import pulumi_alicloud as alicloud
|
|
297
|
+
|
|
298
|
+
config = pulumi.Config()
|
|
299
|
+
name = config.get("name")
|
|
300
|
+
if name is None:
|
|
301
|
+
name = "terraform-example"
|
|
302
|
+
defaulte_nv8bu = alicloud.dataworks.Project("defaulteNv8bu",
|
|
303
|
+
project_name=name,
|
|
304
|
+
display_name=name,
|
|
305
|
+
description=name)
|
|
306
|
+
default_uw8inp = alicloud.dataworks.DiJob("defaultUW8inp",
|
|
307
|
+
description="xxxx",
|
|
308
|
+
project_id=defaulte_nv8bu.id,
|
|
309
|
+
job_name="xxx",
|
|
310
|
+
migration_type="api_xxx",
|
|
311
|
+
source_data_source_type="xxx",
|
|
312
|
+
resource_settings={
|
|
313
|
+
"offline_resource_settings": {
|
|
314
|
+
"requested_cu": 2,
|
|
315
|
+
"resource_group_identifier": "xx",
|
|
316
|
+
},
|
|
317
|
+
"realtime_resource_settings": {
|
|
318
|
+
"requested_cu": 2,
|
|
319
|
+
"resource_group_identifier": "xx",
|
|
320
|
+
},
|
|
321
|
+
"schedule_resource_settings": {
|
|
322
|
+
"requested_cu": 2,
|
|
323
|
+
"resource_group_identifier": "xx",
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
job_settings={
|
|
327
|
+
"channel_settings": "xxxx",
|
|
328
|
+
"column_data_type_settings": [{
|
|
329
|
+
"destination_data_type": "xxxx",
|
|
330
|
+
"source_data_type": "xxxx",
|
|
331
|
+
}],
|
|
332
|
+
"cycle_schedule_settings": {
|
|
333
|
+
"cycle_migration_type": "xxxx",
|
|
334
|
+
"schedule_parameters": "xxxx",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
source_data_source_settings=[{
|
|
338
|
+
"data_source_name": "xxxx",
|
|
339
|
+
"data_source_properties": {
|
|
340
|
+
"encoding": "xxxx",
|
|
341
|
+
"timezone": "xxxx",
|
|
342
|
+
},
|
|
343
|
+
}],
|
|
344
|
+
destination_data_source_type="xxxx",
|
|
345
|
+
table_mappings=[{
|
|
346
|
+
"source_object_selection_rules": [
|
|
347
|
+
{
|
|
348
|
+
"action": "Include",
|
|
349
|
+
"expression": "xxxx",
|
|
350
|
+
"expression_type": "Exact",
|
|
351
|
+
"object_type": "xxxx",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"action": "Include",
|
|
355
|
+
"expression": "xxxx",
|
|
356
|
+
"expression_type": "Exact",
|
|
357
|
+
"object_type": "xxxx",
|
|
358
|
+
},
|
|
359
|
+
],
|
|
360
|
+
"transformation_rules": [{
|
|
361
|
+
"rule_name": "xxxx",
|
|
362
|
+
"rule_action_type": "xxxx",
|
|
363
|
+
"rule_target_type": "xxxx",
|
|
364
|
+
}],
|
|
365
|
+
}],
|
|
366
|
+
transformation_rules=[{
|
|
367
|
+
"rule_action_type": "xxxx",
|
|
368
|
+
"rule_expression": "xxxx",
|
|
369
|
+
"rule_name": "xxxx",
|
|
370
|
+
"rule_target_type": "xxxx",
|
|
371
|
+
}],
|
|
372
|
+
destination_data_source_settings=[{
|
|
373
|
+
"data_source_name": "xxx",
|
|
374
|
+
}])
|
|
375
|
+
default = alicloud.dataworks.DiAlarmRule("default",
|
|
376
|
+
description="Description",
|
|
377
|
+
trigger_conditions=[{
|
|
378
|
+
"ddl_report_tags": ["ALTERADDCOLUMN"],
|
|
379
|
+
"threshold": 20,
|
|
380
|
+
"duration": 10,
|
|
381
|
+
"severity": "Warning",
|
|
382
|
+
}],
|
|
383
|
+
metric_type="DdlReport",
|
|
384
|
+
notification_settings={
|
|
385
|
+
"notification_channels": [{
|
|
386
|
+
"severity": "Warning",
|
|
387
|
+
"channels": ["Ding"],
|
|
388
|
+
}],
|
|
389
|
+
"notification_receivers": [{
|
|
390
|
+
"receiver_type": "DingToken",
|
|
391
|
+
"receiver_values": ["1107550004253538"],
|
|
392
|
+
}],
|
|
393
|
+
"inhibition_interval": 10,
|
|
394
|
+
},
|
|
395
|
+
di_job_id=default_uw8inp.di_job_id,
|
|
396
|
+
di_alarm_rule_name=name)
|
|
397
|
+
```
|
|
398
|
+
|
|
399
|
+
## Import
|
|
400
|
+
|
|
401
|
+
Data Works Di Alarm Rule can be imported using the id, e.g.
|
|
402
|
+
|
|
403
|
+
```sh
|
|
404
|
+
$ pulumi import alicloud:dataworks/diAlarmRule:DiAlarmRule example <di_job_id>:<di_alarm_rule_id>
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
:param str resource_name: The name of the resource.
|
|
408
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
409
|
+
:param pulumi.Input[str] di_alarm_rule_name: Data Integration alarm rule name
|
|
410
|
+
:param pulumi.Input[int] di_job_id: Task ID: the ID of the task associated with the alert rule.
|
|
411
|
+
:param pulumi.Input[str] metric_type: Alarm indicator type. Optional enumerated values:
|
|
412
|
+
- Heartbeat (task status alarm)
|
|
413
|
+
- FailoverCount(failover times alarm)
|
|
414
|
+
- Delay (task Delay alarm)
|
|
415
|
+
:param pulumi.Input[Union['DiAlarmRuleNotificationSettingsArgs', 'DiAlarmRuleNotificationSettingsArgsDict']] notification_settings: Alarm notification settings See `notification_settings` below.
|
|
416
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DiAlarmRuleTriggerConditionArgs', 'DiAlarmRuleTriggerConditionArgsDict']]]] trigger_conditions: Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
417
|
+
"""
|
|
418
|
+
...
|
|
419
|
+
@overload
|
|
420
|
+
def __init__(__self__,
|
|
421
|
+
resource_name: str,
|
|
422
|
+
args: DiAlarmRuleArgs,
|
|
423
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
424
|
+
"""
|
|
425
|
+
Provides a Data Works Di Alarm Rule resource.
|
|
426
|
+
|
|
427
|
+
Data Integration alarm rules.
|
|
428
|
+
|
|
429
|
+
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/).
|
|
430
|
+
|
|
431
|
+
> **NOTE:** Available since v1.241.0.
|
|
432
|
+
|
|
433
|
+
## Example Usage
|
|
434
|
+
|
|
435
|
+
Basic Usage
|
|
436
|
+
|
|
437
|
+
```python
|
|
438
|
+
import pulumi
|
|
439
|
+
import pulumi_alicloud as alicloud
|
|
440
|
+
|
|
441
|
+
config = pulumi.Config()
|
|
442
|
+
name = config.get("name")
|
|
443
|
+
if name is None:
|
|
444
|
+
name = "terraform-example"
|
|
445
|
+
defaulte_nv8bu = alicloud.dataworks.Project("defaulteNv8bu",
|
|
446
|
+
project_name=name,
|
|
447
|
+
display_name=name,
|
|
448
|
+
description=name)
|
|
449
|
+
default_uw8inp = alicloud.dataworks.DiJob("defaultUW8inp",
|
|
450
|
+
description="xxxx",
|
|
451
|
+
project_id=defaulte_nv8bu.id,
|
|
452
|
+
job_name="xxx",
|
|
453
|
+
migration_type="api_xxx",
|
|
454
|
+
source_data_source_type="xxx",
|
|
455
|
+
resource_settings={
|
|
456
|
+
"offline_resource_settings": {
|
|
457
|
+
"requested_cu": 2,
|
|
458
|
+
"resource_group_identifier": "xx",
|
|
459
|
+
},
|
|
460
|
+
"realtime_resource_settings": {
|
|
461
|
+
"requested_cu": 2,
|
|
462
|
+
"resource_group_identifier": "xx",
|
|
463
|
+
},
|
|
464
|
+
"schedule_resource_settings": {
|
|
465
|
+
"requested_cu": 2,
|
|
466
|
+
"resource_group_identifier": "xx",
|
|
467
|
+
},
|
|
468
|
+
},
|
|
469
|
+
job_settings={
|
|
470
|
+
"channel_settings": "xxxx",
|
|
471
|
+
"column_data_type_settings": [{
|
|
472
|
+
"destination_data_type": "xxxx",
|
|
473
|
+
"source_data_type": "xxxx",
|
|
474
|
+
}],
|
|
475
|
+
"cycle_schedule_settings": {
|
|
476
|
+
"cycle_migration_type": "xxxx",
|
|
477
|
+
"schedule_parameters": "xxxx",
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
source_data_source_settings=[{
|
|
481
|
+
"data_source_name": "xxxx",
|
|
482
|
+
"data_source_properties": {
|
|
483
|
+
"encoding": "xxxx",
|
|
484
|
+
"timezone": "xxxx",
|
|
485
|
+
},
|
|
486
|
+
}],
|
|
487
|
+
destination_data_source_type="xxxx",
|
|
488
|
+
table_mappings=[{
|
|
489
|
+
"source_object_selection_rules": [
|
|
490
|
+
{
|
|
491
|
+
"action": "Include",
|
|
492
|
+
"expression": "xxxx",
|
|
493
|
+
"expression_type": "Exact",
|
|
494
|
+
"object_type": "xxxx",
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"action": "Include",
|
|
498
|
+
"expression": "xxxx",
|
|
499
|
+
"expression_type": "Exact",
|
|
500
|
+
"object_type": "xxxx",
|
|
501
|
+
},
|
|
502
|
+
],
|
|
503
|
+
"transformation_rules": [{
|
|
504
|
+
"rule_name": "xxxx",
|
|
505
|
+
"rule_action_type": "xxxx",
|
|
506
|
+
"rule_target_type": "xxxx",
|
|
507
|
+
}],
|
|
508
|
+
}],
|
|
509
|
+
transformation_rules=[{
|
|
510
|
+
"rule_action_type": "xxxx",
|
|
511
|
+
"rule_expression": "xxxx",
|
|
512
|
+
"rule_name": "xxxx",
|
|
513
|
+
"rule_target_type": "xxxx",
|
|
514
|
+
}],
|
|
515
|
+
destination_data_source_settings=[{
|
|
516
|
+
"data_source_name": "xxx",
|
|
517
|
+
}])
|
|
518
|
+
default = alicloud.dataworks.DiAlarmRule("default",
|
|
519
|
+
description="Description",
|
|
520
|
+
trigger_conditions=[{
|
|
521
|
+
"ddl_report_tags": ["ALTERADDCOLUMN"],
|
|
522
|
+
"threshold": 20,
|
|
523
|
+
"duration": 10,
|
|
524
|
+
"severity": "Warning",
|
|
525
|
+
}],
|
|
526
|
+
metric_type="DdlReport",
|
|
527
|
+
notification_settings={
|
|
528
|
+
"notification_channels": [{
|
|
529
|
+
"severity": "Warning",
|
|
530
|
+
"channels": ["Ding"],
|
|
531
|
+
}],
|
|
532
|
+
"notification_receivers": [{
|
|
533
|
+
"receiver_type": "DingToken",
|
|
534
|
+
"receiver_values": ["1107550004253538"],
|
|
535
|
+
}],
|
|
536
|
+
"inhibition_interval": 10,
|
|
537
|
+
},
|
|
538
|
+
di_job_id=default_uw8inp.di_job_id,
|
|
539
|
+
di_alarm_rule_name=name)
|
|
540
|
+
```
|
|
541
|
+
|
|
542
|
+
## Import
|
|
543
|
+
|
|
544
|
+
Data Works Di Alarm Rule can be imported using the id, e.g.
|
|
545
|
+
|
|
546
|
+
```sh
|
|
547
|
+
$ pulumi import alicloud:dataworks/diAlarmRule:DiAlarmRule example <di_job_id>:<di_alarm_rule_id>
|
|
548
|
+
```
|
|
549
|
+
|
|
550
|
+
:param str resource_name: The name of the resource.
|
|
551
|
+
:param DiAlarmRuleArgs args: The arguments to use to populate this resource's properties.
|
|
552
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
553
|
+
"""
|
|
554
|
+
...
|
|
555
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
556
|
+
resource_args, opts = _utilities.get_resource_args_opts(DiAlarmRuleArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
557
|
+
if resource_args is not None:
|
|
558
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
559
|
+
else:
|
|
560
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
561
|
+
|
|
562
|
+
def _internal_init(__self__,
|
|
563
|
+
resource_name: str,
|
|
564
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
565
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
566
|
+
di_alarm_rule_name: Optional[pulumi.Input[str]] = None,
|
|
567
|
+
di_job_id: Optional[pulumi.Input[int]] = None,
|
|
568
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
569
|
+
metric_type: Optional[pulumi.Input[str]] = None,
|
|
570
|
+
notification_settings: Optional[pulumi.Input[Union['DiAlarmRuleNotificationSettingsArgs', 'DiAlarmRuleNotificationSettingsArgsDict']]] = None,
|
|
571
|
+
trigger_conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DiAlarmRuleTriggerConditionArgs', 'DiAlarmRuleTriggerConditionArgsDict']]]]] = None,
|
|
572
|
+
__props__=None):
|
|
573
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
574
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
575
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
576
|
+
if opts.id is None:
|
|
577
|
+
if __props__ is not None:
|
|
578
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
579
|
+
__props__ = DiAlarmRuleArgs.__new__(DiAlarmRuleArgs)
|
|
580
|
+
|
|
581
|
+
__props__.__dict__["description"] = description
|
|
582
|
+
if di_alarm_rule_name is None and not opts.urn:
|
|
583
|
+
raise TypeError("Missing required property 'di_alarm_rule_name'")
|
|
584
|
+
__props__.__dict__["di_alarm_rule_name"] = di_alarm_rule_name
|
|
585
|
+
if di_job_id is None and not opts.urn:
|
|
586
|
+
raise TypeError("Missing required property 'di_job_id'")
|
|
587
|
+
__props__.__dict__["di_job_id"] = di_job_id
|
|
588
|
+
__props__.__dict__["enabled"] = enabled
|
|
589
|
+
if metric_type is None and not opts.urn:
|
|
590
|
+
raise TypeError("Missing required property 'metric_type'")
|
|
591
|
+
__props__.__dict__["metric_type"] = metric_type
|
|
592
|
+
if notification_settings is None and not opts.urn:
|
|
593
|
+
raise TypeError("Missing required property 'notification_settings'")
|
|
594
|
+
__props__.__dict__["notification_settings"] = notification_settings
|
|
595
|
+
if trigger_conditions is None and not opts.urn:
|
|
596
|
+
raise TypeError("Missing required property 'trigger_conditions'")
|
|
597
|
+
__props__.__dict__["trigger_conditions"] = trigger_conditions
|
|
598
|
+
__props__.__dict__["di_alarm_rule_id"] = None
|
|
599
|
+
super(DiAlarmRule, __self__).__init__(
|
|
600
|
+
'alicloud:dataworks/diAlarmRule:DiAlarmRule',
|
|
601
|
+
resource_name,
|
|
602
|
+
__props__,
|
|
603
|
+
opts)
|
|
604
|
+
|
|
605
|
+
@staticmethod
|
|
606
|
+
def get(resource_name: str,
|
|
607
|
+
id: pulumi.Input[str],
|
|
608
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
609
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
610
|
+
di_alarm_rule_id: Optional[pulumi.Input[int]] = None,
|
|
611
|
+
di_alarm_rule_name: Optional[pulumi.Input[str]] = None,
|
|
612
|
+
di_job_id: Optional[pulumi.Input[int]] = None,
|
|
613
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
614
|
+
metric_type: Optional[pulumi.Input[str]] = None,
|
|
615
|
+
notification_settings: Optional[pulumi.Input[Union['DiAlarmRuleNotificationSettingsArgs', 'DiAlarmRuleNotificationSettingsArgsDict']]] = None,
|
|
616
|
+
trigger_conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DiAlarmRuleTriggerConditionArgs', 'DiAlarmRuleTriggerConditionArgsDict']]]]] = None) -> 'DiAlarmRule':
|
|
617
|
+
"""
|
|
618
|
+
Get an existing DiAlarmRule resource's state with the given name, id, and optional extra
|
|
619
|
+
properties used to qualify the lookup.
|
|
620
|
+
|
|
621
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
622
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
623
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
624
|
+
:param pulumi.Input[int] di_alarm_rule_id: Resource attribute field representing resource level ID
|
|
625
|
+
:param pulumi.Input[str] di_alarm_rule_name: Data Integration alarm rule name
|
|
626
|
+
:param pulumi.Input[int] di_job_id: Task ID: the ID of the task associated with the alert rule.
|
|
627
|
+
:param pulumi.Input[str] metric_type: Alarm indicator type. Optional enumerated values:
|
|
628
|
+
- Heartbeat (task status alarm)
|
|
629
|
+
- FailoverCount(failover times alarm)
|
|
630
|
+
- Delay (task Delay alarm)
|
|
631
|
+
:param pulumi.Input[Union['DiAlarmRuleNotificationSettingsArgs', 'DiAlarmRuleNotificationSettingsArgsDict']] notification_settings: Alarm notification settings See `notification_settings` below.
|
|
632
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DiAlarmRuleTriggerConditionArgs', 'DiAlarmRuleTriggerConditionArgsDict']]]] trigger_conditions: Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
633
|
+
"""
|
|
634
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
635
|
+
|
|
636
|
+
__props__ = _DiAlarmRuleState.__new__(_DiAlarmRuleState)
|
|
637
|
+
|
|
638
|
+
__props__.__dict__["description"] = description
|
|
639
|
+
__props__.__dict__["di_alarm_rule_id"] = di_alarm_rule_id
|
|
640
|
+
__props__.__dict__["di_alarm_rule_name"] = di_alarm_rule_name
|
|
641
|
+
__props__.__dict__["di_job_id"] = di_job_id
|
|
642
|
+
__props__.__dict__["enabled"] = enabled
|
|
643
|
+
__props__.__dict__["metric_type"] = metric_type
|
|
644
|
+
__props__.__dict__["notification_settings"] = notification_settings
|
|
645
|
+
__props__.__dict__["trigger_conditions"] = trigger_conditions
|
|
646
|
+
return DiAlarmRule(resource_name, opts=opts, __props__=__props__)
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter
|
|
650
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
651
|
+
return pulumi.get(self, "description")
|
|
652
|
+
|
|
653
|
+
@property
|
|
654
|
+
@pulumi.getter(name="diAlarmRuleId")
|
|
655
|
+
def di_alarm_rule_id(self) -> pulumi.Output[int]:
|
|
656
|
+
"""
|
|
657
|
+
Resource attribute field representing resource level ID
|
|
658
|
+
"""
|
|
659
|
+
return pulumi.get(self, "di_alarm_rule_id")
|
|
660
|
+
|
|
661
|
+
@property
|
|
662
|
+
@pulumi.getter(name="diAlarmRuleName")
|
|
663
|
+
def di_alarm_rule_name(self) -> pulumi.Output[str]:
|
|
664
|
+
"""
|
|
665
|
+
Data Integration alarm rule name
|
|
666
|
+
"""
|
|
667
|
+
return pulumi.get(self, "di_alarm_rule_name")
|
|
668
|
+
|
|
669
|
+
@property
|
|
670
|
+
@pulumi.getter(name="diJobId")
|
|
671
|
+
def di_job_id(self) -> pulumi.Output[int]:
|
|
672
|
+
"""
|
|
673
|
+
Task ID: the ID of the task associated with the alert rule.
|
|
674
|
+
"""
|
|
675
|
+
return pulumi.get(self, "di_job_id")
|
|
676
|
+
|
|
677
|
+
@property
|
|
678
|
+
@pulumi.getter
|
|
679
|
+
def enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
680
|
+
return pulumi.get(self, "enabled")
|
|
681
|
+
|
|
682
|
+
@property
|
|
683
|
+
@pulumi.getter(name="metricType")
|
|
684
|
+
def metric_type(self) -> pulumi.Output[str]:
|
|
685
|
+
"""
|
|
686
|
+
Alarm indicator type. Optional enumerated values:
|
|
687
|
+
- Heartbeat (task status alarm)
|
|
688
|
+
- FailoverCount(failover times alarm)
|
|
689
|
+
- Delay (task Delay alarm)
|
|
690
|
+
"""
|
|
691
|
+
return pulumi.get(self, "metric_type")
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
@pulumi.getter(name="notificationSettings")
|
|
695
|
+
def notification_settings(self) -> pulumi.Output['outputs.DiAlarmRuleNotificationSettings']:
|
|
696
|
+
"""
|
|
697
|
+
Alarm notification settings See `notification_settings` below.
|
|
698
|
+
"""
|
|
699
|
+
return pulumi.get(self, "notification_settings")
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="triggerConditions")
|
|
703
|
+
def trigger_conditions(self) -> pulumi.Output[Sequence['outputs.DiAlarmRuleTriggerCondition']]:
|
|
704
|
+
"""
|
|
705
|
+
Alarm trigger condition list, supporting multiple conditions See `trigger_conditions` below.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "trigger_conditions")
|
|
708
|
+
|