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