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.

Files changed (78) hide show
  1. pulumi_alicloud/__init__.py +59 -0
  2. pulumi_alicloud/alb/__init__.py +1 -0
  3. pulumi_alicloud/alb/_inputs.py +6 -6
  4. pulumi_alicloud/alb/a_script.py +116 -98
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
  6. pulumi_alicloud/alb/outputs.py +4 -4
  7. pulumi_alicloud/alikafka/instance.py +188 -70
  8. pulumi_alicloud/amqp/instance.py +77 -28
  9. pulumi_alicloud/bastionhost/_inputs.py +40 -38
  10. pulumi_alicloud/bastionhost/get_instances.py +6 -22
  11. pulumi_alicloud/bastionhost/outputs.py +60 -49
  12. pulumi_alicloud/cen/instance_grant.py +4 -0
  13. pulumi_alicloud/cloudcontrol/__init__.py +12 -0
  14. pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
  15. pulumi_alicloud/cloudcontrol/get_products.py +187 -0
  16. pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
  17. pulumi_alicloud/cloudcontrol/outputs.py +688 -0
  18. pulumi_alicloud/cloudcontrol/resource.py +407 -0
  19. pulumi_alicloud/cms/_inputs.py +21 -15
  20. pulumi_alicloud/cms/alarm.py +7 -7
  21. pulumi_alicloud/cms/outputs.py +14 -10
  22. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +4 -2
  23. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +2 -0
  24. pulumi_alicloud/cs/kubernetes.py +14 -14
  25. pulumi_alicloud/cs/managed_kubernetes.py +137 -47
  26. pulumi_alicloud/dataworks/__init__.py +4 -0
  27. pulumi_alicloud/dataworks/_inputs.py +1534 -0
  28. pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
  29. pulumi_alicloud/dataworks/di_job.py +1005 -0
  30. pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
  31. pulumi_alicloud/dataworks/network.py +331 -0
  32. pulumi_alicloud/dataworks/outputs.py +1247 -0
  33. pulumi_alicloud/dcdn/waf_rule.py +14 -14
  34. pulumi_alicloud/dns/get_alidns_domains.py +7 -2
  35. pulumi_alicloud/dns/outputs.py +8 -0
  36. pulumi_alicloud/ecs/ecs_launch_template.py +122 -0
  37. pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
  38. pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
  39. pulumi_alicloud/ecs/instance.py +7 -7
  40. pulumi_alicloud/ecs/launch_template.py +88 -0
  41. pulumi_alicloud/fc/custom_domain.py +2 -2
  42. pulumi_alicloud/fc/function.py +32 -4
  43. pulumi_alicloud/fc/v2_function.py +20 -0
  44. pulumi_alicloud/hbr/__init__.py +1 -0
  45. pulumi_alicloud/hbr/cross_account.py +338 -0
  46. pulumi_alicloud/ims/oidc_provider.py +28 -0
  47. pulumi_alicloud/log/resource_record.py +42 -26
  48. pulumi_alicloud/message/service_queue.py +106 -59
  49. pulumi_alicloud/message/service_topic.py +182 -37
  50. pulumi_alicloud/mongodb/account.py +138 -163
  51. pulumi_alicloud/oos/secret_parameter.py +84 -9
  52. pulumi_alicloud/oss/bucket.py +1 -1
  53. pulumi_alicloud/oss/bucket_policy.py +2 -4
  54. pulumi_alicloud/oss/bucket_referer.py +2 -4
  55. pulumi_alicloud/oss/get_buckets.py +16 -2
  56. pulumi_alicloud/oss/outputs.py +18 -17
  57. pulumi_alicloud/pulumi-plugin.json +1 -1
  58. pulumi_alicloud/sae/application.py +84 -7
  59. pulumi_alicloud/sls/collection_policy.py +2 -2
  60. pulumi_alicloud/vpc/__init__.py +5 -0
  61. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
  62. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
  63. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
  64. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
  65. pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
  66. pulumi_alicloud/vpc/get_networks.py +3 -0
  67. pulumi_alicloud/vpc/nat_gateway.py +145 -7
  68. pulumi_alicloud/vpc/outputs.py +777 -0
  69. pulumi_alicloud/vpc/snat_entry.py +107 -48
  70. pulumi_alicloud/vpn/_inputs.py +96 -72
  71. pulumi_alicloud/vpn/connection.py +24 -28
  72. pulumi_alicloud/vpn/outputs.py +64 -48
  73. pulumi_alicloud/yundun/_inputs.py +26 -24
  74. pulumi_alicloud/yundun/outputs.py +37 -22
  75. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/METADATA +1 -1
  76. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/RECORD +78 -61
  77. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/WHEEL +0 -0
  78. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/top_level.txt +0 -0
@@ -15,12 +15,1546 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'DiAlarmRuleNotificationSettingsArgs',
19
+ 'DiAlarmRuleNotificationSettingsArgsDict',
20
+ 'DiAlarmRuleNotificationSettingsNotificationChannelArgs',
21
+ 'DiAlarmRuleNotificationSettingsNotificationChannelArgsDict',
22
+ 'DiAlarmRuleNotificationSettingsNotificationReceiverArgs',
23
+ 'DiAlarmRuleNotificationSettingsNotificationReceiverArgsDict',
24
+ 'DiAlarmRuleTriggerConditionArgs',
25
+ 'DiAlarmRuleTriggerConditionArgsDict',
26
+ 'DiJobDestinationDataSourceSettingArgs',
27
+ 'DiJobDestinationDataSourceSettingArgsDict',
28
+ 'DiJobJobSettingsArgs',
29
+ 'DiJobJobSettingsArgsDict',
30
+ 'DiJobJobSettingsColumnDataTypeSettingArgs',
31
+ 'DiJobJobSettingsColumnDataTypeSettingArgsDict',
32
+ 'DiJobJobSettingsCycleScheduleSettingsArgs',
33
+ 'DiJobJobSettingsCycleScheduleSettingsArgsDict',
34
+ 'DiJobJobSettingsDdlHandlingSettingArgs',
35
+ 'DiJobJobSettingsDdlHandlingSettingArgsDict',
36
+ 'DiJobJobSettingsRuntimeSettingArgs',
37
+ 'DiJobJobSettingsRuntimeSettingArgsDict',
38
+ 'DiJobResourceSettingsArgs',
39
+ 'DiJobResourceSettingsArgsDict',
40
+ 'DiJobResourceSettingsOfflineResourceSettingsArgs',
41
+ 'DiJobResourceSettingsOfflineResourceSettingsArgsDict',
42
+ 'DiJobResourceSettingsRealtimeResourceSettingsArgs',
43
+ 'DiJobResourceSettingsRealtimeResourceSettingsArgsDict',
44
+ 'DiJobResourceSettingsScheduleResourceSettingsArgs',
45
+ 'DiJobResourceSettingsScheduleResourceSettingsArgsDict',
46
+ 'DiJobSourceDataSourceSettingArgs',
47
+ 'DiJobSourceDataSourceSettingArgsDict',
48
+ 'DiJobSourceDataSourceSettingDataSourcePropertiesArgs',
49
+ 'DiJobSourceDataSourceSettingDataSourcePropertiesArgsDict',
50
+ 'DiJobTableMappingArgs',
51
+ 'DiJobTableMappingArgsDict',
52
+ 'DiJobTableMappingSourceObjectSelectionRuleArgs',
53
+ 'DiJobTableMappingSourceObjectSelectionRuleArgsDict',
54
+ 'DiJobTableMappingTransformationRuleArgs',
55
+ 'DiJobTableMappingTransformationRuleArgsDict',
56
+ 'DiJobTransformationRuleArgs',
57
+ 'DiJobTransformationRuleArgsDict',
18
58
  'ProjectMemberRoleArgs',
19
59
  'ProjectMemberRoleArgsDict',
20
60
  ]
21
61
 
22
62
  MYPY = False
23
63
 
