pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -170,7 +170,7 @@ class WorkspaceApplicationDependentObjectMetadataArgs:
170
170
  """
171
171
  :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
172
172
  :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.
173
- :param pulumi.Input[str] key: The identifying key for the object.
173
+ :param pulumi.Input[str] key: (Updatable) Currently not used on application creation. Reserved for future.
174
174
  :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.
175
175
  :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
176
176
  :param pulumi.Input[int] object_version: The object version.
@@ -219,7 +219,7 @@ class WorkspaceApplicationDependentObjectMetadataArgs:
219
219
  @pulumi.getter
220
220
  def key(self) -> Optional[pulumi.Input[str]]:
221
221
  """
222
- The identifying key for the object.
222
+ (Updatable) Currently not used on application creation. Reserved for future.
223
223
  """
224
224
  return pulumi.get(self, "key")
225
225
 
@@ -294,7 +294,7 @@ class WorkspaceApplicationMetadataArgs:
294
294
  updated_by: Optional[pulumi.Input[str]] = None,
295
295
  updated_by_name: Optional[pulumi.Input[str]] = None):
296
296
  """
297
- :param pulumi.Input[str] aggregator_key: The owning object's key for this object.
297
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
298
298
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
299
299
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationMetadataCountStatisticArgs']]] count_statistics: A count statistics.
300
300
  :param pulumi.Input[str] created_by: The user that created the object.
@@ -302,8 +302,8 @@ class WorkspaceApplicationMetadataArgs:
302
302
  :param pulumi.Input[str] identifier_path: The full path to identify this object.
303
303
  :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
304
304
  :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
305
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
306
- :param pulumi.Input[int] registry_version: The registry version.
305
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
306
+ :param pulumi.Input[int] registry_version: The registry version of the object.
307
307
  :param pulumi.Input[str] time_created: The date and time the application was created, in the timestamp format defined by RFC3339.
308
308
  :param pulumi.Input[str] time_updated: The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
309
309
  :param pulumi.Input[str] updated_by: The user that updated the object.
@@ -342,7 +342,7 @@ class WorkspaceApplicationMetadataArgs:
342
342
  @pulumi.getter(name="aggregatorKey")
343
343
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
344
344
  """
345
- The owning object's key for this object.
345
+ The owning object key for this object.
346
346
  """
347
347
  return pulumi.get(self, "aggregator_key")
348
348
 
@@ -438,7 +438,7 @@ class WorkspaceApplicationMetadataArgs:
438
438
  @pulumi.getter
439
439
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
440
440
  """
441
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
441
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
442
442
  """
443
443
  return pulumi.get(self, "labels")
444
444
 
@@ -450,7 +450,7 @@ class WorkspaceApplicationMetadataArgs:
450
450
  @pulumi.getter(name="registryVersion")
451
451
  def registry_version(self) -> Optional[pulumi.Input[int]]:
452
452
  """
453
- The registry version.
453
+ The registry version of the object.
454
454
  """
455
455
  return pulumi.get(self, "registry_version")
456
456
 
@@ -518,7 +518,7 @@ class WorkspaceApplicationMetadataAggregatorArgs:
518
518
  """
519
519
  :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
520
520
  :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.
521
- :param pulumi.Input[str] key: The identifying key for the object.
521
+ :param pulumi.Input[str] key: (Updatable) Currently not used on application creation. Reserved for future.
522
522
  :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.
523
523
  :param pulumi.Input[str] type: The type of the object in patch.
524
524
  """
@@ -561,7 +561,7 @@ class WorkspaceApplicationMetadataAggregatorArgs:
561
561
  @pulumi.getter
562
562
  def key(self) -> Optional[pulumi.Input[str]]:
563
563
  """
564
- The identifying key for the object.
564
+ (Updatable) Currently not used on application creation. Reserved for future.
565
565
  """
566
566
  return pulumi.get(self, "key")
567
567
 
@@ -708,7 +708,7 @@ class WorkspaceApplicationPatchDependentObjectMetadataArgs:
708
708
  """
709
709
  :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
710
710
  :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
711
- :param pulumi.Input[str] key: The identifying key for the object.
711
+ :param pulumi.Input[str] key: The object's key.
712
712
  :param pulumi.Input[str] name: 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.
713
713
  :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
714
714
  :param pulumi.Input[int] object_version: The object version.
@@ -757,7 +757,7 @@ class WorkspaceApplicationPatchDependentObjectMetadataArgs:
757
757
  @pulumi.getter
758
758
  def key(self) -> Optional[pulumi.Input[str]]:
759
759
  """
760
- The identifying key for the object.
760
+ The object's key.
761
761
  """
762
762
  return pulumi.get(self, "key")
763
763
 
@@ -832,7 +832,7 @@ class WorkspaceApplicationPatchMetadataArgs:
832
832
  updated_by: Optional[pulumi.Input[str]] = None,
833
833
  updated_by_name: Optional[pulumi.Input[str]] = None):
834
834
  """
835
- :param pulumi.Input[str] aggregator_key: The owning object's key for this object.
835
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
836
836
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
837
837
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgs']]] count_statistics: A count statistics.
838
838
  :param pulumi.Input[str] created_by: The user that created the object.
@@ -840,8 +840,8 @@ class WorkspaceApplicationPatchMetadataArgs:
840
840
  :param pulumi.Input[str] identifier_path: The full path to identify this object.
841
841
  :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
842
842
  :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
843
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
844
- :param pulumi.Input[int] registry_version: The registry version.
843
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
844
+ :param pulumi.Input[int] registry_version: The registry version of the object.
845
845
  :param pulumi.Input[str] time_created: The date and time that the object was created.
846
846
  :param pulumi.Input[str] time_updated: The date and time that the object was updated.
847
847
  :param pulumi.Input[str] updated_by: The user that updated the object.
@@ -880,7 +880,7 @@ class WorkspaceApplicationPatchMetadataArgs:
880
880
  @pulumi.getter(name="aggregatorKey")
881
881
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
882
882
  """
883
- The owning object's key for this object.
883
+ The owning object key for this object.
884
884
  """
885
885
  return pulumi.get(self, "aggregator_key")
886
886
 
@@ -976,7 +976,7 @@ class WorkspaceApplicationPatchMetadataArgs:
976
976
  @pulumi.getter
977
977
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
978
978
  """
979
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
979
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
980
980
  """
981
981
  return pulumi.get(self, "labels")
982
982
 
@@ -988,7 +988,7 @@ class WorkspaceApplicationPatchMetadataArgs:
988
988
  @pulumi.getter(name="registryVersion")
989
989
  def registry_version(self) -> Optional[pulumi.Input[int]]:
990
990
  """
991
- The registry version.
991
+ The registry version of the object.
992
992
  """
993
993
  return pulumi.get(self, "registry_version")
994
994
 
@@ -1056,7 +1056,7 @@ class WorkspaceApplicationPatchMetadataAggregatorArgs:
1056
1056
  """
1057
1057
  :param pulumi.Input[str] description: Detailed description for the object.
1058
1058
  :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1059
- :param pulumi.Input[str] key: The identifying key for the object.
1059
+ :param pulumi.Input[str] key: The object's key.
1060
1060
  :param pulumi.Input[str] name: 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.
1061
1061
  :param pulumi.Input[str] type: The type of the object in patch.
1062
1062
  """
@@ -1099,7 +1099,7 @@ class WorkspaceApplicationPatchMetadataAggregatorArgs:
1099
1099
  @pulumi.getter
1100
1100
  def key(self) -> Optional[pulumi.Input[str]]:
1101
1101
  """
1102
- The identifying key for the object.
1102
+ The object's key.
1103
1103
  """
1104
1104
  return pulumi.get(self, "key")
1105
1105
 
@@ -1246,7 +1246,7 @@ class WorkspaceApplicationPatchPatchObjectMetadataArgs:
1246
1246
  """
1247
1247
  :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
1248
1248
  :param pulumi.Input[str] identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1249
- :param pulumi.Input[str] key: The identifying key for the object.
1249
+ :param pulumi.Input[str] key: The object's key.
1250
1250
  :param pulumi.Input[str] name: 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.
1251
1251
  :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
1252
1252
  :param pulumi.Input[int] object_version: The object version.
@@ -1295,7 +1295,7 @@ class WorkspaceApplicationPatchPatchObjectMetadataArgs:
1295
1295
  @pulumi.getter
1296
1296
  def key(self) -> Optional[pulumi.Input[str]]:
1297
1297
  """
1298
- The identifying key for the object.
1298
+ The object's key.
1299
1299
  """
1300
1300
  return pulumi.get(self, "key")
1301
1301
 
@@ -1452,7 +1452,7 @@ class WorkspaceApplicationPublishedObjectMetadataArgs:
1452
1452
  """
1453
1453
  :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
1454
1454
  :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.
1455
- :param pulumi.Input[str] key: The identifying key for the object.
1455
+ :param pulumi.Input[str] key: (Updatable) Currently not used on application creation. Reserved for future.
1456
1456
  :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.
1457
1457
  :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
1458
1458
  :param pulumi.Input[int] object_version: The object version.
@@ -1501,7 +1501,7 @@ class WorkspaceApplicationPublishedObjectMetadataArgs:
1501
1501
  @pulumi.getter
1502
1502
  def key(self) -> Optional[pulumi.Input[str]]:
1503
1503
  """
1504
- The identifying key for the object.
1504
+ (Updatable) Currently not used on application creation. Reserved for future.
1505
1505
  """
1506
1506
  return pulumi.get(self, "key")
1507
1507
 
@@ -1852,16 +1852,16 @@ class WorkspaceApplicationScheduleMetadataArgs:
1852
1852
  updated_by: Optional[pulumi.Input[str]] = None,
1853
1853
  updated_by_name: Optional[pulumi.Input[str]] = None):
1854
1854
  """
1855
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
1855
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
1856
1856
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationScheduleMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
1857
1857
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationScheduleMetadataCountStatisticArgs']]] count_statistics: A count statistics.
1858
1858
  :param pulumi.Input[str] created_by: The user that created the object.
1859
1859
  :param pulumi.Input[str] created_by_name: The user that created the object.
1860
1860
  :param pulumi.Input[str] identifier_path: The full path to identify this object.
1861
1861
  :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
1862
- :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
1863
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
1864
- :param pulumi.Input[int] registry_version: (Updatable) The registry version.
1862
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
1863
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
1864
+ :param pulumi.Input[int] registry_version: The registry version of the object.
1865
1865
  :param pulumi.Input[str] time_created: The date and time that the object was created.
1866
1866
  :param pulumi.Input[str] time_updated: The date and time that the object was updated.
1867
1867
  :param pulumi.Input[str] updated_by: The user that updated the object.
@@ -1900,7 +1900,7 @@ class WorkspaceApplicationScheduleMetadataArgs:
1900
1900
  @pulumi.getter(name="aggregatorKey")
1901
1901
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
1902
1902
  """
1903
- (Updatable) The owning object's key for this object.
1903
+ The owning object key for this object.
1904
1904
  """
1905
1905
  return pulumi.get(self, "aggregator_key")
1906
1906
 
@@ -1984,7 +1984,7 @@ class WorkspaceApplicationScheduleMetadataArgs:
1984
1984
  @pulumi.getter(name="isFavorite")
1985
1985
  def is_favorite(self) -> Optional[pulumi.Input[bool]]:
1986
1986
  """
1987
- (Updatable) Specifies whether this object is a favorite or not.
1987
+ Specifies whether this object is a favorite or not.
1988
1988
  """
1989
1989
  return pulumi.get(self, "is_favorite")
1990
1990
 
@@ -1996,7 +1996,7 @@ class WorkspaceApplicationScheduleMetadataArgs:
1996
1996
  @pulumi.getter
1997
1997
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1998
1998
  """
