pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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 (307) hide show
  1. pulumi_oci/__init__.py +40 -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/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/top_level.txt +0 -0
@@ -479,7 +479,7 @@ class WorkspaceApplicationDependentObjectMetadata(dict):
479
479
  """
480
480
  :param str action: The patch action indicating if object was created, updated, or deleted.
481
481
  :param 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.
482
- :param str key: The identifying key for the object.
482
+ :param str key: (Updatable) Currently not used on application creation. Reserved for future.
483
483
  :param 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.
484
484
  :param str name_path: The fully qualified path of the published object, which would include its project and folder.
485
485
  :param int object_version: The object version.
@@ -520,7 +520,7 @@ class WorkspaceApplicationDependentObjectMetadata(dict):
520
520
  @pulumi.getter
521
521
  def key(self) -> Optional[str]:
522
522
  """
523
- The identifying key for the object.
523
+ (Updatable) Currently not used on application creation. Reserved for future.
524
524
  """
525
525
  return pulumi.get(self, "key")
526
526
 
@@ -614,7 +614,7 @@ class WorkspaceApplicationMetadata(dict):
614
614
  updated_by: Optional[str] = None,
615
615
  updated_by_name: Optional[str] = None):
616
616
  """
617
- :param str aggregator_key: The owning object's key for this object.
617
+ :param str aggregator_key: The owning object key for this object.
618
618
  :param Sequence['WorkspaceApplicationMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
619
619
  :param Sequence['WorkspaceApplicationMetadataCountStatisticArgs'] count_statistics: A count statistics.
620
620
  :param str created_by: The user that created the object.
@@ -622,8 +622,8 @@ class WorkspaceApplicationMetadata(dict):
622
622
  :param str identifier_path: The full path to identify this object.
623
623
  :param Mapping[str, Any] info_fields: Information property fields.
624
624
  :param bool is_favorite: Specifies whether this object is a favorite or not.
625
- :param Sequence[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.
626
- :param int registry_version: The registry version.
625
+ :param Sequence[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.
626
+ :param int registry_version: The registry version of the object.
627
627
  :param str time_created: The date and time the application was created, in the timestamp format defined by RFC3339.
628
628
  :param 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
629
629
  :param str updated_by: The user that updated the object.
@@ -662,7 +662,7 @@ class WorkspaceApplicationMetadata(dict):
662
662
  @pulumi.getter(name="aggregatorKey")
663
663
  def aggregator_key(self) -> Optional[str]:
664
664
  """
665
- The owning object's key for this object.
665
+ The owning object key for this object.
666
666
  """
667
667
  return pulumi.get(self, "aggregator_key")
668
668
 
@@ -726,7 +726,7 @@ class WorkspaceApplicationMetadata(dict):
726
726
  @pulumi.getter
727
727
  def labels(self) -> Optional[Sequence[str]]:
728
728
  """
729
- 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.
729
+ 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.
730
730
  """
731
731
  return pulumi.get(self, "labels")
732
732
 
@@ -734,7 +734,7 @@ class WorkspaceApplicationMetadata(dict):
734
734
  @pulumi.getter(name="registryVersion")
735
735
  def registry_version(self) -> Optional[int]:
736
736
  """
737
- The registry version.
737
+ The registry version of the object.
738
738
  """
739
739
  return pulumi.get(self, "registry_version")
740
740
 
@@ -782,7 +782,7 @@ class WorkspaceApplicationMetadataAggregator(dict):
782
782
  """
783
783
  :param str description: (Updatable) Detailed description for the object.
784
784
  :param 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.
785
- :param str key: The identifying key for the object.
785
+ :param str key: (Updatable) Currently not used on application creation. Reserved for future.
786
786
  :param 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.
787
787
  :param str type: The type of the object in patch.
788
788
  """
@@ -817,7 +817,7 @@ class WorkspaceApplicationMetadataAggregator(dict):
817
817
  @pulumi.getter
818
818
  def key(self) -> Optional[str]:
819
819
  """
820
- The identifying key for the object.
820
+ (Updatable) Currently not used on application creation. Reserved for future.
821
821
  """
822
822
  return pulumi.get(self, "key")
823
823
 
@@ -1004,7 +1004,7 @@ class WorkspaceApplicationPatchDependentObjectMetadata(dict):
1004
1004
  """
1005
1005
  :param str action: The patch action indicating if object was created, updated, or deleted.
1006
1006
  :param 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.
1007
- :param str key: The identifying key for the object.
1007
+ :param str key: The object's key.
1008
1008
  :param 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.
1009
1009
  :param str name_path: The fully qualified path of the published object, which would include its project and folder.
1010
1010
  :param int object_version: The object version.
@@ -1045,7 +1045,7 @@ class WorkspaceApplicationPatchDependentObjectMetadata(dict):
1045
1045
  @pulumi.getter
1046
1046
  def key(self) -> Optional[str]:
1047
1047
  """
1048
- The identifying key for the object.
1048
+ The object's key.
1049
1049
  """
1050
1050
  return pulumi.get(self, "key")
1051
1051
 
@@ -1139,7 +1139,7 @@ class WorkspaceApplicationPatchMetadata(dict):
1139
1139
  updated_by: Optional[str] = None,
1140
1140
  updated_by_name: Optional[str] = None):
1141
1141
  """
1142
- :param str aggregator_key: The owning object's key for this object.
1142
+ :param str aggregator_key: The owning object key for this object.
1143
1143
  :param Sequence['WorkspaceApplicationPatchMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
1144
1144
  :param Sequence['WorkspaceApplicationPatchMetadataCountStatisticArgs'] count_statistics: A count statistics.
1145
1145
  :param str created_by: The user that created the object.
@@ -1147,8 +1147,8 @@ class WorkspaceApplicationPatchMetadata(dict):
1147
1147
  :param str identifier_path: The full path to identify this object.
1148
1148
  :param Mapping[str, Any] info_fields: Information property fields.
1149
1149
  :param bool is_favorite: Specifies whether this object is a favorite or not.
1150
- :param Sequence[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.
1151
- :param int registry_version: The registry version.
1150
+ :param Sequence[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.
1151
+ :param int registry_version: The registry version of the object.
1152
1152
  :param str time_created: The date and time that the object was created.
1153
1153
  :param str time_updated: The date and time that the object was updated.
1154
1154
  :param str updated_by: The user that updated the object.
@@ -1187,7 +1187,7 @@ class WorkspaceApplicationPatchMetadata(dict):
1187
1187
  @pulumi.getter(name="aggregatorKey")
1188
1188
  def aggregator_key(self) -> Optional[str]:
1189
1189
  """
1190
- The owning object's key for this object.
1190
+ The owning object key for this object.
1191
1191
  """
1192
1192
  return pulumi.get(self, "aggregator_key")
1193
1193
 
@@ -1251,7 +1251,7 @@ class WorkspaceApplicationPatchMetadata(dict):
1251
1251
  @pulumi.getter
1252
1252
  def labels(self) -> Optional[Sequence[str]]:
1253
1253
  """
1254
- 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.
1254
+ 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.
1255
1255
  """
1256
1256
  return pulumi.get(self, "labels")
1257
1257
 
@@ -1259,7 +1259,7 @@ class WorkspaceApplicationPatchMetadata(dict):
1259
1259
  @pulumi.getter(name="registryVersion")
1260
1260
  def registry_version(self) -> Optional[int]:
1261
1261
  """
1262
- The registry version.
1262
+ The registry version of the object.
1263
1263
  """
1264
1264
  return pulumi.get(self, "registry_version")
1265
1265
 
@@ -1307,7 +1307,7 @@ class WorkspaceApplicationPatchMetadataAggregator(dict):
1307
1307
  """
1308
1308
  :param str description: Detailed description for the object.
1309
1309
  :param 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.
1310
- :param str key: The identifying key for the object.
1310
+ :param str key: The object's key.
1311
1311
  :param 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.
1312
1312
  :param str type: The type of the object in patch.
1313
1313
  """
@@ -1342,7 +1342,7 @@ class WorkspaceApplicationPatchMetadataAggregator(dict):
1342
1342
  @pulumi.getter
1343
1343
  def key(self) -> Optional[str]:
1344
1344
  """
1345
- The identifying key for the object.
1345
+ The object's key.
1346
1346
  """
1347
1347
  return pulumi.get(self, "key")
1348
1348
 
@@ -1529,7 +1529,7 @@ class WorkspaceApplicationPatchPatchObjectMetadata(dict):
1529
1529
  """
1530
1530
  :param str action: The patch action indicating if object was created, updated, or deleted.
1531
1531
  :param 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.
1532
- :param str key: The identifying key for the object.
1532
+ :param str key: The object's key.
1533
1533
  :param 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.
1534
1534
  :param str name_path: The fully qualified path of the published object, which would include its project and folder.
1535
1535
  :param int object_version: The object version.
@@ -1570,7 +1570,7 @@ class WorkspaceApplicationPatchPatchObjectMetadata(dict):
1570
1570
  @pulumi.getter
1571
1571
  def key(self) -> Optional[str]:
1572
1572
  """
1573
- The identifying key for the object.
1573
+ The object's key.
1574
1574
  """
1575
1575
  return pulumi.get(self, "key")
1576
1576
 
@@ -1727,7 +1727,7 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
1727
1727
  """
1728
1728
  :param str action: The patch action indicating if object was created, updated, or deleted.
1729
1729
  :param 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.
1730
- :param str key: The identifying key for the object.
1730
+ :param str key: (Updatable) Currently not used on application creation. Reserved for future.
1731
1731
  :param 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.
1732
1732
  :param str name_path: The fully qualified path of the published object, which would include its project and folder.
1733
1733
  :param int object_version: The object version.
@@ -1768,7 +1768,7 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
1768
1768
  @pulumi.getter
1769
1769
  def key(self) -> Optional[str]:
1770
1770
  """
1771
- The identifying key for the object.
1771
+ (Updatable) Currently not used on application creation. Reserved for future.
1772
1772
  """
1773
1773
  return pulumi.get(self, "key")
1774
1774
 
@@ -2118,16 +2118,16 @@ class WorkspaceApplicationScheduleMetadata(dict):
2118
2118
  updated_by: Optional[str] = None,
2119
2119
  updated_by_name: Optional[str] = None):
2120
2120
  """
2121
- :param str aggregator_key: (Updatable) The owning object's key for this object.
2121
+ :param str aggregator_key: The owning object key for this object.
2122
2122
  :param Sequence['WorkspaceApplicationScheduleMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
2123
2123
  :param Sequence['WorkspaceApplicationScheduleMetadataCountStatisticArgs'] count_statistics: A count statistics.
2124
2124
  :param str created_by: The user that created the object.
2125
2125
  :param str created_by_name: The user that created the object.
2126
2126
  :param str identifier_path: The full path to identify this object.
2127
2127
  :param Mapping[str, Any] info_fields: Information property fields.
2128
- :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
2129
- :param Sequence[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.
2130
- :param int registry_version: (Updatable) The registry version.
2128
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
2129
+ :param Sequence[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.
2130
+ :param int registry_version: The registry version of the object.
2131
2131
  :param str time_created: The date and time that the object was created.
2132
2132
  :param str time_updated: The date and time that the object was updated.
2133
2133
  :param str updated_by: The user that updated the object.
@@ -2166,7 +2166,7 @@ class WorkspaceApplicationScheduleMetadata(dict):
2166
2166
  @pulumi.getter(name="aggregatorKey")
2167
2167
  def aggregator_key(self) -> Optional[str]:
2168
2168
  """
2169
- (Updatable) The owning object's key for this object.
2169
+ The owning object key for this object.
2170
2170
  """
2171
2171
  return pulumi.get(self, "aggregator_key")
2172
2172
 
@@ -2222,7 +2222,7 @@ class WorkspaceApplicationScheduleMetadata(dict):
2222
2222
  @pulumi.getter(name="isFavorite")
2223
2223
  def is_favorite(self) -> Optional[bool]:
2224
2224
  """
2225
- (Updatable) Specifies whether this object is a favorite or not.
2225
+ Specifies whether this object is a favorite or not.
2226
2226
  """
2227
2227
  return pulumi.get(self, "is_favorite")
2228
2228
 
@@ -2230,7 +2230,7 @@ class WorkspaceApplicationScheduleMetadata(dict):
2230
2230
  @pulumi.getter
2231
2231
  def labels(self) -> Optional[Sequence[str]]:
2232
2232
  """
2233
- (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.
2233
+ 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.
2234
2234
  """
2235
2235
  return pulumi.get(self, "labels")
2236
2236
 
@@ -2238,7 +2238,7 @@ class WorkspaceApplicationScheduleMetadata(dict):
2238
2238
  @pulumi.getter(name="registryVersion")
2239
2239
  def registry_version(self) -> Optional[int]:
2240
2240
  """
2241
- (Updatable) The registry version.
2241
+ The registry version of the object.
2242
2242
  """
2243
2243
  return pulumi.get(self, "registry_version")
2244
2244
 
@@ -2286,7 +2286,7 @@ class WorkspaceApplicationScheduleMetadataAggregator(dict):
2286
2286
  """
2287
2287
  :param str description: (Updatable) Detailed description for the object.
2288
2288
  :param 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.
2289
- :param str key: (Updatable) The identifying key for the object.
2289
+ :param 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.
2290
2290
  :param 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.
2291
2291
  :param str type: The type of the aggregator.
2292
2292
  """
@@ -2321,7 +2321,7 @@ class WorkspaceApplicationScheduleMetadataAggregator(dict):
2321
2321
  @pulumi.getter
2322
2322
  def key(self) -> Optional[str]:
2323
2323
  """
2324
- (Updatable) The identifying key for the object.
2324
+ (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.
2325
2325
  """
2326
2326
  return pulumi.get(self, "key")
2327
2327
 
@@ -2602,11 +2602,7 @@ class WorkspaceApplicationSourceApplicationInfo(dict):
2602
2602
  :param str application_version: The source application version of the application.
2603
2603
  :param 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.
2604
2604
  :param str last_patch_key: The last patch key for the application.
2605
- :param str workspace_id: The workspace ID.
2606
-
2607
-
2608
- ** IMPORTANT **
2609
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2605
+ :param 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.
2610
2606
  """
2611
2607
  if application_key is not None:
2612
2608
  pulumi.set(__self__, "application_key", application_key)
@@ -2655,11 +2651,7 @@ class WorkspaceApplicationSourceApplicationInfo(dict):
2655
2651
  @pulumi.getter(name="workspaceId")
2656
2652
  def workspace_id(self) -> Optional[str]:
2657
2653
  """
2658
- The workspace ID.
2659
-
2660
-
2661
- ** IMPORTANT **
2662
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2654
+ 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.
2663
2655
  """
2664
2656
  return pulumi.get(self, "workspace_id")
2665
2657
 
@@ -2705,11 +2697,11 @@ class WorkspaceApplicationTaskScheduleLastRunDetail(dict):
2705
2697
  object_version: Optional[int] = None,
2706
2698
  parent_reves: Optional[Sequence['outputs.WorkspaceApplicationTaskScheduleLastRunDetailParentRef']] = None):
2707
2699
  """
2708
- :param str description: (Updatable) The description of the aggregator.
2709
- :param str identifier: (Updatable) The identifier of the aggregator.
2710
- :param str key: (Updatable) The key of the aggregator object.
2700
+ :param str description: (Updatable) Detailed description for the object.
2701
+ :param 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.
2702
+ :param 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.
2711
2703
  :param str last_run_time_millis: Time in milliseconds for the pervious schedule.
2712
- :param str model_type: (Updatable) The type of the object.
2704
+ :param str model_type: The type of the object.
2713
2705
  :param 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.
2714
2706
  :param 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.
2715
2707
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
@@ -2741,7 +2733,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetail(dict):
2741
2733
  @pulumi.getter
2742
2734
  def description(self) -> Optional[str]:
2743
2735
  """
2744
- (Updatable) The description of the aggregator.
2736
+ (Updatable) Detailed description for the object.
2745
2737
  """
2746
2738
  return pulumi.get(self, "description")
2747
2739
 
@@ -2749,7 +2741,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetail(dict):
2749
2741
  @pulumi.getter
2750
2742
  def identifier(self) -> Optional[str]:
2751
2743
  """
2752
- (Updatable) The identifier of the aggregator.
2744
+ (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.
2753
2745
  """
2754
2746
  return pulumi.get(self, "identifier")
2755
2747
 
@@ -2757,7 +2749,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetail(dict):
2757
2749
  @pulumi.getter
2758
2750
  def key(self) -> Optional[str]:
2759
2751
  """
2760
- (Updatable) The key of the aggregator object.
2752
+ (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.
2761
2753
  """
2762
2754
  return pulumi.get(self, "key")
2763
2755
 
@@ -2773,7 +2765,7 @@ class WorkspaceApplicationTaskScheduleLastRunDetail(dict):
2773
2765
  @pulumi.getter(name="modelType")
2774
2766
  def model_type(self) -> Optional[str]:
2775
2767
  """
2776
- (Updatable) The type of the object.
2768
+ The type of the object.
2777
2769
  """
2778
2770
  return pulumi.get(self, "model_type")
2779
2771
 
@@ -2923,20 +2915,20 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
2923
2915
  updated_by: Optional[str] = None,
2924
2916
  updated_by_name: Optional[str] = None):
2925
2917
  """
2926
- :param str aggregator_key: (Updatable) The owning object key for this object.
2927
- :param Sequence['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs'] aggregators: (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
2928
- :param Sequence['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs'] count_statistics: (Updatable) A count statistics.
2929
- :param str created_by: (Updatable) The user that created the object.
2930
- :param str created_by_name: (Updatable) The user that created the object.
2931
- :param str identifier_path: (Updatable) The full path to identify this object.
2932
- :param Mapping[str, Any] info_fields: (Updatable) Information property fields.
2933
- :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
2934
- :param Sequence[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.
2935
- :param int registry_version: (Updatable) The registry version of the object.
2936
- :param str time_created: (Updatable) The date and time that the object was created.
2937
- :param str time_updated: (Updatable) The date and time that the object was updated.
2938
- :param str updated_by: (Updatable) The user that updated the object.
2939
- :param str updated_by_name: (Updatable) The user that updated the object.
2918
+ :param str aggregator_key: The owning object key for this object.
2919
+ :param Sequence['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
2920
+ :param Sequence['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs'] count_statistics: A count statistics.
2921
+ :param str created_by: The user that created the object.
2922
+ :param str created_by_name: The user that created the object.
2923
+ :param str identifier_path: The full path to identify this object.
2924
+ :param Mapping[str, Any] info_fields: Information property fields.
2925
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
2926
+ :param Sequence[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.
2927
+ :param int registry_version: The registry version of the object.
2928
+ :param str time_created: The date and time that the object was created.
2929
+ :param str time_updated: The date and time that the object was updated.
2930
+ :param str updated_by: The user that updated the object.
2931
+ :param str updated_by_name: The user that updated the object.
2940
2932
  """
2941
2933
  if aggregator_key is not None:
2942
2934
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -2971,7 +2963,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
2971
2963
  @pulumi.getter(name="aggregatorKey")
2972
2964
  def aggregator_key(self) -> Optional[str]:
2973
2965
  """
2974
- (Updatable) The owning object key for this object.
2966
+ The owning object key for this object.
2975
2967
  """
2976
2968
  return pulumi.get(self, "aggregator_key")
2977
2969
 
@@ -2979,7 +2971,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
2979
2971
  @pulumi.getter
2980
2972
  def aggregators(self) -> Optional[Sequence['outputs.WorkspaceApplicationTaskScheduleMetadataAggregator']]:
2981
2973
  """
2982
- (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
2974
+ A summary type containing information about the object's aggregator including its type, key, name and description.
2983
2975
  """
2984
2976
  return pulumi.get(self, "aggregators")
2985
2977
 
@@ -2987,7 +2979,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
2987
2979
  @pulumi.getter(name="countStatistics")
2988
2980
  def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceApplicationTaskScheduleMetadataCountStatistic']]:
2989
2981
  """
2990
- (Updatable) A count statistics.
2982
+ A count statistics.
2991
2983
  """
2992
2984
  return pulumi.get(self, "count_statistics")
2993
2985
 
@@ -2995,7 +2987,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
2995
2987
  @pulumi.getter(name="createdBy")
2996
2988
  def created_by(self) -> Optional[str]:
2997
2989
  """
2998
- (Updatable) The user that created the object.
2990
+ The user that created the object.
2999
2991
  """
3000
2992
  return pulumi.get(self, "created_by")
3001
2993
 
@@ -3003,7 +2995,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3003
2995
  @pulumi.getter(name="createdByName")
3004
2996
  def created_by_name(self) -> Optional[str]:
3005
2997
  """
3006
- (Updatable) The user that created the object.
2998
+ The user that created the object.
3007
2999
  """
3008
3000
  return pulumi.get(self, "created_by_name")
3009
3001
 
@@ -3011,7 +3003,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3011
3003
  @pulumi.getter(name="identifierPath")
3012
3004
  def identifier_path(self) -> Optional[str]:
3013
3005
  """
3014
- (Updatable) The full path to identify this object.
3006
+ The full path to identify this object.
3015
3007
  """
3016
3008
  return pulumi.get(self, "identifier_path")
3017
3009
 
@@ -3019,7 +3011,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3019
3011
  @pulumi.getter(name="infoFields")
3020
3012
  def info_fields(self) -> Optional[Mapping[str, Any]]:
3021
3013
  """
3022
- (Updatable) Information property fields.
3014
+ Information property fields.
3023
3015
  """
3024
3016
  return pulumi.get(self, "info_fields")
3025
3017
 
@@ -3027,7 +3019,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3027
3019
  @pulumi.getter(name="isFavorite")
3028
3020
  def is_favorite(self) -> Optional[bool]:
3029
3021
  """
3030
- (Updatable) Specifies whether this object is a favorite or not.
3022
+ Specifies whether this object is a favorite or not.
3031
3023
  """
3032
3024
  return pulumi.get(self, "is_favorite")
3033
3025
 
@@ -3035,7 +3027,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3035
3027
  @pulumi.getter
3036
3028
  def labels(self) -> Optional[Sequence[str]]:
3037
3029
  """
3038
- (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.
3030
+ 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.
3039
3031
  """
3040
3032
  return pulumi.get(self, "labels")
3041
3033
 
@@ -3043,7 +3035,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3043
3035
  @pulumi.getter(name="registryVersion")
3044
3036
  def registry_version(self) -> Optional[int]:
3045
3037
  """
3046
- (Updatable) The registry version of the object.
3038
+ The registry version of the object.
3047
3039
  """
3048
3040
  return pulumi.get(self, "registry_version")
3049
3041
 
@@ -3051,7 +3043,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3051
3043
  @pulumi.getter(name="timeCreated")
3052
3044
  def time_created(self) -> Optional[str]:
3053
3045
  """
3054
- (Updatable) The date and time that the object was created.
3046
+ The date and time that the object was created.
3055
3047
  """
3056
3048
  return pulumi.get(self, "time_created")
3057
3049
 
@@ -3059,7 +3051,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3059
3051
  @pulumi.getter(name="timeUpdated")
3060
3052
  def time_updated(self) -> Optional[str]:
3061
3053
  """
3062
- (Updatable) The date and time that the object was updated.
3054
+ The date and time that the object was updated.
3063
3055
  """
3064
3056
  return pulumi.get(self, "time_updated")
3065
3057
 
@@ -3067,7 +3059,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3067
3059
  @pulumi.getter(name="updatedBy")
3068
3060
  def updated_by(self) -> Optional[str]:
3069
3061
  """
3070
- (Updatable) The user that updated the object.
3062
+ The user that updated the object.
3071
3063
  """
3072
3064
  return pulumi.get(self, "updated_by")
3073
3065
 
@@ -3075,7 +3067,7 @@ class WorkspaceApplicationTaskScheduleMetadata(dict):
3075
3067
  @pulumi.getter(name="updatedByName")
3076
3068
  def updated_by_name(self) -> Optional[str]:
3077
3069
  """
3078
- (Updatable) The user that updated the object.
3070
+ The user that updated the object.
3079
3071
  """
3080
3072
  return pulumi.get(self, "updated_by_name")
3081
3073
 
@@ -3089,11 +3081,11 @@ class WorkspaceApplicationTaskScheduleMetadataAggregator(dict):
3089
3081
  name: Optional[str] = None,
3090
3082
  type: Optional[str] = None):
3091
3083
  """
3092
- :param str description: (Updatable) The description of the aggregator.
3093
- :param str identifier: (Updatable) The identifier of the aggregator.
3094
- :param str key: (Updatable) The key of the aggregator object.
3084
+ :param str description: (Updatable) Detailed description for the object.
3085
+ :param 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.
3086
+ :param 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.
3095
3087
  :param 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.
3096
- :param str type: (Updatable) The type of the aggregator.
3088
+ :param str type: The type of the aggregator.
3097
3089
  """
3098
3090
  if description is not None:
3099
3091
  pulumi.set(__self__, "description", description)
@@ -3110,7 +3102,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregator(dict):
3110
3102
  @pulumi.getter
3111
3103
  def description(self) -> Optional[str]:
3112
3104
  """
3113
- (Updatable) The description of the aggregator.
3105
+ (Updatable) Detailed description for the object.
3114
3106
  """
3115
3107
  return pulumi.get(self, "description")
3116
3108
 
@@ -3118,7 +3110,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregator(dict):
3118
3110
  @pulumi.getter
3119
3111
  def identifier(self) -> Optional[str]:
3120
3112
  """
3121
- (Updatable) The identifier of the aggregator.
3113
+ (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.
3122
3114
  """
3123
3115
  return pulumi.get(self, "identifier")
3124
3116
 
@@ -3126,7 +3118,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregator(dict):
3126
3118
  @pulumi.getter
3127
3119
  def key(self) -> Optional[str]:
3128
3120
  """
3129
- (Updatable) The key of the aggregator object.
3121
+ (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.
3130
3122
  """
3131
3123
  return pulumi.get(self, "key")
3132
3124
 
@@ -3142,7 +3134,7 @@ class WorkspaceApplicationTaskScheduleMetadataAggregator(dict):
3142
3134
  @pulumi.getter
3143
3135
  def type(self) -> Optional[str]:
3144
3136
  """
3145
- (Updatable) The type of the aggregator.
3137
+ The type of the aggregator.
3146
3138
  """
3147
3139
  return pulumi.get(self, "type")
3148
3140
 
@@ -3169,7 +3161,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatistic(dict):
3169
3161
  def __init__(__self__, *,
3170
3162
  object_type_count_lists: Optional[Sequence['outputs.WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList']] = None):
3171
3163
  """
3172
- :param Sequence['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: (Updatable) The array of statistics.
3164
+ :param Sequence['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
3173
3165
  """
3174
3166
  if object_type_count_lists is not None:
3175
3167
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
@@ -3178,7 +3170,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatistic(dict):
3178
3170
  @pulumi.getter(name="objectTypeCountLists")
3179
3171
  def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList']]:
3180
3172
  """
3181
- (Updatable) The array of statistics.
3173
+ The array of statistics.
3182
3174
  """
3183
3175
  return pulumi.get(self, "object_type_count_lists")
3184
3176
 
@@ -3208,8 +3200,8 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList(
3208
3200
  object_count: Optional[str] = None,
3209
3201
  object_type: Optional[str] = None):
3210
3202
  """
3211
- :param str object_count: (Updatable) The value for the count statistic object.
3212
- :param str object_type: (Updatable) The type of object for the count statistic object.
3203
+ :param str object_count: The value for the count statistic object.
3204
+ :param str object_type: The type of object for the count statistic object.
3213
3205
  """
3214
3206
  if object_count is not None:
3215
3207
  pulumi.set(__self__, "object_count", object_count)
@@ -3220,7 +3212,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList(
3220
3212
  @pulumi.getter(name="objectCount")
3221
3213
  def object_count(self) -> Optional[str]:
3222
3214
  """
3223
- (Updatable) The value for the count statistic object.
3215
+ The value for the count statistic object.
3224
3216
  """
3225
3217
  return pulumi.get(self, "object_count")
3226
3218
 
@@ -3228,7 +3220,7 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList(
3228
3220
  @pulumi.getter(name="objectType")
3229
3221
  def object_type(self) -> Optional[str]:
3230
3222
  """
3231
- (Updatable) The type of object for the count statistic object.
3223
+ The type of object for the count statistic object.
3232
3224
  """
3233
3225
  return pulumi.get(self, "object_type")
3234
3226
 
@@ -3311,11 +3303,11 @@ class WorkspaceApplicationTaskScheduleRegistryMetadata(dict):
3311
3303
  labels: Optional[Sequence[str]] = None,
3312
3304
  registry_version: Optional[int] = None):
3313
3305
  """
3314
- :param str aggregator_key: (Updatable) The owning object key for this object.
3306
+ :param str aggregator_key: (Updatable) The owning object's key for this object.
3315
3307
  :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
3316
- :param str key: (Updatable) The key of the aggregator object.
3317
- :param Sequence[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.
3318
- :param int registry_version: (Updatable) The registry version of the object.
3308
+ :param str key: (Updatable) The identifying key for the object.
3309
+ :param Sequence[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.
3310
+ :param int registry_version: (Updatable) The registry version.
3319
3311
  """
3320
3312
  if aggregator_key is not None:
3321
3313
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -3332,7 +3324,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadata(dict):
3332
3324
  @pulumi.getter(name="aggregatorKey")
3333
3325
  def aggregator_key(self) -> Optional[str]:
3334
3326
  """
3335
- (Updatable) The owning object key for this object.
3327
+ (Updatable) The owning object's key for this object.
3336
3328
  """
3337
3329
  return pulumi.get(self, "aggregator_key")
3338
3330
 
@@ -3348,7 +3340,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadata(dict):
3348
3340
  @pulumi.getter
3349
3341
  def key(self) -> Optional[str]:
3350
3342
  """
3351
- (Updatable) The key of the aggregator object.
3343
+ (Updatable) The identifying key for the object.
3352
3344
  """
3353
3345
  return pulumi.get(self, "key")
3354
3346
 
@@ -3356,7 +3348,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadata(dict):
3356
3348
  @pulumi.getter
3357
3349
  def labels(self) -> Optional[Sequence[str]]:
3358
3350
  """
3359
- (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.
3351
+ (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.
3360
3352
  """
3361
3353
  return pulumi.get(self, "labels")
3362
3354
 
@@ -3364,7 +3356,7 @@ class WorkspaceApplicationTaskScheduleRegistryMetadata(dict):
3364
3356
  @pulumi.getter(name="registryVersion")
3365
3357
  def registry_version(self) -> Optional[int]:
3366
3358
  """
3367
- (Updatable) The registry version of the object.
3359
+ (Updatable) The registry version.
3368
3360
  """
3369
3361
  return pulumi.get(self, "registry_version")
3370
3362
 
@@ -3415,11 +3407,11 @@ class WorkspaceApplicationTaskScheduleScheduleRef(dict):
3415
3407
  parent_ref: Optional['outputs.WorkspaceApplicationTaskScheduleScheduleRefParentRef'] = None,
3416
3408
  timezone: Optional[str] = None):
3417
3409
  """
3418
- :param str description: (Updatable) The description of the aggregator.
3410
+ :param str description: (Updatable) Detailed description for the object.
3419
3411
  :param 'WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs' frequency_details: (Updatable) The model that holds the frequency details.
3420
- :param str identifier: (Updatable) The identifier of the aggregator.
3412
+ :param 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.
3421
3413
  :param bool is_daylight_adjustment_enabled: (Updatable) A flag to indicate daylight saving.
3422
- :param str key: (Updatable) The key of the aggregator object.
3414
+ :param 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.
3423
3415
  :param 'WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs' metadata: (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
3424
3416
  :param str model_type: (Updatable) The type of the object.
3425
3417
  :param 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.
@@ -3460,7 +3452,7 @@ class WorkspaceApplicationTaskScheduleScheduleRef(dict):
3460
3452
  @pulumi.getter
3461
3453
  def description(self) -> Optional[str]:
3462
3454
  """
3463
- (Updatable) The description of the aggregator.
3455
+ (Updatable) Detailed description for the object.
3464
3456
  """
3465
3457
  return pulumi.get(self, "description")
3466
3458
 
@@ -3476,7 +3468,7 @@ class WorkspaceApplicationTaskScheduleScheduleRef(dict):
3476
3468
  @pulumi.getter
3477
3469
  def identifier(self) -> Optional[str]:
3478
3470
  """
3479
- (Updatable) The identifier of the aggregator.
3471
+ (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.
3480
3472
  """
3481
3473
  return pulumi.get(self, "identifier")
3482
3474
 
@@ -3492,7 +3484,7 @@ class WorkspaceApplicationTaskScheduleScheduleRef(dict):
3492
3484
  @pulumi.getter
3493
3485
  def key(self) -> Optional[str]:
3494
3486
  """
3495
- (Updatable) The key of the aggregator object.
3487
+ (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.
3496
3488
  """
3497
3489
  return pulumi.get(self, "key")
3498
3490
 
@@ -3596,7 +3588,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails(dict):
3596
3588
  time: Optional['outputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime'] = None,
3597
3589
  week_of_month: Optional[str] = None):
3598
3590
  """
3599
- :param str model_type: (Updatable) The type of the object.
3591
+ :param str model_type: (Updatable) The type of the model
3600
3592
  :param 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.)
3601
3593
  :param str day_of_week: (Updatable) This holds the day of the week on which the schedule should be triggered.
3602
3594
  :param Sequence[int] days: (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
@@ -3625,7 +3617,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails(dict):
3625
3617
  @pulumi.getter(name="modelType")
3626
3618
  def model_type(self) -> str:
3627
3619
  """
3628
- (Updatable) The type of the object.
3620
+ (Updatable) The type of the model
3629
3621
  """
3630
3622
  return pulumi.get(self, "model_type")
3631
3623
 
@@ -3955,7 +3947,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator(dict):
3955
3947
  :param str description: (Updatable) The description of the aggregator.
3956
3948
  :param str identifier: (Updatable) The identifier of the aggregator.
3957
3949
  :param str key: (Updatable) The key of the aggregator object.
3958
- :param 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.
3950
+ :param str name: (Updatable) The name of the aggregator.
3959
3951
  :param str type: (Updatable) The type of the aggregator.
3960
3952
  """
3961
3953
  if description is not None:
@@ -3997,7 +3989,7 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator(dict):
3997
3989
  @pulumi.getter
3998
3990
  def name(self) -> Optional[str]:
3999
3991
  """
4000
- (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.
3992
+ (Updatable) The name of the aggregator.
4001
3993
  """
4002
3994
  return pulumi.get(self, "name")
4003
3995
 
@@ -4328,16 +4320,16 @@ class WorkspaceFolderMetadata(dict):
4328
4320
  updated_by: Optional[str] = None,
4329
4321
  updated_by_name: Optional[str] = None):
4330
4322
  """
4331
- :param str aggregator_key: (Updatable) The owning object's key for this object.
4323
+ :param str aggregator_key: The owning object key for this object.
4332
4324
  :param Sequence['WorkspaceFolderMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
4333
4325
  :param Sequence['WorkspaceFolderMetadataCountStatisticArgs'] count_statistics: A count statistics.
4334
4326
  :param str created_by: The user that created the object.
4335
4327
  :param str created_by_name: The user that created the object.
4336
4328
  :param str identifier_path: The full path to identify this object.
4337
4329
  :param Mapping[str, Any] info_fields: Information property fields.
4338
- :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
4339
- :param Sequence[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.
4340
- :param int registry_version: (Updatable) The registry version.
4330
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
4331
+ :param Sequence[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.
4332
+ :param int registry_version: The registry version of the object.
4341
4333
  :param str time_created: The date and time that the object was created.
4342
4334
  :param str time_updated: The date and time that the object was updated.
4343
4335
  :param str updated_by: The user that updated the object.
@@ -4376,7 +4368,7 @@ class WorkspaceFolderMetadata(dict):
4376
4368
  @pulumi.getter(name="aggregatorKey")
4377
4369
  def aggregator_key(self) -> Optional[str]:
4378
4370
  """
4379
- (Updatable) The owning object's key for this object.
4371
+ The owning object key for this object.
4380
4372
  """
4381
4373
  return pulumi.get(self, "aggregator_key")
4382
4374
 
@@ -4432,7 +4424,7 @@ class WorkspaceFolderMetadata(dict):
4432
4424
  @pulumi.getter(name="isFavorite")
4433
4425
  def is_favorite(self) -> Optional[bool]:
4434
4426
  """
4435
- (Updatable) Specifies whether this object is a favorite or not.
4427
+ Specifies whether this object is a favorite or not.
4436
4428
  """
4437
4429
  return pulumi.get(self, "is_favorite")
4438
4430
 
@@ -4440,7 +4432,7 @@ class WorkspaceFolderMetadata(dict):
4440
4432
  @pulumi.getter
4441
4433
  def labels(self) -> Optional[Sequence[str]]:
4442
4434
  """
4443
- (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.
4435
+ 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.
4444
4436
  """
4445
4437
  return pulumi.get(self, "labels")
4446
4438
 
@@ -4448,7 +4440,7 @@ class WorkspaceFolderMetadata(dict):
4448
4440
  @pulumi.getter(name="registryVersion")
4449
4441
  def registry_version(self) -> Optional[int]:
4450
4442
  """
4451
- (Updatable) The registry version.
4443
+ The registry version of the object.
4452
4444
  """
4453
4445
  return pulumi.get(self, "registry_version")
4454
4446
 
@@ -4496,7 +4488,7 @@ class WorkspaceFolderMetadataAggregator(dict):
4496
4488
  """
4497
4489
  :param str description: (Updatable) A user defined description for the folder.
4498
4490
  :param 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.
4499
- :param str key: (Updatable) The identifying key for the object.
4491
+ :param str key: (Updatable) Currently not used on folder creation. Reserved for future.
4500
4492
  :param 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.
4501
4493
  :param str type: The type of the aggregator.
4502
4494
  """
@@ -4531,7 +4523,7 @@ class WorkspaceFolderMetadataAggregator(dict):
4531
4523
  @pulumi.getter
4532
4524
  def key(self) -> Optional[str]:
4533
4525
  """
4534
- (Updatable) The identifying key for the object.
4526
+ (Updatable) Currently not used on folder creation. Reserved for future.
4535
4527
  """
4536
4528
  return pulumi.get(self, "key")
4537
4529
 
@@ -5052,16 +5044,16 @@ class WorkspaceProjectMetadata(dict):
5052
5044
  updated_by: Optional[str] = None,
5053
5045
  updated_by_name: Optional[str] = None):
5054
5046
  """
5055
- :param str aggregator_key: (Updatable) The owning object's key for this object.
5047
+ :param str aggregator_key: The owning object key for this object.
5056
5048
  :param Sequence['WorkspaceProjectMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
5057
5049
  :param Sequence['WorkspaceProjectMetadataCountStatisticArgs'] count_statistics: A count statistics.
5058
5050
  :param str created_by: The user that created the object.
5059
5051
  :param str created_by_name: The user that created the object.
5060
5052
  :param str identifier_path: The full path to identify this object.
5061
5053
  :param Mapping[str, Any] info_fields: Information property fields.
5062
- :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
5063
- :param Sequence[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.
5064
- :param int registry_version: (Updatable) The registry version.
5054
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
5055
+ :param Sequence[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.
5056
+ :param int registry_version: The registry version of the object.
5065
5057
  :param str time_created: The date and time that the object was created.
5066
5058
  :param str time_updated: The date and time that the object was updated.
5067
5059
  :param str updated_by: The user that updated the object.
@@ -5100,7 +5092,7 @@ class WorkspaceProjectMetadata(dict):
5100
5092
  @pulumi.getter(name="aggregatorKey")
5101
5093
  def aggregator_key(self) -> Optional[str]:
5102
5094
  """
5103
- (Updatable) The owning object's key for this object.
5095
+ The owning object key for this object.
5104
5096
  """
5105
5097
  return pulumi.get(self, "aggregator_key")
5106
5098
 
@@ -5156,7 +5148,7 @@ class WorkspaceProjectMetadata(dict):
5156
5148
  @pulumi.getter(name="isFavorite")
5157
5149
  def is_favorite(self) -> Optional[bool]:
5158
5150
  """
5159
- (Updatable) Specifies whether this object is a favorite or not.
5151
+ Specifies whether this object is a favorite or not.
5160
5152
  """
5161
5153
  return pulumi.get(self, "is_favorite")
5162
5154
 
@@ -5164,7 +5156,7 @@ class WorkspaceProjectMetadata(dict):
5164
5156
  @pulumi.getter
5165
5157
  def labels(self) -> Optional[Sequence[str]]:
5166
5158
  """
5167
- (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.
5159
+ 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.
5168
5160
  """
5169
5161
  return pulumi.get(self, "labels")
5170
5162
 
@@ -5172,7 +5164,7 @@ class WorkspaceProjectMetadata(dict):
5172
5164
  @pulumi.getter(name="registryVersion")
5173
5165
  def registry_version(self) -> Optional[int]:
5174
5166
  """
5175
- (Updatable) The registry version.
5167
+ The registry version of the object.
5176
5168
  """
5177
5169
  return pulumi.get(self, "registry_version")
5178
5170
 
@@ -5220,7 +5212,7 @@ class WorkspaceProjectMetadataAggregator(dict):
5220
5212
  """
5221
5213
  :param str description: (Updatable) A user defined description for the project.
5222
5214
  :param 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.
5223
- :param str key: (Updatable) The identifying key for the object.
5215
+ :param str key: (Updatable) Generated key that can be used in API calls to identify project.
5224
5216
  :param 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.
5225
5217
  :param str type: The type of the aggregator.
5226
5218
  """
@@ -5255,7 +5247,7 @@ class WorkspaceProjectMetadataAggregator(dict):
5255
5247
  @pulumi.getter
5256
5248
  def key(self) -> Optional[str]:
5257
5249
  """
5258
- (Updatable) The identifying key for the object.
5250
+ (Updatable) Generated key that can be used in API calls to identify project.
5259
5251
  """
5260
5252
  return pulumi.get(self, "key")
5261
5253
 
@@ -5530,8 +5522,8 @@ class WorkspaceTaskAuthConfig(dict):
5530
5522
  parent_ref: Optional['outputs.WorkspaceTaskAuthConfigParentRef'] = None,
5531
5523
  resource_principal_source: Optional[str] = None):
5532
5524
  """
5533
- :param str key: (Updatable) The key of the object.
5534
- :param str model_type: (Updatable) The type of the types object.
5525
+ :param str key: (Updatable) Generated key that can be used in API calls to identify this object.
5526
+ :param str model_type: (Updatable) The specific authentication configuration to be used for Generic REST invocation.
5535
5527
  :param str model_version: (Updatable) The model version of an object.
5536
5528
  :param 'WorkspaceTaskAuthConfigParentRefArgs' parent_ref: (Updatable) A reference to the object's parent.
5537
5529
  :param str resource_principal_source: (Updatable) The Oracle Cloud Infrastructure resource type that will supply the authentication token
@@ -5551,7 +5543,7 @@ class WorkspaceTaskAuthConfig(dict):
5551
5543
  @pulumi.getter
5552
5544
  def key(self) -> Optional[str]:
5553
5545
  """
5554
- (Updatable) The key of the object.
5546
+ (Updatable) Generated key that can be used in API calls to identify this object.
5555
5547
  """
5556
5548
  return pulumi.get(self, "key")
5557
5549
 
@@ -5559,7 +5551,7 @@ class WorkspaceTaskAuthConfig(dict):
5559
5551
  @pulumi.getter(name="modelType")
5560
5552
  def model_type(self) -> Optional[str]:
5561
5553
  """
5562
- (Updatable) The type of the types object.
5554
+ (Updatable) The specific authentication configuration to be used for Generic REST invocation.
5563
5555
  """
5564
5556
  return pulumi.get(self, "model_type")
5565
5557
 
@@ -5669,9 +5661,9 @@ class WorkspaceTaskCancelRestCallConfig(dict):
5669
5661
  request_headers: Optional[Mapping[str, Any]] = None):
5670
5662
  """
5671
5663
  :param 'WorkspaceTaskCancelRestCallConfigConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
5672
- :param str key: (Updatable) The key of the object.
5664
+ :param 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.
5673
5665
  :param str method_type: (Updatable) The REST method to use.
5674
- :param str model_type: (Updatable) The type of the types object.
5666
+ :param str model_type: (Updatable) The type of the task.
5675
5667
  :param Mapping[str, Any] request_headers: (Updatable) The headers for the REST call.
5676
5668
  """
5677
5669
  if config_values is not None:
@@ -5697,7 +5689,7 @@ class WorkspaceTaskCancelRestCallConfig(dict):
5697
5689
  @pulumi.getter
5698
5690
  def key(self) -> Optional[str]:
5699
5691
  """
5700
- (Updatable) The key of the object.
5692
+ (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.
5701
5693
  """
5702
5694
  return pulumi.get(self, "key")
5703
5695
 
@@ -5713,7 +5705,7 @@ class WorkspaceTaskCancelRestCallConfig(dict):
5713
5705
  @pulumi.getter(name="modelType")
5714
5706
  def model_type(self) -> Optional[str]:
5715
5707
  """
5716
- (Updatable) The type of the types object.
5708
+ (Updatable) The type of the task.
5717
5709
  """
5718
5710
  return pulumi.get(self, "model_type")
5719
5711
 
@@ -5841,8 +5833,8 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5841
5833
  parameter_value: Optional[str] = None,
5842
5834
  ref_value: Optional['outputs.WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue'] = None):
5843
5835
  """
5844
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
5845
- :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: (Updatable) The root object reference value.
5836
+ :param str parameter_value: Reference to the parameter by its key.
5837
+ :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: The root object reference value.
5846
5838
  """
5847
5839
  if parameter_value is not None:
5848
5840
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -5853,7 +5845,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5853
5845
  @pulumi.getter(name="parameterValue")
5854
5846
  def parameter_value(self) -> Optional[str]:
5855
5847
  """
5856
- (Updatable) Reference to the parameter by its key.
5848
+ Reference to the parameter by its key.
5857
5849
  """
5858
5850
  return pulumi.get(self, "parameter_value")
5859
5851
 
@@ -5861,7 +5853,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5861
5853
  @pulumi.getter(name="refValue")
5862
5854
  def ref_value(self) -> Optional['outputs.WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue']:
5863
5855
  """
5864
- (Updatable) The root object reference value.
5856
+ The root object reference value.
5865
5857
  """
5866
5858
  return pulumi.get(self, "ref_value")
5867
5859
 
@@ -5892,9 +5884,9 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5892
5884
  key: Optional[str] = None,
5893
5885
  model_type: Optional[str] = None):
5894
5886
  """
5895
- :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
5896
- :param str key: (Updatable) The key of the object.
5897
- :param str model_type: (Updatable) The type of the types object.
5887
+ :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: Configuration values can be string, objects, or parameters.
5888
+ :param 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.
5889
+ :param str model_type: (Updatable) The type of the task.
5898
5890
  """
5899
5891
  if config_values is not None:
5900
5892
  pulumi.set(__self__, "config_values", config_values)
@@ -5907,7 +5899,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5907
5899
  @pulumi.getter(name="configValues")
5908
5900
  def config_values(self) -> Optional['outputs.WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues']:
5909
5901
  """
5910
- (Updatable) Configuration values can be string, objects, or parameters.
5902
+ Configuration values can be string, objects, or parameters.
5911
5903
  """
5912
5904
  return pulumi.get(self, "config_values")
5913
5905
 
@@ -5915,7 +5907,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5915
5907
  @pulumi.getter
5916
5908
  def key(self) -> Optional[str]:
5917
5909
  """
5918
- (Updatable) The key of the object.
5910
+ (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.
5919
5911
  """
5920
5912
  return pulumi.get(self, "key")
5921
5913
 
@@ -5923,7 +5915,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5923
5915
  @pulumi.getter(name="modelType")
5924
5916
  def model_type(self) -> Optional[str]:
5925
5917
  """
5926
- (Updatable) The type of the types object.
5918
+ (Updatable) The type of the task.
5927
5919
  """
5928
5920
  return pulumi.get(self, "model_type")
5929
5921
 
@@ -5950,7 +5942,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5950
5942
  def __init__(__self__, *,
5951
5943
  config_param_values: Optional['outputs.WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues'] = None):
5952
5944
  """
5953
- :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: (Updatable) The configuration parameter values.
5945
+ :param 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: The configuration parameter values.
5954
5946
  """
5955
5947
  if config_param_values is not None:
5956
5948
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -5959,7 +5951,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5959
5951
  @pulumi.getter(name="configParamValues")
5960
5952
  def config_param_values(self) -> Optional['outputs.WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues']:
5961
5953
  """
5962
- (Updatable) The configuration parameter values.
5954
+ The configuration parameter values.
5963
5955
  """
5964
5956
  return pulumi.get(self, "config_param_values")
5965
5957
 
@@ -6016,7 +6008,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
6016
6008
  def __init__(__self__, *,
6017
6009
  string_value: Optional[str] = None):
6018
6010
  """
6019
- :param str string_value: (Updatable) A string value of the parameter.
6011
+ :param str string_value: A string value of the parameter.
6020
6012
  """
6021
6013
  if string_value is not None:
6022
6014
  pulumi.set(__self__, "string_value", string_value)
@@ -6025,7 +6017,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
6025
6017
  @pulumi.getter(name="stringValue")
6026
6018
  def string_value(self) -> Optional[str]:
6027
6019
  """
6028
- (Updatable) A string value of the parameter.
6020
+ A string value of the parameter.
6029
6021
  """
6030
6022
  return pulumi.get(self, "string_value")
6031
6023
 
@@ -6052,7 +6044,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl(d
6052
6044
  def __init__(__self__, *,
6053
6045
  string_value: Optional[str] = None):
6054
6046
  """
6055
- :param str string_value: (Updatable) A string value of the parameter.
6047
+ :param str string_value: A string value of the parameter.
6056
6048
  """
6057
6049
  if string_value is not None:
6058
6050
  pulumi.set(__self__, "string_value", string_value)
@@ -6061,7 +6053,7 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl(d
6061
6053
  @pulumi.getter(name="stringValue")
6062
6054
  def string_value(self) -> Optional[str]:
6063
6055
  """
6064
- (Updatable) A string value of the parameter.
6056
+ A string value of the parameter.
6065
6057
  """
6066
6058
  return pulumi.get(self, "string_value")
6067
6059
 
@@ -6156,7 +6148,7 @@ class WorkspaceTaskConfigProviderDelegateBinding(dict):
6156
6148
  key: Optional[str] = None,
6157
6149
  parameter_values: Optional['outputs.WorkspaceTaskConfigProviderDelegateBindingParameterValues'] = None):
6158
6150
  """
6159
- :param str key: (Updatable) The key of the object.
6151
+ :param 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.
6160
6152
  """
6161
6153
  if key is not None:
6162
6154
  pulumi.set(__self__, "key", key)
@@ -6167,7 +6159,7 @@ class WorkspaceTaskConfigProviderDelegateBinding(dict):
6167
6159
  @pulumi.getter
6168
6160
  def key(self) -> Optional[str]:
6169
6161
  """
6170
- (Updatable) The key of the object.
6162
+ (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.
6171
6163
  """
6172
6164
  return pulumi.get(self, "key")
6173
6165
 
@@ -6202,8 +6194,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValues(dict):
6202
6194
  root_object_value: Optional['outputs.WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue'] = None,
6203
6195
  simple_value: Optional[str] = None):
6204
6196
  """
6205
- :param 'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs' root_object_value: (Updatable) The root object value, used in custom parameters.
6206
- :param str simple_value: A simple value for the parameter.
6197
+ :param 'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs' root_object_value: The root object value, used in custom parameters.
6207
6198
  """
6208
6199
  if root_object_value is not None:
6209
6200
  pulumi.set(__self__, "root_object_value", root_object_value)
@@ -6214,16 +6205,13 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValues(dict):
6214
6205
  @pulumi.getter(name="rootObjectValue")
6215
6206
  def root_object_value(self) -> Optional['outputs.WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue']:
6216
6207
  """
6217
- (Updatable) The root object value, used in custom parameters.
6208
+ The root object value, used in custom parameters.
6218
6209
  """
6219
6210
  return pulumi.get(self, "root_object_value")
6220
6211
 
6221
6212
  @property
6222
6213
  @pulumi.getter(name="simpleValue")
6223
6214
  def simple_value(self) -> Optional[str]:
6224
- """
6225
- A simple value for the parameter.
6226
- """
6227
6215
  return pulumi.get(self, "simple_value")
6228
6216
 
6229
6217
 
@@ -6256,9 +6244,9 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue(d
6256
6244
  model_version: Optional[str] = None,
6257
6245
  object_status: Optional[int] = None):
6258
6246
  """
6259
- :param str key: (Updatable) The key of the object.
6260
- :param str model_type: (Updatable) The type of the types object.
6261
- :param str model_version: (Updatable) The model version of an object.
6247
+ :param 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.
6248
+ :param str model_type: (Updatable) The type of the task.
6249
+ :param str model_version: (Updatable) The object's model version.
6262
6250
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
6263
6251
  """
6264
6252
  if key is not None:
@@ -6274,7 +6262,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue(d
6274
6262
  @pulumi.getter
6275
6263
  def key(self) -> Optional[str]:
6276
6264
  """
6277
- (Updatable) The key of the object.
6265
+ (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.
6278
6266
  """
6279
6267
  return pulumi.get(self, "key")
6280
6268
 
@@ -6282,7 +6270,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue(d
6282
6270
  @pulumi.getter(name="modelType")
6283
6271
  def model_type(self) -> Optional[str]:
6284
6272
  """
6285
- (Updatable) The type of the types object.
6273
+ (Updatable) The type of the task.
6286
6274
  """
6287
6275
  return pulumi.get(self, "model_type")
6288
6276
 
@@ -6290,7 +6278,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValue(d
6290
6278
  @pulumi.getter(name="modelVersion")
6291
6279
  def model_version(self) -> Optional[str]:
6292
6280
  """
6293
- (Updatable) The model version of an object.
6281
+ (Updatable) The object's model version.
6294
6282
  """
6295
6283
  return pulumi.get(self, "model_version")
6296
6284
 
@@ -6336,9 +6324,9 @@ class WorkspaceTaskExecuteRestCallConfig(dict):
6336
6324
  request_headers: Optional[Mapping[str, Any]] = None):
6337
6325
  """
6338
6326
  :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
6339
- :param str key: (Updatable) The key of the object.
6327
+ :param 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.
6340
6328
  :param str method_type: (Updatable) The REST method to use.
6341
- :param str model_type: (Updatable) The type of the types object.
6329
+ :param str model_type: (Updatable) The type of the task.
6342
6330
  :param Mapping[str, Any] request_headers: (Updatable) The headers for the REST call.
6343
6331
  """
6344
6332
  if config_values is not None:
@@ -6364,7 +6352,7 @@ class WorkspaceTaskExecuteRestCallConfig(dict):
6364
6352
  @pulumi.getter
6365
6353
  def key(self) -> Optional[str]:
6366
6354
  """
6367
- (Updatable) The key of the object.
6355
+ (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.
6368
6356
  """
6369
6357
  return pulumi.get(self, "key")
6370
6358
 
@@ -6380,7 +6368,7 @@ class WorkspaceTaskExecuteRestCallConfig(dict):
6380
6368
  @pulumi.getter(name="modelType")
6381
6369
  def model_type(self) -> Optional[str]:
6382
6370
  """
6383
- (Updatable) The type of the types object.
6371
+ (Updatable) The type of the task.
6384
6372
  """
6385
6373
  return pulumi.get(self, "model_type")
6386
6374
 
@@ -6508,8 +6496,8 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6508
6496
  parameter_value: Optional[str] = None,
6509
6497
  ref_value: Optional['outputs.WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue'] = None):
6510
6498
  """
6511
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
6512
- :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: (Updatable) The root object reference value.
6499
+ :param str parameter_value: Reference to the parameter by its key.
6500
+ :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: The root object reference value.
6513
6501
  """
6514
6502
  if parameter_value is not None:
6515
6503
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -6520,7 +6508,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6520
6508
  @pulumi.getter(name="parameterValue")
6521
6509
  def parameter_value(self) -> Optional[str]:
6522
6510
  """
6523
- (Updatable) Reference to the parameter by its key.
6511
+ Reference to the parameter by its key.
6524
6512
  """
6525
6513
  return pulumi.get(self, "parameter_value")
6526
6514
 
@@ -6528,7 +6516,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6528
6516
  @pulumi.getter(name="refValue")
6529
6517
  def ref_value(self) -> Optional['outputs.WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue']:
6530
6518
  """
6531
- (Updatable) The root object reference value.
6519
+ The root object reference value.
6532
6520
  """
6533
6521
  return pulumi.get(self, "ref_value")
6534
6522
 
@@ -6559,9 +6547,9 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6559
6547
  key: Optional[str] = None,
6560
6548
  model_type: Optional[str] = None):
6561
6549
  """
6562
- :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
6563
- :param str key: (Updatable) The key of the object.
6564
- :param str model_type: (Updatable) The type of the types object.
6550
+ :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: Configuration values can be string, objects, or parameters.
6551
+ :param 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.
6552
+ :param str model_type: (Updatable) The type of the task.
6565
6553
  """
6566
6554
  if config_values is not None:
6567
6555
  pulumi.set(__self__, "config_values", config_values)
@@ -6574,7 +6562,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6574
6562
  @pulumi.getter(name="configValues")
6575
6563
  def config_values(self) -> Optional['outputs.WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues']:
6576
6564
  """
6577
- (Updatable) Configuration values can be string, objects, or parameters.
6565
+ Configuration values can be string, objects, or parameters.
6578
6566
  """
6579
6567
  return pulumi.get(self, "config_values")
6580
6568
 
@@ -6582,7 +6570,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6582
6570
  @pulumi.getter
6583
6571
  def key(self) -> Optional[str]:
6584
6572
  """
6585
- (Updatable) The key of the object.
6573
+ (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.
6586
6574
  """
6587
6575
  return pulumi.get(self, "key")
6588
6576
 
@@ -6590,7 +6578,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6590
6578
  @pulumi.getter(name="modelType")
6591
6579
  def model_type(self) -> Optional[str]:
6592
6580
  """
6593
- (Updatable) The type of the types object.
6581
+ (Updatable) The type of the task.
6594
6582
  """
6595
6583
  return pulumi.get(self, "model_type")
6596
6584
 
@@ -6617,7 +6605,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6617
6605
  def __init__(__self__, *,
6618
6606
  config_param_values: Optional['outputs.WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues'] = None):
6619
6607
  """
6620
- :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: (Updatable) The configuration parameter values.
6608
+ :param 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: The configuration parameter values.
6621
6609
  """
6622
6610
  if config_param_values is not None:
6623
6611
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -6626,7 +6614,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6626
6614
  @pulumi.getter(name="configParamValues")
6627
6615
  def config_param_values(self) -> Optional['outputs.WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues']:
6628
6616
  """
6629
- (Updatable) The configuration parameter values.
6617
+ The configuration parameter values.
6630
6618
  """
6631
6619
  return pulumi.get(self, "config_param_values")
6632
6620
 
@@ -6683,7 +6671,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6683
6671
  def __init__(__self__, *,
6684
6672
  string_value: Optional[str] = None):
6685
6673
  """
6686
- :param str string_value: (Updatable) A string value of the parameter.
6674
+ :param str string_value: A string value of the parameter.
6687
6675
  """
6688
6676
  if string_value is not None:
6689
6677
  pulumi.set(__self__, "string_value", string_value)
@@ -6692,7 +6680,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6692
6680
  @pulumi.getter(name="stringValue")
6693
6681
  def string_value(self) -> Optional[str]:
6694
6682
  """
6695
- (Updatable) A string value of the parameter.
6683
+ A string value of the parameter.
6696
6684
  """
6697
6685
  return pulumi.get(self, "string_value")
6698
6686
 
@@ -6719,7 +6707,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl(
6719
6707
  def __init__(__self__, *,
6720
6708
  string_value: Optional[str] = None):
6721
6709
  """
6722
- :param str string_value: (Updatable) A string value of the parameter.
6710
+ :param str string_value: A string value of the parameter.
6723
6711
  """
6724
6712
  if string_value is not None:
6725
6713
  pulumi.set(__self__, "string_value", string_value)
@@ -6728,7 +6716,7 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl(
6728
6716
  @pulumi.getter(name="stringValue")
6729
6717
  def string_value(self) -> Optional[str]:
6730
6718
  """
6731
- (Updatable) A string value of the parameter.
6719
+ A string value of the parameter.
6732
6720
  """
6733
6721
  return pulumi.get(self, "string_value")
6734
6722
 
@@ -7243,20 +7231,20 @@ class WorkspaceTaskMetadata(dict):
7243
7231
  updated_by: Optional[str] = None,
7244
7232
  updated_by_name: Optional[str] = None):
7245
7233
  """
7246
- :param str aggregator_key: (Updatable) The owning object's key for this object.
7247
- :param Sequence['WorkspaceTaskMetadataAggregatorArgs'] aggregators: (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
7248
- :param Sequence['WorkspaceTaskMetadataCountStatisticArgs'] count_statistics: (Updatable) A count statistics.
7249
- :param str created_by: (Updatable) The user that created the object.
7250
- :param str created_by_name: (Updatable) The user that created the object.
7251
- :param str identifier_path: (Updatable) The full path to identify this object.
7252
- :param Mapping[str, Any] info_fields: (Updatable) Information property fields.
7253
- :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
7254
- :param Sequence[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.
7255
- :param int registry_version: (Updatable) The registry version.
7256
- :param str time_created: (Updatable) The date and time that the object was created.
7257
- :param str time_updated: (Updatable) The date and time that the object was updated.
7258
- :param str updated_by: (Updatable) The user that updated the object.
7259
- :param str updated_by_name: (Updatable) The user that updated the object.
7234
+ :param str aggregator_key: The owning object's key for this object.
7235
+ :param Sequence['WorkspaceTaskMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
7236
+ :param Sequence['WorkspaceTaskMetadataCountStatisticArgs'] count_statistics: A count statistics.
7237
+ :param str created_by: The user that created the object.
7238
+ :param str created_by_name: The user that created the object.
7239
+ :param str identifier_path: The full path to identify this object.
7240
+ :param Mapping[str, Any] info_fields: Information property fields.
7241
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
7242
+ :param Sequence[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.
7243
+ :param int registry_version: The registry version.
7244
+ :param str time_created: The date and time that the object was created.
7245
+ :param str time_updated: The date and time that the object was updated.
7246
+ :param str updated_by: The user that updated the object.
7247
+ :param str updated_by_name: The user that updated the object.
7260
7248
  """
7261
7249
  if aggregator_key is not None:
7262
7250
  pulumi.set(__self__, "aggregator_key", aggregator_key)
@@ -7291,7 +7279,7 @@ class WorkspaceTaskMetadata(dict):
7291
7279
  @pulumi.getter(name="aggregatorKey")
7292
7280
  def aggregator_key(self) -> Optional[str]:
7293
7281
  """
7294
- (Updatable) The owning object's key for this object.
7282
+ The owning object's key for this object.
7295
7283
  """
7296
7284
  return pulumi.get(self, "aggregator_key")
7297
7285
 
@@ -7299,7 +7287,7 @@ class WorkspaceTaskMetadata(dict):
7299
7287
  @pulumi.getter
7300
7288
  def aggregators(self) -> Optional[Sequence['outputs.WorkspaceTaskMetadataAggregator']]:
7301
7289
  """
7302
- (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
7290
+ A summary type containing information about the object's aggregator including its type, key, name and description.
7303
7291
  """
7304
7292
  return pulumi.get(self, "aggregators")
7305
7293
 
@@ -7307,7 +7295,7 @@ class WorkspaceTaskMetadata(dict):
7307
7295
  @pulumi.getter(name="countStatistics")
7308
7296
  def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceTaskMetadataCountStatistic']]:
7309
7297
  """
7310
- (Updatable) A count statistics.
7298
+ A count statistics.
7311
7299
  """
7312
7300
  return pulumi.get(self, "count_statistics")
7313
7301
 
@@ -7315,7 +7303,7 @@ class WorkspaceTaskMetadata(dict):
7315
7303
  @pulumi.getter(name="createdBy")
7316
7304
  def created_by(self) -> Optional[str]:
7317
7305
  """
7318
- (Updatable) The user that created the object.
7306
+ The user that created the object.
7319
7307
  """
7320
7308
  return pulumi.get(self, "created_by")
7321
7309
 
@@ -7323,7 +7311,7 @@ class WorkspaceTaskMetadata(dict):
7323
7311
  @pulumi.getter(name="createdByName")
7324
7312
  def created_by_name(self) -> Optional[str]:
7325
7313
  """
7326
- (Updatable) The user that created the object.
7314
+ The user that created the object.
7327
7315
  """
7328
7316
  return pulumi.get(self, "created_by_name")
7329
7317
 
@@ -7331,7 +7319,7 @@ class WorkspaceTaskMetadata(dict):
7331
7319
  @pulumi.getter(name="identifierPath")
7332
7320
  def identifier_path(self) -> Optional[str]:
7333
7321
  """
7334
- (Updatable) The full path to identify this object.
7322
+ The full path to identify this object.
7335
7323
  """
7336
7324
  return pulumi.get(self, "identifier_path")
7337
7325
 
@@ -7339,7 +7327,7 @@ class WorkspaceTaskMetadata(dict):
7339
7327
  @pulumi.getter(name="infoFields")
7340
7328
  def info_fields(self) -> Optional[Mapping[str, Any]]:
7341
7329
  """
7342
- (Updatable) Information property fields.
7330
+ Information property fields.
7343
7331
  """
7344
7332
  return pulumi.get(self, "info_fields")
7345
7333
 
@@ -7347,7 +7335,7 @@ class WorkspaceTaskMetadata(dict):
7347
7335
  @pulumi.getter(name="isFavorite")
7348
7336
  def is_favorite(self) -> Optional[bool]:
7349
7337
  """
7350
- (Updatable) Specifies whether this object is a favorite or not.
7338
+ Specifies whether this object is a favorite or not.
7351
7339
  """
7352
7340
  return pulumi.get(self, "is_favorite")
7353
7341
 
@@ -7355,7 +7343,7 @@ class WorkspaceTaskMetadata(dict):
7355
7343
  @pulumi.getter
7356
7344
  def labels(self) -> Optional[Sequence[str]]:
7357
7345
  """
7358
- (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.
7346
+ 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.
7359
7347
  """
7360
7348
  return pulumi.get(self, "labels")
7361
7349
 
@@ -7363,7 +7351,7 @@ class WorkspaceTaskMetadata(dict):
7363
7351
  @pulumi.getter(name="registryVersion")
7364
7352
  def registry_version(self) -> Optional[int]:
7365
7353
  """
7366
- (Updatable) The registry version.
7354
+ The registry version.
7367
7355
  """
7368
7356
  return pulumi.get(self, "registry_version")
7369
7357
 
@@ -7371,7 +7359,7 @@ class WorkspaceTaskMetadata(dict):
7371
7359
  @pulumi.getter(name="timeCreated")
7372
7360
  def time_created(self) -> Optional[str]:
7373
7361
  """
7374
- (Updatable) The date and time that the object was created.
7362
+ The date and time that the object was created.
7375
7363
  """
7376
7364
  return pulumi.get(self, "time_created")
7377
7365
 
@@ -7379,7 +7367,7 @@ class WorkspaceTaskMetadata(dict):
7379
7367
  @pulumi.getter(name="timeUpdated")
7380
7368
  def time_updated(self) -> Optional[str]:
7381
7369
  """
7382
- (Updatable) The date and time that the object was updated.
7370
+ The date and time that the object was updated.
7383
7371
  """
7384
7372
  return pulumi.get(self, "time_updated")
7385
7373
 
@@ -7387,7 +7375,7 @@ class WorkspaceTaskMetadata(dict):
7387
7375
  @pulumi.getter(name="updatedBy")
7388
7376
  def updated_by(self) -> Optional[str]:
7389
7377
  """
7390
- (Updatable) The user that updated the object.
7378
+ The user that updated the object.
7391
7379
  """
7392
7380
  return pulumi.get(self, "updated_by")
7393
7381
 
@@ -7395,7 +7383,7 @@ class WorkspaceTaskMetadata(dict):
7395
7383
  @pulumi.getter(name="updatedByName")
7396
7384
  def updated_by_name(self) -> Optional[str]:
7397
7385
  """
7398
- (Updatable) The user that updated the object.
7386
+ The user that updated the object.
7399
7387
  """
7400
7388
  return pulumi.get(self, "updated_by_name")
7401
7389
 
@@ -7411,9 +7399,9 @@ class WorkspaceTaskMetadataAggregator(dict):
7411
7399
  """
7412
7400
  :param str description: (Updatable) Detailed description for the object.
7413
7401
  :param 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.
7414
- :param str key: (Updatable) The key of the object.
7402
+ :param 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.
7415
7403
  :param 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.
7416
- :param str type: (Updatable) The object type.
7404
+ :param str type: The object type.
7417
7405
  """
7418
7406
  if description is not None:
7419
7407
  pulumi.set(__self__, "description", description)
@@ -7446,7 +7434,7 @@ class WorkspaceTaskMetadataAggregator(dict):
7446
7434
  @pulumi.getter
7447
7435
  def key(self) -> Optional[str]:
7448
7436
  """
7449
- (Updatable) The key of the object.
7437
+ (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.
7450
7438
  """
7451
7439
  return pulumi.get(self, "key")
7452
7440
 
@@ -7462,7 +7450,7 @@ class WorkspaceTaskMetadataAggregator(dict):
7462
7450
  @pulumi.getter
7463
7451
  def type(self) -> Optional[str]:
7464
7452
  """
7465
- (Updatable) The object type.
7453
+ The object type.
7466
7454
  """
7467
7455
  return pulumi.get(self, "type")
7468
7456
 
@@ -7489,7 +7477,7 @@ class WorkspaceTaskMetadataCountStatistic(dict):
7489
7477
  def __init__(__self__, *,
7490
7478
  object_type_count_lists: Optional[Sequence['outputs.WorkspaceTaskMetadataCountStatisticObjectTypeCountList']] = None):
7491
7479
  """
7492
- :param Sequence['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: (Updatable) The array of statistics.
7480
+ :param Sequence['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
7493
7481
  """
7494
7482
  if object_type_count_lists is not None:
7495
7483
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
@@ -7498,7 +7486,7 @@ class WorkspaceTaskMetadataCountStatistic(dict):
7498
7486
  @pulumi.getter(name="objectTypeCountLists")
7499
7487
  def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceTaskMetadataCountStatisticObjectTypeCountList']]:
7500
7488
  """
7501
- (Updatable) The array of statistics.
7489
+ The array of statistics.
7502
7490
  """
7503
7491
  return pulumi.get(self, "object_type_count_lists")
7504
7492
 
@@ -7528,8 +7516,8 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountList(dict):
7528
7516
  object_count: Optional[str] = None,
7529
7517
  object_type: Optional[str] = None):
7530
7518
  """
7531
- :param str object_count: (Updatable) The value for the count statistic object.
7532
- :param str object_type: (Updatable) The type of object for the count statistic object.
7519
+ :param str object_count: The value for the count statistic object.
7520
+ :param str object_type: The type of object for the count statistic object.
7533
7521
  """
7534
7522
  if object_count is not None:
7535
7523
  pulumi.set(__self__, "object_count", object_count)
@@ -7540,7 +7528,7 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountList(dict):
7540
7528
  @pulumi.getter(name="objectCount")
7541
7529
  def object_count(self) -> Optional[str]:
7542
7530
  """
7543
- (Updatable) The value for the count statistic object.
7531
+ The value for the count statistic object.
7544
7532
  """
7545
7533
  return pulumi.get(self, "object_count")
7546
7534
 
@@ -7548,7 +7536,7 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountList(dict):
7548
7536
  @pulumi.getter(name="objectType")
7549
7537
  def object_type(self) -> Optional[str]:
7550
7538
  """
7551
- (Updatable) The type of object for the count statistic object.
7539
+ The type of object for the count statistic object.
7552
7540
  """
7553
7541
  return pulumi.get(self, "object_type")
7554
7542
 
@@ -7626,7 +7614,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValues(dict):
7626
7614
  config_param_value: Optional['outputs.WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue'] = None,
7627
7615
  key: Optional[str] = None):
7628
7616
  """
7629
- :param str key: (Updatable) The key of the object.
7617
+ :param 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.
7630
7618
  """
7631
7619
  if config_param_value is not None:
7632
7620
  pulumi.set(__self__, "config_param_value", config_param_value)
@@ -7642,7 +7630,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValues(dict):
7642
7630
  @pulumi.getter
7643
7631
  def key(self) -> Optional[str]:
7644
7632
  """
7645
- (Updatable) The key of the object.
7633
+ (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.
7646
7634
  """
7647
7635
  return pulumi.get(self, "key")
7648
7636
 
@@ -7684,12 +7672,12 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7684
7672
  root_object_value: Optional['outputs.WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue'] = None,
7685
7673
  string_value: Optional[str] = None):
7686
7674
  """
7687
- :param int int_value: (Updatable) An integer value of the parameter.
7688
- :param str object_value: (Updatable) An object value of the parameter.
7689
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
7690
- :param 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs' ref_value: (Updatable) The root object reference value.
7691
- :param 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs' root_object_value: (Updatable) The root object value, used in custom parameters.
7692
- :param str string_value: (Updatable) A string value of the parameter.
7675
+ :param int int_value: An integer value of the parameter.
7676
+ :param str object_value: An object value of the parameter.
7677
+ :param str parameter_value: Reference to the parameter by its key.
7678
+ :param 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs' ref_value: The root object reference value.
7679
+ :param 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs' root_object_value: The root object value, used in custom parameters.
7680
+ :param str string_value: A string value of the parameter.
7693
7681
  """
7694
7682
  if int_value is not None:
7695
7683
  pulumi.set(__self__, "int_value", int_value)
@@ -7708,7 +7696,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7708
7696
  @pulumi.getter(name="intValue")
7709
7697
  def int_value(self) -> Optional[int]:
7710
7698
  """
7711
- (Updatable) An integer value of the parameter.
7699
+ An integer value of the parameter.
7712
7700
  """
7713
7701
  return pulumi.get(self, "int_value")
7714
7702
 
@@ -7716,7 +7704,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7716
7704
  @pulumi.getter(name="objectValue")
7717
7705
  def object_value(self) -> Optional[str]:
7718
7706
  """
7719
- (Updatable) An object value of the parameter.
7707
+ An object value of the parameter.
7720
7708
  """
7721
7709
  return pulumi.get(self, "object_value")
7722
7710
 
@@ -7724,7 +7712,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7724
7712
  @pulumi.getter(name="parameterValue")
7725
7713
  def parameter_value(self) -> Optional[str]:
7726
7714
  """
7727
- (Updatable) Reference to the parameter by its key.
7715
+ Reference to the parameter by its key.
7728
7716
  """
7729
7717
  return pulumi.get(self, "parameter_value")
7730
7718
 
@@ -7732,7 +7720,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7732
7720
  @pulumi.getter(name="refValue")
7733
7721
  def ref_value(self) -> Optional['outputs.WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue']:
7734
7722
  """
7735
- (Updatable) The root object reference value.
7723
+ The root object reference value.
7736
7724
  """
7737
7725
  return pulumi.get(self, "ref_value")
7738
7726
 
@@ -7740,7 +7728,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7740
7728
  @pulumi.getter(name="rootObjectValue")
7741
7729
  def root_object_value(self) -> Optional['outputs.WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue']:
7742
7730
  """
7743
- (Updatable) The root object value, used in custom parameters.
7731
+ The root object value, used in custom parameters.
7744
7732
  """
7745
7733
  return pulumi.get(self, "root_object_value")
7746
7734
 
@@ -7748,7 +7736,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue(dict):
7748
7736
  @pulumi.getter(name="stringValue")
7749
7737
  def string_value(self) -> Optional[str]:
7750
7738
  """
7751
- (Updatable) A string value of the parameter.
7739
+ A string value of the parameter.
7752
7740
  """
7753
7741
  return pulumi.get(self, "string_value")
7754
7742
 
@@ -7783,9 +7771,9 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue(dict)
7783
7771
  name: Optional[str] = None,
7784
7772
  object_status: Optional[int] = None):
7785
7773
  """
7786
- :param str key: (Updatable) The key of the object.
7787
- :param str model_type: (Updatable) The type of the types object.
7788
- :param str model_version: (Updatable) The model version of an object.
7774
+ :param 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.
7775
+ :param str model_type: (Updatable) The type of the task.
7776
+ :param str model_version: (Updatable) The object's model version.
7789
7777
  :param 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.
7790
7778
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
7791
7779
  """
@@ -7804,7 +7792,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue(dict)
7804
7792
  @pulumi.getter
7805
7793
  def key(self) -> Optional[str]:
7806
7794
  """
7807
- (Updatable) The key of the object.
7795
+ (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.
7808
7796
  """
7809
7797
  return pulumi.get(self, "key")
7810
7798
 
@@ -7812,7 +7800,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue(dict)
7812
7800
  @pulumi.getter(name="modelType")
7813
7801
  def model_type(self) -> Optional[str]:
7814
7802
  """
7815
- (Updatable) The type of the types object.
7803
+ (Updatable) The type of the task.
7816
7804
  """
7817
7805
  return pulumi.get(self, "model_type")
7818
7806
 
@@ -7820,7 +7808,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue(dict)
7820
7808
  @pulumi.getter(name="modelVersion")
7821
7809
  def model_version(self) -> Optional[str]:
7822
7810
  """
7823
- (Updatable) The model version of an object.
7811
+ (Updatable) The object's model version.
7824
7812
  """
7825
7813
  return pulumi.get(self, "model_version")
7826
7814
 
@@ -7870,9 +7858,9 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7870
7858
  model_version: Optional[str] = None,
7871
7859
  object_status: Optional[int] = None):
7872
7860
  """
7873
- :param str key: (Updatable) The key of the object.
7874
- :param str model_type: (Updatable) The type of the types object.
7875
- :param str model_version: (Updatable) The model version of an object.
7861
+ :param 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.
7862
+ :param str model_type: (Updatable) The type of the task.
7863
+ :param str model_version: (Updatable) The object's model version.
7876
7864
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
7877
7865
  """
7878
7866
  if key is not None:
@@ -7888,7 +7876,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7888
7876
  @pulumi.getter
7889
7877
  def key(self) -> Optional[str]:
7890
7878
  """
7891
- (Updatable) The key of the object.
7879
+ (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.
7892
7880
  """
7893
7881
  return pulumi.get(self, "key")
7894
7882
 
@@ -7896,7 +7884,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7896
7884
  @pulumi.getter(name="modelType")
7897
7885
  def model_type(self) -> Optional[str]:
7898
7886
  """
7899
- (Updatable) The type of the types object.
7887
+ (Updatable) The type of the task.
7900
7888
  """
7901
7889
  return pulumi.get(self, "model_type")
7902
7890
 
@@ -7904,7 +7892,7 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7904
7892
  @pulumi.getter(name="modelVersion")
7905
7893
  def model_version(self) -> Optional[str]:
7906
7894
  """
7907
- (Updatable) The model version of an object.
7895
+ (Updatable) The object's model version.
7908
7896
  """
7909
7897
  return pulumi.get(self, "model_version")
7910
7898
 
@@ -8431,7 +8419,7 @@ class WorkspaceTaskParameter(dict):
8431
8419
  """
8432
8420
  :param str model_type: (Updatable) The type of the types object.
8433
8421
  :param 'WorkspaceTaskParameterConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
8434
- :param str default_value: (Updatable) A default value for the vairable.
8422
+ :param str default_value: (Updatable) The default value of the parameter.
8435
8423
  :param str description: (Updatable) Detailed description for the object.
8436
8424
  :param bool is_input: (Updatable) Specifies whether the parameter is input value.
8437
8425
  :param bool is_output: (Updatable) Specifies whether the parameter is output value.
@@ -8441,8 +8429,8 @@ class WorkspaceTaskParameter(dict):
8441
8429
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
8442
8430
  :param str output_aggregation_type: (Updatable) The output aggregation type.
8443
8431
  :param 'WorkspaceTaskParameterParentRefArgs' parent_ref: (Updatable) A reference to the object's parent.
8444
- :param str root_object_default_value: (Updatable) A base class for all model types, including First Class and its contained objects.
8445
- :param str type: (Updatable) The object type.
8432
+ :param str root_object_default_value: (Updatable) The default value of the parameter which can be an object in DIS, such as a data entity.
8433
+ :param str type: (Updatable) This can either be a string value referencing the type or a BaseType object.
8446
8434
  :param str type_name: (Updatable) The type of value the parameter was created for.
8447
8435
  :param str used_for: (Updatable) The param name for which parameter is created for for eg. driver Shape, Operation etc.
8448
8436
  """
@@ -8498,7 +8486,7 @@ class WorkspaceTaskParameter(dict):
8498
8486
  @pulumi.getter(name="defaultValue")
8499
8487
  def default_value(self) -> Optional[str]:
8500
8488
  """
8501
- (Updatable) A default value for the vairable.
8489
+ (Updatable) The default value of the parameter.
8502
8490
  """
8503
8491
  return pulumi.get(self, "default_value")
8504
8492
 
@@ -8578,7 +8566,7 @@ class WorkspaceTaskParameter(dict):
8578
8566
  @pulumi.getter(name="rootObjectDefaultValue")
8579
8567
  def root_object_default_value(self) -> Optional[str]:
8580
8568
  """
8581
- (Updatable) A base class for all model types, including First Class and its contained objects.
8569
+ (Updatable) The default value of the parameter which can be an object in DIS, such as a data entity.
8582
8570
  """
8583
8571
  return pulumi.get(self, "root_object_default_value")
8584
8572
 
@@ -8586,7 +8574,7 @@ class WorkspaceTaskParameter(dict):
8586
8574
  @pulumi.getter
8587
8575
  def type(self) -> Optional[str]:
8588
8576
  """
8589
- (Updatable) The object type.
8577
+ (Updatable) This can either be a string value referencing the type or a BaseType object.
8590
8578
  """
8591
8579
  return pulumi.get(self, "type")
8592
8580
 
@@ -8680,7 +8668,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValues(dict):
8680
8668
  config_param_value: Optional['outputs.WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue'] = None,
8681
8669
  key: Optional[str] = None):
8682
8670
  """
8683
- :param str key: (Updatable) The key of the object.
8671
+ :param 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.
8684
8672
  """
8685
8673
  if config_param_value is not None:
8686
8674
  pulumi.set(__self__, "config_param_value", config_param_value)
@@ -8696,7 +8684,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValues(dict):
8696
8684
  @pulumi.getter
8697
8685
  def key(self) -> Optional[str]:
8698
8686
  """
8699
- (Updatable) The key of the object.
8687
+ (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.
8700
8688
  """
8701
8689
  return pulumi.get(self, "key")
8702
8690
 
@@ -8738,12 +8726,12 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8738
8726
  root_object_value: Optional['outputs.WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValue'] = None,
8739
8727
  string_value: Optional[str] = None):
8740
8728
  """
8741
- :param int int_value: (Updatable) An integer value of the parameter.
8742
- :param str object_value: (Updatable) An object value of the parameter.
8743
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
8744
- :param 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs' ref_value: (Updatable) The root object reference value.
8745
- :param 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs' root_object_value: (Updatable) The root object value, used in custom parameters.
8746
- :param str string_value: (Updatable) A string value of the parameter.
8729
+ :param int int_value: An integer value of the parameter.
8730
+ :param str object_value: An object value of the parameter.
8731
+ :param str parameter_value: Reference to the parameter by its key.
8732
+ :param 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs' ref_value: The root object reference value.
8733
+ :param 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs' root_object_value: The root object value, used in custom parameters.
8734
+ :param str string_value: A string value of the parameter.
8747
8735
  """
8748
8736
  if int_value is not None:
8749
8737
  pulumi.set(__self__, "int_value", int_value)
@@ -8762,7 +8750,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8762
8750
  @pulumi.getter(name="intValue")
8763
8751
  def int_value(self) -> Optional[int]:
8764
8752
  """
8765
- (Updatable) An integer value of the parameter.
8753
+ An integer value of the parameter.
8766
8754
  """
8767
8755
  return pulumi.get(self, "int_value")
8768
8756
 
@@ -8770,7 +8758,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8770
8758
  @pulumi.getter(name="objectValue")
8771
8759
  def object_value(self) -> Optional[str]:
8772
8760
  """
8773
- (Updatable) An object value of the parameter.
8761
+ An object value of the parameter.
8774
8762
  """
8775
8763
  return pulumi.get(self, "object_value")
8776
8764
 
@@ -8778,7 +8766,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8778
8766
  @pulumi.getter(name="parameterValue")
8779
8767
  def parameter_value(self) -> Optional[str]:
8780
8768
  """
8781
- (Updatable) Reference to the parameter by its key.
8769
+ Reference to the parameter by its key.
8782
8770
  """
8783
8771
  return pulumi.get(self, "parameter_value")
8784
8772
 
@@ -8786,7 +8774,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8786
8774
  @pulumi.getter(name="refValue")
8787
8775
  def ref_value(self) -> Optional['outputs.WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValue']:
8788
8776
  """
8789
- (Updatable) The root object reference value.
8777
+ The root object reference value.
8790
8778
  """
8791
8779
  return pulumi.get(self, "ref_value")
8792
8780
 
@@ -8794,7 +8782,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8794
8782
  @pulumi.getter(name="rootObjectValue")
8795
8783
  def root_object_value(self) -> Optional['outputs.WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValue']:
8796
8784
  """
8797
- (Updatable) The root object value, used in custom parameters.
8785
+ The root object value, used in custom parameters.
8798
8786
  """
8799
8787
  return pulumi.get(self, "root_object_value")
8800
8788
 
@@ -8802,7 +8790,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValue(dict):
8802
8790
  @pulumi.getter(name="stringValue")
8803
8791
  def string_value(self) -> Optional[str]:
8804
8792
  """
8805
- (Updatable) A string value of the parameter.
8793
+ A string value of the parameter.
8806
8794
  """
8807
8795
  return pulumi.get(self, "string_value")
8808
8796
 
@@ -8837,9 +8825,9 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8837
8825
  name: Optional[str] = None,
8838
8826
  object_status: Optional[int] = None):
8839
8827
  """
8840
- :param str key: (Updatable) The key of the object.
8841
- :param str model_type: (Updatable) The type of the types object.
8842
- :param str model_version: (Updatable) The model version of an object.
8828
+ :param 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.
8829
+ :param str model_type: (Updatable) The type of the task.
8830
+ :param str model_version: (Updatable) The object's model version.
8843
8831
  :param 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.
8844
8832
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
8845
8833
  """
@@ -8858,7 +8846,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8858
8846
  @pulumi.getter
8859
8847
  def key(self) -> Optional[str]:
8860
8848
  """
8861
- (Updatable) The key of the object.
8849
+ (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.
8862
8850
  """
8863
8851
  return pulumi.get(self, "key")
8864
8852
 
@@ -8866,7 +8854,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8866
8854
  @pulumi.getter(name="modelType")
8867
8855
  def model_type(self) -> Optional[str]:
8868
8856
  """
8869
- (Updatable) The type of the types object.
8857
+ (Updatable) The type of the task.
8870
8858
  """
8871
8859
  return pulumi.get(self, "model_type")
8872
8860
 
@@ -8874,7 +8862,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8874
8862
  @pulumi.getter(name="modelVersion")
8875
8863
  def model_version(self) -> Optional[str]:
8876
8864
  """
8877
- (Updatable) The model version of an object.
8865
+ (Updatable) The object's model version.
8878
8866
  """
8879
8867
  return pulumi.get(self, "model_version")
8880
8868
 
@@ -8924,9 +8912,9 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8924
8912
  model_version: Optional[str] = None,
8925
8913
  object_status: Optional[int] = None):
8926
8914
  """
8927
- :param str key: (Updatable) The key of the object.
8928
- :param str model_type: (Updatable) The type of the types object.
8929
- :param str model_version: (Updatable) The model version of an object.
8915
+ :param 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.
8916
+ :param str model_type: (Updatable) The type of the task.
8917
+ :param str model_version: (Updatable) The object's model version.
8930
8918
  :param int object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
8931
8919
  """
8932
8920
  if key is not None:
@@ -8942,7 +8930,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8942
8930
  @pulumi.getter
8943
8931
  def key(self) -> Optional[str]:
8944
8932
  """
8945
- (Updatable) The key of the object.
8933
+ (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.
8946
8934
  """
8947
8935
  return pulumi.get(self, "key")
8948
8936
 
@@ -8950,7 +8938,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8950
8938
  @pulumi.getter(name="modelType")
8951
8939
  def model_type(self) -> Optional[str]:
8952
8940
  """
8953
- (Updatable) The type of the types object.
8941
+ (Updatable) The type of the task.
8954
8942
  """
8955
8943
  return pulumi.get(self, "model_type")
8956
8944
 
@@ -8958,7 +8946,7 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8958
8946
  @pulumi.getter(name="modelVersion")
8959
8947
  def model_version(self) -> Optional[str]:
8960
8948
  """
8961
- (Updatable) The model version of an object.
8949
+ (Updatable) The object's model version.
8962
8950
  """
8963
8951
  return pulumi.get(self, "model_version")
8964
8952
 
@@ -9148,9 +9136,9 @@ class WorkspaceTaskPollRestCallConfig(dict):
9148
9136
  request_headers: Optional[Mapping[str, Any]] = None):
9149
9137
  """
9150
9138
  :param 'WorkspaceTaskPollRestCallConfigConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
9151
- :param str key: (Updatable) The key of the object.
9139
+ :param 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.
9152
9140
  :param str method_type: (Updatable) The REST method to use.
9153
- :param str model_type: (Updatable) The type of the types object.
9141
+ :param str model_type: (Updatable) The type of the task.
9154
9142
  :param Mapping[str, Any] request_headers: (Updatable) The headers for the REST call.
9155
9143
  """
9156
9144
  if config_values is not None:
@@ -9176,7 +9164,7 @@ class WorkspaceTaskPollRestCallConfig(dict):
9176
9164
  @pulumi.getter
9177
9165
  def key(self) -> Optional[str]:
9178
9166
  """
9179
- (Updatable) The key of the object.
9167
+ (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.
9180
9168
  """
9181
9169
  return pulumi.get(self, "key")
9182
9170
 
@@ -9192,7 +9180,7 @@ class WorkspaceTaskPollRestCallConfig(dict):
9192
9180
  @pulumi.getter(name="modelType")
9193
9181
  def model_type(self) -> Optional[str]:
9194
9182
  """
9195
- (Updatable) The type of the types object.
9183
+ (Updatable) The type of the task.
9196
9184
  """
9197
9185
  return pulumi.get(self, "model_type")
9198
9186
 
@@ -9370,8 +9358,8 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition(
9370
9358
  parameter_value: Optional[str] = None,
9371
9359
  ref_value: Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue'] = None):
9372
9360
  """
9373
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
9374
- :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs' ref_value: (Updatable) The root object reference value.
9361
+ :param str parameter_value: Reference to the parameter by its key.
9362
+ :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs' ref_value: The root object reference value.
9375
9363
  """
9376
9364
  if parameter_value is not None:
9377
9365
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -9382,7 +9370,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition(
9382
9370
  @pulumi.getter(name="parameterValue")
9383
9371
  def parameter_value(self) -> Optional[str]:
9384
9372
  """
9385
- (Updatable) Reference to the parameter by its key.
9373
+ Reference to the parameter by its key.
9386
9374
  """
9387
9375
  return pulumi.get(self, "parameter_value")
9388
9376
 
@@ -9390,7 +9378,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition(
9390
9378
  @pulumi.getter(name="refValue")
9391
9379
  def ref_value(self) -> Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue']:
9392
9380
  """
9393
- (Updatable) The root object reference value.
9381
+ The root object reference value.
9394
9382
  """
9395
9383
  return pulumi.get(self, "ref_value")
9396
9384
 
@@ -9422,9 +9410,9 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
9422
9410
  model_type: Optional[str] = None,
9423
9411
  name: Optional[str] = None):
9424
9412
  """
9425
- :param str expr_string: (Updatable) The expression string for the object.
9426
- :param str key: (Updatable) The key of the object.
9427
- :param str model_type: (Updatable) The type of the types object.
9413
+ :param str expr_string: The expression string for the object.
9414
+ :param 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.
9415
+ :param str model_type: (Updatable) The type of the task.
9428
9416
  :param 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.
9429
9417
  """
9430
9418
  if expr_string is not None:
@@ -9440,7 +9428,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
9440
9428
  @pulumi.getter(name="exprString")
9441
9429
  def expr_string(self) -> Optional[str]:
9442
9430
  """
9443
- (Updatable) The expression string for the object.
9431
+ The expression string for the object.
9444
9432
  """
9445
9433
  return pulumi.get(self, "expr_string")
9446
9434
 
@@ -9448,7 +9436,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
9448
9436
  @pulumi.getter
9449
9437
  def key(self) -> Optional[str]:
9450
9438
  """
9451
- (Updatable) The key of the object.
9439
+ (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.
9452
9440
  """
9453
9441
  return pulumi.get(self, "key")
9454
9442
 
@@ -9456,7 +9444,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
9456
9444
  @pulumi.getter(name="modelType")
9457
9445
  def model_type(self) -> Optional[str]:
9458
9446
  """
9459
- (Updatable) The type of the types object.
9447
+ (Updatable) The type of the task.
9460
9448
  """
9461
9449
  return pulumi.get(self, "model_type")
9462
9450
 
@@ -9491,7 +9479,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval(d
9491
9479
  def __init__(__self__, *,
9492
9480
  object_value: Optional[float] = None):
9493
9481
  """
9494
- :param float object_value: (Updatable) An object value of the parameter.
9482
+ :param float object_value: An object value of the parameter.
9495
9483
  """
9496
9484
  if object_value is not None:
9497
9485
  pulumi.set(__self__, "object_value", object_value)
@@ -9500,7 +9488,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval(d
9500
9488
  @pulumi.getter(name="objectValue")
9501
9489
  def object_value(self) -> Optional[float]:
9502
9490
  """
9503
- (Updatable) An object value of the parameter.
9491
+ An object value of the parameter.
9504
9492
  """
9505
9493
  return pulumi.get(self, "object_value")
9506
9494
 
@@ -9527,7 +9515,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUn
9527
9515
  def __init__(__self__, *,
9528
9516
  string_value: Optional[str] = None):
9529
9517
  """
9530
- :param str string_value: (Updatable) A string value of the parameter.
9518
+ :param str string_value: A string value of the parameter.
9531
9519
  """
9532
9520
  if string_value is not None:
9533
9521
  pulumi.set(__self__, "string_value", string_value)
@@ -9536,7 +9524,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUn
9536
9524
  @pulumi.getter(name="stringValue")
9537
9525
  def string_value(self) -> Optional[str]:
9538
9526
  """
9539
- (Updatable) A string value of the parameter.
9527
+ A string value of the parameter.
9540
9528
  """
9541
9529
  return pulumi.get(self, "string_value")
9542
9530
 
@@ -9563,7 +9551,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9563
9551
  def __init__(__self__, *,
9564
9552
  object_value: Optional[float] = None):
9565
9553
  """
9566
- :param float object_value: (Updatable) An object value of the parameter.
9554
+ :param float object_value: An object value of the parameter.
9567
9555
  """
9568
9556
  if object_value is not None:
9569
9557
  pulumi.set(__self__, "object_value", object_value)
@@ -9572,7 +9560,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9572
9560
  @pulumi.getter(name="objectValue")
9573
9561
  def object_value(self) -> Optional[float]:
9574
9562
  """
9575
- (Updatable) An object value of the parameter.
9563
+ An object value of the parameter.
9576
9564
  """
9577
9565
  return pulumi.get(self, "object_value")
9578
9566
 
@@ -9599,7 +9587,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9599
9587
  def __init__(__self__, *,
9600
9588
  string_value: Optional[str] = None):
9601
9589
  """
9602
- :param str string_value: (Updatable) A string value of the parameter.
9590
+ :param str string_value: A string value of the parameter.
9603
9591
  """
9604
9592
  if string_value is not None:
9605
9593
  pulumi.set(__self__, "string_value", string_value)
@@ -9608,7 +9596,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9608
9596
  @pulumi.getter(name="stringValue")
9609
9597
  def string_value(self) -> Optional[str]:
9610
9598
  """
9611
- (Updatable) A string value of the parameter.
9599
+ A string value of the parameter.
9612
9600
  """
9613
9601
  return pulumi.get(self, "string_value")
9614
9602
 
@@ -9638,8 +9626,8 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9638
9626
  parameter_value: Optional[str] = None,
9639
9627
  ref_value: Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue'] = None):
9640
9628
  """
9641
- :param str parameter_value: (Updatable) Reference to the parameter by its key.
9642
- :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: (Updatable) The root object reference value.
9629
+ :param str parameter_value: Reference to the parameter by its key.
9630
+ :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs' ref_value: The root object reference value.
9643
9631
  """
9644
9632
  if parameter_value is not None:
9645
9633
  pulumi.set(__self__, "parameter_value", parameter_value)
@@ -9650,7 +9638,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9650
9638
  @pulumi.getter(name="parameterValue")
9651
9639
  def parameter_value(self) -> Optional[str]:
9652
9640
  """
9653
- (Updatable) Reference to the parameter by its key.
9641
+ Reference to the parameter by its key.
9654
9642
  """
9655
9643
  return pulumi.get(self, "parameter_value")
9656
9644
 
@@ -9658,7 +9646,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9658
9646
  @pulumi.getter(name="refValue")
9659
9647
  def ref_value(self) -> Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue']:
9660
9648
  """
9661
- (Updatable) The root object reference value.
9649
+ The root object reference value.
9662
9650
  """
9663
9651
  return pulumi.get(self, "ref_value")
9664
9652
 
@@ -9690,9 +9678,9 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9690
9678
  model_type: Optional[str] = None,
9691
9679
  name: Optional[str] = None):
9692
9680
  """
9693
- :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: (Updatable) Configuration values can be string, objects, or parameters.
9694
- :param str key: (Updatable) The key of the object.
9695
- :param str model_type: (Updatable) The type of the types object.
9681
+ :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs' config_values: Configuration values can be string, objects, or parameters.
9682
+ :param 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.
9683
+ :param str model_type: (Updatable) The type of the task.
9696
9684
  :param 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.
9697
9685
  """
9698
9686
  if config_values is not None:
@@ -9708,7 +9696,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9708
9696
  @pulumi.getter(name="configValues")
9709
9697
  def config_values(self) -> Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues']:
9710
9698
  """
9711
- (Updatable) Configuration values can be string, objects, or parameters.
9699
+ Configuration values can be string, objects, or parameters.
9712
9700
  """
9713
9701
  return pulumi.get(self, "config_values")
9714
9702
 
@@ -9716,7 +9704,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9716
9704
  @pulumi.getter
9717
9705
  def key(self) -> Optional[str]:
9718
9706
  """
9719
- (Updatable) The key of the object.
9707
+ (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.
9720
9708
  """
9721
9709
  return pulumi.get(self, "key")
9722
9710
 
@@ -9724,7 +9712,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9724
9712
  @pulumi.getter(name="modelType")
9725
9713
  def model_type(self) -> Optional[str]:
9726
9714
  """
9727
- (Updatable) The type of the types object.
9715
+ (Updatable) The type of the task.
9728
9716
  """
9729
9717
  return pulumi.get(self, "model_type")
9730
9718
 
@@ -9759,7 +9747,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9759
9747
  def __init__(__self__, *,
9760
9748
  config_param_values: Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues'] = None):
9761
9749
  """
9762
- :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: (Updatable) The configuration parameter values.
9750
+ :param 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs' config_param_values: The configuration parameter values.
9763
9751
  """
9764
9752
  if config_param_values is not None:
9765
9753
  pulumi.set(__self__, "config_param_values", config_param_values)
@@ -9768,7 +9756,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9768
9756
  @pulumi.getter(name="configParamValues")
9769
9757
  def config_param_values(self) -> Optional['outputs.WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues']:
9770
9758
  """
9771
- (Updatable) The configuration parameter values.
9759
+ The configuration parameter values.
9772
9760
  """
9773
9761
  return pulumi.get(self, "config_param_values")
9774
9762
 
@@ -9825,7 +9813,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9825
9813
  def __init__(__self__, *,
9826
9814
  string_value: Optional[str] = None):
9827
9815
  """
9828
- :param str string_value: (Updatable) A string value of the parameter.
9816
+ :param str string_value: A string value of the parameter.
9829
9817
  """
9830
9818
  if string_value is not None:
9831
9819
  pulumi.set(__self__, "string_value", string_value)
@@ -9834,7 +9822,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9834
9822
  @pulumi.getter(name="stringValue")
9835
9823
  def string_value(self) -> Optional[str]:
9836
9824
  """
9837
- (Updatable) A string value of the parameter.
9825
+ A string value of the parameter.
9838
9826
  """
9839
9827
  return pulumi.get(self, "string_value")
9840
9828
 
@@ -9861,7 +9849,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl(dic
9861
9849
  def __init__(__self__, *,
9862
9850
  string_value: Optional[str] = None):
9863
9851
  """
9864
- :param str string_value: (Updatable) A string value of the parameter.
9852
+ :param str string_value: A string value of the parameter.
9865
9853
  """
9866
9854
  if string_value is not None:
9867
9855
  pulumi.set(__self__, "string_value", string_value)
@@ -9870,7 +9858,7 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl(dic
9870
9858
  @pulumi.getter(name="stringValue")
9871
9859
  def string_value(self) -> Optional[str]:
9872
9860
  """
9873
- (Updatable) A string value of the parameter.
9861
+ A string value of the parameter.
9874
9862
  """
9875
9863
  return pulumi.get(self, "string_value")
9876
9864
 
@@ -9955,7 +9943,7 @@ class WorkspaceTaskRegistryMetadata(dict):
9955
9943
  """
9956
9944
  :param str aggregator_key: (Updatable) The owning object's key for this object.
9957
9945
  :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
9958
- :param str key: (Updatable) The key of the object.
9946
+ :param str key: (Updatable) The identifying key for the object.
9959
9947
  :param Sequence[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.
9960
9948
  :param int registry_version: (Updatable) The registry version.
9961
9949
  """
@@ -9989,7 +9977,7 @@ class WorkspaceTaskRegistryMetadata(dict):
9989
9977
  @pulumi.getter
9990
9978
  def key(self) -> Optional[str]:
9991
9979
  """
9992
- (Updatable) The key of the object.
9980
+ (Updatable) The identifying key for the object.
9993
9981
  """
9994
9982
  return pulumi.get(self, "key")
9995
9983
 
@@ -10255,7 +10243,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLength(dict):
10255
10243
  def __init__(__self__, *,
10256
10244
  int_value: Optional[int] = None):
10257
10245
  """
10258
- :param int int_value: (Updatable) An integer value of the parameter.
10246
+ :param int int_value: An integer value of the parameter.
10259
10247
  """
10260
10248
  if int_value is not None:
10261
10249
  pulumi.set(__self__, "int_value", int_value)
@@ -10264,7 +10252,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLength(dict):
10264
10252
  @pulumi.getter(name="intValue")
10265
10253
  def int_value(self) -> Optional[int]:
10266
10254
  """
10267
- (Updatable) An integer value of the parameter.
10255
+ An integer value of the parameter.
10268
10256
  """
10269
10257
  return pulumi.get(self, "int_value")
10270
10258
 
@@ -10291,7 +10279,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScale(dict):
10291
10279
  def __init__(__self__, *,
10292
10280
  int_value: Optional[int] = None):
10293
10281
  """
10294
- :param int int_value: (Updatable) An integer value of the parameter.
10282
+ :param int int_value: An integer value of the parameter.
10295
10283
  """
10296
10284
  if int_value is not None:
10297
10285
  pulumi.set(__self__, "int_value", int_value)
@@ -10300,7 +10288,7 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScale(dict):
10300
10288
  @pulumi.getter(name="intValue")
10301
10289
  def int_value(self) -> Optional[int]:
10302
10290
  """
10303
- (Updatable) An integer value of the parameter.
10291
+ An integer value of the parameter.
10304
10292
  """
10305
10293
  return pulumi.get(self, "int_value")
10306
10294