64
+ if not MYPY:
65
+ class DiAlarmRuleNotificationSettingsArgsDict(TypedDict):
66
+ inhibition_interval: NotRequired[pulumi.Input[int]]
67
+ """
68
+ Alarm suppression interval, in minutes
69
+ """
70
+ notification_channels: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationChannelArgsDict']]]]
71
+ """
72
+ Alarm notification Channel See `notification_channels` below.
73
+ """
74
+ notification_receivers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationReceiverArgsDict']]]]
75
+ """
76
+ List of alert notification recipients See `notification_receivers` below.
77
+ """
78
+ elif False:
79
+ DiAlarmRuleNotificationSettingsArgsDict: TypeAlias = Mapping[str, Any]
80
+
81
+ @pulumi.input_type
82
+ class DiAlarmRuleNotificationSettingsArgs:
83
+ def __init__(__self__, *,
84
+ inhibition_interval: Optional[pulumi.Input[int]] = None,
85
+ notification_channels: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationChannelArgs']]]] = None,
86
+ notification_receivers: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationReceiverArgs']]]] = None):
87
+ """
88
+ :param pulumi.Input[int] inhibition_interval: Alarm suppression interval, in minutes
89
+ :param pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationChannelArgs']]] notification_channels: Alarm notification Channel See `notification_channels` below.
90
+ :param pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationReceiverArgs']]] notification_receivers: List of alert notification recipients See `notification_receivers` below.
91
+ """
92
+ if inhibition_interval is not None:
93
+ pulumi.set(__self__, "inhibition_interval", inhibition_interval)
94
+ if notification_channels is not None:
95
+ pulumi.set(__self__, "notification_channels", notification_channels)
96
+ if notification_receivers is not None:
97
+ pulumi.set(__self__, "notification_receivers", notification_receivers)
98
+
99
+ @property
100
+ @pulumi.getter(name="inhibitionInterval")
101
+ def inhibition_interval(self) -> Optional[pulumi.Input[int]]:
102
+ """
103
+ Alarm suppression interval, in minutes
104
+ """
105
+ return pulumi.get(self, "inhibition_interval")
106
+
107
+ @inhibition_interval.setter
108
+ def inhibition_interval(self, value: Optional[pulumi.Input[int]]):
109
+ pulumi.set(self, "inhibition_interval", value)
110
+
111
+ @property
112
+ @pulumi.getter(name="notificationChannels")
113
+ def notification_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationChannelArgs']]]]:
114
+ """
115
+ Alarm notification Channel See `notification_channels` below.
116
+ """
117
+ return pulumi.get(self, "notification_channels")
118
+
119
+ @notification_channels.setter
120
+ def notification_channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationChannelArgs']]]]):
121
+ pulumi.set(self, "notification_channels", value)
122
+
123
+ @property
124
+ @pulumi.getter(name="notificationReceivers")
125
+ def notification_receivers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationReceiverArgs']]]]:
126
+ """
127
+ List of alert notification recipients See `notification_receivers` below.
128
+ """
129
+ return pulumi.get(self, "notification_receivers")
130
+
131
+ @notification_receivers.setter
132
+ def notification_receivers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiAlarmRuleNotificationSettingsNotificationReceiverArgs']]]]):
133
+ pulumi.set(self, "notification_receivers", value)
134
+
135
+
136
+ if not MYPY:
137
+ class DiAlarmRuleNotificationSettingsNotificationChannelArgsDict(TypedDict):
138
+ channels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
139
+ """
140
+ Channel, optional enumeration value:
141
+
142
+ Mail (Mail)
143
+
144
+ Phone (Phone)
145
+
146
+ Sms (Sms)
147
+
148
+ Ding (DingTalk)
149
+ """
150
+ severity: NotRequired[pulumi.Input[str]]
151
+ elif False:
152
+ DiAlarmRuleNotificationSettingsNotificationChannelArgsDict: TypeAlias = Mapping[str, Any]
153
+
154
+ @pulumi.input_type
155
+ class DiAlarmRuleNotificationSettingsNotificationChannelArgs:
156
+ def __init__(__self__, *,
157
+ channels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
158
+ severity: Optional[pulumi.Input[str]] = None):
159
+ """
160
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] channels: Channel, optional enumeration value:
161
+
162
+ Mail (Mail)
163
+
164
+ Phone (Phone)
165
+
166
+ Sms (Sms)
167
+
168
+ Ding (DingTalk)
169
+ """
170
+ if channels is not None:
171
+ pulumi.set(__self__, "channels", channels)
172
+ if severity is not None:
173
+ pulumi.set(__self__, "severity", severity)
174
+
175
+ @property
176
+ @pulumi.getter
177
+ def channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
178
+ """
179
+ Channel, optional enumeration value:
180
+
181
+ Mail (Mail)
182
+
183
+ Phone (Phone)
184
+
185
+ Sms (Sms)
186
+
187
+ Ding (DingTalk)
188
+ """
189
+ return pulumi.get(self, "channels")
190
+
191
+ @channels.setter
192
+ def channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
193
+ pulumi.set(self, "channels", value)
194
+
195
+ @property
196
+ @pulumi.getter
197
+ def severity(self) -> Optional[pulumi.Input[str]]:
198
+ return pulumi.get(self, "severity")
199
+
200
+ @severity.setter
201
+ def severity(self, value: Optional[pulumi.Input[str]]):
202
+ pulumi.set(self, "severity", value)
203
+
204
+
205
+ if not MYPY:
206
+ class DiAlarmRuleNotificationSettingsNotificationReceiverArgsDict(TypedDict):
207
+ receiver_type: NotRequired[pulumi.Input[str]]
208
+ """
209
+ The type of the receiver. Valid values: AliyunUid/DingToken/FeishuToken/WebHookUrl.
210
+ """
211
+ receiver_values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
212
+ """
213
+ Receiver Value List
214
+ """
215
+ elif False:
216
+ DiAlarmRuleNotificationSettingsNotificationReceiverArgsDict: TypeAlias = Mapping[str, Any]
217
+
218
+ @pulumi.input_type
219
+ class DiAlarmRuleNotificationSettingsNotificationReceiverArgs:
220
+ def __init__(__self__, *,
221
+ receiver_type: Optional[pulumi.Input[str]] = None,
222
+ receiver_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
223
+ """
224
+ :param pulumi.Input[str] receiver_type: The type of the receiver. Valid values: AliyunUid/DingToken/FeishuToken/WebHookUrl.
225
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] receiver_values: Receiver Value List
226
+ """
227
+ if receiver_type is not None:
228
+ pulumi.set(__self__, "receiver_type", receiver_type)
229
+ if receiver_values is not None:
230
+ pulumi.set(__self__, "receiver_values", receiver_values)
231
+
232
+ @property
233
+ @pulumi.getter(name="receiverType")
234
+ def receiver_type(self) -> Optional[pulumi.Input[str]]:
235
+ """
236
+ The type of the receiver. Valid values: AliyunUid/DingToken/FeishuToken/WebHookUrl.
237
+ """
238
+ return pulumi.get(self, "receiver_type")
239
+
240
+ @receiver_type.setter
241
+ def receiver_type(self, value: Optional[pulumi.Input[str]]):
242
+ pulumi.set(self, "receiver_type", value)
243
+
244
+ @property
245
+ @pulumi.getter(name="receiverValues")
246
+ def receiver_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
247
+ """
248
+ Receiver Value List
249
+ """
250
+ return pulumi.get(self, "receiver_values")
251
+
252
+ @receiver_values.setter
253
+ def receiver_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
254
+ pulumi.set(self, "receiver_values", value)
255
+
256
+
257
+ if not MYPY:
258
+ class DiAlarmRuleTriggerConditionArgsDict(TypedDict):
259
+ ddl_report_tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
260
+ """
261
+ It takes effect only when the DDL notification is issued. The list of effective DDLs is required.
262
+ """
263
+ duration: NotRequired[pulumi.Input[int]]
264
+ """
265
+ Alarm calculation time interval, unit minute
266
+ """
267
+ severity: NotRequired[pulumi.Input[str]]
268
+ """
269
+ Severity, optional enumeration value:
270
+
271
+ Warning
272
+
273
+ Critical
274
+ """
275
+ threshold: NotRequired[pulumi.Input[int]]
276
+ """
277
+ Alarm threshold.
278
+
279
+ Task status alarm: no need to fill in the threshold.
280
+
281
+ failover alarm: The threshold is the number of failover alarms.
282
+
283
+ Task Delay Alarm: The threshold is the delay duration, in seconds.
284
+ """
285
+ elif False:
286
+ DiAlarmRuleTriggerConditionArgsDict: TypeAlias = Mapping[str, Any]
287
+
288
+ @pulumi.input_type
289
+ class DiAlarmRuleTriggerConditionArgs:
290
+ def __init__(__self__, *,
291
+ ddl_report_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
292
+ duration: Optional[pulumi.Input[int]] = None,
293
+ severity: Optional[pulumi.Input[str]] = None,
294
+ threshold: Optional[pulumi.Input[int]] = None):
295
+ """
296
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ddl_report_tags: It takes effect only when the DDL notification is issued. The list of effective DDLs is required.
297
+ :param pulumi.Input[int] duration: Alarm calculation time interval, unit minute
298
+ :param pulumi.Input[str] severity: Severity, optional enumeration value:
299
+
300
+ Warning
301
+
302
+ Critical
303
+ :param pulumi.Input[int] threshold: Alarm threshold.
304
+
305
+ Task status alarm: no need to fill in the threshold.
306
+
307
+ failover alarm: The threshold is the number of failover alarms.
308
+
309
+ Task Delay Alarm: The threshold is the delay duration, in seconds.
310
+ """
311
+ if ddl_report_tags is not None:
312
+ pulumi.set(__self__, "ddl_report_tags", ddl_report_tags)
313
+ if duration is not None:
314
+ pulumi.set(__self__, "duration", duration)
315
+ if severity is not None:
316
+ pulumi.set(__self__, "severity", severity)
317
+ if threshold is not None:
318
+ pulumi.set(__self__, "threshold", threshold)
319
+
320
+ @property
321
+ @pulumi.getter(name="ddlReportTags")
322
+ def ddl_report_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
323
+ """
324
+ It takes effect only when the DDL notification is issued. The list of effective DDLs is required.
325
+ """
326
+ return pulumi.get(self, "ddl_report_tags")
327
+
328
+ @ddl_report_tags.setter
329
+ def ddl_report_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
330
+ pulumi.set(self, "ddl_report_tags", value)
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def duration(self) -> Optional[pulumi.Input[int]]:
335
+ """
336
+ Alarm calculation time interval, unit minute
337
+ """
338
+ return pulumi.get(self, "duration")
339
+
340
+ @duration.setter
341
+ def duration(self, value: Optional[pulumi.Input[int]]):
342
+ pulumi.set(self, "duration", value)
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def severity(self) -> Optional[pulumi.Input[str]]:
347
+ """
348
+ Severity, optional enumeration value:
349
+
350
+ Warning
351
+
352
+ Critical
353
+ """
354
+ return pulumi.get(self, "severity")
355
+
356
+ @severity.setter
357
+ def severity(self, value: Optional[pulumi.Input[str]]):
358
+ pulumi.set(self, "severity", value)
359
+
360
+ @property
361
+ @pulumi.getter
362
+ def threshold(self) -> Optional[pulumi.Input[int]]:
363
+ """
364
+ Alarm threshold.
365
+
366
+ Task status alarm: no need to fill in the threshold.
367
+
368
+ failover alarm: The threshold is the number of failover alarms.
369
+
370
+ Task Delay Alarm: The threshold is the delay duration, in seconds.
371
+ """
372
+ return pulumi.get(self, "threshold")
373
+
374
+ @threshold.setter
375
+ def threshold(self, value: Optional[pulumi.Input[int]]):
376
+ pulumi.set(self, "threshold", value)
377
+
378
+
379
+ if not MYPY:
380
+ class DiJobDestinationDataSourceSettingArgsDict(TypedDict):
381
+ data_source_name: NotRequired[pulumi.Input[str]]
382
+ """
383
+ Destination data source name
384
+ """
385
+ elif False:
386
+ DiJobDestinationDataSourceSettingArgsDict: TypeAlias = Mapping[str, Any]
387
+
388
+ @pulumi.input_type
389
+ class DiJobDestinationDataSourceSettingArgs:
390
+ def __init__(__self__, *,
391
+ data_source_name: Optional[pulumi.Input[str]] = None):
392
+ """
393
+ :param pulumi.Input[str] data_source_name: Destination data source name
394
+ """
395
+ if data_source_name is not None:
396
+ pulumi.set(__self__, "data_source_name", data_source_name)
397
+
398
+ @property
399
+ @pulumi.getter(name="dataSourceName")
400
+ def data_source_name(self) -> Optional[pulumi.Input[str]]:
401
+ """
402
+ Destination data source name
403
+ """
404
+ return pulumi.get(self, "data_source_name")
405
+
406
+ @data_source_name.setter
407
+ def data_source_name(self, value: Optional[pulumi.Input[str]]):
408
+ pulumi.set(self, "data_source_name", value)
409
+
410
+
411
+ if not MYPY:
412
+ class DiJobJobSettingsArgsDict(TypedDict):
413
+ channel_settings: NotRequired[pulumi.Input[str]]
414
+ """
415
+ Channel-related task settings, in the form of a Json String.
416
+
417
+ For example,
418
+ {"structInfo":"MANAGED","storageType":"TEXTFILE","writeMode":"APPEND","partitionColumns":[{"columnName":"pt","columnType":"STRING","comment":""}],"fieldDelimiter":""}
419
+ """
420
+ column_data_type_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsColumnDataTypeSettingArgsDict']]]]
421
+ """
422
+ Column type mapping of the synchronization task See `column_data_type_settings` below.
423
+ """
424
+ cycle_schedule_settings: NotRequired[pulumi.Input['DiJobJobSettingsCycleScheduleSettingsArgsDict']]
425
+ """
426
+ Periodic scheduling settings See `cycle_schedule_settings` below.
427
+ """
428
+ ddl_handling_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsDdlHandlingSettingArgsDict']]]]
429
+ """
430
+ List of DDL processing settings for synchronization tasks See `ddl_handling_settings` below.
431
+ """
432
+ runtime_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsRuntimeSettingArgsDict']]]]
433
+ """
434
+ Run-time setting parameter list See `runtime_settings` below.
435
+ """
436
+ elif False:
437
+ DiJobJobSettingsArgsDict: TypeAlias = Mapping[str, Any]
438
+
439
+ @pulumi.input_type
440
+ class DiJobJobSettingsArgs:
441
+ def __init__(__self__, *,
442
+ channel_settings: Optional[pulumi.Input[str]] = None,
443
+ column_data_type_settings: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsColumnDataTypeSettingArgs']]]] = None,
444
+ cycle_schedule_settings: Optional[pulumi.Input['DiJobJobSettingsCycleScheduleSettingsArgs']] = None,
445
+ ddl_handling_settings: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsDdlHandlingSettingArgs']]]] = None,
446
+ runtime_settings: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsRuntimeSettingArgs']]]] = None):
447
+ """
448
+ :param pulumi.Input[str] channel_settings: Channel-related task settings, in the form of a Json String.
449
+
450
+ For example,
451
+ {"structInfo":"MANAGED","storageType":"TEXTFILE","writeMode":"APPEND","partitionColumns":[{"columnName":"pt","columnType":"STRING","comment":""}],"fieldDelimiter":""}
452
+ :param pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsColumnDataTypeSettingArgs']]] column_data_type_settings: Column type mapping of the synchronization task See `column_data_type_settings` below.
453
+ :param pulumi.Input['DiJobJobSettingsCycleScheduleSettingsArgs'] cycle_schedule_settings: Periodic scheduling settings See `cycle_schedule_settings` below.
454
+ :param pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsDdlHandlingSettingArgs']]] ddl_handling_settings: List of DDL processing settings for synchronization tasks See `ddl_handling_settings` below.
455
+ :param pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsRuntimeSettingArgs']]] runtime_settings: Run-time setting parameter list See `runtime_settings` below.
456
+ """
457
+ if channel_settings is not None:
458
+ pulumi.set(__self__, "channel_settings", channel_settings)
459
+ if column_data_type_settings is not None:
460
+ pulumi.set(__self__, "column_data_type_settings", column_data_type_settings)
461
+ if cycle_schedule_settings is not None:
462
+ pulumi.set(__self__, "cycle_schedule_settings", cycle_schedule_settings)
463
+ if ddl_handling_settings is not None:
464
+ pulumi.set(__self__, "ddl_handling_settings", ddl_handling_settings)
465
+ if runtime_settings is not None:
466
+ pulumi.set(__self__, "runtime_settings", runtime_settings)
467
+
468
+ @property
469
+ @pulumi.getter(name="channelSettings")
470
+ def channel_settings(self) -> Optional[pulumi.Input[str]]:
471
+ """
472
+ Channel-related task settings, in the form of a Json String.
473
+
474
+ For example,
475
+ {"structInfo":"MANAGED","storageType":"TEXTFILE","writeMode":"APPEND","partitionColumns":[{"columnName":"pt","columnType":"STRING","comment":""}],"fieldDelimiter":""}
476
+ """
477
+ return pulumi.get(self, "channel_settings")
478
+
479
+ @channel_settings.setter
480
+ def channel_settings(self, value: Optional[pulumi.Input[str]]):
481
+ pulumi.set(self, "channel_settings", value)
482
+
483
+ @property
484
+ @pulumi.getter(name="columnDataTypeSettings")
485
+ def column_data_type_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsColumnDataTypeSettingArgs']]]]:
486
+ """
487
+ Column type mapping of the synchronization task See `column_data_type_settings` below.
488
+ """
489
+ return pulumi.get(self, "column_data_type_settings")
490
+
491
+ @column_data_type_settings.setter
492
+ def column_data_type_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsColumnDataTypeSettingArgs']]]]):
493
+ pulumi.set(self, "column_data_type_settings", value)
494
+
495
+ @property
496
+ @pulumi.getter(name="cycleScheduleSettings")
497
+ def cycle_schedule_settings(self) -> Optional[pulumi.Input['DiJobJobSettingsCycleScheduleSettingsArgs']]:
498
+ """
499
+ Periodic scheduling settings See `cycle_schedule_settings` below.
500
+ """
501
+ return pulumi.get(self, "cycle_schedule_settings")
502
+
503
+ @cycle_schedule_settings.setter
504
+ def cycle_schedule_settings(self, value: Optional[pulumi.Input['DiJobJobSettingsCycleScheduleSettingsArgs']]):
505
+ pulumi.set(self, "cycle_schedule_settings", value)
506
+
507
+ @property
508
+ @pulumi.getter(name="ddlHandlingSettings")
509
+ def ddl_handling_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsDdlHandlingSettingArgs']]]]:
510
+ """
511
+ List of DDL processing settings for synchronization tasks See `ddl_handling_settings` below.
512
+ """
513
+ return pulumi.get(self, "ddl_handling_settings")
514
+
515
+ @ddl_handling_settings.setter
516
+ def ddl_handling_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsDdlHandlingSettingArgs']]]]):
517
+ pulumi.set(self, "ddl_handling_settings", value)
518
+
519
+ @property
520
+ @pulumi.getter(name="runtimeSettings")
521
+ def runtime_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsRuntimeSettingArgs']]]]:
522
+ """
523
+ Run-time setting parameter list See `runtime_settings` below.
524
+ """
525
+ return pulumi.get(self, "runtime_settings")
526
+
527
+ @runtime_settings.setter
528
+ def runtime_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobJobSettingsRuntimeSettingArgs']]]]):
529
+ pulumi.set(self, "runtime_settings", value)
530
+
531
+
532
+ if not MYPY:
533
+ class DiJobJobSettingsColumnDataTypeSettingArgsDict(TypedDict):
534
+ destination_data_type: NotRequired[pulumi.Input[str]]
535
+ """
536
+ The destination type of the mapping relationship
537
+ """
538
+ source_data_type: NotRequired[pulumi.Input[str]]
539
+ """
540
+ The source type of the mapping type
541
+ """
542
+ elif False:
543
+ DiJobJobSettingsColumnDataTypeSettingArgsDict: TypeAlias = Mapping[str, Any]
544
+
545
+ @pulumi.input_type
546
+ class DiJobJobSettingsColumnDataTypeSettingArgs:
547
+ def __init__(__self__, *,
548
+ destination_data_type: Optional[pulumi.Input[str]] = None,
549
+ source_data_type: Optional[pulumi.Input[str]] = None):
550
+ """
551
+ :param pulumi.Input[str] destination_data_type: The destination type of the mapping relationship
552
+ :param pulumi.Input[str] source_data_type: The source type of the mapping type
553
+ """
554
+ if destination_data_type is not None:
555
+ pulumi.set(__self__, "destination_data_type", destination_data_type)
556
+ if source_data_type is not None:
557
+ pulumi.set(__self__, "source_data_type", source_data_type)
558
+
559
+ @property
560
+ @pulumi.getter(name="destinationDataType")
561
+ def destination_data_type(self) -> Optional[pulumi.Input[str]]:
562
+ """
563
+ The destination type of the mapping relationship
564
+ """
565
+ return pulumi.get(self, "destination_data_type")
566
+
567
+ @destination_data_type.setter
568
+ def destination_data_type(self, value: Optional[pulumi.Input[str]]):
569
+ pulumi.set(self, "destination_data_type", value)
570
+
571
+ @property
572
+ @pulumi.getter(name="sourceDataType")
573
+ def source_data_type(self) -> Optional[pulumi.Input[str]]:
574
+ """
575
+ The source type of the mapping type
576
+ """
577
+ return pulumi.get(self, "source_data_type")
578
+
579
+ @source_data_type.setter
580
+ def source_data_type(self, value: Optional[pulumi.Input[str]]):
581
+ pulumi.set(self, "source_data_type", value)
582
+
583
+
584
+ if not MYPY:
585
+ class DiJobJobSettingsCycleScheduleSettingsArgsDict(TypedDict):
586
+ cycle_migration_type: NotRequired[pulumi.Input[str]]
587
+ """
588
+ The type of synchronization that requires periodic scheduling. Value range:
589
+
590
+ Full: Full
591
+
592
+ OfflineIncremental: offline increment
593
+ """
594
+ schedule_parameters: NotRequired[pulumi.Input[str]]
595
+ """
596
+ Scheduling Parameters
597
+ """
598
+ elif False:
599
+ DiJobJobSettingsCycleScheduleSettingsArgsDict: TypeAlias = Mapping[str, Any]
600
+
601
+ @pulumi.input_type
602
+ class DiJobJobSettingsCycleScheduleSettingsArgs:
603
+ def __init__(__self__, *,
604
+ cycle_migration_type: Optional[pulumi.Input[str]] = None,
605
+ schedule_parameters: Optional[pulumi.Input[str]] = None):
606
+ """
607
+ :param pulumi.Input[str] cycle_migration_type: The type of synchronization that requires periodic scheduling. Value range:
608
+
609
+ Full: Full
610
+
611
+ OfflineIncremental: offline increment
612
+ :param pulumi.Input[str] schedule_parameters: Scheduling Parameters
613
+ """
614
+ if cycle_migration_type is not None:
615
+ pulumi.set(__self__, "cycle_migration_type", cycle_migration_type)
616
+ if schedule_parameters is not None:
617
+ pulumi.set(__self__, "schedule_parameters", schedule_parameters)
618
+
619
+ @property
620
+ @pulumi.getter(name="cycleMigrationType")
621
+ def cycle_migration_type(self) -> Optional[pulumi.Input[str]]:
622
+ """
623
+ The type of synchronization that requires periodic scheduling. Value range:
624
+
625
+ Full: Full
626
+
627
+ OfflineIncremental: offline increment
628
+ """
629
+ return pulumi.get(self, "cycle_migration_type")
630
+
631
+ @cycle_migration_type.setter
632
+ def cycle_migration_type(self, value: Optional[pulumi.Input[str]]):
633
+ pulumi.set(self, "cycle_migration_type", value)
634
+
635
+ @property
636
+ @pulumi.getter(name="scheduleParameters")
637
+ def schedule_parameters(self) -> Optional[pulumi.Input[str]]:
638
+ """
639
+ Scheduling Parameters
640
+ """
641
+ return pulumi.get(self, "schedule_parameters")
642
+
643
+ @schedule_parameters.setter
644
+ def schedule_parameters(self, value: Optional[pulumi.Input[str]]):
645
+ pulumi.set(self, "schedule_parameters", value)
646
+
647
+
648
+ if not MYPY:
649
+ class DiJobJobSettingsDdlHandlingSettingArgsDict(TypedDict):
650
+ action: NotRequired[pulumi.Input[str]]
651
+ type: NotRequired[pulumi.Input[str]]
652
+ """
653
+ DDL type, optional enumeration value:
654
+
655
+ RenameColumn (rename column)
656
+
657
+ ModifyColumn (rename column)
658
+
659
+ CreateTable (Rename Column)
660
+
661
+ TruncateTable (empty table)
662
+
663
+ DropTable (delete table)
664
+ """
665
+ elif False:
666
+ DiJobJobSettingsDdlHandlingSettingArgsDict: TypeAlias = Mapping[str, Any]
667
+
668
+ @pulumi.input_type
669
+ class DiJobJobSettingsDdlHandlingSettingArgs:
670
+ def __init__(__self__, *,
671
+ action: Optional[pulumi.Input[str]] = None,
672
+ type: Optional[pulumi.Input[str]] = None):
673
+ """
674
+ :param pulumi.Input[str] type: DDL type, optional enumeration value:
675
+
676
+ RenameColumn (rename column)
677
+
678
+ ModifyColumn (rename column)
679
+
680
+ CreateTable (Rename Column)
681
+
682
+ TruncateTable (empty table)
683
+
684
+ DropTable (delete table)
685
+ """
686
+ if action is not None:
687
+ pulumi.set(__self__, "action", action)
688
+ if type is not None:
689
+ pulumi.set(__self__, "type", type)
690
+
691
+ @property
692
+ @pulumi.getter
693
+ def action(self) -> Optional[pulumi.Input[str]]:
694
+ return pulumi.get(self, "action")
695
+
696
+ @action.setter
697
+ def action(self, value: Optional[pulumi.Input[str]]):
698
+ pulumi.set(self, "action", value)
699
+
700
+ @property
701
+ @pulumi.getter
702
+ def type(self) -> Optional[pulumi.Input[str]]:
703
+ """
704
+ DDL type, optional enumeration value:
705
+
706
+ RenameColumn (rename column)
707
+
708
+ ModifyColumn (rename column)
709
+
710
+ CreateTable (Rename Column)
711
+
712
+ TruncateTable (empty table)
713
+
714
+ DropTable (delete table)
715
+ """
716
+ return pulumi.get(self, "type")
717
+
718
+ @type.setter
719
+ def type(self, value: Optional[pulumi.Input[str]]):
720
+ pulumi.set(self, "type", value)
721
+
722
+
723
+ if not MYPY:
724
+ class DiJobJobSettingsRuntimeSettingArgsDict(TypedDict):
725
+ name: NotRequired[pulumi.Input[str]]
726
+ """
727
+ Set name, optional ENUM value:
728
+
729
+ runtime.offline.speed.limit.mb (valid when runtime.offline.speed.limit.enable = true)
730
+
731
+ runtime.offline.speed.limit.enable
732
+
733
+ dst.offline.connection.max (the maximum number of write connections for offline batch tasks)
734
+
735
+ runtime.offline.concurrent (offline batch synchronization task concurrency)
736
+
737
+ dst.realtime.connection.max (maximum number of write connections for real-time tasks)
738
+
739
+ runtime.enable.auto.create.schema (whether to automatically create a schema on the target side)
740
+
741
+ src.offline.datasource.max.connection (maximum number of source connections for offline batch tasks)
742
+
743
+ runtime.realtime.concurrent (real-time task concurrency)
744
+ """
745
+ value: NotRequired[pulumi.Input[str]]
746
+ """
747
+ Runtime setting value
748
+ """
749
+ elif False:
750
+ DiJobJobSettingsRuntimeSettingArgsDict: TypeAlias = Mapping[str, Any]
751
+
752
+ @pulumi.input_type
753
+ class DiJobJobSettingsRuntimeSettingArgs:
754
+ def __init__(__self__, *,
755
+ name: Optional[pulumi.Input[str]] = None,
756
+ value: Optional[pulumi.Input[str]] = None):
757
+ """
758
+ :param pulumi.Input[str] name: Set name, optional ENUM value:
759
+
760
+ runtime.offline.speed.limit.mb (valid when runtime.offline.speed.limit.enable = true)
761
+
762
+ runtime.offline.speed.limit.enable
763
+
764
+ dst.offline.connection.max (the maximum number of write connections for offline batch tasks)
765
+
766
+ runtime.offline.concurrent (offline batch synchronization task concurrency)
767
+
768
+ dst.realtime.connection.max (maximum number of write connections for real-time tasks)
769
+
770
+ runtime.enable.auto.create.schema (whether to automatically create a schema on the target side)
771
+
772
+ src.offline.datasource.max.connection (maximum number of source connections for offline batch tasks)
773
+
774
+ runtime.realtime.concurrent (real-time task concurrency)
775
+ :param pulumi.Input[str] value: Runtime setting value
776
+ """
777
+ if name is not None:
778
+ pulumi.set(__self__, "name", name)
779
+ if value is not None:
780
+ pulumi.set(__self__, "value", value)
781
+
782
+ @property
783
+ @pulumi.getter
784
+ def name(self) -> Optional[pulumi.Input[str]]:
785
+ """
786
+ Set name, optional ENUM value:
787
+
788
+ runtime.offline.speed.limit.mb (valid when runtime.offline.speed.limit.enable = true)
789
+
790
+ runtime.offline.speed.limit.enable
791
+
792
+ dst.offline.connection.max (the maximum number of write connections for offline batch tasks)
793
+
794
+ runtime.offline.concurrent (offline batch synchronization task concurrency)
795
+
796
+ dst.realtime.connection.max (maximum number of write connections for real-time tasks)
797
+
798
+ runtime.enable.auto.create.schema (whether to automatically create a schema on the target side)
799
+
800
+ src.offline.datasource.max.connection (maximum number of source connections for offline batch tasks)
801
+
802
+ runtime.realtime.concurrent (real-time task concurrency)
803
+ """
804
+ return pulumi.get(self, "name")
805
+
806
+ @name.setter
807
+ def name(self, value: Optional[pulumi.Input[str]]):
808
+ pulumi.set(self, "name", value)
809
+
810
+ @property
811
+ @pulumi.getter
812
+ def value(self) -> Optional[pulumi.Input[str]]:
813
+ """
814
+ Runtime setting value
815
+ """
816
+ return pulumi.get(self, "value")
817
+
818
+ @value.setter
819
+ def value(self, value: Optional[pulumi.Input[str]]):
820
+ pulumi.set(self, "value", value)
821
+
822
+
823
+ if not MYPY:
824
+ class DiJobResourceSettingsArgsDict(TypedDict):
825
+ offline_resource_settings: NotRequired[pulumi.Input['DiJobResourceSettingsOfflineResourceSettingsArgsDict']]
826
+ """
827
+ Offline Resource Group configuration See `offline_resource_settings` below.
828
+ """
829
+ realtime_resource_settings: NotRequired[pulumi.Input['DiJobResourceSettingsRealtimeResourceSettingsArgsDict']]
830
+ """
831
+ Real-time Resource Group See `realtime_resource_settings` below.
832
+ """
833
+ schedule_resource_settings: NotRequired[pulumi.Input['DiJobResourceSettingsScheduleResourceSettingsArgsDict']]
834
+ """
835
+ Scheduling Resource Groups See `schedule_resource_settings` below.
836
+ """
837
+ elif False:
838
+ DiJobResourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
839
+
840
+ @pulumi.input_type
841
+ class DiJobResourceSettingsArgs:
842
+ def __init__(__self__, *,
843
+ offline_resource_settings: Optional[pulumi.Input['DiJobResourceSettingsOfflineResourceSettingsArgs']] = None,
844
+ realtime_resource_settings: Optional[pulumi.Input['DiJobResourceSettingsRealtimeResourceSettingsArgs']] = None,
845
+ schedule_resource_settings: Optional[pulumi.Input['DiJobResourceSettingsScheduleResourceSettingsArgs']] = None):
846
+ """
847
+ :param pulumi.Input['DiJobResourceSettingsOfflineResourceSettingsArgs'] offline_resource_settings: Offline Resource Group configuration See `offline_resource_settings` below.
848
+ :param pulumi.Input['DiJobResourceSettingsRealtimeResourceSettingsArgs'] realtime_resource_settings: Real-time Resource Group See `realtime_resource_settings` below.
849
+ :param pulumi.Input['DiJobResourceSettingsScheduleResourceSettingsArgs'] schedule_resource_settings: Scheduling Resource Groups See `schedule_resource_settings` below.
850
+ """
851
+ if offline_resource_settings is not None:
852
+ pulumi.set(__self__, "offline_resource_settings", offline_resource_settings)
853
+ if realtime_resource_settings is not None:
854
+ pulumi.set(__self__, "realtime_resource_settings", realtime_resource_settings)
855
+ if schedule_resource_settings is not None:
856
+ pulumi.set(__self__, "schedule_resource_settings", schedule_resource_settings)
857
+
858
+ @property
859
+ @pulumi.getter(name="offlineResourceSettings")
860
+ def offline_resource_settings(self) -> Optional[pulumi.Input['DiJobResourceSettingsOfflineResourceSettingsArgs']]:
861
+ """
862
+ Offline Resource Group configuration See `offline_resource_settings` below.
863
+ """
864
+ return pulumi.get(self, "offline_resource_settings")
865
+
866
+ @offline_resource_settings.setter
867
+ def offline_resource_settings(self, value: Optional[pulumi.Input['DiJobResourceSettingsOfflineResourceSettingsArgs']]):
868
+ pulumi.set(self, "offline_resource_settings", value)
869
+
870
+ @property
871
+ @pulumi.getter(name="realtimeResourceSettings")
872
+ def realtime_resource_settings(self) -> Optional[pulumi.Input['DiJobResourceSettingsRealtimeResourceSettingsArgs']]:
873
+ """
874
+ Real-time Resource Group See `realtime_resource_settings` below.
875
+ """
876
+ return pulumi.get(self, "realtime_resource_settings")
877
+
878
+ @realtime_resource_settings.setter
879
+ def realtime_resource_settings(self, value: Optional[pulumi.Input['DiJobResourceSettingsRealtimeResourceSettingsArgs']]):
880
+ pulumi.set(self, "realtime_resource_settings", value)
881
+
882
+ @property
883
+ @pulumi.getter(name="scheduleResourceSettings")
884
+ def schedule_resource_settings(self) -> Optional[pulumi.Input['DiJobResourceSettingsScheduleResourceSettingsArgs']]:
885
+ """
886
+ Scheduling Resource Groups See `schedule_resource_settings` below.
887
+ """
888
+ return pulumi.get(self, "schedule_resource_settings")
889
+
890
+ @schedule_resource_settings.setter
891
+ def schedule_resource_settings(self, value: Optional[pulumi.Input['DiJobResourceSettingsScheduleResourceSettingsArgs']]):
892
+ pulumi.set(self, "schedule_resource_settings", value)
893
+
894
+
895
+ if not MYPY:
896
+ class DiJobResourceSettingsOfflineResourceSettingsArgsDict(TypedDict):
897
+ requested_cu: NotRequired[pulumi.Input[float]]
898
+ """
899
+ Scheduling resource group cu
900
+ """
901
+ resource_group_identifier: NotRequired[pulumi.Input[str]]
902
+ """
903
+ Scheduling resource group name
904
+ """
905
+ elif False:
906
+ DiJobResourceSettingsOfflineResourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
907
+
908
+ @pulumi.input_type
909
+ class DiJobResourceSettingsOfflineResourceSettingsArgs:
910
+ def __init__(__self__, *,
911
+ requested_cu: Optional[pulumi.Input[float]] = None,
912
+ resource_group_identifier: Optional[pulumi.Input[str]] = None):
913
+ """
914
+ :param pulumi.Input[float] requested_cu: Scheduling resource group cu
915
+ :param pulumi.Input[str] resource_group_identifier: Scheduling resource group name
916
+ """
917
+ if requested_cu is not None:
918
+ pulumi.set(__self__, "requested_cu", requested_cu)
919
+ if resource_group_identifier is not None:
920
+ pulumi.set(__self__, "resource_group_identifier", resource_group_identifier)
921
+
922
+ @property
923
+ @pulumi.getter(name="requestedCu")
924
+ def requested_cu(self) -> Optional[pulumi.Input[float]]:
925
+ """
926
+ Scheduling resource group cu
927
+ """
928
+ return pulumi.get(self, "requested_cu")
929
+
930
+ @requested_cu.setter
931
+ def requested_cu(self, value: Optional[pulumi.Input[float]]):
932
+ pulumi.set(self, "requested_cu", value)
933
+
934
+ @property
935
+ @pulumi.getter(name="resourceGroupIdentifier")
936
+ def resource_group_identifier(self) -> Optional[pulumi.Input[str]]:
937
+ """
938
+ Scheduling resource group name
939
+ """
940
+ return pulumi.get(self, "resource_group_identifier")
941
+
942
+ @resource_group_identifier.setter
943
+ def resource_group_identifier(self, value: Optional[pulumi.Input[str]]):
944
+ pulumi.set(self, "resource_group_identifier", value)
945
+
946
+
947
+ if not MYPY:
948
+ class DiJobResourceSettingsRealtimeResourceSettingsArgsDict(TypedDict):
949
+ requested_cu: NotRequired[pulumi.Input[float]]
950
+ """
951
+ Scheduling resource group cu
952
+ """
953
+ resource_group_identifier: NotRequired[pulumi.Input[str]]
954
+ """
955
+ Scheduling resource group name
956
+ """
957
+ elif False:
958
+ DiJobResourceSettingsRealtimeResourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
959
+
960
+ @pulumi.input_type
961
+ class DiJobResourceSettingsRealtimeResourceSettingsArgs:
962
+ def __init__(__self__, *,
963
+ requested_cu: Optional[pulumi.Input[float]] = None,
964
+ resource_group_identifier: Optional[pulumi.Input[str]] = None):
965
+ """
966
+ :param pulumi.Input[float] requested_cu: Scheduling resource group cu
967
+ :param pulumi.Input[str] resource_group_identifier: Scheduling resource group name
968
+ """
969
+ if requested_cu is not None:
970
+ pulumi.set(__self__, "requested_cu", requested_cu)
971
+ if resource_group_identifier is not None:
972
+ pulumi.set(__self__, "resource_group_identifier", resource_group_identifier)
973
+
974
+ @property
975
+ @pulumi.getter(name="requestedCu")
976
+ def requested_cu(self) -> Optional[pulumi.Input[float]]:
977
+ """
978
+ Scheduling resource group cu
979
+ """
980
+ return pulumi.get(self, "requested_cu")
981
+
982
+ @requested_cu.setter
983
+ def requested_cu(self, value: Optional[pulumi.Input[float]]):
984
+ pulumi.set(self, "requested_cu", value)
985
+
986
+ @property
987
+ @pulumi.getter(name="resourceGroupIdentifier")
988
+ def resource_group_identifier(self) -> Optional[pulumi.Input[str]]:
989
+ """
990
+ Scheduling resource group name
991
+ """
992
+ return pulumi.get(self, "resource_group_identifier")
993
+
994
+ @resource_group_identifier.setter
995
+ def resource_group_identifier(self, value: Optional[pulumi.Input[str]]):
996
+ pulumi.set(self, "resource_group_identifier", value)
997
+
998
+
999
+ if not MYPY:
1000
+ class DiJobResourceSettingsScheduleResourceSettingsArgsDict(TypedDict):
1001
+ requested_cu: NotRequired[pulumi.Input[float]]
1002
+ """
1003
+ Scheduling resource group cu
1004
+ """
1005
+ resource_group_identifier: NotRequired[pulumi.Input[str]]
1006
+ """
1007
+ Scheduling resource group name
1008
+ """
1009
+ elif False:
1010
+ DiJobResourceSettingsScheduleResourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
1011
+
1012
+ @pulumi.input_type
1013
+ class DiJobResourceSettingsScheduleResourceSettingsArgs:
1014
+ def __init__(__self__, *,
1015
+ requested_cu: Optional[pulumi.Input[float]] = None,
1016
+ resource_group_identifier: Optional[pulumi.Input[str]] = None):
1017
+ """
1018
+ :param pulumi.Input[float] requested_cu: Scheduling resource group cu
1019
+ :param pulumi.Input[str] resource_group_identifier: Scheduling resource group name
1020
+ """
1021
+ if requested_cu is not None:
1022
+ pulumi.set(__self__, "requested_cu", requested_cu)
1023
+ if resource_group_identifier is not None:
1024
+ pulumi.set(__self__, "resource_group_identifier", resource_group_identifier)
1025
+
1026
+ @property
1027
+ @pulumi.getter(name="requestedCu")
1028
+ def requested_cu(self) -> Optional[pulumi.Input[float]]:
1029
+ """
1030
+ Scheduling resource group cu
1031
+ """
1032
+ return pulumi.get(self, "requested_cu")
1033
+
1034
+ @requested_cu.setter
1035
+ def requested_cu(self, value: Optional[pulumi.Input[float]]):
1036
+ pulumi.set(self, "requested_cu", value)
1037
+
1038
+ @property
1039
+ @pulumi.getter(name="resourceGroupIdentifier")
1040
+ def resource_group_identifier(self) -> Optional[pulumi.Input[str]]:
1041
+ """
1042
+ Scheduling resource group name
1043
+ """
1044
+ return pulumi.get(self, "resource_group_identifier")
1045
+
1046
+ @resource_group_identifier.setter
1047
+ def resource_group_identifier(self, value: Optional[pulumi.Input[str]]):
1048
+ pulumi.set(self, "resource_group_identifier", value)
1049
+
1050
+
1051
+ if not MYPY:
1052
+ class DiJobSourceDataSourceSettingArgsDict(TypedDict):
1053
+ data_source_name: NotRequired[pulumi.Input[str]]
1054
+ """
1055
+ Data source name of a single source
1056
+ """
1057
+ data_source_properties: NotRequired[pulumi.Input['DiJobSourceDataSourceSettingDataSourcePropertiesArgsDict']]
1058
+ """
1059
+ Single Source Data Source Properties See `data_source_properties` below.
1060
+ """
1061
+ elif False:
1062
+ DiJobSourceDataSourceSettingArgsDict: TypeAlias = Mapping[str, Any]
1063
+
1064
+ @pulumi.input_type
1065
+ class DiJobSourceDataSourceSettingArgs:
1066
+ def __init__(__self__, *,
1067
+ data_source_name: Optional[pulumi.Input[str]] = None,
1068
+ data_source_properties: Optional[pulumi.Input['DiJobSourceDataSourceSettingDataSourcePropertiesArgs']] = None):
1069
+ """
1070
+ :param pulumi.Input[str] data_source_name: Data source name of a single source
1071
+ :param pulumi.Input['DiJobSourceDataSourceSettingDataSourcePropertiesArgs'] data_source_properties: Single Source Data Source Properties See `data_source_properties` below.
1072
+ """
1073
+ if data_source_name is not None:
1074
+ pulumi.set(__self__, "data_source_name", data_source_name)
1075
+ if data_source_properties is not None:
1076
+ pulumi.set(__self__, "data_source_properties", data_source_properties)
1077
+
1078
+ @property
1079
+ @pulumi.getter(name="dataSourceName")
1080
+ def data_source_name(self) -> Optional[pulumi.Input[str]]:
1081
+ """
1082
+ Data source name of a single source
1083
+ """
1084
+ return pulumi.get(self, "data_source_name")
1085
+
1086
+ @data_source_name.setter
1087
+ def data_source_name(self, value: Optional[pulumi.Input[str]]):
1088
+ pulumi.set(self, "data_source_name", value)
1089
+
1090
+ @property
1091
+ @pulumi.getter(name="dataSourceProperties")
1092
+ def data_source_properties(self) -> Optional[pulumi.Input['DiJobSourceDataSourceSettingDataSourcePropertiesArgs']]:
1093
+ """
1094
+ Single Source Data Source Properties See `data_source_properties` below.
1095
+ """
1096
+ return pulumi.get(self, "data_source_properties")
1097
+
1098
+ @data_source_properties.setter
1099
+ def data_source_properties(self, value: Optional[pulumi.Input['DiJobSourceDataSourceSettingDataSourcePropertiesArgs']]):
1100
+ pulumi.set(self, "data_source_properties", value)
1101
+
1102
+
1103
+ if not MYPY:
1104
+ class DiJobSourceDataSourceSettingDataSourcePropertiesArgsDict(TypedDict):
1105
+ encoding: NotRequired[pulumi.Input[str]]
1106
+ """
1107
+ Data Source Encoding
1108
+ """
1109
+ timezone: NotRequired[pulumi.Input[str]]
1110
+ """
1111
+ Data Source Time Zone
1112
+ """
1113
+ elif False:
1114
+ DiJobSourceDataSourceSettingDataSourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
1115
+
1116
+ @pulumi.input_type
1117
+ class DiJobSourceDataSourceSettingDataSourcePropertiesArgs:
1118
+ def __init__(__self__, *,
1119
+ encoding: Optional[pulumi.Input[str]] = None,
1120
+ timezone: Optional[pulumi.Input[str]] = None):
1121
+ """
1122
+ :param pulumi.Input[str] encoding: Data Source Encoding
1123
+ :param pulumi.Input[str] timezone: Data Source Time Zone
1124
+ """
1125
+ if encoding is not None:
1126
+ pulumi.set(__self__, "encoding", encoding)
1127
+ if timezone is not None:
1128
+ pulumi.set(__self__, "timezone", timezone)
1129
+
1130
+ @property
1131
+ @pulumi.getter
1132
+ def encoding(self) -> Optional[pulumi.Input[str]]:
1133
+ """
1134
+ Data Source Encoding
1135
+ """
1136
+ return pulumi.get(self, "encoding")
1137
+
1138
+ @encoding.setter
1139
+ def encoding(self, value: Optional[pulumi.Input[str]]):
1140
+ pulumi.set(self, "encoding", value)
1141
+
1142
+ @property
1143
+ @pulumi.getter
1144
+ def timezone(self) -> Optional[pulumi.Input[str]]:
1145
+ """
1146
+ Data Source Time Zone
1147
+ """
1148
+ return pulumi.get(self, "timezone")
1149
+
1150
+ @timezone.setter
1151
+ def timezone(self, value: Optional[pulumi.Input[str]]):
1152
+ pulumi.set(self, "timezone", value)
1153
+
1154
+
1155
+ if not MYPY:
1156
+ class DiJobTableMappingArgsDict(TypedDict):
1157
+ source_object_selection_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingSourceObjectSelectionRuleArgsDict']]]]
1158
+ """
1159
+ Each rule can select different types of source objects to be synchronized, such as source database and source data table. See `source_object_selection_rules` below.
1160
+ """
1161
+ transformation_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingTransformationRuleArgsDict']]]]
1162
+ """
1163
+ A list of conversion rule definitions for a synchronization object. Each element in the list defines a conversion rule. See `transformation_rules` below.
1164
+ """
1165
+ elif False:
1166
+ DiJobTableMappingArgsDict: TypeAlias = Mapping[str, Any]
1167
+
1168
+ @pulumi.input_type
1169
+ class DiJobTableMappingArgs:
1170
+ def __init__(__self__, *,
1171
+ source_object_selection_rules: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingSourceObjectSelectionRuleArgs']]]] = None,
1172
+ transformation_rules: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingTransformationRuleArgs']]]] = None):
1173
+ """
1174
+ :param pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingSourceObjectSelectionRuleArgs']]] source_object_selection_rules: Each rule can select different types of source objects to be synchronized, such as source database and source data table. See `source_object_selection_rules` below.
1175
+ :param pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingTransformationRuleArgs']]] transformation_rules: A list of conversion rule definitions for a synchronization object. Each element in the list defines a conversion rule. See `transformation_rules` below.
1176
+ """
1177
+ if source_object_selection_rules is not None:
1178
+ pulumi.set(__self__, "source_object_selection_rules", source_object_selection_rules)
1179
+ if transformation_rules is not None:
1180
+ pulumi.set(__self__, "transformation_rules", transformation_rules)
1181
+
1182
+ @property
1183
+ @pulumi.getter(name="sourceObjectSelectionRules")
1184
+ def source_object_selection_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingSourceObjectSelectionRuleArgs']]]]:
1185
+ """
1186
+ Each rule can select different types of source objects to be synchronized, such as source database and source data table. See `source_object_selection_rules` below.
1187
+ """
1188
+ return pulumi.get(self, "source_object_selection_rules")
1189
+
1190
+ @source_object_selection_rules.setter
1191
+ def source_object_selection_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingSourceObjectSelectionRuleArgs']]]]):
1192
+ pulumi.set(self, "source_object_selection_rules", value)
1193
+
1194
+ @property
1195
+ @pulumi.getter(name="transformationRules")
1196
+ def transformation_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingTransformationRuleArgs']]]]:
1197
+ """
1198
+ A list of conversion rule definitions for a synchronization object. Each element in the list defines a conversion rule. See `transformation_rules` below.
1199
+ """
1200
+ return pulumi.get(self, "transformation_rules")
1201
+
1202
+ @transformation_rules.setter
1203
+ def transformation_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiJobTableMappingTransformationRuleArgs']]]]):
1204
+ pulumi.set(self, "transformation_rules", value)
1205
+
1206
+
1207
+ if not MYPY:
1208
+ class DiJobTableMappingSourceObjectSelectionRuleArgsDict(TypedDict):
1209
+ action: NotRequired[pulumi.Input[str]]
1210
+ expression: NotRequired[pulumi.Input[str]]
1211
+ """
1212
+ Expression, such as mysql_table_1
1213
+ """
1214
+ expression_type: NotRequired[pulumi.Input[str]]
1215
+ """
1216
+ Expression type, value range: Exact/Regex
1217
+ """
1218
+ object_type: NotRequired[pulumi.Input[str]]
1219
+ """
1220
+ Object type, optional enumeration value:
1221
+
1222
+ Table (Table)
1223
+
1224
+ Database
1225
+ """
1226
+ elif False:
1227
+ DiJobTableMappingSourceObjectSelectionRuleArgsDict: TypeAlias = Mapping[str, Any]
1228
+
1229
+ @pulumi.input_type
1230
+ class DiJobTableMappingSourceObjectSelectionRuleArgs:
1231
+ def __init__(__self__, *,
1232
+ action: Optional[pulumi.Input[str]] = None,
1233
+ expression: Optional[pulumi.Input[str]] = None,
1234
+ expression_type: Optional[pulumi.Input[str]] = None,
1235
+ object_type: Optional[pulumi.Input[str]] = None):
1236
+ """
1237
+ :param pulumi.Input[str] expression: Expression, such as mysql_table_1
1238
+ :param pulumi.Input[str] expression_type: Expression type, value range: Exact/Regex
1239
+ :param pulumi.Input[str] object_type: Object type, optional enumeration value:
1240
+
1241
+ Table (Table)
1242
+
1243
+ Database
1244
+ """
1245
+ if action is not None:
1246
+ pulumi.set(__self__, "action", action)
1247
+ if expression is not None:
1248
+ pulumi.set(__self__, "expression", expression)
1249
+ if expression_type is not None:
1250
+ pulumi.set(__self__, "expression_type", expression_type)
1251
+ if object_type is not None:
1252
+ pulumi.set(__self__, "object_type", object_type)
1253
+
1254
+ @property
1255
+ @pulumi.getter
1256
+ def action(self) -> Optional[pulumi.Input[str]]:
1257
+ return pulumi.get(self, "action")
1258
+
1259
+ @action.setter
1260
+ def action(self, value: Optional[pulumi.Input[str]]):
1261
+ pulumi.set(self, "action", value)
1262
+
1263
+ @property
1264
+ @pulumi.getter
1265
+ def expression(self) -> Optional[pulumi.Input[str]]:
1266
+ """
1267
+ Expression, such as mysql_table_1
1268
+ """
1269
+ return pulumi.get(self, "expression")
1270
+
1271
+ @expression.setter
1272
+ def expression(self, value: Optional[pulumi.Input[str]]):
1273
+ pulumi.set(self, "expression", value)
1274
+
1275
+ @property
1276
+ @pulumi.getter(name="expressionType")
1277
+ def expression_type(self) -> Optional[pulumi.Input[str]]:
1278
+ """
1279
+ Expression type, value range: Exact/Regex
1280
+ """
1281
+ return pulumi.get(self, "expression_type")
1282
+
1283
+ @expression_type.setter
1284
+ def expression_type(self, value: Optional[pulumi.Input[str]]):
1285
+ pulumi.set(self, "expression_type", value)
1286
+
1287
+ @property
1288
+ @pulumi.getter(name="objectType")
1289
+ def object_type(self) -> Optional[pulumi.Input[str]]:
1290
+ """
1291
+ Object type, optional enumeration value:
1292
+
1293
+ Table (Table)
1294
+
1295
+ Database
1296
+ """
1297
+ return pulumi.get(self, "object_type")
1298
+
1299
+ @object_type.setter
1300
+ def object_type(self, value: Optional[pulumi.Input[str]]):
1301
+ pulumi.set(self, "object_type", value)
1302
+
1303
+
1304
+ if not MYPY:
1305
+ class DiJobTableMappingTransformationRuleArgsDict(TypedDict):
1306
+ rule_action_type: NotRequired[pulumi.Input[str]]
1307
+ """
1308
+ Action type, optional enumeration value:
1309
+
1310
+ DefinePrimaryKey (defines the primary key)
1311
+
1312
+ Rename
1313
+
1314
+ AddColumn (increase column)
1315
+
1316
+ HandleDml(DML handling)
1317
+
1318
+ DefineIncrementalCondition
1319
+ """
1320
+ rule_name: NotRequired[pulumi.Input[str]]
1321
+ """
1322
+ Rule Name
1323
+ """
1324
+ rule_target_type: NotRequired[pulumi.Input[str]]
1325
+ """
1326
+ Target type of action, optional enumeration value:
1327
+
1328
+ Table (Table)
1329
+
1330
+ Schema(schema)
1331
+ """
1332
+ elif False:
1333
+ DiJobTableMappingTransformationRuleArgsDict: TypeAlias = Mapping[str, Any]
1334
+
1335
+ @pulumi.input_type
1336
+ class DiJobTableMappingTransformationRuleArgs:
1337
+ def __init__(__self__, *,
1338
+ rule_action_type: Optional[pulumi.Input[str]] = None,
1339
+ rule_name: Optional[pulumi.Input[str]] = None,
1340
+ rule_target_type: Optional[pulumi.Input[str]] = None):
1341
+ """
1342
+ :param pulumi.Input[str] rule_action_type: Action type, optional enumeration value:
1343
+
1344
+ DefinePrimaryKey (defines the primary key)
1345
+
1346
+ Rename
1347
+
1348
+ AddColumn (increase column)
1349
+
1350
+ HandleDml(DML handling)
1351
+
1352
+ DefineIncrementalCondition
1353
+ :param pulumi.Input[str] rule_name: Rule Name
1354
+ :param pulumi.Input[str] rule_target_type: Target type of action, optional enumeration value:
1355
+
1356
+ Table (Table)
1357
+
1358
+ Schema(schema)
1359
+ """
1360
+ if rule_action_type is not None:
1361
+ pulumi.set(__self__, "rule_action_type", rule_action_type)
1362
+ if rule_name is not None:
1363
+ pulumi.set(__self__, "rule_name", rule_name)
1364
+ if rule_target_type is not None:
1365
+ pulumi.set(__self__, "rule_target_type", rule_target_type)
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="ruleActionType")
1369
+ def rule_action_type(self) -> Optional[pulumi.Input[str]]:
1370
+ """
1371
+ Action type, optional enumeration value:
1372
+
1373
+ DefinePrimaryKey (defines the primary key)
1374
+
1375
+ Rename
1376
+
1377
+ AddColumn (increase column)
1378
+
1379
+ HandleDml(DML handling)
1380
+
1381
+ DefineIncrementalCondition
1382
+ """
1383
+ return pulumi.get(self, "rule_action_type")
1384
+
1385
+ @rule_action_type.setter
1386
+ def rule_action_type(self, value: Optional[pulumi.Input[str]]):
1387
+ pulumi.set(self, "rule_action_type", value)
1388
+
1389
+ @property
1390
+ @pulumi.getter(name="ruleName")
1391
+ def rule_name(self) -> Optional[pulumi.Input[str]]:
1392
+ """
1393
+ Rule Name
1394
+ """
1395
+ return pulumi.get(self, "rule_name")
1396
+
1397
+ @rule_name.setter
1398
+ def rule_name(self, value: Optional[pulumi.Input[str]]):
1399
+ pulumi.set(self, "rule_name", value)
1400
+
1401
+ @property
1402
+ @pulumi.getter(name="ruleTargetType")
1403
+ def rule_target_type(self) -> Optional[pulumi.Input[str]]:
1404
+ """
1405
+ Target type of action, optional enumeration value:
1406
+
1407
+ Table (Table)
1408
+
1409
+ Schema(schema)
1410
+ """
1411
+ return pulumi.get(self, "rule_target_type")
1412
+
1413
+ @rule_target_type.setter
1414
+ def rule_target_type(self, value: Optional[pulumi.Input[str]]):
1415
+ pulumi.set(self, "rule_target_type", value)
1416
+
1417
+
1418
+ if not MYPY:
1419
+ class DiJobTransformationRuleArgsDict(TypedDict):
1420
+ rule_action_type: NotRequired[pulumi.Input[str]]
1421
+ """
1422
+ Action type, optional enumeration value:
1423
+
1424
+ DefinePrimaryKey (defines the primary key)
1425
+
1426
+ Rename
1427
+
1428
+ AddColumn (increase column)
1429
+
1430
+ HandleDml(DML handling)
1431
+
1432
+ DefineIncrementalCondition
1433
+ """
1434
+ rule_expression: NotRequired[pulumi.Input[str]]
1435
+ """
1436
+ Regular expression, in json string format.
1437
+
1438
+ Example renaming rule (Rename): {"expression":"${srcDatasourceName}_${srcDatabaseName}_0922","variables":[{"variableName":"srcDatabaseName","variableRules":[{"from":"fromdb","to":"todb"}]}]}
1439
+ """
1440
+ rule_name: NotRequired[pulumi.Input[str]]
1441
+ """
1442
+ Rule Name
1443
+ """
1444
+ rule_target_type: NotRequired[pulumi.Input[str]]
1445
+ """
1446
+ Target type of action, optional enumeration value:
1447
+
1448
+ Table (Table)
1449
+
1450
+ Schema(schema)
1451
+ """
1452
+ elif False:
1453
+ DiJobTransformationRuleArgsDict: TypeAlias = Mapping[str, Any]
1454
+
1455
+ @pulumi.input_type
1456
+ class DiJobTransformationRuleArgs:
1457
+ def __init__(__self__, *,
1458
+ rule_action_type: Optional[pulumi.Input[str]] = None,
1459
+ rule_expression: Optional[pulumi.Input[str]] = None,
1460
+ rule_name: Optional[pulumi.Input[str]] = None,
1461
+ rule_target_type: Optional[pulumi.Input[str]] = None):
1462
+ """
1463
+ :param pulumi.Input[str] rule_action_type: Action type, optional enumeration value:
1464
+
1465
+ DefinePrimaryKey (defines the primary key)
1466
+
1467
+ Rename
1468
+
1469
+ AddColumn (increase column)
1470
+
1471
+ HandleDml(DML handling)
1472
+
1473
+ DefineIncrementalCondition
1474
+ :param pulumi.Input[str] rule_expression: Regular expression, in json string format.
1475
+
1476
+ Example renaming rule (Rename): {"expression":"${srcDatasourceName}_${srcDatabaseName}_0922","variables":[{"variableName":"srcDatabaseName","variableRules":[{"from":"fromdb","to":"todb"}]}]}
1477
+ :param pulumi.Input[str] rule_name: Rule Name
1478
+ :param pulumi.Input[str] rule_target_type: Target type of action, optional enumeration value:
1479
+
1480
+ Table (Table)
1481
+
1482
+ Schema(schema)
1483
+ """
1484
+ if rule_action_type is not None:
1485
+ pulumi.set(__self__, "rule_action_type", rule_action_type)
1486
+ if rule_expression is not None:
1487
+ pulumi.set(__self__, "rule_expression", rule_expression)
1488
+ if rule_name is not None:
1489
+ pulumi.set(__self__, "rule_name", rule_name)
1490
+ if rule_target_type is not None:
1491
+ pulumi.set(__self__, "rule_target_type", rule_target_type)
1492
+
1493
+ @property
1494
+ @pulumi.getter(name="ruleActionType")
1495
+ def rule_action_type(self) -> Optional[pulumi.Input[str]]:
1496
+ """
1497
+ Action type, optional enumeration value:
1498
+
1499
+ DefinePrimaryKey (defines the primary key)
1500
+
1501
+ Rename
1502
+
1503
+ AddColumn (increase column)
1504
+
1505
+ HandleDml(DML handling)
1506
+
1507
+ DefineIncrementalCondition
1508
+ """
1509
+ return pulumi.get(self, "rule_action_type")
1510
+
1511
+ @rule_action_type.setter
1512
+ def rule_action_type(self, value: Optional[pulumi.Input[str]]):
1513
+ pulumi.set(self, "rule_action_type", value)
1514
+
1515
+ @property
1516
+ @pulumi.getter(name="ruleExpression")
1517
+ def rule_expression(self) -> Optional[pulumi.Input[str]]:
1518
+ """
1519
+ Regular expression, in json string format.
1520
+
1521
+ Example renaming rule (Rename): {"expression":"${srcDatasourceName}_${srcDatabaseName}_0922","variables":[{"variableName":"srcDatabaseName","variableRules":[{"from":"fromdb","to":"todb"}]}]}
1522
+ """
1523
+ return pulumi.get(self, "rule_expression")
1524
+
1525
+ @rule_expression.setter
1526
+ def rule_expression(self, value: Optional[pulumi.Input[str]]):
1527
+ pulumi.set(self, "rule_expression", value)
1528
+
1529
+ @property
1530
+ @pulumi.getter(name="ruleName")
1531
+ def rule_name(self) -> Optional[pulumi.Input[str]]:
1532
+ """
1533
+ Rule Name
1534
+ """
1535
+ return pulumi.get(self, "rule_name")
1536
+
1537
+ @rule_name.setter
1538
+ def rule_name(self, value: Optional[pulumi.Input[str]]):
1539
+ pulumi.set(self, "rule_name", value)
1540
+
1541
+ @property
1542
+ @pulumi.getter(name="ruleTargetType")
1543
+ def rule_target_type(self) -> Optional[pulumi.Input[str]]:
1544
+ """
1545
+ Target type of action, optional enumeration value:
1546
+
1547
+ Table (Table)
1548
+
1549
+ Schema(schema)
1550
+ """
1551
+ return pulumi.get(self, "rule_target_type")
1552
+
1553
+ @rule_target_type.setter
1554
+ def rule_target_type(self, value: Optional[pulumi.Input[str]]):
1555
+ pulumi.set(self, "rule_target_type", value)
1556
+
1557
+
24
1558
  if not MYPY:
25
1559
  class ProjectMemberRoleArgsDict(TypedDict):
26
1560
  code: NotRequired[pulumi.Input[str]]