1999
- (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
1999
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
2000
2000
  """
2001
2001
  return pulumi.get(self, "labels")
2002
2002
 
@@ -2008,7 +2008,7 @@ class WorkspaceApplicationScheduleMetadataArgs:
2008
2008
  @pulumi.getter(name="registryVersion")
2009
2009
  def registry_version(self) -> Optional[pulumi.Input[int]]:
2010
2010
  """
2011
- (Updatable) The registry version.
2011
+ The registry version of the object.
2012
2012
  """
2013
2013
  return pulumi.get(self, "registry_version")
2014
2014
 
@@ -2076,7 +2076,7 @@ class WorkspaceApplicationScheduleMetadataAggregatorArgs:
2076
2076
  """
2077
2077
  :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
2078
2078
  :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.
2079
- :param pulumi.Input[str] key: (Updatable) The identifying key for the object.
2079
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
2080
2080
  :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.
2081
2081
  :param pulumi.Input[str] type: The type of the aggregator.
2082
2082
  """
@@ -2119,7 +2119,7 @@ class WorkspaceApplicationScheduleMetadataAggregatorArgs:
2119
2119
  @pulumi.getter
2120
2120
  def key(self) -> Optional[pulumi.Input[str]]:
2121
2121
  """
2122
- (Updatable) The identifying key for the object.
2122
+ (Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
2123
2123
  """
2124
2124
  return pulumi.get(self, "key")
2125
2125
 
@@ -2353,11 +2353,7 @@ class WorkspaceApplicationSourceApplicationInfoArgs:
2353
2353
  :param pulumi.Input[str] application_version: The source application version of the application.
2354
2354
  :param pulumi.Input[str] copy_type: Parameter to specify the link between SOURCE and TARGET application after copying. CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
2355
2355
  :param pulumi.Input[str] last_patch_key: The last patch key for the application.
2356
- :param pulumi.Input[str] workspace_id: The workspace ID.
2357
-
2358
-
2359
- ** IMPORTANT **
2360
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2356
+ :param pulumi.Input[str] workspace_id: The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
2361
2357
  """
2362
2358
  if application_key is not None:
2363
2359
  pulumi.set(__self__, "application_key", application_key)
@@ -2422,11 +2418,7 @@ class WorkspaceApplicationSourceApplicationInfoArgs:
2422
2418
  @pulumi.getter(name="workspaceId")
2423
2419
  def workspace_id(self) -> Optional[pulumi.Input[str]]:
2424
2420
  """
2425
- The workspace ID.
2426
-
2427
-
2428
- ** IMPORTANT **
2429
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2421
+ The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
2430
2422
  """
2431
2423
  return pulumi.get(self, "workspace_id")
2432
2424
 
@@ -2449,11 +2441,11 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2449
2441
  object_version: Optional[pulumi.Input[int]] = None,
2450
2442
  parent_reves: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs']]]] = None):
2451
2443
  """
2452
- :param pulumi.Input[str] description: (Updatable) The description of the aggregator.
2453
- :param pulumi.Input[str] identifier: (Updatable) The identifier of the aggregator.
2454
- :param pulumi.Input[str] key: (Updatable) The key of the aggregator object.
2444
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
2445
+ :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.
2446
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
2455
2447
  :param pulumi.Input[str] last_run_time_millis: Time in milliseconds for the pervious schedule.
2456
- :param pulumi.Input[str] model_type: (Updatable) The type of the object.
2448
+ :param pulumi.Input[str] model_type: The type of the object.
2457
2449
  :param pulumi.Input[str] model_version: (Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
2458
2450
  :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.
2459
2451
  :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.
@@ -2485,7 +2477,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2485
2477
  @pulumi.getter
2486
2478
  def description(self) -> Optional[pulumi.Input[str]]:
2487
2479
  """
2488
- (Updatable) The description of the aggregator.
2480
+ (Updatable) Detailed description for the object.
2489
2481
  """
2490
2482
  return pulumi.get(self, "description")
2491
2483
 
@@ -2497,7 +2489,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2497
2489
  @pulumi.getter
2498
2490
  def identifier(self) -> Optional[pulumi.Input[str]]:
2499
2491
  """
2500
- (Updatable) The identifier of the aggregator.
2492
+ (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.
2501
2493
  """
2502
2494
  return pulumi.get(self, "identifier")
2503
2495
 
@@ -2509,7 +2501,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2509
2501
  @pulumi.getter
2510
2502
  def key(self) -> Optional[pulumi.Input[str]]:
2511
2503
  """
2512
- (Updatable) The key of the aggregator object.
2504
+ (Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
2513
2505
  """
2514
2506
  return pulumi.get(self, "key")
2515
2507
 
@@ -2533,7 +2525,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2533
2525
  @pulumi.getter(name="modelType")
2534
2526
  def model_type(self) -> Optional[pulumi.Input[str]]:
2535
2527
  """
2536
- (Updatable) The type of the object.
2528
+ The type of the object.
2537
2529
  """
2538
2530
  return pulumi.get(self, "model_type")
2539
2531
 
@@ -2659,20 +2651,20 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2659
2651
  updated_by: Optional[pulumi.Input[str]] = None,
2660
2652
  updated_by_name: Optional[pulumi.Input[str]] = None):
2661
2653
  """
2662
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object key for this object.
2663
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs']]] aggregators: (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
2664
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]] count_statistics: (Updatable) A count statistics.
2665
- :param pulumi.Input[str] created_by: (Updatable) The user that created the object.
2666
- :param pulumi.Input[str] created_by_name: (Updatable) The user that created the object.
2667
- :param pulumi.Input[str] identifier_path: (Updatable) The full path to identify this object.
2668
- :param pulumi.Input[Mapping[str, Any]] info_fields: (Updatable) Information property fields.
2669
- :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
2670
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
2671
- :param pulumi.Input[int] registry_version: (Updatable) The registry version of the object.
2672
- :param pulumi.Input[str] time_created: (Updatable) The date and time that the object was created.
2673
- :param pulumi.Input[str] time_updated: (Updatable) The date and time that the object was updated.
2674
- :param pulumi.Input[str] updated_by: (Updatable) The user that updated the object.
2675
- :param pulumi.Input[str] updated_by_name: (Updatable) The user that updated the object.
2654
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
2655
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
2656
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]] count_statistics: A count statistics.
2657
+ :param pulumi.Input[str] created_by: The user that created the object.
2658
+ :param pulumi.Input[str] created_by_name: The user that created the object.
2659
+ :param pulumi.Input[str] identifier_path: The full path to identify this object.
2660
+ :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
2661
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
2662
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
2663
+ :param pulumi.Input[int] registry_version: The registry version of the object.
2664
+ :param pulumi.Input[str] time_created: The date and time that the object was created.
2665
+ :param pulumi.Input[str] time_updated: The date and time that the object was updated.
2666
+ :param pulumi.Input[str] updated_by: The user that updated the object.
2667
+ :param pulumi.Input[str] updated_by_name: The user that updated the object.
2676
2668
  """
2677
2669
  if aggregator_key is not None:
2678
2670
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -2707,7 +2699,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2707
2699
  @pulumi.getter(name="aggregatorKey")
2708
2700
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
2709
2701
  """
2710
- (Updatable) The owning object key for this object.
2702
+ The owning object key for this object.
2711
2703
  """
2712
2704
  return pulumi.get(self, "aggregator_key")
2713
2705
 
@@ -2719,7 +2711,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2719
2711
  @pulumi.getter
2720
2712
  def aggregators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs']]]]:
2721
2713
  """
