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