pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.29.0a1711616250__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.
Files changed (41) hide show
  1. pulumi_oci/__init__.py +8 -0
  2. pulumi_oci/database/autonomous_database.py +155 -14
  3. pulumi_oci/database/get_autonomous_database.py +41 -2
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +68 -2
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
  8. pulumi_oci/databasemanagement/outputs.py +267 -75
  9. pulumi_oci/dataintegration/__init__.py +3 -0
  10. pulumi_oci/dataintegration/_inputs.py +4504 -0
  11. pulumi_oci/dataintegration/get_workspace_task.py +443 -0
  12. pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
  13. pulumi_oci/dataintegration/outputs.py +16511 -4723
  14. pulumi_oci/dataintegration/workspace_task.py +1364 -0
  15. pulumi_oci/devops/_inputs.py +18 -2
  16. pulumi_oci/devops/deploy_artifact.py +2 -0
  17. pulumi_oci/devops/deploy_stage.py +141 -0
  18. pulumi_oci/devops/get_deploy_stage.py +40 -1
  19. pulumi_oci/devops/outputs.py +75 -6
  20. pulumi_oci/logging/_inputs.py +2751 -187
  21. pulumi_oci/logging/outputs.py +4981 -768
  22. pulumi_oci/logging/unified_agent_configuration.py +34 -208
  23. pulumi_oci/monitoring/_inputs.py +136 -0
  24. pulumi_oci/monitoring/alarm.py +173 -0
  25. pulumi_oci/monitoring/get_alarm.py +40 -1
  26. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  27. pulumi_oci/monitoring/outputs.py +305 -0
  28. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  29. pulumi_oci/networkloadbalancer/backend.py +7 -7
  30. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  31. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  32. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  33. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +14 -1
  34. pulumi_oci/networkloadbalancer/listener.py +7 -7
  35. pulumi_oci/networkloadbalancer/network_load_balancer.py +56 -7
  36. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  37. pulumi_oci/networkloadbalancer/outputs.py +41 -34
  38. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/METADATA +1 -1
  39. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/RECORD +41 -38
  40. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1364 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = ['WorkspaceTaskArgs', 'WorkspaceTask']