2722
- (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
2714
+ A summary type containing information about the object's aggregator including its type, key, name and description.
2723
2715
  """
2724
2716
  return pulumi.get(self, "aggregators")
2725
2717
 
@@ -2731,7 +2723,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2731
2723
  @pulumi.getter(name="countStatistics")
2732
2724
  def count_statistics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]]]:
2733
2725
  """
2734
- (Updatable) A count statistics.
2726
+ A count statistics.
2735
2727
  """
2736
2728
  return pulumi.get(self, "count_statistics")
2737
2729
 
@@ -2743,7 +2735,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2743
2735
  @pulumi.getter(name="createdBy")
2744
2736
  def created_by(self) -> Optional[pulumi.Input[str]]:
2745
2737
  """
2746
- (Updatable) The user that created the object.
2738
+ The user that created the object.
2747
2739
  """
2748
2740
  return pulumi.get(self, "created_by")
2749
2741
 
@@ -2755,7 +2747,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2755
2747
  @pulumi.getter(name="createdByName")
2756
2748
  def created_by_name(self) -> Optional[pulumi.Input[str]]:
2757
2749
  """
2758
- (Updatable) The user that created the object.
2750
+ The user that created the object.
2759
2751
  """
2760
2752
  return pulumi.get(self, "created_by_name")
2761
2753
 
@@ -2767,7 +2759,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2767
2759
  @pulumi.getter(name="identifierPath")
2768
2760
  def identifier_path(self) -> Optional[pulumi.Input[str]]:
2769
2761
  """
2770
- (Updatable) The full path to identify this object.
2762
+ The full path to identify this object.
2771
2763
  """
2772
2764
  return pulumi.get(self, "identifier_path")
2773
2765
 
@@ -2779,7 +2771,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2779
2771
  @pulumi.getter(name="infoFields")
2780
2772
  def info_fields(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2781
2773
  """
2782
- (Updatable) Information property fields.
2774
+ Information property fields.
2783
2775
  """
2784
2776
  return pulumi.get(self, "info_fields")
2785
2777
 
@@ -2791,7 +2783,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2791
2783
  @pulumi.getter(name="isFavorite")
2792
2784
  def is_favorite(self) -> Optional[pulumi.Input[bool]]:
2793
2785
  """
2794
- (Updatable) Specifies whether this object is a favorite or not.
2786
+ Specifies whether this object is a favorite or not.
2795
2787
  """
2796
2788
  return pulumi.get(self, "is_favorite")
2797
2789
 
@@ -2803,7 +2795,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2803
2795
  @pulumi.getter
2804
2796
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2805
2797
  """
2806
- (Updatable) Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
2798
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
2807
2799
  """
2808
2800
  return pulumi.get(self, "labels")
2809
2801
 
@@ -2815,7 +2807,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2815
2807
  @pulumi.getter(name="registryVersion")
2816
2808
  def registry_version(self) -> Optional[pulumi.Input[int]]:
2817
2809
  """
2818
- (Updatable) The registry version of the object.
2810
+ The registry version of the object.
2819
2811
  """
2820
2812
  return pulumi.get(self, "registry_version")
2821
2813
 
@@ -2827,7 +2819,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2827
2819
  @pulumi.getter(name="timeCreated")
2828
2820
  def time_created(self) -> Optional[pulumi.Input[str]]:
2829
2821
  """
2830
- (Updatable) The date and time that the object was created.
2822
+ The date and time that the object was created.
2831
2823
  """
2832
2824
  return pulumi.get(self, "time_created")
2833
2825
 
@@ -2839,7 +2831,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2839
2831
  @pulumi.getter(name="timeUpdated")
2840
2832
  def time_updated(self) -> Optional[pulumi.Input[str]]:
2841
2833
  """
2842
- (Updatable) The date and time that the object was updated.
2834
+ The date and time that the object was updated.
2843
2835
  """
2844
2836
  return pulumi.get(self, "time_updated")
2845
2837
 
@@ -2851,7 +2843,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2851
2843
  @pulumi.getter(name="updatedBy")
2852
2844
  def updated_by(self) -> Optional[pulumi.Input[str]]:
2853
2845
  """
2854
- (Updatable) The user that updated the object.
2846
+ The user that updated the object.
2855
2847
  """
2856
2848
  return pulumi.get(self, "updated_by")
2857
2849
 
@@ -2863,7 +2855,7 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2863
2855
  @pulumi.getter(name="updatedByName")
2864
2856
  def updated_by_name(self) -> Optional[pulumi.Input[str]]:
2865
2857
  """
2866
- (Updatable) The user that updated the object.
2858
+ The user that updated the object.
2867
2859
  """
2868
2860
  return pulumi.get(self, "updated_by_name")
2869
2861
 
@@ -2881,11 +2873,11 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2881
2873
  name: Optional[pulumi.Input[str]] = None,
2882
2874
  type: Optional[pulumi.Input[str]] = None):
2883
2875
  """
2884
- :param pulumi.Input[str] description: (Updatable) The description of the aggregator.
2885
- :param pulumi.Input[str] identifier: (Updatable) The identifier of the aggregator.
2886
- :param pulumi.Input[str] key: (Updatable) The key of the aggregator object.
2876
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
2877
+ :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.
2878
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
2887
2879
  :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.
2888
- :param pulumi.Input[str] type: (Updatable) The type of the aggregator.
2880
+ :param pulumi.Input[str] type: The type of the aggregator.
2889
2881
  """
2890
2882
  if description is not None:
2891
2883
  pulumi.set(__self__, "description", description)
@@ -2902,7 +2894,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2902
2894
  @pulumi.getter
2903
2895
  def description(self) -> Optional[pulumi.Input[str]]:
2904
2896
  """
2905
- (Updatable) The description of the aggregator.
2897
+ (Updatable) Detailed description for the object.
2906
2898
  """
2907
2899
  return pulumi.get(self, "description")
2908
2900
 
@@ -2914,7 +2906,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2914
2906
  @pulumi.getter
2915
2907
  def identifier(self) -> Optional[pulumi.Input[str]]:
2916
2908
  """
2917
- (Updatable) The identifier of the aggregator.
2909
+ (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.
2918
2910
  """
2919
2911
  return pulumi.get(self, "identifier")
2920
2912
 
@@ -2926,7 +2918,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2926
2918
  @pulumi.getter
2927
2919
  def key(self) -> Optional[pulumi.Input[str]]:
2928
2920
  """
2929
- (Updatable) The key of the aggregator object.
2921
+ (Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
2930
2922
  """
2931
2923
  return pulumi.get(self, "key")
2932
2924
 
@@ -2950,7 +2942,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2950
2942
  @pulumi.getter
2951
2943
  def type(self) -> Optional[pulumi.Input[str]]:
2952
2944
  """
2953
- (Updatable) The type of the aggregator.
2945
+ The type of the aggregator.
2954
2946
  """
2955
2947
  return pulumi.get(self, "type")
2956
2948
 
@@ -2964,7 +2956,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs:
2964
2956
  def __init__(__self__, *,
2965
2957
  object_type_count_lists: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs']]]] = None):
2966
2958
  """
2967
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: (Updatable) The array of statistics.
2959
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: The array of statistics.
2968
2960
  """
2969
2961
  if object_type_count_lists is not None:
2970
2962
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
@@ -2973,7 +2965,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs:
2973
2965
  @pulumi.getter(name="objectTypeCountLists")
2974
2966
  def object_type_count_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs']]]]:
2975
2967
  """
2976
- (Updatable) The array of statistics.
2968
+ The array of statistics.
2977
2969
  """
2978
2970
  return pulumi.get(self, "object_type_count_lists")
2979
2971
 
@@ -2988,8 +2980,8 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListA
2988
2980
  object_count: Optional[pulumi.Input[str]] = None,
2989
2981
  object_type: Optional[pulumi.Input[str]] = None):
2990
2982
  """
2991
- :param pulumi.Input[str] object_count: (Updatable) The value for the count statistic object.
2992
- :param pulumi.Input[str] object_type: (Updatable) The type of object for the count statistic object.
2983
+ :param pulumi.Input[str] object_count: The value for the count statistic object.
2984
+ :param pulumi.Input[str] object_type: The type of object for the count statistic object.
2993
2985
  """
2994
2986
  if object_count is not None:
2995
2987
  pulumi.set(__self__, "object_count", object_count)
@@ -3000,7 +2992,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListA
3000
2992
  @pulumi.getter(name="objectCount")
3001
2993
  def object_count(self) -> Optional[pulumi.Input[str]]:
3002
2994
  """
3003
- (Updatable) The value for the count statistic object.
2995
+ The value for the count statistic object.
3004
2996
  """
3005
2997
  return pulumi.get(self, "object_count")
3006
2998
 
@@ -3012,7 +3004,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListA
3012
3004
  @pulumi.getter(name="objectType")
3013
3005
  def object_type(self) -> Optional[pulumi.Input[str]]:
3014
3006
  """
3015
- (Updatable) The type of object for the count statistic object.
3007
+ The type of object for the count statistic object.
3016
3008
  """
3017
3009
  return pulumi.get(self, "object_type")
3018
3010
 
@@ -3069,11 +3061,11 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3069
3061
  labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3070
3062
  registry_version: Optional[pulumi.Input[int]] = None):
3071
3063
  """
3072
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object key for this object.
3064
+ :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
3073
3065
  :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
3074
- :param pulumi.Input[str] key: (Updatable) The key of the aggregator object.
3075
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3076
- :param pulumi.Input[int] registry_version: (Updatable) The registry version of the object.
3066
+ :param pulumi.Input[str] key: (Updatable) The identifying key for the object.
3067
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3068
+ :param pulumi.Input[int] registry_version: (Updatable) The registry version.
3077
3069
  """
3078
3070
  if aggregator_key is not None:
3079
3071
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -3090,7 +3082,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3090
3082
  @pulumi.getter(name="aggregatorKey")
3091
3083
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
3092
3084
  """
3093
- (Updatable) The owning object key for this object.
3085
+ (Updatable) The owning object's key for this object.
3094
3086
  """
3095
3087
  return pulumi.get(self, "aggregator_key")
3096
3088
 
@@ -3114,7 +3106,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3114
3106
  @pulumi.getter
3115
3107
  def key(self) -> Optional[pulumi.Input[str]]:
3116
3108
  """
3117
- (Updatable) The key of the aggregator object.
3109
+ (Updatable) The identifying key for the object.
3118
3110
  """
3119
3111
  return pulumi.get(self, "key")
3120
3112
 
@@ -3126,7 +3118,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3126
3118
  @pulumi.getter
3127
3119
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3128
3120
  """
3129
- (Updatable) Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3121
+ (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3130
3122
  """
3131
3123
  return pulumi.get(self, "labels")
3132
3124
 
@@ -3138,7 +3130,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3138
3130
  @pulumi.getter(name="registryVersion")
3139
3131
  def registry_version(self) -> Optional[pulumi.Input[int]]:
3140
3132
  """
3141
- (Updatable) The registry version of the object.
3133
+ (Updatable) The registry version.
3142
3134
  """
3143
3135
  return pulumi.get(self, "registry_version")
3144
3136
 
@@ -3164,11 +3156,11 @@ class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3164
3156
  parent_ref: Optional[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs']] = None,
3165
3157
  timezone: Optional[pulumi.Input[str]] = None):
3166
3158
  """
3167
- :param pulumi.Input[str] description: (Updatable) The description of the aggregator.
3159
+ :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
3168
3160
  :param pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs'] frequency_details: (Updatable) The model that holds the frequency details.
3169
- :param pulumi.Input[str] identifier: (Updatable) The identifier of the aggregator.
3161
+ :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.
3170
3162
  :param pulumi.Input[bool] is_daylight_adjustment_enabled: (Updatable) A flag to indicate daylight saving.
3171
- :param pulumi.Input[str] key: (Updatable) The key of the aggregator object.
3163
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
3172
3164
  :param pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs'] metadata: (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
3173
3165
  :param pulumi.Input[str] model_type: (Updatable) The type of the object.
3174
3166
  :param pulumi.Input[str] model_version: (Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
@@ -3209,7 +3201,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3209
3201
  @pulumi.getter
3210
3202
  def description(self) -> Optional[pulumi.Input[str]]:
3211
3203
  """
3212
- (Updatable) The description of the aggregator.
3204
+ (Updatable) Detailed description for the object.
3213
3205
  """
3214
3206
  return pulumi.get(self, "description")
3215
3207
 
@@ -3233,7 +3225,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3233
3225
  @pulumi.getter
3234
3226
  def identifier(self) -> Optional[pulumi.Input[str]]:
3235
3227
  """
3236
- (Updatable) The identifier of the aggregator.
3228
+ (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.
3237
3229
  """
3238
3230
  return pulumi.get(self, "identifier")
3239
3231
 
@@ -3257,7 +3249,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3257
3249
  @pulumi.getter
3258
3250
  def key(self) -> Optional[pulumi.Input[str]]:
3259
3251
  """
3260
- (Updatable) The key of the aggregator object.
3252
+ (Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
3261
3253
  """
3262
3254
  return pulumi.get(self, "key")
3263
3255
 
@@ -3374,7 +3366,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs:
3374
3366
  time: Optional[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs']] = None,
3375
3367
  week_of_month: Optional[pulumi.Input[str]] = None):
3376
3368
  """
3377
- :param pulumi.Input[str] model_type: (Updatable) The type of the object.
3369
+ :param pulumi.Input[str] model_type: (Updatable) The type of the model
3378
3370
  :param pulumi.Input[str] custom_expression: (Updatable) This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
3379
3371
  :param pulumi.Input[str] day_of_week: (Updatable) This holds the day of the week on which the schedule should be triggered.
3380
3372
  :param pulumi.Input[Sequence[pulumi.Input[int]]] days: (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
@@ -3403,7 +3395,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs:
3403
3395
  @pulumi.getter(name="modelType")
3404
3396
  def model_type(self) -> pulumi.Input[str]:
3405
3397
  """
3406
- (Updatable) The type of the object.
3398
+ (Updatable) The type of the model
3407
3399
  """
3408
3400
  return pulumi.get(self, "model_type")
3409
3401
 
@@ -3794,7 +3786,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs:
3794
3786
  :param pulumi.Input[str] description: (Updatable) The description of the aggregator.
3795
3787
  :param pulumi.Input[str] identifier: (Updatable) The identifier of the aggregator.
3796
3788
  :param pulumi.Input[str] key: (Updatable) The key of the aggregator object.
3797
- :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.
3789
+ :param pulumi.Input[str] name: (Updatable) The name of the aggregator.
3798
3790
  :param pulumi.Input[str] type: (Updatable) The type of the aggregator.
3799
3791
  """
3800
3792
  if description is not None:
@@ -3848,7 +3840,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs:
3848
3840
  @pulumi.getter
3849
3841
  def name(self) -> Optional[pulumi.Input[str]]:
3850
3842
  """
3851
- (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.
3843
+ (Updatable) The name of the aggregator.
3852
3844
  """
3853
3845
  return pulumi.get(self, "name")
3854
3846
 
@@ -4122,16 +4114,16 @@ class WorkspaceFolderMetadataArgs:
4122
4114
  updated_by: Optional[pulumi.Input[str]] = None,
4123
4115
  updated_by_name: Optional[pulumi.Input[str]] = None):
4124
4116
  """
4125
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
4117
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
4126
4118
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceFolderMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
4127
4119
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceFolderMetadataCountStatisticArgs']]] count_statistics: A count statistics.
4128
4120
  :param pulumi.Input[str] created_by: The user that created the object.
4129
4121
  :param pulumi.Input[str] created_by_name: The user that created the object.
4130
4122
  :param pulumi.Input[str] identifier_path: The full path to identify this object.
4131
4123
  :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
4132
- :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
4133
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
4134
- :param pulumi.Input[int] registry_version: (Updatable) The registry version.
4124
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
4125
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4126
+ :param pulumi.Input[int] registry_version: The registry version of the object.
4135
4127
  :param pulumi.Input[str] time_created: The date and time that the object was created.
4136
4128
  :param pulumi.Input[str] time_updated: The date and time that the object was updated.
4137
4129
  :param pulumi.Input[str] updated_by: The user that updated the object.
@@ -4170,7 +4162,7 @@ class WorkspaceFolderMetadataArgs:
4170
4162
  @pulumi.getter(name="aggregatorKey")
4171
4163
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
4172
4164
  """
4173
- (Updatable) The owning object's key for this object.
4165
+ The owning object key for this object.
4174
4166
  """
4175
4167
  return pulumi.get(self, "aggregator_key")
4176
4168
 
@@ -4254,7 +4246,7 @@ class WorkspaceFolderMetadataArgs:
4254
4246
  @pulumi.getter(name="isFavorite")
4255
4247
  def is_favorite(self) -> Optional[pulumi.Input[bool]]:
4256
4248
  """
4257
- (Updatable) Specifies whether this object is a favorite or not.
4249
+ Specifies whether this object is a favorite or not.
4258
4250
  """
4259
4251
  return pulumi.get(self, "is_favorite")
4260
4252
 
@@ -4266,7 +4258,7 @@ class WorkspaceFolderMetadataArgs:
4266
4258
  @pulumi.getter
4267
4259
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4268
4260
  """
4269
- (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
4261
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4270
4262
  """
4271
4263
  return pulumi.get(self, "labels")
4272
4264
 
@@ -4278,7 +4270,7 @@ class WorkspaceFolderMetadataArgs:
4278
4270
  @pulumi.getter(name="registryVersion")
4279
4271
  def registry_version(self) -> Optional[pulumi.Input[int]]:
4280
4272
  """
4281
- (Updatable) The registry version.
4273
+ The registry version of the object.
4282
4274
  """
4283
4275
  return pulumi.get(self, "registry_version")
4284
4276
 
@@ -4346,7 +4338,7 @@ class WorkspaceFolderMetadataAggregatorArgs:
4346
4338
  """
4347
4339
  :param pulumi.Input[str] description: (Updatable) A user defined description for the folder.
4348
4340
  :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.
4349
- :param pulumi.Input[str] key: (Updatable) The identifying key for the object.
4341
+ :param pulumi.Input[str] key: (Updatable) Currently not used on folder creation. Reserved for future.
4350
4342
  :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.
4351
4343
  :param pulumi.Input[str] type: The type of the aggregator.
4352
4344
  """
@@ -4389,7 +4381,7 @@ class WorkspaceFolderMetadataAggregatorArgs:
4389
4381
  @pulumi.getter
4390
4382
  def key(self) -> Optional[pulumi.Input[str]]:
4391
4383
  """
4392
- (Updatable) The identifying key for the object.
4384
+ (Updatable) Currently not used on folder creation. Reserved for future.
4393
4385
  """
4394
4386
  return pulumi.get(self, "key")
4395
4387
 
@@ -4849,16 +4841,16 @@ class WorkspaceProjectMetadataArgs:
4849
4841
  updated_by: Optional[pulumi.Input[str]] = None,
4850
4842
  updated_by_name: Optional[pulumi.Input[str]] = None):
4851
4843
  """
4852
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
4844
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
4853
4845
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceProjectMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
4854
4846
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceProjectMetadataCountStatisticArgs']]] count_statistics: A count statistics.
4855
4847
  :param pulumi.Input[str] created_by: The user that created the object.
4856
4848
  :param pulumi.Input[str] created_by_name: The user that created the object.
4857
4849
  :param pulumi.Input[str] identifier_path: The full path to identify this object.
4858
4850
  :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
4859
- :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
4860
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
4861
- :param pulumi.Input[int] registry_version: (Updatable) The registry version.
4851
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
4852
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4853
+ :param pulumi.Input[int] registry_version: The registry version of the object.
4862
4854
  :param pulumi.Input[str] time_created: The date and time that the object was created.
4863
4855
  :param pulumi.Input[str] time_updated: The date and time that the object was updated.
4864
4856
  :param pulumi.Input[str] updated_by: The user that updated the object.
@@ -4897,7 +4889,7 @@ class WorkspaceProjectMetadataArgs:
4897
4889
  @pulumi.getter(name="aggregatorKey")
4898
4890
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
4899
4891
  """
4900
- (Updatable) The owning object's key for this object.
4892
+ The owning object key for this object.
4901
4893
  """
4902
4894
  return pulumi.get(self, "aggregator_key")
4903
4895
 
@@ -4981,7 +4973,7 @@ class WorkspaceProjectMetadataArgs:
4981
4973
  @pulumi.getter(name="isFavorite")
4982
4974
  def is_favorite(self) -> Optional[pulumi.Input[bool]]:
4983
4975
  """
4984
- (Updatable) Specifies whether this object is a favorite or not.
4976
+ Specifies whether this object is a favorite or not.
4985
4977
  """
4986
4978
  return pulumi.get(self, "is_favorite")
4987
4979
 
@@ -4993,7 +4985,7 @@ class WorkspaceProjectMetadataArgs:
4993
4985
  @pulumi.getter
4994
4986
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4995
4987
  """
4996
- (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
4988
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4997
4989
  """
4998
4990
  return pulumi.get(self, "labels")
4999
4991
 
@@ -5005,7 +4997,7 @@ class WorkspaceProjectMetadataArgs:
5005
4997
  @pulumi.getter(name="registryVersion")
5006
4998
  def registry_version(self) -> Optional[pulumi.Input[int]]:
5007
4999
  """
5008
- (Updatable) The registry version.
5000
+ The registry version of the object.
5009
5001
  """
5010
5002
  return pulumi.get(self, "registry_version")
5011
5003
 
@@ -5073,7 +5065,7 @@ class WorkspaceProjectMetadataAggregatorArgs:
5073
5065
  """
5074
5066
  :param pulumi.Input[str] description: (Updatable) A user defined description for the project.
5075
5067
  :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.
5076
- :param pulumi.Input[str] key: (Updatable) The identifying key for the object.
5068
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify project.
5077
5069
  :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.
5078
5070
  :param pulumi.Input[str] type: The type of the aggregator.
5079
5071
  """
@@ -5116,7 +5108,7 @@ class WorkspaceProjectMetadataAggregatorArgs:
5116
5108
  @pulumi.getter
5117
5109
  def key(self) -> Optional[pulumi.Input[str]]:
5118
5110
  """
5119
- (Updatable) The identifying key for the object.
5111
+ (Updatable) Generated key that can be used in API calls to identify project.
5120
5112
  """
5121
5113
  return pulumi.get(self, "key")
5122
5114
 
@@ -5346,8 +5338,8 @@ class WorkspaceTaskAuthConfigArgs:
5346
5338
  parent_ref: Optional[pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs']] = None,
5347
5339
  resource_principal_source: Optional[pulumi.Input[str]] = None):
5348
5340
  """
5349
- :param pulumi.Input[str] key: (Updatable) The key of the object.
5350
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
5341
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify this object.
5342
+ :param pulumi.Input[str] model_type: (Updatable) The specific authentication configuration to be used for Generic REST invocation.
5351
5343
  :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
5352
5344
  :param pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
5353
5345
  :param pulumi.Input[str] resource_principal_source: (Updatable) The Oracle Cloud Infrastructure resource type that will supply the authentication token
@@ -5367,7 +5359,7 @@ class WorkspaceTaskAuthConfigArgs:
5367
5359
  @pulumi.getter
5368
5360
  def key(self) -> Optional[pulumi.Input[str]]:
5369
5361
  """
5370
- (Updatable) The key of the object.
5362
+ (Updatable) Generated key that can be used in API calls to identify this object.
5371
5363
  """
5372
5364
  return pulumi.get(self, "key")
5373
5365
 
@@ -5379,7 +5371,7 @@ class WorkspaceTaskAuthConfigArgs:
5379
5371
  @pulumi.getter(name="modelType")
5380
5372
  def model_type(self) -> Optional[pulumi.Input[str]]:
5381
5373
  """
5382
- (Updatable) The type of the types object.
5374
+ (Updatable) The specific authentication configuration to be used for Generic REST invocation.
5383
5375
  """
5384
5376
  return pulumi.get(self, "model_type")
5385
5377
 
@@ -5473,9 +5465,9 @@ class WorkspaceTaskCancelRestCallConfigArgs:
5473
5465
  request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
5474
5466
  """
5475
5467
  :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
5476
- :param pulumi.Input[str] key: (Updatable) The key of the object.
5468
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5477
5469
  :param pulumi.Input[str] method_type: (Updatable) The REST method to use.
5478
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
5470
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
5479
5471
  :param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
5480
5472
  """
5481
5473
  if config_values is not None:
@@ -5505,7 +5497,7 @@ class WorkspaceTaskCancelRestCallConfigArgs:
5505
5497
  @pulumi.getter
5506
5498
  def key(self) -> Optional[pulumi.Input[str]]:
5507
5499
  """
5508
- (Updatable) The key of the object.
5500
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5509
5501
  """
5510
5502
  return pulumi.get(self, "key")
5511
5503
 
@@ -5529,7 +5521,7 @@ class WorkspaceTaskCancelRestCallConfigArgs:
5529
5521
  @pulumi.getter(name="modelType")
5530
5522
  def model_type(self) -> Optional[pulumi.Input[str]]:
5531
5523
  """
5532
- (Updatable) The type of the types object.
5524
+ (Updatable) The type of the task.
5533
5525
  """
5534
5526
  return pulumi.get(self, "model_type")
5535
5527
 
@@ -5624,8 +5616,8 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5624
5616
  parameter_value: Optional[pulumi.Input[str]] = None,
5625
5617
  ref_value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
5626
5618
  """
5627
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
5628
- :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
5619
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
5620
+ :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: The root object reference value.
5629
5621
  """
5630
5622
  if parameter_value is not None:
5631
5623
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -5636,7 +5628,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5636
5628
  @pulumi.getter(name="parameterValue")
5637
5629
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
5638
5630
  """
5639
- (Updatable) Reference to the parameter by its key.
5631
+ Reference to the parameter by its key.
5640
5632
  """
5641
5633
  return pulumi.get(self, "parameter_value")
5642
5634
 
@@ -5648,7 +5640,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5648
5640
  @pulumi.getter(name="refValue")
5649
5641
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
5650
5642
  """
5651
- (Updatable) The root object reference value.
5643
+ The root object reference value.
5652
5644
  """
5653
5645
  return pulumi.get(self, "ref_value")
5654
5646
 
@@ -5664,9 +5656,9 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5664
5656
  key: Optional[pulumi.Input[str]] = None,
5665
5657
  model_type: Optional[pulumi.Input[str]] = None):
5666
5658
  """
5667
- :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
5668
- :param pulumi.Input[str] key: (Updatable) The key of the object.
5669
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
5659
+ :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: Configuration values can be string, objects, or parameters.
5660
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5661
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
5670
5662
  """
5671
5663
  if config_values is not None:
5672
5664
  pulumi.set(__self__, "config_values", config_values)
@@ -5679,7 +5671,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5679
5671
  @pulumi.getter(name="configValues")
5680
5672
  def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
5681
5673
  """
5682
- (Updatable) Configuration values can be string, objects, or parameters.
5674
+ Configuration values can be string, objects, or parameters.
5683
5675
  """
5684
5676
  return pulumi.get(self, "config_values")
5685
5677
 
@@ -5691,7 +5683,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5691
5683
  @pulumi.getter
5692
5684
  def key(self) -> Optional[pulumi.Input[str]]:
5693
5685
  """
5694
- (Updatable) The key of the object.
5686
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5695
5687
  """
5696
5688
  return pulumi.get(self, "key")
5697
5689
 
@@ -5703,7 +5695,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5703
5695
  @pulumi.getter(name="modelType")
5704
5696
  def model_type(self) -> Optional[pulumi.Input[str]]:
5705
5697
  """
5706
- (Updatable) The type of the types object.
5698
+ (Updatable) The type of the task.
5707
5699
  """
5708
5700
  return pulumi.get(self, "model_type")
5709
5701
 
@@ -5717,7 +5709,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5717
5709
  def __init__(__self__, *,
5718
5710
  config_param_values: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
5719
5711
  """
5720
- :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
5712
+ :param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: The configuration parameter values.
5721
5713
  """
5722
5714
  if config_param_values is not None:
5723
5715
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -5726,7 +5718,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5726
5718
  @pulumi.getter(name="configParamValues")
5727
5719
  def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
5728
5720
  """
5729
- (Updatable) The configuration parameter values.
5721
+ The configuration parameter values.
5730
5722
  """
5731
5723
  return pulumi.get(self, "config_param_values")
5732
5724
 
@@ -5757,7 +5749,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5757
5749
  def __init__(__self__, *,
5758
5750
  string_value: Optional[pulumi.Input[str]] = None):
5759
5751
  """
5760
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
5752
+ :param pulumi.Input[str] string_value: A string value of the parameter.
5761
5753
  """
5762
5754
  if string_value is not None:
5763
5755
  pulumi.set(__self__, "string_value", string_value)
@@ -5766,7 +5758,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5766
5758
  @pulumi.getter(name="stringValue")
5767
5759
  def string_value(self) -> Optional[pulumi.Input[str]]:
5768
5760
  """
5769
- (Updatable) A string value of the parameter.
5761
+ A string value of the parameter.
5770
5762
  """
5771
5763
  return pulumi.get(self, "string_value")
5772
5764
 
@@ -5780,7 +5772,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlAr
5780
5772
  def __init__(__self__, *,
5781
5773
  string_value: Optional[pulumi.Input[str]] = None):
5782
5774
  """
5783
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
5775
+ :param pulumi.Input[str] string_value: A string value of the parameter.
5784
5776
  """
5785
5777
  if string_value is not None:
5786
5778
  pulumi.set(__self__, "string_value", string_value)
@@ -5789,7 +5781,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlAr
5789
5781
  @pulumi.getter(name="stringValue")
5790
5782
  def string_value(self) -> Optional[pulumi.Input[str]]:
5791
5783
  """
5792
- (Updatable) A string value of the parameter.
5784
+ A string value of the parameter.
5793
5785
  """
5794
5786
  return pulumi.get(self, "string_value")
5795
5787
 
@@ -5866,7 +5858,7 @@ class WorkspaceTaskConfigProviderDelegateBindingArgs:
5866
5858
  key: Optional[pulumi.Input[str]] = None,
5867
5859
  parameter_values: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs']] = None):
5868
5860
  """
5869
- :param pulumi.Input[str] key: (Updatable) The key of the object.
5861
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5870
5862
  """
5871
5863
  if key is not None:
5872
5864
  pulumi.set(__self__, "key", key)
@@ -5877,7 +5869,7 @@ class WorkspaceTaskConfigProviderDelegateBindingArgs:
5877
5869
  @pulumi.getter
5878
5870
  def key(self) -> Optional[pulumi.Input[str]]:
5879
5871
  """
5880
- (Updatable) The key of the object.
5872
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5881
5873
  """
5882
5874
  return pulumi.get(self, "key")
5883
5875
 
@@ -5901,8 +5893,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5901
5893
  root_object_value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs']] = None,
5902
5894
  simple_value: Optional[pulumi.Input[str]] = None):
5903
5895
  """
5904
- :param pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
5905
- :param pulumi.Input[str] simple_value: A simple value for the parameter.
5896
+ :param pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs'] root_object_value: The root object value, used in custom parameters.
5906
5897
  """
5907
5898
  if root_object_value is not None:
5908
5899
  pulumi.set(__self__, "root_object_value", root_object_value)
@@ -5913,7 +5904,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5913
5904
  @pulumi.getter(name="rootObjectValue")
5914
5905
  def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs']]:
5915
5906
  """
5916
- (Updatable) The root object value, used in custom parameters.
5907
+ The root object value, used in custom parameters.
5917
5908
  """
5918
5909
  return pulumi.get(self, "root_object_value")
5919
5910
 
@@ -5924,9 +5915,6 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5924
5915
  @property
5925
5916
  @pulumi.getter(name="simpleValue")
5926
5917
  def simple_value(self) -> Optional[pulumi.Input[str]]:
5927
- """
5928
- A simple value for the parameter.
5929
- """
5930
5918
  return pulumi.get(self, "simple_value")
5931
5919
 
5932
5920
  @simple_value.setter
@@ -5942,9 +5930,9 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueAr
5942
5930
  model_version: Optional[pulumi.Input[str]] = None,
5943
5931
  object_status: Optional[pulumi.Input[int]] = None):
5944
5932
  """
5945
- :param pulumi.Input[str] key: (Updatable) The key of the object.
5946
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
5947
- :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
5933
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5934
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
5935
+ :param pulumi.Input[str] model_version: (Updatable) The object's model version.
5948
5936
  :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.
5949
5937
  """
5950
5938
  if key is not None:
@@ -5960,7 +5948,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueAr
5960
5948
  @pulumi.getter
5961
5949
  def key(self) -> Optional[pulumi.Input[str]]:
5962
5950
  """
5963
- (Updatable) The key of the object.
5951
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
5964
5952
  """
5965
5953
  return pulumi.get(self, "key")
5966
5954
 
@@ -5972,7 +5960,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueAr
5972
5960
  @pulumi.getter(name="modelType")
5973
5961
  def model_type(self) -> Optional[pulumi.Input[str]]:
5974
5962
  """
5975
- (Updatable) The type of the types object.
5963
+ (Updatable) The type of the task.
5976
5964
  """
5977
5965
  return pulumi.get(self, "model_type")
5978
5966
 
@@ -5984,7 +5972,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueAr
5984
5972
  @pulumi.getter(name="modelVersion")
5985
5973
  def model_version(self) -> Optional[pulumi.Input[str]]:
5986
5974
  """
5987
- (Updatable) The model version of an object.
5975
+ (Updatable) The object's model version.
5988
5976
  """
5989
5977
  return pulumi.get(self, "model_version")
5990
5978
 
@@ -6015,9 +6003,9 @@ class WorkspaceTaskExecuteRestCallConfigArgs:
6015
6003
  request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
6016
6004
  """
6017
6005
  :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
6018
- :param pulumi.Input[str] key: (Updatable) The key of the object.
6006
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
6019
6007
  :param pulumi.Input[str] method_type: (Updatable) The REST method to use.
6020
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
6008
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
6021
6009
  :param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
6022
6010
  """
6023
6011
  if config_values is not None:
@@ -6047,7 +6035,7 @@ class WorkspaceTaskExecuteRestCallConfigArgs:
6047
6035
  @pulumi.getter
6048
6036
  def key(self) -> Optional[pulumi.Input[str]]:
6049
6037
  """
6050
- (Updatable) The key of the object.
6038
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
6051
6039
  """
6052
6040
  return pulumi.get(self, "key")
6053
6041
 
@@ -6071,7 +6059,7 @@ class WorkspaceTaskExecuteRestCallConfigArgs:
6071
6059
  @pulumi.getter(name="modelType")
6072
6060
  def model_type(self) -> Optional[pulumi.Input[str]]:
6073
6061
  """
6074
- (Updatable) The type of the types object.
6062
+ (Updatable) The type of the task.
6075
6063
  """
6076
6064
  return pulumi.get(self, "model_type")
6077
6065
 
@@ -6166,8 +6154,8 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6166
6154
  parameter_value: Optional[pulumi.Input[str]] = None,
6167
6155
  ref_value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
6168
6156
  """
6169
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
6170
- :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
6157
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
6158
+ :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: The root object reference value.
6171
6159
  """
6172
6160
  if parameter_value is not None:
6173
6161
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -6178,7 +6166,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6178
6166
  @pulumi.getter(name="parameterValue")
6179
6167
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
6180
6168
  """
6181
- (Updatable) Reference to the parameter by its key.
6169
+ Reference to the parameter by its key.
6182
6170
  """
6183
6171
  return pulumi.get(self, "parameter_value")
6184
6172
 
@@ -6190,7 +6178,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6190
6178
  @pulumi.getter(name="refValue")
6191
6179
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
6192
6180
  """
6193
- (Updatable) The root object reference value.
6181
+ The root object reference value.
6194
6182
  """
6195
6183
  return pulumi.get(self, "ref_value")
6196
6184
 
@@ -6206,9 +6194,9 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6206
6194
  key: Optional[pulumi.Input[str]] = None,
6207
6195
  model_type: Optional[pulumi.Input[str]] = None):
6208
6196
  """
6209
- :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
6210
- :param pulumi.Input[str] key: (Updatable) The key of the object.
6211
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
6197
+ :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: Configuration values can be string, objects, or parameters.
6198
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
6199
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
6212
6200
  """
6213
6201
  if config_values is not None:
6214
6202
  pulumi.set(__self__, "config_values", config_values)
@@ -6221,7 +6209,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6221
6209
  @pulumi.getter(name="configValues")
6222
6210
  def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
6223
6211
  """
6224
- (Updatable) Configuration values can be string, objects, or parameters.
6212
+ Configuration values can be string, objects, or parameters.
6225
6213
  """
6226
6214
  return pulumi.get(self, "config_values")
6227
6215
 
@@ -6233,7 +6221,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6233
6221
  @pulumi.getter
6234
6222
  def key(self) -> Optional[pulumi.Input[str]]:
6235
6223
  """
6236
- (Updatable) The key of the object.
6224
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
6237
6225
  """
6238
6226
  return pulumi.get(self, "key")
6239
6227
 
@@ -6245,7 +6233,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6245
6233
  @pulumi.getter(name="modelType")
6246
6234
  def model_type(self) -> Optional[pulumi.Input[str]]:
6247
6235
  """
6248
- (Updatable) The type of the types object.
6236
+ (Updatable) The type of the task.
6249
6237
  """
6250
6238
  return pulumi.get(self, "model_type")
6251
6239
 
@@ -6259,7 +6247,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6259
6247
  def __init__(__self__, *,
6260
6248
  config_param_values: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
6261
6249
  """
6262
- :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
6250
+ :param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: The configuration parameter values.
6263
6251
  """
6264
6252
  if config_param_values is not None:
6265
6253
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -6268,7 +6256,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6268
6256
  @pulumi.getter(name="configParamValues")
6269
6257
  def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
6270
6258
  """
6271
- (Updatable) The configuration parameter values.
6259
+ The configuration parameter values.
6272
6260
  """
6273
6261
  return pulumi.get(self, "config_param_values")
6274
6262
 
@@ -6299,7 +6287,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6299
6287
  def __init__(__self__, *,
6300
6288
  string_value: Optional[pulumi.Input[str]] = None):
6301
6289
  """
6302
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
6290
+ :param pulumi.Input[str] string_value: A string value of the parameter.
6303
6291
  """
6304
6292
  if string_value is not None:
6305
6293
  pulumi.set(__self__, "string_value", string_value)
@@ -6308,7 +6296,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6308
6296
  @pulumi.getter(name="stringValue")
6309
6297
  def string_value(self) -> Optional[pulumi.Input[str]]:
6310
6298
  """
6311
- (Updatable) A string value of the parameter.
6299
+ A string value of the parameter.
6312
6300
  """
6313
6301
  return pulumi.get(self, "string_value")
6314
6302
 
@@ -6322,7 +6310,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlA
6322
6310
  def __init__(__self__, *,
6323
6311
  string_value: Optional[pulumi.Input[str]] = None):
6324
6312
  """
6325
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
6313
+ :param pulumi.Input[str] string_value: A string value of the parameter.
6326
6314
  """
6327
6315
  if string_value is not None:
6328
6316
  pulumi.set(__self__, "string_value", string_value)
@@ -6331,7 +6319,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlA
6331
6319
  @pulumi.getter(name="stringValue")
6332
6320
  def string_value(self) -> Optional[pulumi.Input[str]]:
6333
6321
  """
6334
- (Updatable) A string value of the parameter.
6322
+ A string value of the parameter.
6335
6323
  """
6336
6324
  return pulumi.get(self, "string_value")
6337
6325
 
@@ -6783,20 +6771,20 @@ class WorkspaceTaskMetadataArgs:
6783
6771
  updated_by: Optional[pulumi.Input[str]] = None,
6784
6772
  updated_by_name: Optional[pulumi.Input[str]] = None):
6785
6773
  """
6786
- :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
6787
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]] aggregators: (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
6788
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]] count_statistics: (Updatable) A count statistics.
6789
- :param pulumi.Input[str] created_by: (Updatable) The user that created the object.
6790
- :param pulumi.Input[str] created_by_name: (Updatable) The user that created the object.
6791
- :param pulumi.Input[str] identifier_path: (Updatable) The full path to identify this object.
6792
- :param pulumi.Input[Mapping[str, Any]] info_fields: (Updatable) Information property fields.
6793
- :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
6794
- :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
6795
- :param pulumi.Input[int] registry_version: (Updatable) The registry version.
6796
- :param pulumi.Input[str] time_created: (Updatable) The date and time that the object was created.
6797
- :param pulumi.Input[str] time_updated: (Updatable) The date and time that the object was updated.
6798
- :param pulumi.Input[str] updated_by: (Updatable) The user that updated the object.
6799
- :param pulumi.Input[str] updated_by_name: (Updatable) The user that updated the object.
6774
+ :param pulumi.Input[str] aggregator_key: The owning object's key for this object.
6775
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
6776
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]] count_statistics: A count statistics.
6777
+ :param pulumi.Input[str] created_by: The user that created the object.
6778
+ :param pulumi.Input[str] created_by_name: The user that created the object.
6779
+ :param pulumi.Input[str] identifier_path: The full path to identify this object.
6780
+ :param pulumi.Input[Mapping[str, Any]] info_fields: Information property fields.
6781
+ :param pulumi.Input[bool] is_favorite: Specifies whether this object is a favorite or not.
6782
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
6783
+ :param pulumi.Input[int] registry_version: The registry version.
6784
+ :param pulumi.Input[str] time_created: The date and time that the object was created.
6785
+ :param pulumi.Input[str] time_updated: The date and time that the object was updated.
6786
+ :param pulumi.Input[str] updated_by: The user that updated the object.
6787
+ :param pulumi.Input[str] updated_by_name: The user that updated the object.
6800
6788
  """
6801
6789
  if aggregator_key is not None:
6802
6790
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -6831,7 +6819,7 @@ class WorkspaceTaskMetadataArgs:
6831
6819
  @pulumi.getter(name="aggregatorKey")
6832
6820
  def aggregator_key(self) -> Optional[pulumi.Input[str]]:
6833
6821
  """