15
+
16
+ @pulumi.input_type
17
+ class WorkspaceTaskArgs:
18
+ def __init__(__self__, *,
19
+ identifier: pulumi.Input[str],
20
+ model_type: pulumi.Input[str],
21
+ registry_metadata: pulumi.Input['WorkspaceTaskRegistryMetadataArgs'],
22
+ workspace_id: pulumi.Input[str],
23
+ api_call_mode: Optional[pulumi.Input[str]] = None,
24
+ auth_config: Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']] = None,
25
+ cancel_rest_call_config: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']] = None,
26
+ config_provider_delegate: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']] = None,
27
+ description: Optional[pulumi.Input[str]] = None,
28
+ execute_rest_call_config: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']] = None,
29
+ input_ports: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]] = None,
30
+ is_single_load: Optional[pulumi.Input[bool]] = None,
31
+ key: Optional[pulumi.Input[str]] = None,
32
+ model_version: Optional[pulumi.Input[str]] = None,
33
+ name: Optional[pulumi.Input[str]] = None,
34
+ object_status: Optional[pulumi.Input[int]] = None,
35
+ op_config_values: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']] = None,
36
+ operation: Optional[pulumi.Input[str]] = None,
37
+ output_ports: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]] = None,
38
+ parallel_load_limit: Optional[pulumi.Input[int]] = None,
39
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]] = None,
40
+ parent_ref: Optional[pulumi.Input['WorkspaceTaskParentRefArgs']] = None,
41
+ poll_rest_call_config: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']] = None,
42
+ typed_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]] = None):
43
+ """
44
+ The set of arguments for constructing a WorkspaceTask resource.
45
+ :param pulumi.Input[str] identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
46
+ :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
47
+ :param pulumi.Input['WorkspaceTaskRegistryMetadataArgs'] registry_metadata: (Updatable) Information about the object and its parent.
48
+ :param pulumi.Input[str] workspace_id: The workspace ID.
49
+
50
+
51
+ ** IMPORTANT **
52
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
53
+ :param pulumi.Input[str] api_call_mode: (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
54
+ :param pulumi.Input['WorkspaceTaskAuthConfigArgs'] auth_config: (Updatable) Authentication configuration for Generic REST invocation.
55
+ :param pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs'] cancel_rest_call_config: (Updatable) The REST API configuration for cancelling the task.
56
+ :param pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs'] config_provider_delegate: (Updatable) The information about the configuration provider.
57
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
58
+ :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs'] execute_rest_call_config: (Updatable) The REST API configuration for execution.
59
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]] input_ports: (Updatable) An array of input ports.
60
+ :param pulumi.Input[bool] is_single_load: (Updatable) Defines whether Data Loader task is used for single load or multiple
61
+ :param pulumi.Input[str] key: (Updatable) The key of the object.
62
+ :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
63
+ :param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
64
+ :param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
65
+ :param pulumi.Input['WorkspaceTaskOpConfigValuesArgs'] op_config_values: (Updatable) Configuration values can be string, objects, or parameters.
66
+ :param pulumi.Input[str] operation: (Updatable) Describes the shape of the execution result
67
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]] output_ports: (Updatable) An array of output ports.
68
+ :param pulumi.Input[int] parallel_load_limit: (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
69
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]] parameters: (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
70
+ :param pulumi.Input['WorkspaceTaskParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
71
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigArgs'] poll_rest_call_config: (Updatable) The REST API configuration for polling.
72
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]] typed_expressions: (Updatable) List of typed expressions.
73
+ """
74
+ pulumi.set(__self__, "identifier", identifier)
75
+ pulumi.set(__self__, "model_type", model_type)
76
+ pulumi.set(__self__, "registry_metadata", registry_metadata)
77
+ pulumi.set(__self__, "workspace_id", workspace_id)
78
+ if api_call_mode is not None:
79
+ pulumi.set(__self__, "api_call_mode", api_call_mode)
80
+ if auth_config is not None:
81
+ pulumi.set(__self__, "auth_config", auth_config)
82
+ if cancel_rest_call_config is not None:
83
+ pulumi.set(__self__, "cancel_rest_call_config", cancel_rest_call_config)
84
+ if config_provider_delegate is not None:
85
+ pulumi.set(__self__, "config_provider_delegate", config_provider_delegate)
86
+ if description is not None:
87
+ pulumi.set(__self__, "description", description)
88
+ if execute_rest_call_config is not None:
89
+ pulumi.set(__self__, "execute_rest_call_config", execute_rest_call_config)
90
+ if input_ports is not None:
91
+ pulumi.set(__self__, "input_ports", input_ports)
92
+ if is_single_load is not None:
93
+ pulumi.set(__self__, "is_single_load", is_single_load)
94
+ if key is not None:
95
+ pulumi.set(__self__, "key", key)
96
+ if model_version is not None:
97
+ pulumi.set(__self__, "model_version", model_version)
98
+ if name is not None:
99
+ pulumi.set(__self__, "name", name)
100
+ if object_status is not None:
101
+ pulumi.set(__self__, "object_status", object_status)
102
+ if op_config_values is not None:
103
+ pulumi.set(__self__, "op_config_values", op_config_values)
104
+ if operation is not None:
105
+ pulumi.set(__self__, "operation", operation)
106
+ if output_ports is not None:
107
+ pulumi.set(__self__, "output_ports", output_ports)
108
+ if parallel_load_limit is not None:
109
+ pulumi.set(__self__, "parallel_load_limit", parallel_load_limit)
110
+ if parameters is not None:
111
+ pulumi.set(__self__, "parameters", parameters)
112
+ if parent_ref is not None:
113
+ pulumi.set(__self__, "parent_ref", parent_ref)
114
+ if poll_rest_call_config is not None:
115
+ pulumi.set(__self__, "poll_rest_call_config", poll_rest_call_config)
116
+ if typed_expressions is not None:
117
+ pulumi.set(__self__, "typed_expressions", typed_expressions)
118
+
119
+ @property
120
+ @pulumi.getter
121
+ def identifier(self) -> pulumi.Input[str]:
122
+ """
123
+ (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
124
+ """
125
+ return pulumi.get(self, "identifier")
126
+
127
+ @identifier.setter
128
+ def identifier(self, value: pulumi.Input[str]):
129
+ pulumi.set(self, "identifier", value)
130
+
131
+ @property
132
+ @pulumi.getter(name="modelType")
133
+ def model_type(self) -> pulumi.Input[str]:
134
+ """
135
+ (Updatable) The type of the types object.
136
+ """
137
+ return pulumi.get(self, "model_type")
138
+
139
+ @model_type.setter
140
+ def model_type(self, value: pulumi.Input[str]):
141
+ pulumi.set(self, "model_type", value)
142
+
143
+ @property
144
+ @pulumi.getter(name="registryMetadata")
145
+ def registry_metadata(self) -> pulumi.Input['WorkspaceTaskRegistryMetadataArgs']:
146
+ """
147
+ (Updatable) Information about the object and its parent.
148
+ """
149
+ return pulumi.get(self, "registry_metadata")
150
+
151
+ @registry_metadata.setter
152
+ def registry_metadata(self, value: pulumi.Input['WorkspaceTaskRegistryMetadataArgs']):
153
+ pulumi.set(self, "registry_metadata", value)
154
+
155
+ @property
156
+ @pulumi.getter(name="workspaceId")
157
+ def workspace_id(self) -> pulumi.Input[str]:
158
+ """
159
+ The workspace ID.
160
+
161
+
162
+ ** IMPORTANT **
163
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
164
+ """
165
+ return pulumi.get(self, "workspace_id")
166
+
167
+ @workspace_id.setter
168
+ def workspace_id(self, value: pulumi.Input[str]):
169
+ pulumi.set(self, "workspace_id", value)
170
+
171
+ @property
172
+ @pulumi.getter(name="apiCallMode")
173
+ def api_call_mode(self) -> Optional[pulumi.Input[str]]:
174
+ """
175
+ (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
176
+ """
177
+ return pulumi.get(self, "api_call_mode")
178
+
179
+ @api_call_mode.setter
180
+ def api_call_mode(self, value: Optional[pulumi.Input[str]]):
181
+ pulumi.set(self, "api_call_mode", value)
182
+
183
+ @property
184
+ @pulumi.getter(name="authConfig")
185
+ def auth_config(self) -> Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']]:
186
+ """
187
+ (Updatable) Authentication configuration for Generic REST invocation.
188
+ """
189
+ return pulumi.get(self, "auth_config")
190
+
191
+ @auth_config.setter
192
+ def auth_config(self, value: Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']]):
193
+ pulumi.set(self, "auth_config", value)
194
+
195
+ @property
196
+ @pulumi.getter(name="cancelRestCallConfig")
197
+ def cancel_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']]:
198
+ """
199
+ (Updatable) The REST API configuration for cancelling the task.
200
+ """
201
+ return pulumi.get(self, "cancel_rest_call_config")
202
+
203
+ @cancel_rest_call_config.setter
204
+ def cancel_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']]):
205
+ pulumi.set(self, "cancel_rest_call_config", value)
206
+
207
+ @property
208
+ @pulumi.getter(name="configProviderDelegate")
209
+ def config_provider_delegate(self) -> Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']]:
210
+ """
211
+ (Updatable) The information about the configuration provider.
212
+ """
213
+ return pulumi.get(self, "config_provider_delegate")
214
+
215
+ @config_provider_delegate.setter
216
+ def config_provider_delegate(self, value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']]):
217
+ pulumi.set(self, "config_provider_delegate", value)
218
+
219
+ @property
220
+ @pulumi.getter
221
+ def description(self) -> Optional[pulumi.Input[str]]:
222
+ """
223
+ (Updatable) Detailed description for the object.
224
+ """
225
+ return pulumi.get(self, "description")
226
+
227
+ @description.setter
228
+ def description(self, value: Optional[pulumi.Input[str]]):
229
+ pulumi.set(self, "description", value)
230
+
231
+ @property
232
+ @pulumi.getter(name="executeRestCallConfig")
233
+ def execute_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']]:
234
+ """
235
+ (Updatable) The REST API configuration for execution.
236
+ """
237
+ return pulumi.get(self, "execute_rest_call_config")
238
+
239
+ @execute_rest_call_config.setter
240
+ def execute_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']]):
241
+ pulumi.set(self, "execute_rest_call_config", value)
242
+
243
+ @property
244
+ @pulumi.getter(name="inputPorts")
245
+ def input_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]]:
246
+ """
247
+ (Updatable) An array of input ports.
248
+ """
249
+ return pulumi.get(self, "input_ports")
250
+
251
+ @input_ports.setter
252
+ def input_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]]):
253
+ pulumi.set(self, "input_ports", value)
254
+
255
+ @property
256
+ @pulumi.getter(name="isSingleLoad")
257
+ def is_single_load(self) -> Optional[pulumi.Input[bool]]:
258
+ """
259
+ (Updatable) Defines whether Data Loader task is used for single load or multiple
260
+ """
261
+ return pulumi.get(self, "is_single_load")
262
+
263
+ @is_single_load.setter
264
+ def is_single_load(self, value: Optional[pulumi.Input[bool]]):
265
+ pulumi.set(self, "is_single_load", value)
266
+
267
+ @property
268
+ @pulumi.getter
269
+ def key(self) -> Optional[pulumi.Input[str]]:
270
+ """
271
+ (Updatable) The key of the object.
272
+ """
273
+ return pulumi.get(self, "key")
274
+
275
+ @key.setter
276
+ def key(self, value: Optional[pulumi.Input[str]]):
277
+ pulumi.set(self, "key", value)
278
+
279
+ @property
280
+ @pulumi.getter(name="modelVersion")
281
+ def model_version(self) -> Optional[pulumi.Input[str]]:
282
+ """
283
+ (Updatable) The model version of an object.
284
+ """
285
+ return pulumi.get(self, "model_version")
286
+
287
+ @model_version.setter
288
+ def model_version(self, value: Optional[pulumi.Input[str]]):
289
+ pulumi.set(self, "model_version", value)
290
+
291
+ @property
292
+ @pulumi.getter
293
+ def name(self) -> Optional[pulumi.Input[str]]:
294
+ """
295
+ (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
296
+ """
297
+ return pulumi.get(self, "name")
298
+
299
+ @name.setter
300
+ def name(self, value: Optional[pulumi.Input[str]]):
301
+ pulumi.set(self, "name", value)
302
+
303
+ @property
304
+ @pulumi.getter(name="objectStatus")
305
+ def object_status(self) -> Optional[pulumi.Input[int]]:
306
+ """
307
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
308
+ """
309
+ return pulumi.get(self, "object_status")
310
+
311
+ @object_status.setter
312
+ def object_status(self, value: Optional[pulumi.Input[int]]):
313
+ pulumi.set(self, "object_status", value)
314
+
315
+ @property
316
+ @pulumi.getter(name="opConfigValues")
317
+ def op_config_values(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']]:
318
+ """
319
+ (Updatable) Configuration values can be string, objects, or parameters.
320
+ """
321
+ return pulumi.get(self, "op_config_values")
322
+
323
+ @op_config_values.setter
324
+ def op_config_values(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']]):
325
+ pulumi.set(self, "op_config_values", value)
326
+
327
+ @property
328
+ @pulumi.getter
329
+ def operation(self) -> Optional[pulumi.Input[str]]:
330
+ """
331
+ (Updatable) Describes the shape of the execution result
332
+ """
333
+ return pulumi.get(self, "operation")
334
+
335
+ @operation.setter
336
+ def operation(self, value: Optional[pulumi.Input[str]]):
337
+ pulumi.set(self, "operation", value)
338
+
339
+ @property
340
+ @pulumi.getter(name="outputPorts")
341
+ def output_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]]:
342
+ """
343
+ (Updatable) An array of output ports.
344
+ """
345
+ return pulumi.get(self, "output_ports")
346
+
347
+ @output_ports.setter
348
+ def output_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]]):
349
+ pulumi.set(self, "output_ports", value)
350
+
351
+ @property
352
+ @pulumi.getter(name="parallelLoadLimit")
353
+ def parallel_load_limit(self) -> Optional[pulumi.Input[int]]:
354
+ """
355
+ (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
356
+ """
357
+ return pulumi.get(self, "parallel_load_limit")
358
+
359
+ @parallel_load_limit.setter
360
+ def parallel_load_limit(self, value: Optional[pulumi.Input[int]]):
361
+ pulumi.set(self, "parallel_load_limit", value)
362
+
363
+ @property
364
+ @pulumi.getter
365
+ def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]]:
366
+ """
367
+ (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
368
+ """
369
+ return pulumi.get(self, "parameters")
370
+
371
+ @parameters.setter
372
+ def parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]]):
373
+ pulumi.set(self, "parameters", value)
374
+
375
+ @property
376
+ @pulumi.getter(name="parentRef")
377
+ def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskParentRefArgs']]:
378
+ """
379
+ (Updatable) A reference to the object's parent.
380
+ """
381
+ return pulumi.get(self, "parent_ref")
382
+
383
+ @parent_ref.setter
384
+ def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskParentRefArgs']]):
385
+ pulumi.set(self, "parent_ref", value)
386
+
387
+ @property
388
+ @pulumi.getter(name="pollRestCallConfig")
389
+ def poll_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']]:
390
+ """
391
+ (Updatable) The REST API configuration for polling.
392
+ """
393
+ return pulumi.get(self, "poll_rest_call_config")
394
+
395
+ @poll_rest_call_config.setter
396
+ def poll_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']]):
397
+ pulumi.set(self, "poll_rest_call_config", value)
398
+
399
+ @property
400
+ @pulumi.getter(name="typedExpressions")
401
+ def typed_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]]:
402
+ """
403
+ (Updatable) List of typed expressions.
404
+ """
405
+ return pulumi.get(self, "typed_expressions")
406
+
407
+ @typed_expressions.setter
408
+ def typed_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]]):
409
+ pulumi.set(self, "typed_expressions", value)
410
+
411
+
412
+ @pulumi.input_type
413
+ class _WorkspaceTaskState:
414
+ def __init__(__self__, *,
415
+ api_call_mode: Optional[pulumi.Input[str]] = None,
416
+ auth_config: Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']] = None,
417
+ cancel_rest_call_config: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']] = None,
418
+ config_provider_delegate: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']] = None,
419
+ description: Optional[pulumi.Input[str]] = None,
420
+ execute_rest_call_config: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']] = None,
421
+ identifier: Optional[pulumi.Input[str]] = None,
422
+ input_ports: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]] = None,
423
+ is_single_load: Optional[pulumi.Input[bool]] = None,
424
+ key: Optional[pulumi.Input[str]] = None,
425
+ key_map: Optional[pulumi.Input[Mapping[str, Any]]] = None,
426
+ metadatas: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataArgs']]]] = None,
427
+ model_type: Optional[pulumi.Input[str]] = None,
428
+ model_version: Optional[pulumi.Input[str]] = None,
429
+ name: Optional[pulumi.Input[str]] = None,
430
+ object_status: Optional[pulumi.Input[int]] = None,
431
+ object_version: Optional[pulumi.Input[int]] = None,
432
+ op_config_values: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']] = None,
433
+ operation: Optional[pulumi.Input[str]] = None,
434
+ output_ports: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]] = None,
435
+ parallel_load_limit: Optional[pulumi.Input[int]] = None,
436
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]] = None,
437
+ parent_ref: Optional[pulumi.Input['WorkspaceTaskParentRefArgs']] = None,
438
+ poll_rest_call_config: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']] = None,
439
+ registry_metadata: Optional[pulumi.Input['WorkspaceTaskRegistryMetadataArgs']] = None,
440
+ typed_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]] = None,
441
+ workspace_id: Optional[pulumi.Input[str]] = None):
442
+ """
443
+ Input properties used for looking up and filtering WorkspaceTask resources.
444
+ :param pulumi.Input[str] api_call_mode: (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
445
+ :param pulumi.Input['WorkspaceTaskAuthConfigArgs'] auth_config: (Updatable) Authentication configuration for Generic REST invocation.
446
+ :param pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs'] cancel_rest_call_config: (Updatable) The REST API configuration for cancelling the task.
447
+ :param pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs'] config_provider_delegate: (Updatable) The information about the configuration provider.
448
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
449
+ :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs'] execute_rest_call_config: (Updatable) The REST API configuration for execution.
450
+ :param pulumi.Input[str] identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
451
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]] input_ports: (Updatable) An array of input ports.
452
+ :param pulumi.Input[bool] is_single_load: (Updatable) Defines whether Data Loader task is used for single load or multiple
453
+ :param pulumi.Input[str] key: (Updatable) The key of the object.
454
+ :param pulumi.Input[Mapping[str, Any]] key_map: (Updatable) A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
455
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataArgs']]] metadatas: (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
456
+ :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
457
+ :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
458
+ :param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
459
+ :param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
460
+ :param pulumi.Input[int] object_version: (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
461
+ :param pulumi.Input['WorkspaceTaskOpConfigValuesArgs'] op_config_values: (Updatable) Configuration values can be string, objects, or parameters.
462
+ :param pulumi.Input[str] operation: (Updatable) Describes the shape of the execution result
463
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]] output_ports: (Updatable) An array of output ports.
464
+ :param pulumi.Input[int] parallel_load_limit: (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
465
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]] parameters: (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
466
+ :param pulumi.Input['WorkspaceTaskParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
467
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigArgs'] poll_rest_call_config: (Updatable) The REST API configuration for polling.
468
+ :param pulumi.Input['WorkspaceTaskRegistryMetadataArgs'] registry_metadata: (Updatable) Information about the object and its parent.
469
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]] typed_expressions: (Updatable) List of typed expressions.
470
+ :param pulumi.Input[str] workspace_id: The workspace ID.
471
+
472
+
473
+ ** IMPORTANT **
474
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
475
+ """
476
+ if api_call_mode is not None:
477
+ pulumi.set(__self__, "api_call_mode", api_call_mode)
478
+ if auth_config is not None:
479
+ pulumi.set(__self__, "auth_config", auth_config)
480
+ if cancel_rest_call_config is not None:
481
+ pulumi.set(__self__, "cancel_rest_call_config", cancel_rest_call_config)
482
+ if config_provider_delegate is not None:
483
+ pulumi.set(__self__, "config_provider_delegate", config_provider_delegate)
484
+ if description is not None:
485
+ pulumi.set(__self__, "description", description)
486
+ if execute_rest_call_config is not None:
487
+ pulumi.set(__self__, "execute_rest_call_config", execute_rest_call_config)
488
+ if identifier is not None:
489
+ pulumi.set(__self__, "identifier", identifier)
490
+ if input_ports is not None:
491
+ pulumi.set(__self__, "input_ports", input_ports)
492
+ if is_single_load is not None:
493
+ pulumi.set(__self__, "is_single_load", is_single_load)
494
+ if key is not None:
495
+ pulumi.set(__self__, "key", key)
496
+ if key_map is not None:
497
+ pulumi.set(__self__, "key_map", key_map)
498
+ if metadatas is not None:
499
+ pulumi.set(__self__, "metadatas", metadatas)
500
+ if model_type is not None:
501
+ pulumi.set(__self__, "model_type", model_type)
502
+ if model_version is not None:
503
+ pulumi.set(__self__, "model_version", model_version)
504
+ if name is not None:
505
+ pulumi.set(__self__, "name", name)
506
+ if object_status is not None:
507
+ pulumi.set(__self__, "object_status", object_status)
508
+ if object_version is not None:
509
+ pulumi.set(__self__, "object_version", object_version)
510
+ if op_config_values is not None:
511
+ pulumi.set(__self__, "op_config_values", op_config_values)
512
+ if operation is not None:
513
+ pulumi.set(__self__, "operation", operation)
514
+ if output_ports is not None:
515
+ pulumi.set(__self__, "output_ports", output_ports)
516
+ if parallel_load_limit is not None:
517
+ pulumi.set(__self__, "parallel_load_limit", parallel_load_limit)
518
+ if parameters is not None:
519
+ pulumi.set(__self__, "parameters", parameters)
520
+ if parent_ref is not None:
521
+ pulumi.set(__self__, "parent_ref", parent_ref)
522
+ if poll_rest_call_config is not None:
523
+ pulumi.set(__self__, "poll_rest_call_config", poll_rest_call_config)
524
+ if registry_metadata is not None:
525
+ pulumi.set(__self__, "registry_metadata", registry_metadata)
526
+ if typed_expressions is not None:
527
+ pulumi.set(__self__, "typed_expressions", typed_expressions)
528
+ if workspace_id is not None:
529
+ pulumi.set(__self__, "workspace_id", workspace_id)
530
+
531
+ @property
532
+ @pulumi.getter(name="apiCallMode")
533
+ def api_call_mode(self) -> Optional[pulumi.Input[str]]:
534
+ """
535
+ (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
536
+ """
537
+ return pulumi.get(self, "api_call_mode")
538
+
539
+ @api_call_mode.setter
540
+ def api_call_mode(self, value: Optional[pulumi.Input[str]]):
541
+ pulumi.set(self, "api_call_mode", value)
542
+
543
+ @property
544
+ @pulumi.getter(name="authConfig")
545
+ def auth_config(self) -> Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']]:
546
+ """
547
+ (Updatable) Authentication configuration for Generic REST invocation.
548
+ """
549
+ return pulumi.get(self, "auth_config")
550
+
551
+ @auth_config.setter
552
+ def auth_config(self, value: Optional[pulumi.Input['WorkspaceTaskAuthConfigArgs']]):
553
+ pulumi.set(self, "auth_config", value)
554
+
555
+ @property
556
+ @pulumi.getter(name="cancelRestCallConfig")
557
+ def cancel_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']]:
558
+ """
559
+ (Updatable) The REST API configuration for cancelling the task.
560
+ """
561
+ return pulumi.get(self, "cancel_rest_call_config")
562
+
563
+ @cancel_rest_call_config.setter
564
+ def cancel_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigArgs']]):
565
+ pulumi.set(self, "cancel_rest_call_config", value)
566
+
567
+ @property
568
+ @pulumi.getter(name="configProviderDelegate")
569
+ def config_provider_delegate(self) -> Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']]:
570
+ """
571
+ (Updatable) The information about the configuration provider.
572
+ """
573
+ return pulumi.get(self, "config_provider_delegate")
574
+
575
+ @config_provider_delegate.setter
576
+ def config_provider_delegate(self, value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateArgs']]):
577
+ pulumi.set(self, "config_provider_delegate", value)
578
+
579
+ @property
580
+ @pulumi.getter
581
+ def description(self) -> Optional[pulumi.Input[str]]:
582
+ """
583
+ (Updatable) Detailed description for the object.
584
+ """
585
+ return pulumi.get(self, "description")
586
+
587
+ @description.setter
588
+ def description(self, value: Optional[pulumi.Input[str]]):
589
+ pulumi.set(self, "description", value)
590
+
591
+ @property
592
+ @pulumi.getter(name="executeRestCallConfig")
593
+ def execute_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']]:
594
+ """
595
+ (Updatable) The REST API configuration for execution.
596
+ """
597
+ return pulumi.get(self, "execute_rest_call_config")
598
+
599
+ @execute_rest_call_config.setter
600
+ def execute_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigArgs']]):
601
+ pulumi.set(self, "execute_rest_call_config", value)
602
+
603
+ @property
604
+ @pulumi.getter
605
+ def identifier(self) -> Optional[pulumi.Input[str]]:
606
+ """
607
+ (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
608
+ """
609
+ return pulumi.get(self, "identifier")
610
+
611
+ @identifier.setter
612
+ def identifier(self, value: Optional[pulumi.Input[str]]):
613
+ pulumi.set(self, "identifier", value)
614
+
615
+ @property
616
+ @pulumi.getter(name="inputPorts")
617
+ def input_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]]:
618
+ """
619
+ (Updatable) An array of input ports.
620
+ """
621
+ return pulumi.get(self, "input_ports")
622
+
623
+ @input_ports.setter
624
+ def input_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskInputPortArgs']]]]):
625
+ pulumi.set(self, "input_ports", value)
626
+
627
+ @property
628
+ @pulumi.getter(name="isSingleLoad")
629
+ def is_single_load(self) -> Optional[pulumi.Input[bool]]:
630
+ """
631
+ (Updatable) Defines whether Data Loader task is used for single load or multiple
632
+ """
633
+ return pulumi.get(self, "is_single_load")
634
+
635
+ @is_single_load.setter
636
+ def is_single_load(self, value: Optional[pulumi.Input[bool]]):
637
+ pulumi.set(self, "is_single_load", value)
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def key(self) -> Optional[pulumi.Input[str]]:
642
+ """
643
+ (Updatable) The key of the object.
644
+ """
645
+ return pulumi.get(self, "key")
646
+
647
+ @key.setter
648
+ def key(self, value: Optional[pulumi.Input[str]]):
649
+ pulumi.set(self, "key", value)
650
+
651
+ @property
652
+ @pulumi.getter(name="keyMap")
653
+ def key_map(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
654
+ """
655
+ (Updatable) A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
656
+ """
657
+ return pulumi.get(self, "key_map")
658
+
659
+ @key_map.setter
660
+ def key_map(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
661
+ pulumi.set(self, "key_map", value)
662
+
663
+ @property
664
+ @pulumi.getter
665
+ def metadatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataArgs']]]]:
666
+ """
667
+ (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
668
+ """
669
+ return pulumi.get(self, "metadatas")
670
+
671
+ @metadatas.setter
672
+ def metadatas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataArgs']]]]):
673
+ pulumi.set(self, "metadatas", value)
674
+
675
+ @property
676
+ @pulumi.getter(name="modelType")
677
+ def model_type(self) -> Optional[pulumi.Input[str]]:
678
+ """
679
+ (Updatable) The type of the types object.
680
+ """
681
+ return pulumi.get(self, "model_type")
682
+
683
+ @model_type.setter
684
+ def model_type(self, value: Optional[pulumi.Input[str]]):
685
+ pulumi.set(self, "model_type", value)
686
+
687
+ @property
688
+ @pulumi.getter(name="modelVersion")
689
+ def model_version(self) -> Optional[pulumi.Input[str]]:
690
+ """
691
+ (Updatable) The model version of an object.
692
+ """
693
+ return pulumi.get(self, "model_version")
694
+
695
+ @model_version.setter
696
+ def model_version(self, value: Optional[pulumi.Input[str]]):
697
+ pulumi.set(self, "model_version", value)
698
+
699
+ @property
700
+ @pulumi.getter
701
+ def name(self) -> Optional[pulumi.Input[str]]:
702
+ """
703
+ (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
704
+ """
705
+ return pulumi.get(self, "name")
706
+
707
+ @name.setter
708
+ def name(self, value: Optional[pulumi.Input[str]]):
709
+ pulumi.set(self, "name", value)
710
+
711
+ @property
712
+ @pulumi.getter(name="objectStatus")
713
+ def object_status(self) -> Optional[pulumi.Input[int]]:
714
+ """
715
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
716
+ """
717
+ return pulumi.get(self, "object_status")
718
+
719
+ @object_status.setter
720
+ def object_status(self, value: Optional[pulumi.Input[int]]):
721
+ pulumi.set(self, "object_status", value)
722
+
723
+ @property
724
+ @pulumi.getter(name="objectVersion")
725
+ def object_version(self) -> Optional[pulumi.Input[int]]:
726
+ """
727
+ (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
728
+ """
729
+ return pulumi.get(self, "object_version")
730
+
731
+ @object_version.setter
732
+ def object_version(self, value: Optional[pulumi.Input[int]]):
733
+ pulumi.set(self, "object_version", value)
734
+
735
+ @property
736
+ @pulumi.getter(name="opConfigValues")
737
+ def op_config_values(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']]:
738
+ """
739
+ (Updatable) Configuration values can be string, objects, or parameters.
740
+ """
741
+ return pulumi.get(self, "op_config_values")
742
+
743
+ @op_config_values.setter
744
+ def op_config_values(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesArgs']]):
745
+ pulumi.set(self, "op_config_values", value)
746
+
747
+ @property
748
+ @pulumi.getter
749
+ def operation(self) -> Optional[pulumi.Input[str]]:
750
+ """
751
+ (Updatable) Describes the shape of the execution result
752
+ """
753
+ return pulumi.get(self, "operation")
754
+
755
+ @operation.setter
756
+ def operation(self, value: Optional[pulumi.Input[str]]):
757
+ pulumi.set(self, "operation", value)
758
+
759
+ @property
760
+ @pulumi.getter(name="outputPorts")
761
+ def output_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]]:
762
+ """
763
+ (Updatable) An array of output ports.
764
+ """
765
+ return pulumi.get(self, "output_ports")
766
+
767
+ @output_ports.setter
768
+ def output_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskOutputPortArgs']]]]):
769
+ pulumi.set(self, "output_ports", value)
770
+
771
+ @property
772
+ @pulumi.getter(name="parallelLoadLimit")
773
+ def parallel_load_limit(self) -> Optional[pulumi.Input[int]]:
774
+ """
775
+ (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
776
+ """
777
+ return pulumi.get(self, "parallel_load_limit")
778
+
779
+ @parallel_load_limit.setter
780
+ def parallel_load_limit(self, value: Optional[pulumi.Input[int]]):
781
+ pulumi.set(self, "parallel_load_limit", value)
782
+
783
+ @property
784
+ @pulumi.getter
785
+ def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]]:
786
+ """
787
+ (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
788
+ """
789
+ return pulumi.get(self, "parameters")
790
+
791
+ @parameters.setter
792
+ def parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskParameterArgs']]]]):
793
+ pulumi.set(self, "parameters", value)
794
+
795
+ @property
796
+ @pulumi.getter(name="parentRef")
797
+ def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskParentRefArgs']]:
798
+ """
799
+ (Updatable) A reference to the object's parent.
800
+ """
801
+ return pulumi.get(self, "parent_ref")
802
+
803
+ @parent_ref.setter
804
+ def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskParentRefArgs']]):
805
+ pulumi.set(self, "parent_ref", value)
806
+
807
+ @property
808
+ @pulumi.getter(name="pollRestCallConfig")
809
+ def poll_rest_call_config(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']]:
810
+ """
811
+ (Updatable) The REST API configuration for polling.
812
+ """
813
+ return pulumi.get(self, "poll_rest_call_config")
814
+
815
+ @poll_rest_call_config.setter
816
+ def poll_rest_call_config(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigArgs']]):
817
+ pulumi.set(self, "poll_rest_call_config", value)
818
+
819
+ @property
820
+ @pulumi.getter(name="registryMetadata")
821
+ def registry_metadata(self) -> Optional[pulumi.Input['WorkspaceTaskRegistryMetadataArgs']]:
822
+ """
823
+ (Updatable) Information about the object and its parent.
824
+ """
825
+ return pulumi.get(self, "registry_metadata")
826
+
827
+ @registry_metadata.setter
828
+ def registry_metadata(self, value: Optional[pulumi.Input['WorkspaceTaskRegistryMetadataArgs']]):
829
+ pulumi.set(self, "registry_metadata", value)
830
+
831
+ @property
832
+ @pulumi.getter(name="typedExpressions")
833
+ def typed_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]]:
834
+ """
835
+ (Updatable) List of typed expressions.
836
+ """
837
+ return pulumi.get(self, "typed_expressions")
838
+
839
+ @typed_expressions.setter
840
+ def typed_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskTypedExpressionArgs']]]]):
841
+ pulumi.set(self, "typed_expressions", value)
842
+
843
+ @property
844
+ @pulumi.getter(name="workspaceId")
845
+ def workspace_id(self) -> Optional[pulumi.Input[str]]:
846
+ """
847
+ The workspace ID.
848
+
849
+
850
+ ** IMPORTANT **
851
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
852
+ """
853
+ return pulumi.get(self, "workspace_id")
854
+
855
+ @workspace_id.setter
856
+ def workspace_id(self, value: Optional[pulumi.Input[str]]):
857
+ pulumi.set(self, "workspace_id", value)
858
+
859
+
860
+ class WorkspaceTask(pulumi.CustomResource):
861
+ @overload
862
+ def __init__(__self__,
863
+ resource_name: str,
864
+ opts: Optional[pulumi.ResourceOptions] = None,
865
+ api_call_mode: Optional[pulumi.Input[str]] = None,
866
+ auth_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskAuthConfigArgs']]] = None,
867
+ cancel_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskCancelRestCallConfigArgs']]] = None,
868
+ config_provider_delegate: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskConfigProviderDelegateArgs']]] = None,
869
+ description: Optional[pulumi.Input[str]] = None,
870
+ execute_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskExecuteRestCallConfigArgs']]] = None,
871
+ identifier: Optional[pulumi.Input[str]] = None,
872
+ input_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskInputPortArgs']]]]] = None,
873
+ is_single_load: Optional[pulumi.Input[bool]] = None,
874
+ key: Optional[pulumi.Input[str]] = None,
875
+ model_type: Optional[pulumi.Input[str]] = None,
876
+ model_version: Optional[pulumi.Input[str]] = None,
877
+ name: Optional[pulumi.Input[str]] = None,
878
+ object_status: Optional[pulumi.Input[int]] = None,
879
+ op_config_values: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskOpConfigValuesArgs']]] = None,
880
+ operation: Optional[pulumi.Input[str]] = None,
881
+ output_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskOutputPortArgs']]]]] = None,
882
+ parallel_load_limit: Optional[pulumi.Input[int]] = None,
883
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskParameterArgs']]]]] = None,
884
+ parent_ref: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskParentRefArgs']]] = None,
885
+ poll_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskPollRestCallConfigArgs']]] = None,
886
+ registry_metadata: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskRegistryMetadataArgs']]] = None,
887
+ typed_expressions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskTypedExpressionArgs']]]]] = None,
888
+ workspace_id: Optional[pulumi.Input[str]] = None,
889
+ __props__=None):
890
+ """
891
+ This resource provides the Workspace Task resource in Oracle Cloud Infrastructure Data Integration service.
892
+
893
+ Creates a new task ready for performing data integrations. There are specialized types of tasks that include data loader and integration tasks.
894
+
895
+ ## Import
896
+
897
+ WorkspaceTasks can be imported using the `id`, e.g.
898
+
899
+ ```sh
900
+ $ pulumi import oci:DataIntegration/workspaceTask:WorkspaceTask test_workspace_task "workspaces/{workspaceId}/tasks/{taskKey}"
901
+ ```
902
+
903
+ :param str resource_name: The name of the resource.
904
+ :param pulumi.ResourceOptions opts: Options for the resource.
905
+ :param pulumi.Input[str] api_call_mode: (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
906
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskAuthConfigArgs']] auth_config: (Updatable) Authentication configuration for Generic REST invocation.
907
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskCancelRestCallConfigArgs']] cancel_rest_call_config: (Updatable) The REST API configuration for cancelling the task.
908
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskConfigProviderDelegateArgs']] config_provider_delegate: (Updatable) The information about the configuration provider.
909
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
910
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskExecuteRestCallConfigArgs']] execute_rest_call_config: (Updatable) The REST API configuration for execution.
911
+ :param pulumi.Input[str] identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
912
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskInputPortArgs']]]] input_ports: (Updatable) An array of input ports.
913
+ :param pulumi.Input[bool] is_single_load: (Updatable) Defines whether Data Loader task is used for single load or multiple
914
+ :param pulumi.Input[str] key: (Updatable) The key of the object.
915
+ :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
916
+ :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
917
+ :param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
918
+ :param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
919
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskOpConfigValuesArgs']] op_config_values: (Updatable) Configuration values can be string, objects, or parameters.
920
+ :param pulumi.Input[str] operation: (Updatable) Describes the shape of the execution result
921
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskOutputPortArgs']]]] output_ports: (Updatable) An array of output ports.
922
+ :param pulumi.Input[int] parallel_load_limit: (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
923
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskParameterArgs']]]] parameters: (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
924
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskParentRefArgs']] parent_ref: (Updatable) A reference to the object's parent.
925
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskPollRestCallConfigArgs']] poll_rest_call_config: (Updatable) The REST API configuration for polling.
926
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskRegistryMetadataArgs']] registry_metadata: (Updatable) Information about the object and its parent.
927
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskTypedExpressionArgs']]]] typed_expressions: (Updatable) List of typed expressions.
928
+ :param pulumi.Input[str] workspace_id: The workspace ID.
929
+
930
+
931
+ ** IMPORTANT **
932
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
933
+ """
934
+ ...
935
+ @overload
936
+ def __init__(__self__,
937
+ resource_name: str,
938
+ args: WorkspaceTaskArgs,
939
+ opts: Optional[pulumi.ResourceOptions] = None):
940
+ """
941
+ This resource provides the Workspace Task resource in Oracle Cloud Infrastructure Data Integration service.
942
+
943
+ Creates a new task ready for performing data integrations. There are specialized types of tasks that include data loader and integration tasks.
944
+
945
+ ## Import
946
+
947
+ WorkspaceTasks can be imported using the `id`, e.g.
948
+
949
+ ```sh
950
+ $ pulumi import oci:DataIntegration/workspaceTask:WorkspaceTask test_workspace_task "workspaces/{workspaceId}/tasks/{taskKey}"
951
+ ```
952
+
953
+ :param str resource_name: The name of the resource.
954
+ :param WorkspaceTaskArgs args: The arguments to use to populate this resource's properties.
955
+ :param pulumi.ResourceOptions opts: Options for the resource.
956
+ """
957
+ ...
958
+ def __init__(__self__, resource_name: str, *args, **kwargs):
959
+ resource_args, opts = _utilities.get_resource_args_opts(WorkspaceTaskArgs, pulumi.ResourceOptions, *args, **kwargs)
960
+ if resource_args is not None:
961
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
962
+ else:
963
+ __self__._internal_init(resource_name, *args, **kwargs)
964
+
965
+ def _internal_init(__self__,
966
+ resource_name: str,
967
+ opts: Optional[pulumi.ResourceOptions] = None,
968
+ api_call_mode: Optional[pulumi.Input[str]] = None,
969
+ auth_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskAuthConfigArgs']]] = None,
970
+ cancel_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskCancelRestCallConfigArgs']]] = None,
971
+ config_provider_delegate: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskConfigProviderDelegateArgs']]] = None,
972
+ description: Optional[pulumi.Input[str]] = None,
973
+ execute_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskExecuteRestCallConfigArgs']]] = None,
974
+ identifier: Optional[pulumi.Input[str]] = None,
975
+ input_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskInputPortArgs']]]]] = None,
976
+ is_single_load: Optional[pulumi.Input[bool]] = None,
977
+ key: Optional[pulumi.Input[str]] = None,
978
+ model_type: Optional[pulumi.Input[str]] = None,
979
+ model_version: Optional[pulumi.Input[str]] = None,
980
+ name: Optional[pulumi.Input[str]] = None,
981
+ object_status: Optional[pulumi.Input[int]] = None,
982
+ op_config_values: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskOpConfigValuesArgs']]] = None,
983
+ operation: Optional[pulumi.Input[str]] = None,
984
+ output_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskOutputPortArgs']]]]] = None,
985
+ parallel_load_limit: Optional[pulumi.Input[int]] = None,
986
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskParameterArgs']]]]] = None,
987
+ parent_ref: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskParentRefArgs']]] = None,
988
+ poll_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskPollRestCallConfigArgs']]] = None,
989
+ registry_metadata: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskRegistryMetadataArgs']]] = None,
990
+ typed_expressions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskTypedExpressionArgs']]]]] = None,
991
+ workspace_id: Optional[pulumi.Input[str]] = None,
992
+ __props__=None):
993
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
994
+ if not isinstance(opts, pulumi.ResourceOptions):
995
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
996
+ if opts.id is None:
997
+ if __props__ is not None:
998
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
999
+ __props__ = WorkspaceTaskArgs.__new__(WorkspaceTaskArgs)
1000
+
1001
+ __props__.__dict__["api_call_mode"] = api_call_mode
1002
+ __props__.__dict__["auth_config"] = auth_config
1003
+ __props__.__dict__["cancel_rest_call_config"] = cancel_rest_call_config
1004
+ __props__.__dict__["config_provider_delegate"] = config_provider_delegate
1005
+ __props__.__dict__["description"] = description
1006
+ __props__.__dict__["execute_rest_call_config"] = execute_rest_call_config
1007
+ if identifier is None and not opts.urn:
1008
+ raise TypeError("Missing required property 'identifier'")
1009
+ __props__.__dict__["identifier"] = identifier
1010
+ __props__.__dict__["input_ports"] = input_ports
1011
+ __props__.__dict__["is_single_load"] = is_single_load
1012
+ __props__.__dict__["key"] = key
1013
+ if model_type is None and not opts.urn:
1014
+ raise TypeError("Missing required property 'model_type'")
1015
+ __props__.__dict__["model_type"] = model_type
1016
+ __props__.__dict__["model_version"] = model_version
1017
+ __props__.__dict__["name"] = name
1018
+ __props__.__dict__["object_status"] = object_status
1019
+ __props__.__dict__["op_config_values"] = op_config_values
1020
+ __props__.__dict__["operation"] = operation
1021
+ __props__.__dict__["output_ports"] = output_ports
1022
+ __props__.__dict__["parallel_load_limit"] = parallel_load_limit
1023
+ __props__.__dict__["parameters"] = parameters
1024
+ __props__.__dict__["parent_ref"] = parent_ref
1025
+ __props__.__dict__["poll_rest_call_config"] = poll_rest_call_config
1026
+ if registry_metadata is None and not opts.urn:
1027
+ raise TypeError("Missing required property 'registry_metadata'")
1028
+ __props__.__dict__["registry_metadata"] = registry_metadata
1029
+ __props__.__dict__["typed_expressions"] = typed_expressions
1030
+ if workspace_id is None and not opts.urn:
1031
+ raise TypeError("Missing required property 'workspace_id'")
1032
+ __props__.__dict__["workspace_id"] = workspace_id
1033
+ __props__.__dict__["key_map"] = None
1034
+ __props__.__dict__["metadatas"] = None
1035
+ __props__.__dict__["object_version"] = None
1036
+ super(WorkspaceTask, __self__).__init__(
1037
+ 'oci:DataIntegration/workspaceTask:WorkspaceTask',
1038
+ resource_name,
1039
+ __props__,
1040
+ opts)
1041
+
1042
+ @staticmethod
1043
+ def get(resource_name: str,
1044
+ id: pulumi.Input[str],
1045
+ opts: Optional[pulumi.ResourceOptions] = None,
1046
+ api_call_mode: Optional[pulumi.Input[str]] = None,
1047
+ auth_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskAuthConfigArgs']]] = None,
1048
+ cancel_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskCancelRestCallConfigArgs']]] = None,
1049
+ config_provider_delegate: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskConfigProviderDelegateArgs']]] = None,
1050
+ description: Optional[pulumi.Input[str]] = None,
1051
+ execute_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskExecuteRestCallConfigArgs']]] = None,
1052
+ identifier: Optional[pulumi.Input[str]] = None,
1053
+ input_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskInputPortArgs']]]]] = None,
1054
+ is_single_load: Optional[pulumi.Input[bool]] = None,
1055
+ key: Optional[pulumi.Input[str]] = None,
1056
+ key_map: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1057
+ metadatas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskMetadataArgs']]]]] = None,
1058
+ model_type: Optional[pulumi.Input[str]] = None,
1059
+ model_version: Optional[pulumi.Input[str]] = None,
1060
+ name: Optional[pulumi.Input[str]] = None,
1061
+ object_status: Optional[pulumi.Input[int]] = None,
1062
+ object_version: Optional[pulumi.Input[int]] = None,
1063
+ op_config_values: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskOpConfigValuesArgs']]] = None,
1064
+ operation: Optional[pulumi.Input[str]] = None,
1065
+ output_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskOutputPortArgs']]]]] = None,
1066
+ parallel_load_limit: Optional[pulumi.Input[int]] = None,
1067
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskParameterArgs']]]]] = None,
1068
+ parent_ref: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskParentRefArgs']]] = None,
1069
+ poll_rest_call_config: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskPollRestCallConfigArgs']]] = None,
1070
+ registry_metadata: Optional[pulumi.Input[pulumi.InputType['WorkspaceTaskRegistryMetadataArgs']]] = None,
1071
+ typed_expressions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskTypedExpressionArgs']]]]] = None,
1072
+ workspace_id: Optional[pulumi.Input[str]] = None) -> 'WorkspaceTask':
1073
+ """
1074
+ Get an existing WorkspaceTask resource's state with the given name, id, and optional extra
1075
+ properties used to qualify the lookup.
1076
+
1077
+ :param str resource_name: The unique name of the resulting resource.
1078
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1079
+ :param pulumi.ResourceOptions opts: Options for the resource.
1080
+ :param pulumi.Input[str] api_call_mode: (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
1081
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskAuthConfigArgs']] auth_config: (Updatable) Authentication configuration for Generic REST invocation.
1082
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskCancelRestCallConfigArgs']] cancel_rest_call_config: (Updatable) The REST API configuration for cancelling the task.
1083
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskConfigProviderDelegateArgs']] config_provider_delegate: (Updatable) The information about the configuration provider.
1084
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
1085
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskExecuteRestCallConfigArgs']] execute_rest_call_config: (Updatable) The REST API configuration for execution.
1086
+ :param pulumi.Input[str] identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
1087
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskInputPortArgs']]]] input_ports: (Updatable) An array of input ports.
1088
+ :param pulumi.Input[bool] is_single_load: (Updatable) Defines whether Data Loader task is used for single load or multiple
1089
+ :param pulumi.Input[str] key: (Updatable) The key of the object.
1090
+ :param pulumi.Input[Mapping[str, Any]] key_map: (Updatable) A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
1091
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskMetadataArgs']]]] metadatas: (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
1092
+ :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
1093
+ :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
1094
+ :param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
1095
+ :param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
1096
+ :param pulumi.Input[int] object_version: (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
1097
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskOpConfigValuesArgs']] op_config_values: (Updatable) Configuration values can be string, objects, or parameters.
1098
+ :param pulumi.Input[str] operation: (Updatable) Describes the shape of the execution result
1099
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskOutputPortArgs']]]] output_ports: (Updatable) An array of output ports.
1100
+ :param pulumi.Input[int] parallel_load_limit: (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
1101
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskParameterArgs']]]] parameters: (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
1102
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskParentRefArgs']] parent_ref: (Updatable) A reference to the object's parent.
1103
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskPollRestCallConfigArgs']] poll_rest_call_config: (Updatable) The REST API configuration for polling.
1104
+ :param pulumi.Input[pulumi.InputType['WorkspaceTaskRegistryMetadataArgs']] registry_metadata: (Updatable) Information about the object and its parent.
1105
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkspaceTaskTypedExpressionArgs']]]] typed_expressions: (Updatable) List of typed expressions.
1106
+ :param pulumi.Input[str] workspace_id: The workspace ID.
1107
+
1108
+
1109
+ ** IMPORTANT **
1110
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1111
+ """
1112
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1113
+
1114
+ __props__ = _WorkspaceTaskState.__new__(_WorkspaceTaskState)
1115
+
1116
+ __props__.__dict__["api_call_mode"] = api_call_mode
1117
+ __props__.__dict__["auth_config"] = auth_config
1118
+ __props__.__dict__["cancel_rest_call_config"] = cancel_rest_call_config
1119
+ __props__.__dict__["config_provider_delegate"] = config_provider_delegate
1120
+ __props__.__dict__["description"] = description
1121
+ __props__.__dict__["execute_rest_call_config"] = execute_rest_call_config
1122
+ __props__.__dict__["identifier"] = identifier
1123
+ __props__.__dict__["input_ports"] = input_ports
1124
+ __props__.__dict__["is_single_load"] = is_single_load
1125
+ __props__.__dict__["key"] = key
1126
+ __props__.__dict__["key_map"] = key_map
1127
+ __props__.__dict__["metadatas"] = metadatas
1128
+ __props__.__dict__["model_type"] = model_type
1129
+ __props__.__dict__["model_version"] = model_version
1130
+ __props__.__dict__["name"] = name
1131
+ __props__.__dict__["object_status"] = object_status
1132
+ __props__.__dict__["object_version"] = object_version
1133
+ __props__.__dict__["op_config_values"] = op_config_values
1134
+ __props__.__dict__["operation"] = operation
1135
+ __props__.__dict__["output_ports"] = output_ports
1136
+ __props__.__dict__["parallel_load_limit"] = parallel_load_limit
1137
+ __props__.__dict__["parameters"] = parameters
1138
+ __props__.__dict__["parent_ref"] = parent_ref
1139
+ __props__.__dict__["poll_rest_call_config"] = poll_rest_call_config
1140
+ __props__.__dict__["registry_metadata"] = registry_metadata
1141
+ __props__.__dict__["typed_expressions"] = typed_expressions
1142
+ __props__.__dict__["workspace_id"] = workspace_id
1143
+ return WorkspaceTask(resource_name, opts=opts, __props__=__props__)
1144
+
1145
+ @property
1146
+ @pulumi.getter(name="apiCallMode")
1147
+ def api_call_mode(self) -> pulumi.Output[str]:
1148
+ """
1149
+ (Updatable) The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
1150
+ """
1151
+ return pulumi.get(self, "api_call_mode")
1152
+
1153
+ @property
1154
+ @pulumi.getter(name="authConfig")
1155
+ def auth_config(self) -> pulumi.Output['outputs.WorkspaceTaskAuthConfig']:
1156
+ """
1157
+ (Updatable) Authentication configuration for Generic REST invocation.
1158
+ """
1159
+ return pulumi.get(self, "auth_config")
1160
+
1161
+ @property
1162
+ @pulumi.getter(name="cancelRestCallConfig")
1163
+ def cancel_rest_call_config(self) -> pulumi.Output['outputs.WorkspaceTaskCancelRestCallConfig']:
1164
+ """
1165
+ (Updatable) The REST API configuration for cancelling the task.
1166
+ """
1167
+ return pulumi.get(self, "cancel_rest_call_config")
1168
+
1169
+ @property
1170
+ @pulumi.getter(name="configProviderDelegate")
1171
+ def config_provider_delegate(self) -> pulumi.Output['outputs.WorkspaceTaskConfigProviderDelegate']:
1172
+ """
1173
+ (Updatable) The information about the configuration provider.
1174
+ """
1175
+ return pulumi.get(self, "config_provider_delegate")
1176
+
1177
+ @property
1178
+ @pulumi.getter
1179
+ def description(self) -> pulumi.Output[str]:
1180
+ """
1181
+ (Updatable) Detailed description for the object.
1182
+ """
1183
+ return pulumi.get(self, "description")
1184
+
1185
+ @property
1186
+ @pulumi.getter(name="executeRestCallConfig")
1187
+ def execute_rest_call_config(self) -> pulumi.Output['outputs.WorkspaceTaskExecuteRestCallConfig']:
1188
+ """
1189
+ (Updatable) The REST API configuration for execution.
1190
+ """
1191
+ return pulumi.get(self, "execute_rest_call_config")
1192
+
1193
+ @property
1194
+ @pulumi.getter
1195
+ def identifier(self) -> pulumi.Output[str]:
1196
+ """
1197
+ (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
1198
+ """
1199
+ return pulumi.get(self, "identifier")
1200
+
1201
+ @property
1202
+ @pulumi.getter(name="inputPorts")
1203
+ def input_ports(self) -> pulumi.Output[Sequence['outputs.WorkspaceTaskInputPort']]:
1204
+ """
1205
+ (Updatable) An array of input ports.
1206
+ """
1207
+ return pulumi.get(self, "input_ports")
1208
+
1209
+ @property
1210
+ @pulumi.getter(name="isSingleLoad")
1211
+ def is_single_load(self) -> pulumi.Output[bool]:
1212
+ """
1213
+ (Updatable) Defines whether Data Loader task is used for single load or multiple
1214
+ """
1215
+ return pulumi.get(self, "is_single_load")
1216
+
1217
+ @property
1218
+ @pulumi.getter
1219
+ def key(self) -> pulumi.Output[str]:
1220
+ """
1221
+ (Updatable) The key of the object.
1222
+ """
1223
+ return pulumi.get(self, "key")
1224
+
1225
+ @property
1226
+ @pulumi.getter(name="keyMap")
1227
+ def key_map(self) -> pulumi.Output[Mapping[str, Any]]:
1228
+ """
1229
+ (Updatable) A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
1230
+ """
1231
+ return pulumi.get(self, "key_map")
1232
+
1233
+ @property
1234
+ @pulumi.getter
1235
+ def metadatas(self) -> pulumi.Output[Sequence['outputs.WorkspaceTaskMetadata']]:
1236
+ """
1237
+ (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
1238
+ """
1239
+ return pulumi.get(self, "metadatas")
1240
+
1241
+ @property
1242
+ @pulumi.getter(name="modelType")
1243
+ def model_type(self) -> pulumi.Output[str]:
1244
+ """
1245
+ (Updatable) The type of the types object.
1246
+ """
1247
+ return pulumi.get(self, "model_type")
1248
+
1249
+ @property
1250
+ @pulumi.getter(name="modelVersion")
1251
+ def model_version(self) -> pulumi.Output[str]:
1252
+ """
1253
+ (Updatable) The model version of an object.
1254
+ """
1255
+ return pulumi.get(self, "model_version")
1256
+
1257
+ @property
1258
+ @pulumi.getter
1259
+ def name(self) -> pulumi.Output[str]:
1260
+ """
1261
+ (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
1262
+ """
1263
+ return pulumi.get(self, "name")
1264
+
1265
+ @property
1266
+ @pulumi.getter(name="objectStatus")
1267
+ def object_status(self) -> pulumi.Output[int]:
1268
+ """
1269
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
1270
+ """
1271
+ return pulumi.get(self, "object_status")
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="objectVersion")
1275
+ def object_version(self) -> pulumi.Output[int]:
1276
+ """
1277
+ (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
1278
+ """
1279
+ return pulumi.get(self, "object_version")
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="opConfigValues")
1283
+ def op_config_values(self) -> pulumi.Output['outputs.WorkspaceTaskOpConfigValues']:
1284
+ """
1285
+ (Updatable) Configuration values can be string, objects, or parameters.
1286
+ """
1287
+ return pulumi.get(self, "op_config_values")
1288
+
1289
+ @property
1290
+ @pulumi.getter
1291
+ def operation(self) -> pulumi.Output[str]:
1292
+ """
1293
+ (Updatable) Describes the shape of the execution result
1294
+ """
1295
+ return pulumi.get(self, "operation")
1296
+
1297
+ @property
1298
+ @pulumi.getter(name="outputPorts")
1299
+ def output_ports(self) -> pulumi.Output[Sequence['outputs.WorkspaceTaskOutputPort']]:
1300
+ """
1301
+ (Updatable) An array of output ports.
1302
+ """
1303
+ return pulumi.get(self, "output_ports")
1304
+
1305
+ @property
1306
+ @pulumi.getter(name="parallelLoadLimit")
1307
+ def parallel_load_limit(self) -> pulumi.Output[int]:
1308
+ """
1309
+ (Updatable) Defines the number of entities being loaded in parallel at a time for a Data Loader task
1310
+ """
1311
+ return pulumi.get(self, "parallel_load_limit")
1312
+
1313
+ @property
1314
+ @pulumi.getter
1315
+ def parameters(self) -> pulumi.Output[Sequence['outputs.WorkspaceTaskParameter']]:
1316
+ """
1317
+ (Updatable) A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
1318
+ """
1319
+ return pulumi.get(self, "parameters")
1320
+
1321
+ @property
1322
+ @pulumi.getter(name="parentRef")
1323
+ def parent_ref(self) -> pulumi.Output['outputs.WorkspaceTaskParentRef']:
1324
+ """
1325
+ (Updatable) A reference to the object's parent.
1326
+ """
1327
+ return pulumi.get(self, "parent_ref")
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="pollRestCallConfig")
1331
+ def poll_rest_call_config(self) -> pulumi.Output['outputs.WorkspaceTaskPollRestCallConfig']:
1332
+ """
1333
+ (Updatable) The REST API configuration for polling.
1334
+ """
1335
+ return pulumi.get(self, "poll_rest_call_config")
1336
+
1337
+ @property
1338
+ @pulumi.getter(name="registryMetadata")
1339
+ def registry_metadata(self) -> pulumi.Output['outputs.WorkspaceTaskRegistryMetadata']:
1340
+ """
1341
+ (Updatable) Information about the object and its parent.
1342
+ """
1343
+ return pulumi.get(self, "registry_metadata")
1344
+
1345
+ @property
1346
+ @pulumi.getter(name="typedExpressions")
1347
+ def typed_expressions(self) -> pulumi.Output[Sequence['outputs.WorkspaceTaskTypedExpression']]:
1348
+ """
1349
+ (Updatable) List of typed expressions.
1350
+ """
1351
+ return pulumi.get(self, "typed_expressions")
1352
+
1353
+ @property
1354
+ @pulumi.getter(name="workspaceId")
1355
+ def workspace_id(self) -> pulumi.Output[str]:
1356
+ """
1357
+ The workspace ID.
1358
+
1359
+
1360
+ ** IMPORTANT **
1361
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1362
+ """
1363
+ return pulumi.get(self, "workspace_id")
1364
+