6834
- (Updatable) The owning object's key for this object.
6822
+ The owning object's key for this object.
6835
6823
  """
6836
6824
  return pulumi.get(self, "aggregator_key")
6837
6825
 
@@ -6843,7 +6831,7 @@ class WorkspaceTaskMetadataArgs:
6843
6831
  @pulumi.getter
6844
6832
  def aggregators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]]]:
6845
6833
  """
6846
- (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
6834
+ A summary type containing information about the object's aggregator including its type, key, name and description.
6847
6835
  """
6848
6836
  return pulumi.get(self, "aggregators")
6849
6837
 
@@ -6855,7 +6843,7 @@ class WorkspaceTaskMetadataArgs:
6855
6843
  @pulumi.getter(name="countStatistics")
6856
6844
  def count_statistics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]]]:
6857
6845
  """
6858
- (Updatable) A count statistics.
6846
+ A count statistics.
6859
6847
  """
6860
6848
  return pulumi.get(self, "count_statistics")
6861
6849
 
@@ -6867,7 +6855,7 @@ class WorkspaceTaskMetadataArgs:
6867
6855
  @pulumi.getter(name="createdBy")
6868
6856
  def created_by(self) -> Optional[pulumi.Input[str]]:
6869
6857
  """
6870
- (Updatable) The user that created the object.
6858
+ The user that created the object.
6871
6859
  """
6872
6860
  return pulumi.get(self, "created_by")
6873
6861
 
@@ -6879,7 +6867,7 @@ class WorkspaceTaskMetadataArgs:
6879
6867
  @pulumi.getter(name="createdByName")
6880
6868
  def created_by_name(self) -> Optional[pulumi.Input[str]]:
6881
6869
  """
6882
- (Updatable) The user that created the object.
6870
+ The user that created the object.
6883
6871
  """
6884
6872
  return pulumi.get(self, "created_by_name")
6885
6873
 
@@ -6891,7 +6879,7 @@ class WorkspaceTaskMetadataArgs:
6891
6879
  @pulumi.getter(name="identifierPath")
6892
6880
  def identifier_path(self) -> Optional[pulumi.Input[str]]:
6893
6881
  """
6894
- (Updatable) The full path to identify this object.
6882
+ The full path to identify this object.
6895
6883
  """
6896
6884
  return pulumi.get(self, "identifier_path")
6897
6885
 
@@ -6903,7 +6891,7 @@ class WorkspaceTaskMetadataArgs:
6903
6891
  @pulumi.getter(name="infoFields")
6904
6892
  def info_fields(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
6905
6893
  """
6906
- (Updatable) Information property fields.
6894
+ Information property fields.
6907
6895
  """
6908
6896
  return pulumi.get(self, "info_fields")
6909
6897
 
@@ -6915,7 +6903,7 @@ class WorkspaceTaskMetadataArgs:
6915
6903
  @pulumi.getter(name="isFavorite")
6916
6904
  def is_favorite(self) -> Optional[pulumi.Input[bool]]:
6917
6905
  """
6918
- (Updatable) Specifies whether this object is a favorite or not.
6906
+ Specifies whether this object is a favorite or not.
6919
6907
  """
6920
6908
  return pulumi.get(self, "is_favorite")
6921
6909
 
@@ -6927,7 +6915,7 @@ class WorkspaceTaskMetadataArgs:
6927
6915
  @pulumi.getter
6928
6916
  def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
6929
6917
  """
6930
- (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
6918
+ Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
6931
6919
  """
6932
6920
  return pulumi.get(self, "labels")
6933
6921
 
@@ -6939,7 +6927,7 @@ class WorkspaceTaskMetadataArgs:
6939
6927
  @pulumi.getter(name="registryVersion")
6940
6928
  def registry_version(self) -> Optional[pulumi.Input[int]]:
6941
6929
  """
6942
- (Updatable) The registry version.
6930
+ The registry version.
6943
6931
  """
6944
6932
  return pulumi.get(self, "registry_version")
6945
6933
 
@@ -6951,7 +6939,7 @@ class WorkspaceTaskMetadataArgs:
6951
6939
  @pulumi.getter(name="timeCreated")
6952
6940
  def time_created(self) -> Optional[pulumi.Input[str]]:
6953
6941
  """
6954
- (Updatable) The date and time that the object was created.
6942
+ The date and time that the object was created.
6955
6943
  """
6956
6944
  return pulumi.get(self, "time_created")
6957
6945
 
@@ -6963,7 +6951,7 @@ class WorkspaceTaskMetadataArgs:
6963
6951
  @pulumi.getter(name="timeUpdated")
6964
6952
  def time_updated(self) -> Optional[pulumi.Input[str]]:
6965
6953
  """
6966
- (Updatable) The date and time that the object was updated.
6954
+ The date and time that the object was updated.
6967
6955
  """
6968
6956
  return pulumi.get(self, "time_updated")
6969
6957
 
@@ -6975,7 +6963,7 @@ class WorkspaceTaskMetadataArgs:
6975
6963
  @pulumi.getter(name="updatedBy")
6976
6964
  def updated_by(self) -> Optional[pulumi.Input[str]]:
6977
6965
  """
6978
- (Updatable) The user that updated the object.
6966
+ The user that updated the object.
6979
6967
  """
6980
6968
  return pulumi.get(self, "updated_by")
6981
6969
 
@@ -6987,7 +6975,7 @@ class WorkspaceTaskMetadataArgs:
6987
6975
  @pulumi.getter(name="updatedByName")
6988
6976
  def updated_by_name(self) -> Optional[pulumi.Input[str]]:
6989
6977
  """
6990
- (Updatable) The user that updated the object.
6978
+ The user that updated the object.
6991
6979
  """
6992
6980
  return pulumi.get(self, "updated_by_name")
6993
6981
 
@@ -7007,9 +6995,9 @@ class WorkspaceTaskMetadataAggregatorArgs:
7007
6995
  """
7008
6996
  :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
7009
6997
  :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.
7010
- :param pulumi.Input[str] key: (Updatable) The key of the object.
6998
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7011
6999
  :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.
7012
- :param pulumi.Input[str] type: (Updatable) The object type.
7000
+ :param pulumi.Input[str] type: The object type.
7013
7001
  """
7014
7002
  if description is not None:
7015
7003
  pulumi.set(__self__, "description", description)
@@ -7050,7 +7038,7 @@ class WorkspaceTaskMetadataAggregatorArgs:
7050
7038
  @pulumi.getter
7051
7039
  def key(self) -> Optional[pulumi.Input[str]]:
7052
7040
  """
7053
- (Updatable) The key of the object.
7041
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7054
7042
  """
7055
7043
  return pulumi.get(self, "key")
7056
7044
 
@@ -7074,7 +7062,7 @@ class WorkspaceTaskMetadataAggregatorArgs:
7074
7062
  @pulumi.getter
7075
7063
  def type(self) -> Optional[pulumi.Input[str]]:
7076
7064
  """
7077
- (Updatable) The object type.
7065
+ The object type.
7078
7066
  """
7079
7067
  return pulumi.get(self, "type")
7080
7068
 
@@ -7088,7 +7076,7 @@ class WorkspaceTaskMetadataCountStatisticArgs:
7088
7076
  def __init__(__self__, *,
7089
7077
  object_type_count_lists: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]]] = None):
7090
7078
  """
7091
- :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: (Updatable) The array of statistics.
7079
+ :param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: The array of statistics.
7092
7080
  """
7093
7081
  if object_type_count_lists is not None:
7094
7082
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
@@ -7097,7 +7085,7 @@ class WorkspaceTaskMetadataCountStatisticArgs:
7097
7085
  @pulumi.getter(name="objectTypeCountLists")
7098
7086
  def object_type_count_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]]]:
7099
7087
  """
7100
- (Updatable) The array of statistics.
7088
+ The array of statistics.
7101
7089
  """
7102
7090
  return pulumi.get(self, "object_type_count_lists")
7103
7091
 
@@ -7112,8 +7100,8 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
7112
7100
  object_count: Optional[pulumi.Input[str]] = None,
7113
7101
  object_type: Optional[pulumi.Input[str]] = None):
7114
7102
  """
7115
- :param pulumi.Input[str] object_count: (Updatable) The value for the count statistic object.
7116
- :param pulumi.Input[str] object_type: (Updatable) The type of object for the count statistic object.
7103
+ :param pulumi.Input[str] object_count: The value for the count statistic object.
7104
+ :param pulumi.Input[str] object_type: The type of object for the count statistic object.
7117
7105
  """
7118
7106
  if object_count is not None:
7119
7107
  pulumi.set(__self__, "object_count", object_count)
@@ -7124,7 +7112,7 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
7124
7112
  @pulumi.getter(name="objectCount")
7125
7113
  def object_count(self) -> Optional[pulumi.Input[str]]:
7126
7114
  """
7127
- (Updatable) The value for the count statistic object.
7115
+ The value for the count statistic object.
7128
7116
  """
7129
7117
  return pulumi.get(self, "object_count")
7130
7118
 
@@ -7136,7 +7124,7 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
7136
7124
  @pulumi.getter(name="objectType")
7137
7125
  def object_type(self) -> Optional[pulumi.Input[str]]:
7138
7126
  """
7139
- (Updatable) The type of object for the count statistic object.
7127
+ The type of object for the count statistic object.
7140
7128
  """
7141
7129
  return pulumi.get(self, "object_type")
7142
7130
 
@@ -7190,7 +7178,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesArgs:
7190
7178
  config_param_value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs']] = None,
7191
7179
  key: Optional[pulumi.Input[str]] = None):
7192
7180
  """
7193
- :param pulumi.Input[str] key: (Updatable) The key of the object.
7181
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7194
7182
  """
7195
7183
  if config_param_value is not None:
7196
7184
  pulumi.set(__self__, "config_param_value", config_param_value)
@@ -7210,7 +7198,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesArgs:
7210
7198
  @pulumi.getter
7211
7199
  def key(self) -> Optional[pulumi.Input[str]]:
7212
7200
  """
7213
- (Updatable) The key of the object.
7201
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7214
7202
  """
7215
7203
  return pulumi.get(self, "key")
7216
7204
 
@@ -7229,12 +7217,12 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7229
7217
  root_object_value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']] = None,
7230
7218
  string_value: Optional[pulumi.Input[str]] = None):
7231
7219
  """
7232
- :param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
7233
- :param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
7234
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
7235
- :param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: (Updatable) The root object reference value.
7236
- :param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
7237
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
7220
+ :param pulumi.Input[int] int_value: An integer value of the parameter.
7221
+ :param pulumi.Input[str] object_value: An object value of the parameter.
7222
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
7223
+ :param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: The root object reference value.
7224
+ :param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: The root object value, used in custom parameters.
7225
+ :param pulumi.Input[str] string_value: A string value of the parameter.
7238
7226
  """
7239
7227
  if int_value is not None:
7240
7228
  pulumi.set(__self__, "int_value", int_value)
@@ -7253,7 +7241,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7253
7241
  @pulumi.getter(name="intValue")
7254
7242
  def int_value(self) -> Optional[pulumi.Input[int]]:
7255
7243
  """
7256
- (Updatable) An integer value of the parameter.
7244
+ An integer value of the parameter.
7257
7245
  """
7258
7246
  return pulumi.get(self, "int_value")
7259
7247
 
@@ -7265,7 +7253,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7265
7253
  @pulumi.getter(name="objectValue")
7266
7254
  def object_value(self) -> Optional[pulumi.Input[str]]:
7267
7255
  """
7268
- (Updatable) An object value of the parameter.
7256
+ An object value of the parameter.
7269
7257
  """
7270
7258
  return pulumi.get(self, "object_value")
7271
7259
 
@@ -7277,7 +7265,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7277
7265
  @pulumi.getter(name="parameterValue")
7278
7266
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
7279
7267
  """
7280
- (Updatable) Reference to the parameter by its key.
7268
+ Reference to the parameter by its key.
7281
7269
  """
7282
7270
  return pulumi.get(self, "parameter_value")
7283
7271
 
@@ -7289,7 +7277,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7289
7277
  @pulumi.getter(name="refValue")
7290
7278
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]:
7291
7279
  """
7292
- (Updatable) The root object reference value.
7280
+ The root object reference value.
7293
7281
  """
7294
7282
  return pulumi.get(self, "ref_value")
7295
7283
 
@@ -7301,7 +7289,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7301
7289
  @pulumi.getter(name="rootObjectValue")
7302
7290
  def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]:
7303
7291
  """
7304
- (Updatable) The root object value, used in custom parameters.
7292
+ The root object value, used in custom parameters.
7305
7293
  """
7306
7294
  return pulumi.get(self, "root_object_value")
7307
7295
 
@@ -7313,7 +7301,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7313
7301
  @pulumi.getter(name="stringValue")
7314
7302
  def string_value(self) -> Optional[pulumi.Input[str]]:
7315
7303
  """
7316
- (Updatable) A string value of the parameter.
7304
+ A string value of the parameter.
7317
7305
  """
7318
7306
  return pulumi.get(self, "string_value")
7319
7307
 
@@ -7331,9 +7319,9 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7331
7319
  name: Optional[pulumi.Input[str]] = None,
7332
7320
  object_status: Optional[pulumi.Input[int]] = None):
7333
7321
  """
7334
- :param pulumi.Input[str] key: (Updatable) The key of the object.
7335
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
7336
- :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
7322
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7323
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
7324
+ :param pulumi.Input[str] model_version: (Updatable) The object's model version.
7337
7325
  :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.
7338
7326
  :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.
7339
7327
  """
@@ -7352,7 +7340,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7352
7340
  @pulumi.getter
7353
7341
  def key(self) -> Optional[pulumi.Input[str]]:
7354
7342
  """
7355
- (Updatable) The key of the object.
7343
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7356
7344
  """
7357
7345
  return pulumi.get(self, "key")
7358
7346
 
@@ -7364,7 +7352,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7364
7352
  @pulumi.getter(name="modelType")
7365
7353
  def model_type(self) -> Optional[pulumi.Input[str]]:
7366
7354
  """
7367
- (Updatable) The type of the types object.
7355
+ (Updatable) The type of the task.
7368
7356
  """
7369
7357
  return pulumi.get(self, "model_type")
7370
7358
 
@@ -7376,7 +7364,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7376
7364
  @pulumi.getter(name="modelVersion")
7377
7365
  def model_version(self) -> Optional[pulumi.Input[str]]:
7378
7366
  """
7379
- (Updatable) The model version of an object.
7367
+ (Updatable) The object's model version.
7380
7368
  """
7381
7369
  return pulumi.get(self, "model_version")
7382
7370
 
@@ -7417,9 +7405,9 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7417
7405
  model_version: Optional[pulumi.Input[str]] = None,
7418
7406
  object_status: Optional[pulumi.Input[int]] = None):
7419
7407
  """
7420
- :param pulumi.Input[str] key: (Updatable) The key of the object.
7421
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
7422
- :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
7408
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7409
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
7410
+ :param pulumi.Input[str] model_version: (Updatable) The object's model version.
7423
7411
  :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.
7424
7412
  """
7425
7413
  if key is not None:
@@ -7435,7 +7423,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7435
7423
  @pulumi.getter
7436
7424
  def key(self) -> Optional[pulumi.Input[str]]:
7437
7425
  """
7438
- (Updatable) The key of the object.
7426
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
7439
7427
  """
7440
7428
  return pulumi.get(self, "key")
7441
7429
 
@@ -7447,7 +7435,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7447
7435
  @pulumi.getter(name="modelType")
7448
7436
  def model_type(self) -> Optional[pulumi.Input[str]]:
7449
7437
  """
7450
- (Updatable) The type of the types object.
7438
+ (Updatable) The type of the task.
7451
7439
  """
7452
7440
  return pulumi.get(self, "model_type")
7453
7441
 
@@ -7459,7 +7447,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7459
7447
  @pulumi.getter(name="modelVersion")
7460
7448
  def model_version(self) -> Optional[pulumi.Input[str]]:
7461
7449
  """
7462
- (Updatable) The model version of an object.
7450
+ (Updatable) The object's model version.
7463
7451
  """
7464
7452
  return pulumi.get(self, "model_version")
7465
7453
 
@@ -7927,7 +7915,7 @@ class WorkspaceTaskParameterArgs:
7927
7915
  """
7928
7916
  :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
7929
7917
  :param pulumi.Input['WorkspaceTaskParameterConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
7930
- :param pulumi.Input[str] default_value: (Updatable) A default value for the vairable.
7918
+ :param pulumi.Input[str] default_value: (Updatable) The default value of the parameter.
7931
7919
  :param pulumi.Input[str] description: (Updatable) Detailed description for the object.
7932
7920
  :param pulumi.Input[bool] is_input: (Updatable) Specifies whether the parameter is input value.
7933
7921
  :param pulumi.Input[bool] is_output: (Updatable) Specifies whether the parameter is output value.
@@ -7937,8 +7925,8 @@ class WorkspaceTaskParameterArgs:
7937
7925
  :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.
7938
7926
  :param pulumi.Input[str] output_aggregation_type: (Updatable) The output aggregation type.
7939
7927
  :param pulumi.Input['WorkspaceTaskParameterParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
7940
- :param pulumi.Input[str] root_object_default_value: (Updatable) A base class for all model types, including First Class and its contained objects.
7941
- :param pulumi.Input[str] type: (Updatable) The object type.
7928
+ :param pulumi.Input[str] root_object_default_value: (Updatable) The default value of the parameter which can be an object in DIS, such as a data entity.
7929
+ :param pulumi.Input[str] type: (Updatable) This can either be a string value referencing the type or a BaseType object.
7942
7930
  :param pulumi.Input[str] type_name: (Updatable) The type of value the parameter was created for.
7943
7931
  :param pulumi.Input[str] used_for: (Updatable) The param name for which parameter is created for for eg. driver Shape, Operation etc.
7944
7932
  """
@@ -8002,7 +7990,7 @@ class WorkspaceTaskParameterArgs:
8002
7990
  @pulumi.getter(name="defaultValue")
8003
7991
  def default_value(self) -> Optional[pulumi.Input[str]]:
8004
7992
  """
8005
- (Updatable) A default value for the vairable.
7993
+ (Updatable) The default value of the parameter.
8006
7994
  """
8007
7995
  return pulumi.get(self, "default_value")
8008
7996
 
@@ -8122,7 +8110,7 @@ class WorkspaceTaskParameterArgs:
8122
8110
  @pulumi.getter(name="rootObjectDefaultValue")
8123
8111
  def root_object_default_value(self) -> Optional[pulumi.Input[str]]:
8124
8112
  """
8125
- (Updatable) A base class for all model types, including First Class and its contained objects.
8113
+ (Updatable) The default value of the parameter which can be an object in DIS, such as a data entity.
8126
8114
  """
8127
8115
  return pulumi.get(self, "root_object_default_value")
8128
8116
 
@@ -8134,7 +8122,7 @@ class WorkspaceTaskParameterArgs:
8134
8122
  @pulumi.getter
8135
8123
  def type(self) -> Optional[pulumi.Input[str]]:
8136
8124
  """
8137
- (Updatable) The object type.
8125
+ (Updatable) This can either be a string value referencing the type or a BaseType object.
8138
8126
  """
8139
8127
  return pulumi.get(self, "type")
8140
8128
 
@@ -8212,7 +8200,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesArgs:
8212
8200
  config_param_value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs']] = None,
8213
8201
  key: Optional[pulumi.Input[str]] = None):
8214
8202
  """
8215
- :param pulumi.Input[str] key: (Updatable) The key of the object.
8203
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8216
8204
  """
8217
8205
  if config_param_value is not None:
8218
8206
  pulumi.set(__self__, "config_param_value", config_param_value)
@@ -8232,7 +8220,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesArgs:
8232
8220
  @pulumi.getter
8233
8221
  def key(self) -> Optional[pulumi.Input[str]]:
8234
8222
  """
8235
- (Updatable) The key of the object.
8223
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8236
8224
  """
8237
8225
  return pulumi.get(self, "key")
8238
8226
 
@@ -8251,12 +8239,12 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8251
8239
  root_object_value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']] = None,
8252
8240
  string_value: Optional[pulumi.Input[str]] = None):
8253
8241
  """
8254
- :param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
8255
- :param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
8256
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
8257
- :param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: (Updatable) The root object reference value.
8258
- :param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
8259
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
8242
+ :param pulumi.Input[int] int_value: An integer value of the parameter.
8243
+ :param pulumi.Input[str] object_value: An object value of the parameter.
8244
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
8245
+ :param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: The root object reference value.
8246
+ :param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: The root object value, used in custom parameters.
8247
+ :param pulumi.Input[str] string_value: A string value of the parameter.
8260
8248
  """
8261
8249
  if int_value is not None:
8262
8250
  pulumi.set(__self__, "int_value", int_value)
@@ -8275,7 +8263,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8275
8263
  @pulumi.getter(name="intValue")
8276
8264
  def int_value(self) -> Optional[pulumi.Input[int]]:
8277
8265
  """
8278
- (Updatable) An integer value of the parameter.
8266
+ An integer value of the parameter.
8279
8267
  """
8280
8268
  return pulumi.get(self, "int_value")
8281
8269
 
@@ -8287,7 +8275,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8287
8275
  @pulumi.getter(name="objectValue")
8288
8276
  def object_value(self) -> Optional[pulumi.Input[str]]:
8289
8277
  """
8290
- (Updatable) An object value of the parameter.
8278
+ An object value of the parameter.
8291
8279
  """
8292
8280
  return pulumi.get(self, "object_value")
8293
8281
 
@@ -8299,7 +8287,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8299
8287
  @pulumi.getter(name="parameterValue")
8300
8288
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
8301
8289
  """
8302
- (Updatable) Reference to the parameter by its key.
8290
+ Reference to the parameter by its key.
8303
8291
  """
8304
8292
  return pulumi.get(self, "parameter_value")
8305
8293
 
@@ -8311,7 +8299,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8311
8299
  @pulumi.getter(name="refValue")
8312
8300
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]:
8313
8301
  """
8314
- (Updatable) The root object reference value.
8302
+ The root object reference value.
8315
8303
  """
8316
8304
  return pulumi.get(self, "ref_value")
8317
8305
 
@@ -8323,7 +8311,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8323
8311
  @pulumi.getter(name="rootObjectValue")
8324
8312
  def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]:
8325
8313
  """
8326
- (Updatable) The root object value, used in custom parameters.
8314
+ The root object value, used in custom parameters.
8327
8315
  """
8328
8316
  return pulumi.get(self, "root_object_value")
8329
8317
 
@@ -8335,7 +8323,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8335
8323
  @pulumi.getter(name="stringValue")
8336
8324
  def string_value(self) -> Optional[pulumi.Input[str]]:
8337
8325
  """
8338
- (Updatable) A string value of the parameter.
8326
+ A string value of the parameter.
8339
8327
  """
8340
8328
  return pulumi.get(self, "string_value")
8341
8329
 
@@ -8353,9 +8341,9 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8353
8341
  name: Optional[pulumi.Input[str]] = None,
8354
8342
  object_status: Optional[pulumi.Input[int]] = None):
8355
8343
  """
8356
- :param pulumi.Input[str] key: (Updatable) The key of the object.
8357
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
8358
- :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
8344
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8345
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
8346
+ :param pulumi.Input[str] model_version: (Updatable) The object's model version.
8359
8347
  :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.
8360
8348
  :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.
8361
8349
  """
@@ -8374,7 +8362,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8374
8362
  @pulumi.getter
8375
8363
  def key(self) -> Optional[pulumi.Input[str]]:
8376
8364
  """
8377
- (Updatable) The key of the object.
8365
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8378
8366
  """
8379
8367
  return pulumi.get(self, "key")
8380
8368
 
@@ -8386,7 +8374,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8386
8374
  @pulumi.getter(name="modelType")
8387
8375
  def model_type(self) -> Optional[pulumi.Input[str]]:
8388
8376
  """
8389
- (Updatable) The type of the types object.
8377
+ (Updatable) The type of the task.
8390
8378
  """
8391
8379
  return pulumi.get(self, "model_type")
8392
8380
 
@@ -8398,7 +8386,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8398
8386
  @pulumi.getter(name="modelVersion")
8399
8387
  def model_version(self) -> Optional[pulumi.Input[str]]:
8400
8388
  """
8401
- (Updatable) The model version of an object.
8389
+ (Updatable) The object's model version.
8402
8390
  """
8403
8391
  return pulumi.get(self, "model_version")
8404
8392
 
@@ -8439,9 +8427,9 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8439
8427
  model_version: Optional[pulumi.Input[str]] = None,
8440
8428
  object_status: Optional[pulumi.Input[int]] = None):
8441
8429
  """
8442
- :param pulumi.Input[str] key: (Updatable) The key of the object.
8443
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
8444
- :param pulumi.Input[str] model_version: (Updatable) The model version of an object.
8430
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8431
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
8432
+ :param pulumi.Input[str] model_version: (Updatable) The object's model version.
8445
8433
  :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.
8446
8434
  """
8447
8435
  if key is not None:
@@ -8457,7 +8445,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8457
8445
  @pulumi.getter
8458
8446
  def key(self) -> Optional[pulumi.Input[str]]:
8459
8447
  """
8460
- (Updatable) The key of the object.
8448
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8461
8449
  """
8462
8450
  return pulumi.get(self, "key")
8463
8451
 
@@ -8469,7 +8457,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8469
8457
  @pulumi.getter(name="modelType")
8470
8458
  def model_type(self) -> Optional[pulumi.Input[str]]:
8471
8459
  """
8472
- (Updatable) The type of the types object.
8460
+ (Updatable) The type of the task.
8473
8461
  """
8474
8462
  return pulumi.get(self, "model_type")
8475
8463
 
@@ -8481,7 +8469,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8481
8469
  @pulumi.getter(name="modelVersion")
8482
8470
  def model_version(self) -> Optional[pulumi.Input[str]]:
8483
8471
  """
8484
- (Updatable) The model version of an object.
8472
+ (Updatable) The object's model version.
8485
8473
  """
8486
8474
  return pulumi.get(self, "model_version")
8487
8475
 
@@ -8629,9 +8617,9 @@ class WorkspaceTaskPollRestCallConfigArgs:
8629
8617
  request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
8630
8618
  """
8631
8619
  :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
8632
- :param pulumi.Input[str] key: (Updatable) The key of the object.
8620
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8633
8621
  :param pulumi.Input[str] method_type: (Updatable) The REST method to use.
8634
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
8622
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
8635
8623
  :param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
8636
8624
  """
8637
8625
  if config_values is not None:
@@ -8661,7 +8649,7 @@ class WorkspaceTaskPollRestCallConfigArgs:
8661
8649
  @pulumi.getter
8662
8650
  def key(self) -> Optional[pulumi.Input[str]]:
8663
8651
  """
8664
- (Updatable) The key of the object.
8652
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8665
8653
  """
8666
8654
  return pulumi.get(self, "key")
8667
8655
 
@@ -8685,7 +8673,7 @@ class WorkspaceTaskPollRestCallConfigArgs:
8685
8673
  @pulumi.getter(name="modelType")
8686
8674
  def model_type(self) -> Optional[pulumi.Input[str]]:
8687
8675
  """
8688
- (Updatable) The type of the types object.
8676
+ (Updatable) The type of the task.
8689
8677
  """
8690
8678
  return pulumi.get(self, "model_type")
8691
8679
 
@@ -8840,8 +8828,8 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionA
8840
8828
  parameter_value: Optional[pulumi.Input[str]] = None,
8841
8829
  ref_value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs']] = None):
8842
8830
  """
8843
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
8844
- :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs'] ref_value: (Updatable) The root object reference value.
8831
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
8832
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs'] ref_value: The root object reference value.
8845
8833
  """
8846
8834
  if parameter_value is not None:
8847
8835
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -8852,7 +8840,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionA
8852
8840
  @pulumi.getter(name="parameterValue")
8853
8841
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
8854
8842
  """
8855
- (Updatable) Reference to the parameter by its key.
8843
+ Reference to the parameter by its key.
8856
8844
  """
8857
8845
  return pulumi.get(self, "parameter_value")
8858
8846
 
@@ -8864,7 +8852,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionA
8864
8852
  @pulumi.getter(name="refValue")
8865
8853
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs']]:
8866
8854
  """
8867
- (Updatable) The root object reference value.
8855
+ The root object reference value.
8868
8856
  """
8869
8857
  return pulumi.get(self, "ref_value")
8870
8858
 
@@ -8881,9 +8869,9 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
8881
8869
  model_type: Optional[pulumi.Input[str]] = None,
8882
8870
  name: Optional[pulumi.Input[str]] = None):
8883
8871
  """
8884
- :param pulumi.Input[str] expr_string: (Updatable) The expression string for the object.
8885
- :param pulumi.Input[str] key: (Updatable) The key of the object.
8886
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
8872
+ :param pulumi.Input[str] expr_string: The expression string for the object.
8873
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8874
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
8887
8875
  :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.
8888
8876
  """
8889
8877
  if expr_string is not None:
@@ -8899,7 +8887,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
8899
8887
  @pulumi.getter(name="exprString")
8900
8888
  def expr_string(self) -> Optional[pulumi.Input[str]]:
8901
8889
  """
8902
- (Updatable) The expression string for the object.
8890
+ The expression string for the object.
8903
8891
  """
8904
8892
  return pulumi.get(self, "expr_string")
8905
8893
 
@@ -8911,7 +8899,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
8911
8899
  @pulumi.getter
8912
8900
  def key(self) -> Optional[pulumi.Input[str]]:
8913
8901
  """
8914
- (Updatable) The key of the object.
8902
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
8915
8903
  """
8916
8904
  return pulumi.get(self, "key")
8917
8905
 
@@ -8923,7 +8911,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
8923
8911
  @pulumi.getter(name="modelType")
8924
8912
  def model_type(self) -> Optional[pulumi.Input[str]]:
8925
8913
  """
8926
- (Updatable) The type of the types object.
8914
+ (Updatable) The type of the task.
8927
8915
  """
8928
8916
  return pulumi.get(self, "model_type")
8929
8917
 
@@ -8949,7 +8937,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalAr
8949
8937
  def __init__(__self__, *,
8950
8938
  object_value: Optional[pulumi.Input[float]] = None):
8951
8939
  """
8952
- :param pulumi.Input[float] object_value: (Updatable) An object value of the parameter.
8940
+ :param pulumi.Input[float] object_value: An object value of the parameter.
8953
8941
  """
8954
8942
  if object_value is not None:
8955
8943
  pulumi.set(__self__, "object_value", object_value)
@@ -8958,7 +8946,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalAr
8958
8946
  @pulumi.getter(name="objectValue")
8959
8947
  def object_value(self) -> Optional[pulumi.Input[float]]:
8960
8948
  """
8961
- (Updatable) An object value of the parameter.
8949
+ An object value of the parameter.
8962
8950
  """
8963
8951
  return pulumi.get(self, "object_value")
8964
8952
 
@@ -8972,7 +8960,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUn
8972
8960
  def __init__(__self__, *,
8973
8961
  string_value: Optional[pulumi.Input[str]] = None):
8974
8962
  """
8975
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
8963
+ :param pulumi.Input[str] string_value: A string value of the parameter.
8976
8964
  """
8977
8965
  if string_value is not None:
8978
8966
  pulumi.set(__self__, "string_value", string_value)
@@ -8981,7 +8969,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUn
8981
8969
  @pulumi.getter(name="stringValue")
8982
8970
  def string_value(self) -> Optional[pulumi.Input[str]]:
8983
8971
  """
8984
- (Updatable) A string value of the parameter.
8972
+ A string value of the parameter.
8985
8973
  """
8986
8974
  return pulumi.get(self, "string_value")
8987
8975
 
@@ -8995,7 +8983,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
8995
8983
  def __init__(__self__, *,
8996
8984
  object_value: Optional[pulumi.Input[float]] = None):
8997
8985
  """
8998
- :param pulumi.Input[float] object_value: (Updatable) An object value of the parameter.
8986
+ :param pulumi.Input[float] object_value: An object value of the parameter.
8999
8987
  """
9000
8988
  if object_value is not None:
9001
8989
  pulumi.set(__self__, "object_value", object_value)
@@ -9004,7 +8992,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9004
8992
  @pulumi.getter(name="objectValue")
9005
8993
  def object_value(self) -> Optional[pulumi.Input[float]]:
9006
8994
  """
9007
- (Updatable) An object value of the parameter.
8995
+ An object value of the parameter.
9008
8996
  """
9009
8997
  return pulumi.get(self, "object_value")
9010
8998
 
@@ -9018,7 +9006,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9018
9006
  def __init__(__self__, *,
9019
9007
  string_value: Optional[pulumi.Input[str]] = None):
9020
9008
  """
9021
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
9009
+ :param pulumi.Input[str] string_value: A string value of the parameter.
9022
9010
  """
9023
9011
  if string_value is not None:
9024
9012
  pulumi.set(__self__, "string_value", string_value)
@@ -9027,7 +9015,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9027
9015
  @pulumi.getter(name="stringValue")
9028
9016
  def string_value(self) -> Optional[pulumi.Input[str]]:
9029
9017
  """
9030
- (Updatable) A string value of the parameter.
9018
+ A string value of the parameter.
9031
9019
  """
9032
9020
  return pulumi.get(self, "string_value")
9033
9021
 
@@ -9042,8 +9030,8 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9042
9030
  parameter_value: Optional[pulumi.Input[str]] = None,
9043
9031
  ref_value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
9044
9032
  """
9045
- :param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
9046
- :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
9033
+ :param pulumi.Input[str] parameter_value: Reference to the parameter by its key.
9034
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: The root object reference value.
9047
9035
  """
9048
9036
  if parameter_value is not None:
9049
9037
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -9054,7 +9042,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9054
9042
  @pulumi.getter(name="parameterValue")
9055
9043
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
9056
9044
  """
9057
- (Updatable) Reference to the parameter by its key.
9045
+ Reference to the parameter by its key.
9058
9046
  """
9059
9047
  return pulumi.get(self, "parameter_value")
9060
9048
 
@@ -9066,7 +9054,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9066
9054
  @pulumi.getter(name="refValue")
9067
9055
  def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
9068
9056
  """
9069
- (Updatable) The root object reference value.
9057
+ The root object reference value.
9070
9058
  """
9071
9059
  return pulumi.get(self, "ref_value")
9072
9060
 
@@ -9083,9 +9071,9 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9083
9071
  model_type: Optional[pulumi.Input[str]] = None,
9084
9072
  name: Optional[pulumi.Input[str]] = None):
9085
9073
  """
9086
- :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
9087
- :param pulumi.Input[str] key: (Updatable) The key of the object.
9088
- :param pulumi.Input[str] model_type: (Updatable) The type of the types object.
9074
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: Configuration values can be string, objects, or parameters.
9075
+ :param pulumi.Input[str] key: (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
9076
+ :param pulumi.Input[str] model_type: (Updatable) The type of the task.
9089
9077
  :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.
9090
9078
  """
9091
9079
  if config_values is not None:
@@ -9101,7 +9089,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9101
9089
  @pulumi.getter(name="configValues")
9102
9090
  def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
9103
9091
  """
9104
- (Updatable) Configuration values can be string, objects, or parameters.
9092
+ Configuration values can be string, objects, or parameters.
9105
9093
  """
9106
9094
  return pulumi.get(self, "config_values")
9107
9095
 
@@ -9113,7 +9101,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9113
9101
  @pulumi.getter
9114
9102
  def key(self) -> Optional[pulumi.Input[str]]:
9115
9103
  """
9116
- (Updatable) The key of the object.
9104
+ (Updatable) Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.
9117
9105
  """
9118
9106
  return pulumi.get(self, "key")
9119
9107
 
@@ -9125,7 +9113,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9125
9113
  @pulumi.getter(name="modelType")
9126
9114
  def model_type(self) -> Optional[pulumi.Input[str]]:
9127
9115
  """
9128
- (Updatable) The type of the types object.
9116
+ (Updatable) The type of the task.
9129
9117
  """
9130
9118
  return pulumi.get(self, "model_type")
9131
9119
 
@@ -9151,7 +9139,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9151
9139
  def __init__(__self__, *,
9152
9140
  config_param_values: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
9153
9141
  """
9154
- :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
9142
+ :param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: The configuration parameter values.
9155
9143
  """
9156
9144
  if config_param_values is not None:
9157
9145
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -9160,7 +9148,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9160
9148
  @pulumi.getter(name="configParamValues")
9161
9149
  def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
9162
9150
  """
9163
- (Updatable) The configuration parameter values.
9151
+ The configuration parameter values.
9164
9152
  """
9165
9153
  return pulumi.get(self, "config_param_values")
9166
9154
 
@@ -9191,7 +9179,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9191
9179
  def __init__(__self__, *,
9192
9180
  string_value: Optional[pulumi.Input[str]] = None):
9193
9181
  """
9194
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
9182
+ :param pulumi.Input[str] string_value: A string value of the parameter.
9195
9183
  """
9196
9184
  if string_value is not None:
9197
9185
  pulumi.set(__self__, "string_value", string_value)
@@ -9200,7 +9188,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9200
9188
  @pulumi.getter(name="stringValue")
9201
9189
  def string_value(self) -> Optional[pulumi.Input[str]]:
9202
9190
  """
9203
- (Updatable) A string value of the parameter.
9191
+ A string value of the parameter.
9204
9192
  """
9205
9193
  return pulumi.get(self, "string_value")
9206
9194
 
@@ -9214,7 +9202,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs
9214
9202
  def __init__(__self__, *,
9215
9203
  string_value: Optional[pulumi.Input[str]] = None):
9216
9204
  """
9217
- :param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
9205
+ :param pulumi.Input[str] string_value: A string value of the parameter.
9218
9206
  """
9219
9207
  if string_value is not None:
9220
9208
  pulumi.set(__self__, "string_value", string_value)
@@ -9223,7 +9211,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs
9223
9211
  @pulumi.getter(name="stringValue")
9224
9212
  def string_value(self) -> Optional[pulumi.Input[str]]:
9225
9213
  """
9226
- (Updatable) A string value of the parameter.
9214
+ A string value of the parameter.
9227
9215
  """
9228
9216
  return pulumi.get(self, "string_value")
9229
9217
 
@@ -9282,7 +9270,7 @@ class WorkspaceTaskRegistryMetadataArgs:
9282
9270
  """
9283
9271
  :param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
9284
9272
  :param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
9285
- :param pulumi.Input[str] key: (Updatable) The key of the object.
9273
+ :param pulumi.Input[str] key: (Updatable) The identifying key for the object.
9286
9274
  :param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9287
9275
  :param pulumi.Input[int] registry_version: (Updatable) The registry version.
9288
9276
  """
@@ -9324,7 +9312,7 @@ class WorkspaceTaskRegistryMetadataArgs:
9324
9312
  @pulumi.getter
9325
9313
  def key(self) -> Optional[pulumi.Input[str]]:
9326
9314
  """
9327
- (Updatable) The key of the object.
9315
+ (Updatable) The identifying key for the object.
9328
9316
  """
9329
9317
  return pulumi.get(self, "key")
9330
9318
 
@@ -9597,7 +9585,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs:
9597
9585
  def __init__(__self__, *,
9598
9586
  int_value: Optional[pulumi.Input[int]] = None):
9599
9587
  """
9600
- :param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
9588
+ :param pulumi.Input[int] int_value: An integer value of the parameter.
9601
9589
  """
9602
9590
  if int_value is not None:
9603
9591
  pulumi.set(__self__, "int_value", int_value)
@@ -9606,7 +9594,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs:
9606
9594
  @pulumi.getter(name="intValue")
9607
9595
  def int_value(self) -> Optional[pulumi.Input[int]]:
9608
9596
  """
9609
- (Updatable) An integer value of the parameter.
9597
+ An integer value of the parameter.
9610
9598
  """
9611
9599
  return pulumi.get(self, "int_value")
9612
9600
 
@@ -9620,7 +9608,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs:
9620
9608
  def __init__(__self__, *,
9621
9609
  int_value: Optional[pulumi.Input[int]] = None):
9622
9610
  """
9623
- :param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
9611
+ :param pulumi.Input[int] int_value: An integer value of the parameter.
9624
9612
  """
9625
9613
  if int_value is not None:
9626
9614
  pulumi.set(__self__, "int_value", int_value)
@@ -9629,7 +9617,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs:
9629
9617
  @pulumi.getter(name="intValue")
9630
9618
  def int_value(self) -> Optional[pulumi.Input[int]]:
9631
9619
  """
9632
- (Updatable) An integer value of the parameter.
9620
+ An integer value of the parameter.
9633
9621
  """
9634
9622
  return pulumi.get(self, "int_value")
9635
9623