pulumi-oci 2.11.0a1726768847__py3-none-any.whl → 2.12.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2805) hide show
  1. pulumi_oci/__init__.py +145 -0
  2. pulumi_oci/_utilities.py +1 -1
  3. pulumi_oci/adm/_inputs.py +346 -0
  4. pulumi_oci/adm/get_knowledgebase.py +20 -4
  5. pulumi_oci/adm/get_knowledgebases.py +20 -4
  6. pulumi_oci/adm/get_remediation_recipe.py +26 -4
  7. pulumi_oci/adm/get_remediation_recipes.py +20 -4
  8. pulumi_oci/adm/get_remediation_run.py +26 -4
  9. pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +19 -4
  10. pulumi_oci/adm/get_remediation_run_stage.py +26 -4
  11. pulumi_oci/adm/get_remediation_run_stages.py +19 -4
  12. pulumi_oci/adm/get_remediation_runs.py +22 -4
  13. pulumi_oci/adm/get_vulnerability_audit.py +37 -4
  14. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +33 -4
  15. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +31 -4
  16. pulumi_oci/adm/get_vulnerability_audits.py +30 -4
  17. pulumi_oci/adm/knowledge_base.py +5 -0
  18. pulumi_oci/adm/outputs.py +5 -0
  19. pulumi_oci/adm/remediation_recipe.py +5 -0
  20. pulumi_oci/adm/remediation_run.py +5 -0
  21. pulumi_oci/adm/vulnerability_audit.py +5 -0
  22. pulumi_oci/aianomalydetection/_inputs.py +375 -0
  23. pulumi_oci/aianomalydetection/ai_private_endpoint.py +5 -0
  24. pulumi_oci/aianomalydetection/data_asset.py +5 -0
  25. pulumi_oci/aianomalydetection/detect_anomaly_job.py +5 -0
  26. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +24 -4
  27. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +20 -4
  28. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +28 -4
  29. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +25 -4
  30. pulumi_oci/aianomalydetection/get_detection_data_asset.py +24 -4
  31. pulumi_oci/aianomalydetection/get_detection_data_assets.py +21 -4
  32. pulumi_oci/aianomalydetection/get_detection_model.py +25 -4
  33. pulumi_oci/aianomalydetection/get_detection_models.py +21 -4
  34. pulumi_oci/aianomalydetection/get_detection_project.py +21 -4
  35. pulumi_oci/aianomalydetection/get_detection_projects.py +19 -4
  36. pulumi_oci/aianomalydetection/model.py +5 -0
  37. pulumi_oci/aianomalydetection/outputs.py +5 -0
  38. pulumi_oci/aianomalydetection/project.py +5 -0
  39. pulumi_oci/aidocument/_inputs.py +366 -0
  40. pulumi_oci/aidocument/get_model.py +36 -4
  41. pulumi_oci/aidocument/get_models.py +22 -4
  42. pulumi_oci/aidocument/get_processor_job.py +23 -4
  43. pulumi_oci/aidocument/get_project.py +22 -4
  44. pulumi_oci/aidocument/get_projects.py +20 -4
  45. pulumi_oci/aidocument/model.py +5 -0
  46. pulumi_oci/aidocument/outputs.py +5 -0
  47. pulumi_oci/aidocument/processor_job.py +5 -0
  48. pulumi_oci/aidocument/project.py +5 -0
  49. pulumi_oci/ailanguage/_inputs.py +345 -0
  50. pulumi_oci/ailanguage/endpoint.py +5 -0
  51. pulumi_oci/ailanguage/get_endpoint.py +24 -4
  52. pulumi_oci/ailanguage/get_endpoints.py +24 -4
  53. pulumi_oci/ailanguage/get_model.py +27 -4
  54. pulumi_oci/ailanguage/get_model_evaluation_results.py +15 -4
  55. pulumi_oci/ailanguage/get_model_type.py +14 -4
  56. pulumi_oci/ailanguage/get_models.py +22 -4
  57. pulumi_oci/ailanguage/get_project.py +21 -4
  58. pulumi_oci/ailanguage/get_projects.py +20 -4
  59. pulumi_oci/ailanguage/model.py +5 -0
  60. pulumi_oci/ailanguage/outputs.py +5 -0
  61. pulumi_oci/ailanguage/project.py +5 -0
  62. pulumi_oci/aivision/_inputs.py +107 -0
  63. pulumi_oci/aivision/get_model.py +38 -4
  64. pulumi_oci/aivision/get_models.py +22 -4
  65. pulumi_oci/aivision/get_project.py +22 -4
  66. pulumi_oci/aivision/get_projects.py +20 -4
  67. pulumi_oci/aivision/model.py +5 -0
  68. pulumi_oci/aivision/outputs.py +5 -0
  69. pulumi_oci/aivision/project.py +5 -0
  70. pulumi_oci/analytics/_inputs.py +113 -0
  71. pulumi_oci/analytics/analytics_instance.py +59 -5
  72. pulumi_oci/analytics/analytics_instance_private_access_channel.py +5 -0
  73. pulumi_oci/analytics/analytics_instance_vanity_url.py +5 -0
  74. pulumi_oci/analytics/get_analytics_instance.py +49 -7
  75. pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +23 -4
  76. pulumi_oci/analytics/get_analytics_instances.py +23 -4
  77. pulumi_oci/analytics/outputs.py +17 -1
  78. pulumi_oci/announcementsservice/_inputs.py +70 -0
  79. pulumi_oci/announcementsservice/announcement_subscription.py +5 -0
  80. pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +5 -0
  81. pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +5 -0
  82. pulumi_oci/announcementsservice/get_announcement_subscription.py +26 -4
  83. pulumi_oci/announcementsservice/get_announcement_subscriptions.py +20 -4
  84. pulumi_oci/announcementsservice/get_services.py +19 -4
  85. pulumi_oci/announcementsservice/outputs.py +5 -0
  86. pulumi_oci/apigateway/_inputs.py +2309 -29
  87. pulumi_oci/apigateway/api.py +5 -0
  88. pulumi_oci/apigateway/certificate.py +5 -0
  89. pulumi_oci/apigateway/deployment.py +5 -0
  90. pulumi_oci/apigateway/gateway.py +5 -0
  91. pulumi_oci/apigateway/get_api.py +23 -4
  92. pulumi_oci/apigateway/get_api_content.py +13 -4
  93. pulumi_oci/apigateway/get_api_deployment_specification.py +15 -4
  94. pulumi_oci/apigateway/get_api_validation.py +13 -4
  95. pulumi_oci/apigateway/get_apis.py +19 -4
  96. pulumi_oci/apigateway/get_certificate.py +25 -4
  97. pulumi_oci/apigateway/get_certificates.py +19 -4
  98. pulumi_oci/apigateway/get_deployment.py +24 -4
  99. pulumi_oci/apigateway/get_deployments.py +21 -4
  100. pulumi_oci/apigateway/get_gateway.py +28 -4
  101. pulumi_oci/apigateway/get_gateways.py +21 -4
  102. pulumi_oci/apigateway/get_subscriber.py +22 -4
  103. pulumi_oci/apigateway/get_subscribers.py +19 -4
  104. pulumi_oci/apigateway/get_usage_plan.py +21 -4
  105. pulumi_oci/apigateway/get_usage_plans.py +19 -4
  106. pulumi_oci/apigateway/outputs.py +5 -0
  107. pulumi_oci/apigateway/subscriber.py +5 -0
  108. pulumi_oci/apigateway/usage_plan.py +5 -0
  109. pulumi_oci/apm/_inputs.py +28 -0
  110. pulumi_oci/apm/apm_domain.py +5 -0
  111. pulumi_oci/apm/get_apm_domain.py +22 -4
  112. pulumi_oci/apm/get_apm_domains.py +19 -4
  113. pulumi_oci/apm/get_data_keys.py +17 -4
  114. pulumi_oci/apm/outputs.py +5 -0
  115. pulumi_oci/apmconfig/_inputs.py +115 -0
  116. pulumi_oci/apmconfig/config.py +5 -0
  117. pulumi_oci/apmconfig/get_config.py +34 -4
  118. pulumi_oci/apmconfig/get_configs.py +29 -4
  119. pulumi_oci/apmconfig/outputs.py +5 -0
  120. pulumi_oci/apmsynthetics/_inputs.py +774 -0
  121. pulumi_oci/apmsynthetics/config.py +5 -0
  122. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +5 -0
  123. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +24 -4
  124. pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +21 -4
  125. pulumi_oci/apmsynthetics/get_monitor.py +39 -4
  126. pulumi_oci/apmsynthetics/get_monitors.py +29 -4
  127. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +23 -4
  128. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +36 -4
  129. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +25 -4
  130. pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +19 -4
  131. pulumi_oci/apmsynthetics/get_result.py +23 -4
  132. pulumi_oci/apmsynthetics/get_script.py +26 -4
  133. pulumi_oci/apmsynthetics/get_scripts.py +19 -4
  134. pulumi_oci/apmsynthetics/get_vantage_point.py +17 -4
  135. pulumi_oci/apmsynthetics/get_vantage_points.py +19 -4
  136. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +5 -0
  137. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +5 -0
  138. pulumi_oci/apmsynthetics/outputs.py +5 -0
  139. pulumi_oci/apmsynthetics/script.py +5 -0
  140. pulumi_oci/apmtraces/_inputs.py +16 -0
  141. pulumi_oci/apmtraces/get_query_quick_picks.py +15 -4
  142. pulumi_oci/apmtraces/get_trace.py +39 -4
  143. pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +23 -4
  144. pulumi_oci/apmtraces/get_trace_snapshot_data.py +24 -4
  145. pulumi_oci/apmtraces/outputs.py +5 -0
  146. pulumi_oci/appmgmtcontrol/_inputs.py +16 -0
  147. pulumi_oci/appmgmtcontrol/get_monitored_instance.py +21 -4
  148. pulumi_oci/appmgmtcontrol/get_monitored_instances.py +17 -4
  149. pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +5 -0
  150. pulumi_oci/appmgmtcontrol/outputs.py +5 -0
  151. pulumi_oci/artifacts/_inputs.py +70 -0
  152. pulumi_oci/artifacts/container_configuration.py +5 -0
  153. pulumi_oci/artifacts/container_image_signature.py +5 -0
  154. pulumi_oci/artifacts/container_repository.py +5 -0
  155. pulumi_oci/artifacts/generic_artifact.py +5 -0
  156. pulumi_oci/artifacts/get_container_configuration.py +14 -4
  157. pulumi_oci/artifacts/get_container_image.py +30 -4
  158. pulumi_oci/artifacts/get_container_image_signature.py +26 -4
  159. pulumi_oci/artifacts/get_container_images.py +31 -4
  160. pulumi_oci/artifacts/get_container_repositories.py +25 -4
  161. pulumi_oci/artifacts/get_container_repository.py +29 -4
  162. pulumi_oci/artifacts/get_container_signatures.py +33 -4
  163. pulumi_oci/artifacts/get_generic_artifact.py +23 -4
  164. pulumi_oci/artifacts/get_generic_artifacts.py +28 -4
  165. pulumi_oci/artifacts/get_repositories.py +22 -4
  166. pulumi_oci/artifacts/get_repository.py +21 -4
  167. pulumi_oci/artifacts/outputs.py +5 -0
  168. pulumi_oci/artifacts/repository.py +5 -0
  169. pulumi_oci/audit/_inputs.py +16 -0
  170. pulumi_oci/audit/configuration.py +5 -0
  171. pulumi_oci/audit/get_configuration.py +13 -4
  172. pulumi_oci/audit/get_events.py +19 -4
  173. pulumi_oci/audit/outputs.py +5 -0
  174. pulumi_oci/autoscaling/_inputs.py +186 -0
  175. pulumi_oci/autoscaling/auto_scaling_configuration.py +5 -0
  176. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +23 -4
  177. pulumi_oci/autoscaling/get_auto_scaling_configurations.py +17 -4
  178. pulumi_oci/autoscaling/outputs.py +5 -0
  179. pulumi_oci/bastion/_inputs.py +76 -0
  180. pulumi_oci/bastion/bastion.py +5 -0
  181. pulumi_oci/bastion/get_bastion.py +31 -4
  182. pulumi_oci/bastion/get_bastions.py +21 -4
  183. pulumi_oci/bastion/get_session.py +26 -4
  184. pulumi_oci/bastion/get_sessions.py +21 -4
  185. pulumi_oci/bastion/outputs.py +5 -0
  186. pulumi_oci/bastion/session.py +5 -0
  187. pulumi_oci/bigdataservice/_inputs.py +1022 -0
  188. pulumi_oci/bigdataservice/auto_scaling_configuration.py +5 -0
  189. pulumi_oci/bigdataservice/bds_instance.py +5 -0
  190. pulumi_oci/bigdataservice/bds_instance_api_key.py +5 -0
  191. pulumi_oci/bigdataservice/bds_instance_metastore_config.py +5 -0
  192. pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +5 -0
  193. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +5 -0
  194. pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
  195. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +5 -0
  196. pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +23 -4
  197. pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +21 -4
  198. pulumi_oci/bigdataservice/get_bds_instance.py +46 -4
  199. pulumi_oci/bigdataservice/get_bds_instance_api_key.py +23 -4
  200. pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +21 -4
  201. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +21 -4
  202. pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +15 -4
  203. pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +24 -4
  204. pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +25 -4
  205. pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +21 -4
  206. pulumi_oci/bigdataservice/get_bds_instance_patches.py +15 -4
  207. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +23 -4
  208. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +19 -4
  209. pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
  210. pulumi_oci/bigdataservice/outputs.py +5 -0
  211. pulumi_oci/blockchain/_inputs.py +193 -0
  212. pulumi_oci/blockchain/blockchain_platform.py +5 -0
  213. pulumi_oci/blockchain/get_blockchain_platform.py +39 -4
  214. pulumi_oci/blockchain/get_blockchain_platform_patches.py +15 -4
  215. pulumi_oci/blockchain/get_blockchain_platforms.py +19 -4
  216. pulumi_oci/blockchain/get_osn.py +18 -4
  217. pulumi_oci/blockchain/get_osns.py +17 -4
  218. pulumi_oci/blockchain/get_peer.py +21 -4
  219. pulumi_oci/blockchain/get_peers.py +17 -4
  220. pulumi_oci/blockchain/osn.py +5 -0
  221. pulumi_oci/blockchain/outputs.py +5 -0
  222. pulumi_oci/blockchain/peer.py +5 -0
  223. pulumi_oci/budget/_inputs.py +25 -0
  224. pulumi_oci/budget/budget.py +5 -0
  225. pulumi_oci/budget/get_alert_rule.py +27 -4
  226. pulumi_oci/budget/get_alert_rules.py +19 -4
  227. pulumi_oci/budget/get_budget.py +34 -4
  228. pulumi_oci/budget/get_budgets.py +21 -4
  229. pulumi_oci/budget/outputs.py +5 -0
  230. pulumi_oci/budget/rule.py +5 -0
  231. pulumi_oci/capacitymanagement/_inputs.py +290 -0
  232. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +25 -4
  233. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +24 -4
  234. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +17 -4
  235. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +27 -4
  236. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +23 -4
  237. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +28 -4
  238. pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +12 -4
  239. pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +23 -4
  240. pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +22 -4
  241. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +32 -4
  242. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +24 -4
  243. pulumi_oci/capacitymanagement/get_occ_customer_group.py +24 -4
  244. pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
  245. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +17 -4
  246. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +25 -4
  247. pulumi_oci/capacitymanagement/occ_availability_catalog.py +5 -0
  248. pulumi_oci/capacitymanagement/occ_capacity_request.py +5 -0
  249. pulumi_oci/capacitymanagement/occ_customer_group.py +5 -0
  250. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +5 -0
  251. pulumi_oci/capacitymanagement/outputs.py +5 -0
  252. pulumi_oci/certificatesmanagement/_inputs.py +753 -0
  253. pulumi_oci/certificatesmanagement/ca_bundle.py +5 -0
  254. pulumi_oci/certificatesmanagement/certificate.py +5 -0
  255. pulumi_oci/certificatesmanagement/certificate_authority.py +5 -0
  256. pulumi_oci/certificatesmanagement/get_association.py +19 -4
  257. pulumi_oci/certificatesmanagement/get_associations.py +25 -4
  258. pulumi_oci/certificatesmanagement/get_ca_bundle.py +21 -4
  259. pulumi_oci/certificatesmanagement/get_ca_bundles.py +21 -4
  260. pulumi_oci/certificatesmanagement/get_certificate.py +31 -4
  261. pulumi_oci/certificatesmanagement/get_certificate_authorities.py +23 -4
  262. pulumi_oci/certificatesmanagement/get_certificate_authority.py +30 -4
  263. pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +24 -4
  264. pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +17 -4
  265. pulumi_oci/certificatesmanagement/get_certificate_version.py +24 -4
  266. pulumi_oci/certificatesmanagement/get_certificate_versions.py +17 -4
  267. pulumi_oci/certificatesmanagement/get_certificates.py +23 -4
  268. pulumi_oci/certificatesmanagement/outputs.py +5 -0
  269. pulumi_oci/cloudbridge/_inputs.py +521 -0
  270. pulumi_oci/cloudbridge/agent.py +5 -0
  271. pulumi_oci/cloudbridge/agent_dependency.py +5 -0
  272. pulumi_oci/cloudbridge/agent_plugin.py +5 -0
  273. pulumi_oci/cloudbridge/asset.py +5 -0
  274. pulumi_oci/cloudbridge/asset_source.py +5 -0
  275. pulumi_oci/cloudbridge/discovery_schedule.py +5 -0
  276. pulumi_oci/cloudbridge/environment.py +5 -0
  277. pulumi_oci/cloudbridge/get_agent.py +30 -4
  278. pulumi_oci/cloudbridge/get_agent_dependencies.py +23 -4
  279. pulumi_oci/cloudbridge/get_agent_dependency.py +28 -4
  280. pulumi_oci/cloudbridge/get_agent_plugin.py +24 -4
  281. pulumi_oci/cloudbridge/get_agents.py +23 -4
  282. pulumi_oci/cloudbridge/get_appliance_image.py +15 -4
  283. pulumi_oci/cloudbridge/get_appliance_images.py +17 -4
  284. pulumi_oci/cloudbridge/get_asset.py +29 -4
  285. pulumi_oci/cloudbridge/get_asset_source.py +31 -4
  286. pulumi_oci/cloudbridge/get_asset_sources.py +21 -4
  287. pulumi_oci/cloudbridge/get_assets.py +29 -4
  288. pulumi_oci/cloudbridge/get_discovery_schedule.py +22 -4
  289. pulumi_oci/cloudbridge/get_discovery_schedules.py +21 -4
  290. pulumi_oci/cloudbridge/get_environment.py +21 -4
  291. pulumi_oci/cloudbridge/get_environments.py +21 -4
  292. pulumi_oci/cloudbridge/get_inventories.py +17 -4
  293. pulumi_oci/cloudbridge/get_inventory.py +21 -4
  294. pulumi_oci/cloudbridge/inventory.py +5 -0
  295. pulumi_oci/cloudbridge/outputs.py +5 -0
  296. pulumi_oci/cloudguard/_inputs.py +1794 -25
  297. pulumi_oci/cloudguard/adhoc_query.py +5 -0
  298. pulumi_oci/cloudguard/cloud_guard_configuration.py +5 -0
  299. pulumi_oci/cloudguard/cloud_guard_data_source.py +5 -0
  300. pulumi_oci/cloudguard/data_mask_rule.py +5 -0
  301. pulumi_oci/cloudguard/detector_recipe.py +5 -0
  302. pulumi_oci/cloudguard/get_adhoc_queries.py +25 -4
  303. pulumi_oci/cloudguard/get_adhoc_query.py +23 -4
  304. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +15 -4
  305. pulumi_oci/cloudguard/get_data_mask_rule.py +26 -4
  306. pulumi_oci/cloudguard/get_data_mask_rules.py +29 -4
  307. pulumi_oci/cloudguard/get_data_source.py +25 -4
  308. pulumi_oci/cloudguard/get_data_source_event.py +15 -4
  309. pulumi_oci/cloudguard/get_data_source_events.py +17 -4
  310. pulumi_oci/cloudguard/get_data_sources.py +27 -4
  311. pulumi_oci/cloudguard/get_detector_recipe.py +28 -4
  312. pulumi_oci/cloudguard/get_detector_recipes.py +25 -4
  313. pulumi_oci/cloudguard/get_guard_target.py +29 -4
  314. pulumi_oci/cloudguard/get_guard_targets.py +25 -4
  315. pulumi_oci/cloudguard/get_managed_list.py +27 -4
  316. pulumi_oci/cloudguard/get_managed_lists.py +27 -4
  317. pulumi_oci/cloudguard/get_problem_entities.py +15 -4
  318. pulumi_oci/cloudguard/get_problem_entity.py +13 -4
  319. pulumi_oci/cloudguard/get_responder_recipe.py +26 -4
  320. pulumi_oci/cloudguard/get_responder_recipes.py +25 -4
  321. pulumi_oci/cloudguard/get_saved_queries.py +21 -4
  322. pulumi_oci/cloudguard/get_saved_query.py +22 -4
  323. pulumi_oci/cloudguard/get_security_policies.py +20 -4
  324. pulumi_oci/cloudguard/get_security_policy.py +25 -4
  325. pulumi_oci/cloudguard/get_security_recipe.py +23 -4
  326. pulumi_oci/cloudguard/get_security_recipes.py +20 -4
  327. pulumi_oci/cloudguard/get_security_zone.py +24 -4
  328. pulumi_oci/cloudguard/get_security_zones.py +24 -4
  329. pulumi_oci/cloudguard/get_wlp_agent.py +24 -4
  330. pulumi_oci/cloudguard/get_wlp_agents.py +15 -4
  331. pulumi_oci/cloudguard/managed_list.py +5 -0
  332. pulumi_oci/cloudguard/outputs.py +5 -0
  333. pulumi_oci/cloudguard/responder_recipe.py +5 -0
  334. pulumi_oci/cloudguard/saved_query.py +5 -0
  335. pulumi_oci/cloudguard/security_recipe.py +5 -0
  336. pulumi_oci/cloudguard/security_zone.py +5 -0
  337. pulumi_oci/cloudguard/target.py +5 -0
  338. pulumi_oci/cloudguard/wlp_agent.py +5 -0
  339. pulumi_oci/cloudmigrations/_inputs.py +1382 -19
  340. pulumi_oci/cloudmigrations/get_migration.py +23 -4
  341. pulumi_oci/cloudmigrations/get_migration_asset.py +32 -4
  342. pulumi_oci/cloudmigrations/get_migration_assets.py +21 -4
  343. pulumi_oci/cloudmigrations/get_migration_plan.py +28 -4
  344. pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +21 -4
  345. pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +23 -4
  346. pulumi_oci/cloudmigrations/get_migration_plans.py +23 -4
  347. pulumi_oci/cloudmigrations/get_migrations.py +21 -4
  348. pulumi_oci/cloudmigrations/get_replication_schedule.py +22 -4
  349. pulumi_oci/cloudmigrations/get_replication_schedules.py +21 -4
  350. pulumi_oci/cloudmigrations/get_target_asset.py +32 -4
  351. pulumi_oci/cloudmigrations/get_target_assets.py +21 -4
  352. pulumi_oci/cloudmigrations/migration.py +5 -0
  353. pulumi_oci/cloudmigrations/migration_asset.py +5 -0
  354. pulumi_oci/cloudmigrations/migration_plan.py +5 -0
  355. pulumi_oci/cloudmigrations/outputs.py +5 -0
  356. pulumi_oci/cloudmigrations/replication_schedule.py +5 -0
  357. pulumi_oci/cloudmigrations/target_asset.py +5 -0
  358. pulumi_oci/clusterplacementgroups/_inputs.py +57 -0
  359. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +5 -0
  360. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +27 -4
  361. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +24 -4
  362. pulumi_oci/clusterplacementgroups/outputs.py +5 -0
  363. pulumi_oci/computecloud/_inputs.py +228 -0
  364. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +5 -0
  365. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +5 -0
  366. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +32 -4
  367. pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +27 -4
  368. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +24 -4
  369. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +27 -4
  370. pulumi_oci/computecloud/outputs.py +5 -0
  371. pulumi_oci/computeinstanceagent/_inputs.py +31 -0
  372. pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +20 -4
  373. pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +21 -4
  374. pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +21 -4
  375. pulumi_oci/computeinstanceagent/outputs.py +5 -0
  376. pulumi_oci/config/__init__.pyi +5 -0
  377. pulumi_oci/config/vars.py +5 -0
  378. pulumi_oci/containerengine/_inputs.py +1161 -0
  379. pulumi_oci/containerengine/addon.py +5 -0
  380. pulumi_oci/containerengine/cluster.py +5 -0
  381. pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +5 -0
  382. pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +5 -0
  383. pulumi_oci/containerengine/cluster_workload_mapping.py +5 -0
  384. pulumi_oci/containerengine/container_instance.py +5 -0
  385. pulumi_oci/containerengine/get_addon.py +21 -4
  386. pulumi_oci/containerengine/get_addon_options.py +17 -4
  387. pulumi_oci/containerengine/get_addons.py +15 -4
  388. pulumi_oci/containerengine/get_cluster.py +29 -4
  389. pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +15 -4
  390. pulumi_oci/containerengine/get_cluster_kube_config.py +19 -4
  391. pulumi_oci/containerengine/get_cluster_option.py +16 -4
  392. pulumi_oci/containerengine/get_cluster_workload_mapping.py +21 -4
  393. pulumi_oci/containerengine/get_cluster_workload_mappings.py +15 -4
  394. pulumi_oci/containerengine/get_clusters.py +19 -4
  395. pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +14 -4
  396. pulumi_oci/containerengine/get_node_pool.py +35 -4
  397. pulumi_oci/containerengine/get_node_pool_option.py +18 -4
  398. pulumi_oci/containerengine/get_node_pools.py +21 -4
  399. pulumi_oci/containerengine/get_pod_shapes.py +19 -4
  400. pulumi_oci/containerengine/get_virtual_node_pool.py +30 -4
  401. pulumi_oci/containerengine/get_virtual_node_pools.py +21 -4
  402. pulumi_oci/containerengine/get_work_request_errors.py +17 -4
  403. pulumi_oci/containerengine/get_work_request_log_entries.py +17 -4
  404. pulumi_oci/containerengine/get_work_requests.py +23 -4
  405. pulumi_oci/containerengine/node_pool.py +5 -0
  406. pulumi_oci/containerengine/outputs.py +5 -0
  407. pulumi_oci/containerengine/virtual_node_pool.py +5 -0
  408. pulumi_oci/containerinstances/_inputs.py +31 -0
  409. pulumi_oci/containerinstances/get_container_instance.py +34 -4
  410. pulumi_oci/containerinstances/get_container_instance_shape.py +15 -4
  411. pulumi_oci/containerinstances/get_container_instance_shapes.py +17 -4
  412. pulumi_oci/containerinstances/get_container_instances.py +21 -4
  413. pulumi_oci/containerinstances/outputs.py +5 -0
  414. pulumi_oci/core/_inputs.py +5856 -160
  415. pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +5 -0
  416. pulumi_oci/core/app_catalog_subscription.py +5 -0
  417. pulumi_oci/core/boot_volume.py +5 -0
  418. pulumi_oci/core/boot_volume_backup.py +5 -0
  419. pulumi_oci/core/capture_filter.py +5 -0
  420. pulumi_oci/core/cluster_network.py +12 -7
  421. pulumi_oci/core/compute_capacity_report.py +5 -0
  422. pulumi_oci/core/compute_capacity_reservation.py +5 -0
  423. pulumi_oci/core/compute_capacity_topology.py +5 -0
  424. pulumi_oci/core/compute_cluster.py +5 -0
  425. pulumi_oci/core/compute_image_capability_schema.py +5 -0
  426. pulumi_oci/core/console_history.py +5 -0
  427. pulumi_oci/core/cpe.py +5 -0
  428. pulumi_oci/core/cross_connect.py +5 -0
  429. pulumi_oci/core/cross_connect_group.py +5 -0
  430. pulumi_oci/core/dedicated_vm_host.py +5 -0
  431. pulumi_oci/core/default_dhcp_options.py +5 -0
  432. pulumi_oci/core/default_route_table.py +5 -0
  433. pulumi_oci/core/default_security_list.py +5 -0
  434. pulumi_oci/core/dhcp_options.py +5 -0
  435. pulumi_oci/core/drg.py +5 -0
  436. pulumi_oci/core/drg_attachment.py +5 -0
  437. pulumi_oci/core/drg_attachment_management.py +5 -0
  438. pulumi_oci/core/drg_attachments_list.py +5 -0
  439. pulumi_oci/core/drg_route_distribution.py +5 -0
  440. pulumi_oci/core/drg_route_distribution_statement.py +5 -0
  441. pulumi_oci/core/drg_route_table.py +5 -0
  442. pulumi_oci/core/drg_route_table_route_rule.py +5 -0
  443. pulumi_oci/core/get_app_catalog_listing.py +19 -4
  444. pulumi_oci/core/get_app_catalog_listing_resource_version.py +21 -4
  445. pulumi_oci/core/get_app_catalog_listing_resource_versions.py +15 -4
  446. pulumi_oci/core/get_app_catalog_listings.py +19 -4
  447. pulumi_oci/core/get_app_catalog_subscriptions.py +17 -4
  448. pulumi_oci/core/get_block_volume_replica.py +23 -4
  449. pulumi_oci/core/get_block_volume_replicas.py +23 -4
  450. pulumi_oci/core/get_boot_volume.py +35 -4
  451. pulumi_oci/core/get_boot_volume_attachments.py +21 -4
  452. pulumi_oci/core/get_boot_volume_backup.py +30 -4
  453. pulumi_oci/core/get_boot_volume_backups.py +23 -4
  454. pulumi_oci/core/get_boot_volume_replica.py +24 -4
  455. pulumi_oci/core/get_boot_volume_replicas.py +23 -4
  456. pulumi_oci/core/get_boot_volumes.py +19 -4
  457. pulumi_oci/core/get_byoip_allocated_ranges.py +15 -4
  458. pulumi_oci/core/get_byoip_range.py +26 -4
  459. pulumi_oci/core/get_byoip_ranges.py +19 -4
  460. pulumi_oci/core/get_capture_filter.py +21 -4
  461. pulumi_oci/core/get_capture_filters.py +21 -4
  462. pulumi_oci/core/get_cluster_network.py +24 -4
  463. pulumi_oci/core/get_cluster_network_instances.py +19 -4
  464. pulumi_oci/core/get_cluster_networks.py +19 -4
  465. pulumi_oci/core/get_cnv_dns_resolver_association.py +14 -4
  466. pulumi_oci/core/get_compute_capacity_reservation.py +24 -4
  467. pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +19 -4
  468. pulumi_oci/core/get_compute_capacity_reservation_instances.py +19 -4
  469. pulumi_oci/core/get_compute_capacity_reservations.py +21 -4
  470. pulumi_oci/core/get_compute_capacity_topologies.py +19 -4
  471. pulumi_oci/core/get_compute_capacity_topology.py +21 -4
  472. pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +25 -4
  473. pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +19 -4
  474. pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +21 -4
  475. pulumi_oci/core/get_compute_cluster.py +19 -4
  476. pulumi_oci/core/get_compute_clusters.py +19 -4
  477. pulumi_oci/core/get_compute_global_image_capability_schema.py +18 -4
  478. pulumi_oci/core/get_compute_global_image_capability_schemas.py +17 -4
  479. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +18 -4
  480. pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +17 -4
  481. pulumi_oci/core/get_compute_image_capability_schema.py +23 -4
  482. pulumi_oci/core/get_compute_image_capability_schemas.py +19 -4
  483. pulumi_oci/core/get_console_histories.py +21 -4
  484. pulumi_oci/core/get_console_history_data.py +17 -4
  485. pulumi_oci/core/get_cpe_device_shape.py +15 -4
  486. pulumi_oci/core/get_cpe_device_shapes.py +13 -4
  487. pulumi_oci/core/get_cpes.py +15 -4
  488. pulumi_oci/core/get_cross_connect.py +29 -4
  489. pulumi_oci/core/get_cross_connect_group.py +22 -4
  490. pulumi_oci/core/get_cross_connect_groups.py +19 -4
  491. pulumi_oci/core/get_cross_connect_locations.py +15 -4
  492. pulumi_oci/core/get_cross_connect_port_speed_shape.py +15 -4
  493. pulumi_oci/core/get_cross_connect_status.py +16 -4
  494. pulumi_oci/core/get_cross_connects.py +21 -4
  495. pulumi_oci/core/get_dedicated_vm_host.py +25 -4
  496. pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +19 -4
  497. pulumi_oci/core/get_dedicated_vm_host_instances.py +19 -4
  498. pulumi_oci/core/get_dedicated_vm_host_shapes.py +19 -4
  499. pulumi_oci/core/get_dedicated_vm_hosts.py +27 -4
  500. pulumi_oci/core/get_dhcp_options.py +21 -4
  501. pulumi_oci/core/get_drg_attachments.py +29 -4
  502. pulumi_oci/core/get_drg_route_distribution.py +20 -4
  503. pulumi_oci/core/get_drg_route_distribution_statements.py +15 -4
  504. pulumi_oci/core/get_drg_route_distributions.py +19 -4
  505. pulumi_oci/core/get_drg_route_rule.py +22 -4
  506. pulumi_oci/core/get_drg_route_table_route_rules.py +17 -4
  507. pulumi_oci/core/get_drg_route_tables.py +21 -4
  508. pulumi_oci/core/get_drgs.py +15 -4
  509. pulumi_oci/core/get_fast_connect_provider_service.py +23 -4
  510. pulumi_oci/core/get_fast_connect_provider_service_key.py +17 -4
  511. pulumi_oci/core/get_fast_connect_provider_services.py +15 -4
  512. pulumi_oci/core/get_image.py +30 -4
  513. pulumi_oci/core/get_image_shape.py +17 -4
  514. pulumi_oci/core/get_image_shapes.py +15 -4
  515. pulumi_oci/core/get_images.py +29 -4
  516. pulumi_oci/core/get_instance.py +84 -5
  517. pulumi_oci/core/get_instance_configuration.py +21 -4
  518. pulumi_oci/core/get_instance_configurations.py +15 -4
  519. pulumi_oci/core/get_instance_console_connections.py +17 -4
  520. pulumi_oci/core/get_instance_credentials.py +14 -4
  521. pulumi_oci/core/get_instance_devices.py +19 -4
  522. pulumi_oci/core/get_instance_maintenance_event.py +36 -4
  523. pulumi_oci/core/get_instance_maintenance_events.py +27 -4
  524. pulumi_oci/core/get_instance_maintenance_reboot.py +13 -4
  525. pulumi_oci/core/get_instance_measured_boot_report.py +14 -4
  526. pulumi_oci/core/get_instance_pool.py +25 -4
  527. pulumi_oci/core/get_instance_pool_instances.py +19 -4
  528. pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +19 -4
  529. pulumi_oci/core/get_instance_pools.py +19 -4
  530. pulumi_oci/core/get_instances.py +25 -4
  531. pulumi_oci/core/get_internet_gateways.py +21 -4
  532. pulumi_oci/core/get_ip_inventory_subnet.py +17 -4
  533. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +17 -4
  534. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +22 -4
  535. pulumi_oci/core/get_ipsec_algorithm.py +14 -4
  536. pulumi_oci/core/get_ipsec_config.py +17 -4
  537. pulumi_oci/core/get_ipsec_connection_tunnel.py +35 -4
  538. pulumi_oci/core/get_ipsec_connection_tunnel_error.py +19 -4
  539. pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +19 -4
  540. pulumi_oci/core/get_ipsec_connection_tunnels.py +15 -4
  541. pulumi_oci/core/get_ipsec_connections.py +19 -4
  542. pulumi_oci/core/get_ipsec_status.py +17 -4
  543. pulumi_oci/core/get_ipv6.py +22 -4
  544. pulumi_oci/core/get_ipv6s.py +19 -4
  545. pulumi_oci/core/get_letter_of_authority.py +18 -4
  546. pulumi_oci/core/get_listing_resource_version.py +21 -4
  547. pulumi_oci/core/get_listing_resource_versions.py +15 -4
  548. pulumi_oci/core/get_local_peering_gateways.py +17 -4
  549. pulumi_oci/core/get_nat_gateway.py +23 -4
  550. pulumi_oci/core/get_nat_gateways.py +21 -4
  551. pulumi_oci/core/get_network_security_group.py +19 -4
  552. pulumi_oci/core/get_network_security_group_security_rules.py +17 -4
  553. pulumi_oci/core/get_network_security_group_vnics.py +15 -4
  554. pulumi_oci/core/get_network_security_groups.py +23 -4
  555. pulumi_oci/core/get_peer_region_for_remote_peerings.py +13 -4
  556. pulumi_oci/core/get_private_ip.py +25 -4
  557. pulumi_oci/core/get_private_ips.py +21 -4
  558. pulumi_oci/core/get_public_ip.py +27 -4
  559. pulumi_oci/core/get_public_ip_pool.py +19 -4
  560. pulumi_oci/core/get_public_ip_pools.py +19 -4
  561. pulumi_oci/core/get_public_ips.py +23 -4
  562. pulumi_oci/core/get_remote_peering_connections.py +17 -4
  563. pulumi_oci/core/get_route_tables.py +21 -4
  564. pulumi_oci/core/get_security_lists.py +21 -4
  565. pulumi_oci/core/get_service_gateways.py +19 -4
  566. pulumi_oci/core/get_services.py +13 -4
  567. pulumi_oci/core/get_shape.py +19 -4
  568. pulumi_oci/core/get_shapes.py +19 -4
  569. pulumi_oci/core/get_subnet.py +33 -4
  570. pulumi_oci/core/get_subnets.py +21 -4
  571. pulumi_oci/core/get_tunnel_security_associations.py +17 -4
  572. pulumi_oci/core/get_vcn.py +46 -5
  573. pulumi_oci/core/get_vcns.py +19 -4
  574. pulumi_oci/core/get_virtual_circuit.py +40 -4
  575. pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +15 -4
  576. pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +15 -4
  577. pulumi_oci/core/get_virtual_circuit_public_prefixes.py +17 -4
  578. pulumi_oci/core/get_virtual_circuits.py +19 -4
  579. pulumi_oci/core/get_virtual_networks.py +19 -4
  580. pulumi_oci/core/get_vlan.py +24 -4
  581. pulumi_oci/core/get_vlans.py +21 -4
  582. pulumi_oci/core/get_vnic.py +44 -5
  583. pulumi_oci/core/get_vnic_attachments.py +21 -4
  584. pulumi_oci/core/get_volume.py +35 -4
  585. pulumi_oci/core/get_volume_attachments.py +21 -4
  586. pulumi_oci/core/get_volume_backup_policies.py +15 -4
  587. pulumi_oci/core/get_volume_backup_policy_assignments.py +15 -4
  588. pulumi_oci/core/get_volume_backups.py +23 -4
  589. pulumi_oci/core/get_volume_group_backups.py +19 -4
  590. pulumi_oci/core/get_volume_group_replica.py +23 -4
  591. pulumi_oci/core/get_volume_group_replicas.py +21 -4
  592. pulumi_oci/core/get_volume_groups.py +21 -4
  593. pulumi_oci/core/get_volumes.py +25 -4
  594. pulumi_oci/core/get_vtap.py +33 -4
  595. pulumi_oci/core/get_vtaps.py +29 -4
  596. pulumi_oci/core/image.py +5 -0
  597. pulumi_oci/core/instance.py +92 -0
  598. pulumi_oci/core/instance_configuration.py +17 -0
  599. pulumi_oci/core/instance_console_connection.py +5 -0
  600. pulumi_oci/core/instance_maintenance_event.py +5 -0
  601. pulumi_oci/core/instance_pool.py +5 -0
  602. pulumi_oci/core/instance_pool_instance.py +5 -0
  603. pulumi_oci/core/internet_gateway.py +5 -0
  604. pulumi_oci/core/ipsec.py +188 -23
  605. pulumi_oci/core/ipsec_connection_tunnel_management.py +5 -0
  606. pulumi_oci/core/ipv6.py +5 -0
  607. pulumi_oci/core/listing_resource_version_agreement.py +5 -0
  608. pulumi_oci/core/local_peering_gateway.py +5 -0
  609. pulumi_oci/core/nat_gateway.py +5 -0
  610. pulumi_oci/core/network_security_group.py +5 -0
  611. pulumi_oci/core/network_security_group_security_rule.py +7 -2
  612. pulumi_oci/core/outputs.py +714 -107
  613. pulumi_oci/core/private_ip.py +5 -0
  614. pulumi_oci/core/public_ip.py +5 -0
  615. pulumi_oci/core/public_ip_pool.py +5 -0
  616. pulumi_oci/core/public_ip_pool_capacity.py +5 -0
  617. pulumi_oci/core/remote_peering_connection.py +5 -0
  618. pulumi_oci/core/route_table.py +5 -0
  619. pulumi_oci/core/route_table_attachment.py +5 -0
  620. pulumi_oci/core/security_list.py +5 -0
  621. pulumi_oci/core/service_gateway.py +18 -7
  622. pulumi_oci/core/shape_management.py +5 -0
  623. pulumi_oci/core/subnet.py +5 -0
  624. pulumi_oci/core/vcn.py +70 -23
  625. pulumi_oci/core/virtual_circuit.py +5 -0
  626. pulumi_oci/core/virtual_network.py +40 -1
  627. pulumi_oci/core/vlan.py +5 -0
  628. pulumi_oci/core/vnic_attachment.py +7 -0
  629. pulumi_oci/core/volume.py +5 -0
  630. pulumi_oci/core/volume_attachment.py +5 -0
  631. pulumi_oci/core/volume_backup.py +5 -0
  632. pulumi_oci/core/volume_backup_policy.py +5 -0
  633. pulumi_oci/core/volume_backup_policy_assignment.py +5 -0
  634. pulumi_oci/core/volume_group.py +5 -0
  635. pulumi_oci/core/volume_group_backup.py +5 -0
  636. pulumi_oci/core/vtap.py +5 -0
  637. pulumi_oci/database/_inputs.py +5192 -45
  638. pulumi_oci/database/application_vip.py +5 -0
  639. pulumi_oci/database/autonomous_container_database.py +5 -0
  640. pulumi_oci/database/autonomous_container_database_dataguard_association.py +5 -0
  641. pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +5 -0
  642. pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +5 -0
  643. pulumi_oci/database/autonomous_database.py +53 -28
  644. pulumi_oci/database/autonomous_database_backup.py +17 -12
  645. pulumi_oci/database/autonomous_database_instance_wallet_management.py +5 -0
  646. pulumi_oci/database/autonomous_database_regional_wallet_management.py +5 -0
  647. pulumi_oci/database/autonomous_database_saas_admin_user.py +5 -0
  648. pulumi_oci/database/autonomous_database_software_image.py +5 -0
  649. pulumi_oci/database/autonomous_database_wallet.py +5 -0
  650. pulumi_oci/database/autonomous_exadata_infrastructure.py +7 -0
  651. pulumi_oci/database/autonomous_vm_cluster.py +7 -0
  652. pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +5 -0
  653. pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +5 -0
  654. pulumi_oci/database/backup.py +17 -12
  655. pulumi_oci/database/backup_cancel_management.py +5 -0
  656. pulumi_oci/database/backup_destination.py +5 -0
  657. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -0
  658. pulumi_oci/database/cloud_database_management.py +5 -0
  659. pulumi_oci/database/cloud_exadata_infrastructure.py +7 -0
  660. pulumi_oci/database/cloud_vm_cluster.py +76 -0
  661. pulumi_oci/database/cloud_vm_cluster_iorm_config.py +5 -0
  662. pulumi_oci/database/data_guard_association.py +5 -0
  663. pulumi_oci/database/database.py +20 -15
  664. pulumi_oci/database/database_software_image.py +5 -0
  665. pulumi_oci/database/database_upgrade.py +17 -12
  666. pulumi_oci/database/db_home.py +5 -0
  667. pulumi_oci/database/db_node.py +5 -0
  668. pulumi_oci/database/db_node_console_connection.py +5 -0
  669. pulumi_oci/database/db_node_console_history.py +5 -0
  670. pulumi_oci/database/db_system.py +14 -9
  671. pulumi_oci/database/db_systems_upgrade.py +5 -0
  672. pulumi_oci/database/exadata_infrastructure.py +7 -0
  673. pulumi_oci/database/exadata_infrastructure_compute.py +5 -0
  674. pulumi_oci/database/exadata_infrastructure_storage.py +5 -0
  675. pulumi_oci/database/exadata_iorm_config.py +5 -0
  676. pulumi_oci/database/exadb_vm_cluster.py +5 -0
  677. pulumi_oci/database/exascale_db_storage_vault.py +5 -0
  678. pulumi_oci/database/external_container_database.py +5 -0
  679. pulumi_oci/database/external_container_database_management.py +5 -0
  680. pulumi_oci/database/external_container_databases_stack_monitoring.py +5 -0
  681. pulumi_oci/database/external_database_connector.py +5 -0
  682. pulumi_oci/database/external_non_container_database.py +5 -0
  683. pulumi_oci/database/external_non_container_database_management.py +5 -0
  684. pulumi_oci/database/external_non_container_database_operations_insights_management.py +5 -0
  685. pulumi_oci/database/external_non_container_databases_stack_monitoring.py +5 -0
  686. pulumi_oci/database/external_pluggable_database.py +5 -0
  687. pulumi_oci/database/external_pluggable_database_management.py +5 -0
  688. pulumi_oci/database/external_pluggable_database_operations_insights_management.py +5 -0
  689. pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +5 -0
  690. pulumi_oci/database/get_application_vip.py +23 -4
  691. pulumi_oci/database/get_application_vips.py +19 -4
  692. pulumi_oci/database/get_autonomous_character_sets.py +19 -4
  693. pulumi_oci/database/get_autonomous_container_database.py +74 -5
  694. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +37 -4
  695. pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +15 -4
  696. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +23 -4
  697. pulumi_oci/database/get_autonomous_container_database_versions.py +17 -4
  698. pulumi_oci/database/get_autonomous_container_databases.py +31 -4
  699. pulumi_oci/database/get_autonomous_container_patches.py +19 -4
  700. pulumi_oci/database/get_autonomous_database.py +166 -8
  701. pulumi_oci/database/get_autonomous_database_backup.py +37 -7
  702. pulumi_oci/database/get_autonomous_database_backups.py +23 -4
  703. pulumi_oci/database/get_autonomous_database_dataguard_association.py +25 -4
  704. pulumi_oci/database/get_autonomous_database_dataguard_associations.py +15 -4
  705. pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +16 -4
  706. pulumi_oci/database/get_autonomous_database_peers.py +15 -4
  707. pulumi_oci/database/get_autonomous_database_refreshable_clones.py +15 -4
  708. pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +14 -4
  709. pulumi_oci/database/get_autonomous_database_software_image.py +24 -4
  710. pulumi_oci/database/get_autonomous_database_software_images.py +21 -4
  711. pulumi_oci/database/get_autonomous_database_wallet.py +19 -4
  712. pulumi_oci/database/get_autonomous_databases.py +125 -9
  713. pulumi_oci/database/get_autonomous_databases_clones.py +23 -4
  714. pulumi_oci/database/get_autonomous_db_preview_versions.py +15 -4
  715. pulumi_oci/database/get_autonomous_db_versions.py +17 -4
  716. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +33 -4
  717. pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +15 -4
  718. pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +17 -4
  719. pulumi_oci/database/get_autonomous_exadata_infrastructures.py +21 -4
  720. pulumi_oci/database/get_autonomous_patch.py +22 -4
  721. pulumi_oci/database/get_autonomous_virtual_machine.py +24 -4
  722. pulumi_oci/database/get_autonomous_virtual_machines.py +19 -4
  723. pulumi_oci/database/get_autonomous_vm_cluster.py +62 -4
  724. pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +17 -4
  725. pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +32 -4
  726. pulumi_oci/database/get_autonomous_vm_clusters.py +21 -4
  727. pulumi_oci/database/get_backup_destination.py +28 -4
  728. pulumi_oci/database/get_backup_destinations.py +17 -4
  729. pulumi_oci/database/get_backups.py +19 -4
  730. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +67 -4
  731. pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +17 -4
  732. pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +31 -4
  733. pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +23 -4
  734. pulumi_oci/database/get_cloud_exadata_infrastructure.py +47 -4
  735. pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +20 -4
  736. pulumi_oci/database/get_cloud_exadata_infrastructures.py +21 -4
  737. pulumi_oci/database/get_cloud_vm_cluster.py +77 -5
  738. pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +16 -4
  739. pulumi_oci/database/get_cloud_vm_clusters.py +21 -4
  740. pulumi_oci/database/get_data_guard_association.py +56 -4
  741. pulumi_oci/database/get_data_guard_associations.py +15 -4
  742. pulumi_oci/database/get_database.py +50 -7
  743. pulumi_oci/database/get_database_maintenance_run_histories.py +25 -4
  744. pulumi_oci/database/get_database_maintenance_run_history.py +14 -4
  745. pulumi_oci/database/get_database_pdb_conversion_history_entries.py +19 -4
  746. pulumi_oci/database/get_database_pdb_conversion_history_entry.py +24 -4
  747. pulumi_oci/database/get_database_software_image.py +29 -4
  748. pulumi_oci/database/get_database_software_images.py +25 -4
  749. pulumi_oci/database/get_database_upgrade_history_entries.py +19 -4
  750. pulumi_oci/database/get_database_upgrade_history_entry.py +25 -4
  751. pulumi_oci/database/get_databases.py +23 -4
  752. pulumi_oci/database/get_db_home.py +32 -4
  753. pulumi_oci/database/get_db_home_patch_history_entries.py +15 -4
  754. pulumi_oci/database/get_db_home_patches.py +15 -4
  755. pulumi_oci/database/get_db_homes.py +27 -4
  756. pulumi_oci/database/get_db_node.py +36 -4
  757. pulumi_oci/database/get_db_node_console_connection.py +22 -4
  758. pulumi_oci/database/get_db_node_console_connections.py +15 -4
  759. pulumi_oci/database/get_db_node_console_histories.py +19 -4
  760. pulumi_oci/database/get_db_node_console_history.py +21 -4
  761. pulumi_oci/database/get_db_node_console_history_content.py +14 -4
  762. pulumi_oci/database/get_db_nodes.py +23 -4
  763. pulumi_oci/database/get_db_server.py +33 -4
  764. pulumi_oci/database/get_db_servers.py +21 -4
  765. pulumi_oci/database/get_db_system_compute_performances.py +15 -4
  766. pulumi_oci/database/get_db_system_history_entries.py +15 -4
  767. pulumi_oci/database/get_db_system_patches.py +15 -4
  768. pulumi_oci/database/get_db_system_shapes.py +17 -4
  769. pulumi_oci/database/get_db_system_storage_performances.py +17 -4
  770. pulumi_oci/database/get_db_systems.py +23 -4
  771. pulumi_oci/database/get_db_systems_upgrade_history_entries.py +19 -4
  772. pulumi_oci/database/get_db_systems_upgrade_history_entry.py +24 -4
  773. pulumi_oci/database/get_db_versions.py +25 -4
  774. pulumi_oci/database/get_exadata_infrastructure.py +60 -4
  775. pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +15 -4
  776. pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +20 -4
  777. pulumi_oci/database/get_exadata_infrastructures.py +19 -4
  778. pulumi_oci/database/get_exadata_iorm_config.py +16 -4
  779. pulumi_oci/database/get_exadb_vm_cluster.py +51 -4
  780. pulumi_oci/database/get_exadb_vm_cluster_update.py +22 -4
  781. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +17 -4
  782. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +22 -4
  783. pulumi_oci/database/get_exadb_vm_cluster_updates.py +19 -4
  784. pulumi_oci/database/get_exadb_vm_clusters.py +21 -4
  785. pulumi_oci/database/get_exascale_db_storage_vault.py +27 -4
  786. pulumi_oci/database/get_exascale_db_storage_vaults.py +19 -4
  787. pulumi_oci/database/get_external_container_database.py +30 -4
  788. pulumi_oci/database/get_external_container_databases.py +19 -4
  789. pulumi_oci/database/get_external_database_connector.py +26 -4
  790. pulumi_oci/database/get_external_database_connectors.py +21 -4
  791. pulumi_oci/database/get_external_non_container_database.py +31 -4
  792. pulumi_oci/database/get_external_non_container_databases.py +19 -4
  793. pulumi_oci/database/get_external_pluggable_database.py +33 -4
  794. pulumi_oci/database/get_external_pluggable_databases.py +21 -4
  795. pulumi_oci/database/get_flex_components.py +17 -4
  796. pulumi_oci/database/get_gi_version_minor_versions.py +25 -4
  797. pulumi_oci/database/get_gi_versions.py +19 -4
  798. pulumi_oci/database/get_infrastructure_target_version.py +18 -4
  799. pulumi_oci/database/get_key_store.py +22 -4
  800. pulumi_oci/database/get_key_stores.py +15 -4
  801. pulumi_oci/database/get_maintenance_run.py +42 -4
  802. pulumi_oci/database/get_maintenance_runs.py +27 -4
  803. pulumi_oci/database/get_managed_preferred_credential.py +22 -4
  804. pulumi_oci/database/get_managed_preferred_credentials.py +15 -4
  805. pulumi_oci/database/get_oneoff_patch.py +27 -4
  806. pulumi_oci/database/get_oneoff_patches.py +19 -4
  807. pulumi_oci/database/get_pluggable_database.py +47 -5
  808. pulumi_oci/database/get_pluggable_databases.py +21 -4
  809. pulumi_oci/database/get_system_versions.py +19 -4
  810. pulumi_oci/database/get_vm_cluster.py +57 -5
  811. pulumi_oci/database/get_vm_cluster_network.py +29 -4
  812. pulumi_oci/database/get_vm_cluster_network_download_config_file.py +17 -4
  813. pulumi_oci/database/get_vm_cluster_networks.py +21 -4
  814. pulumi_oci/database/get_vm_cluster_patch.py +21 -4
  815. pulumi_oci/database/get_vm_cluster_patch_history_entries.py +15 -4
  816. pulumi_oci/database/get_vm_cluster_patch_history_entry.py +20 -4
  817. pulumi_oci/database/get_vm_cluster_patches.py +15 -4
  818. pulumi_oci/database/get_vm_cluster_recommended_network.py +37 -4
  819. pulumi_oci/database/get_vm_cluster_update.py +22 -4
  820. pulumi_oci/database/get_vm_cluster_update_history_entries.py +19 -4
  821. pulumi_oci/database/get_vm_cluster_update_history_entry.py +21 -4
  822. pulumi_oci/database/get_vm_cluster_updates.py +19 -4
  823. pulumi_oci/database/get_vm_clusters.py +21 -4
  824. pulumi_oci/database/key_store.py +5 -0
  825. pulumi_oci/database/maintenance_run.py +5 -0
  826. pulumi_oci/database/oneoff_patch.py +5 -0
  827. pulumi_oci/database/outputs.py +1436 -74
  828. pulumi_oci/database/pluggable_database.py +39 -0
  829. pulumi_oci/database/pluggable_database_managements_management.py +5 -0
  830. pulumi_oci/database/pluggable_databases_local_clone.py +5 -0
  831. pulumi_oci/database/pluggable_databases_remote_clone.py +5 -0
  832. pulumi_oci/database/vm_cluster.py +76 -0
  833. pulumi_oci/database/vm_cluster_add_virtual_network.py +33 -0
  834. pulumi_oci/database/vm_cluster_network.py +5 -0
  835. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +33 -0
  836. pulumi_oci/databasemanagement/_inputs.py +2985 -55
  837. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +5 -0
  838. pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -0
  839. pulumi_oci/databasemanagement/db_management_private_endpoint.py +5 -0
  840. pulumi_oci/databasemanagement/external_asm.py +5 -0
  841. pulumi_oci/databasemanagement/external_asm_instance.py +5 -0
  842. pulumi_oci/databasemanagement/external_cluster.py +5 -0
  843. pulumi_oci/databasemanagement/external_cluster_instance.py +5 -0
  844. pulumi_oci/databasemanagement/external_db_home.py +5 -0
  845. pulumi_oci/databasemanagement/external_db_node.py +5 -0
  846. pulumi_oci/databasemanagement/external_db_system.py +5 -0
  847. pulumi_oci/databasemanagement/external_db_system_connector.py +5 -0
  848. pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +5 -0
  849. pulumi_oci/databasemanagement/external_db_system_discovery.py +5 -0
  850. pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +5 -0
  851. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +5 -0
  852. pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +5 -0
  853. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +5 -0
  854. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +5 -0
  855. pulumi_oci/databasemanagement/external_exadata_storage_server.py +5 -0
  856. pulumi_oci/databasemanagement/external_listener.py +5 -0
  857. pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -0
  858. pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -0
  859. pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -0
  860. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +26 -4
  861. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +15 -4
  862. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +17 -4
  863. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +25 -4
  864. pulumi_oci/databasemanagement/get_external_asm.py +30 -4
  865. pulumi_oci/databasemanagement/get_external_asm_configuration.py +15 -4
  866. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +17 -4
  867. pulumi_oci/databasemanagement/get_external_asm_instance.py +27 -4
  868. pulumi_oci/databasemanagement/get_external_asm_instances.py +19 -4
  869. pulumi_oci/databasemanagement/get_external_asm_users.py +17 -4
  870. pulumi_oci/databasemanagement/get_external_asms.py +19 -4
  871. pulumi_oci/databasemanagement/get_external_cluster.py +32 -4
  872. pulumi_oci/databasemanagement/get_external_cluster_instance.py +30 -4
  873. pulumi_oci/databasemanagement/get_external_cluster_instances.py +19 -4
  874. pulumi_oci/databasemanagement/get_external_clusters.py +19 -4
  875. pulumi_oci/databasemanagement/get_external_databases.py +21 -4
  876. pulumi_oci/databasemanagement/get_external_db_home.py +25 -4
  877. pulumi_oci/databasemanagement/get_external_db_homes.py +19 -4
  878. pulumi_oci/databasemanagement/get_external_db_node.py +29 -4
  879. pulumi_oci/databasemanagement/get_external_db_nodes.py +19 -4
  880. pulumi_oci/databasemanagement/get_external_db_system.py +27 -4
  881. pulumi_oci/databasemanagement/get_external_db_system_connector.py +28 -4
  882. pulumi_oci/databasemanagement/get_external_db_system_connectors.py +19 -4
  883. pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +17 -4
  884. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +26 -4
  885. pulumi_oci/databasemanagement/get_external_db_systems.py +17 -4
  886. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +33 -4
  887. pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +17 -4
  888. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +30 -4
  889. pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +19 -4
  890. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +28 -4
  891. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +36 -4
  892. pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +15 -4
  893. pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +13 -4
  894. pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +13 -4
  895. pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +19 -4
  896. pulumi_oci/databasemanagement/get_external_listener.py +39 -4
  897. pulumi_oci/databasemanagement/get_external_listener_services.py +19 -4
  898. pulumi_oci/databasemanagement/get_external_listeners.py +19 -4
  899. pulumi_oci/databasemanagement/get_job_executions_status.py +24 -4
  900. pulumi_oci/databasemanagement/get_job_executions_statuses.py +26 -4
  901. pulumi_oci/databasemanagement/get_managed_database.py +34 -4
  902. pulumi_oci/databasemanagement/get_managed_database_addm_task.py +17 -4
  903. pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +19 -4
  904. pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +27 -4
  905. pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +29 -4
  906. pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +27 -4
  907. pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +29 -4
  908. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +21 -4
  909. pulumi_oci/databasemanagement/get_managed_database_group.py +22 -4
  910. pulumi_oci/databasemanagement/get_managed_database_groups.py +20 -4
  911. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +24 -4
  912. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +17 -4
  913. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +19 -4
  914. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +25 -4
  915. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +28 -4
  916. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +25 -4
  917. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +31 -4
  918. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +24 -4
  919. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +19 -4
  920. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +41 -4
  921. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +21 -4
  922. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +25 -4
  923. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +22 -4
  924. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +27 -4
  925. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +31 -4
  926. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +19 -4
  927. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +23 -4
  928. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +21 -4
  929. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +30 -4
  930. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +17 -4
  931. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +21 -4
  932. pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +15 -4
  933. pulumi_oci/databasemanagement/get_managed_database_user.py +40 -4
  934. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +17 -4
  935. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +21 -4
  936. pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +17 -4
  937. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +21 -4
  938. pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +17 -4
  939. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +21 -4
  940. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +17 -4
  941. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +21 -4
  942. pulumi_oci/databasemanagement/get_managed_database_user_role.py +17 -4
  943. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +21 -4
  944. pulumi_oci/databasemanagement/get_managed_database_users.py +19 -4
  945. pulumi_oci/databasemanagement/get_managed_databases.py +24 -4
  946. pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +17 -4
  947. pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +15 -4
  948. pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +23 -4
  949. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +23 -4
  950. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +17 -4
  951. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +21 -4
  952. pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +17 -4
  953. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +21 -4
  954. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +25 -4
  955. pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +15 -4
  956. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +21 -4
  957. pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +15 -4
  958. pulumi_oci/databasemanagement/get_named_credential.py +26 -4
  959. pulumi_oci/databasemanagement/get_named_credentials.py +23 -4
  960. pulumi_oci/databasemanagement/managed_database.py +5 -0
  961. pulumi_oci/databasemanagement/managed_database_group.py +5 -0
  962. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +5 -0
  963. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +5 -0
  964. pulumi_oci/databasemanagement/named_credential.py +5 -0
  965. pulumi_oci/databasemanagement/outputs.py +5 -0
  966. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -0
  967. pulumi_oci/databasemigration/_inputs.py +687 -0
  968. pulumi_oci/databasemigration/connection.py +5 -0
  969. pulumi_oci/databasemigration/get_connection.py +53 -4
  970. pulumi_oci/databasemigration/get_connections.py +25 -4
  971. pulumi_oci/databasemigration/get_job_advisor_report.py +18 -4
  972. pulumi_oci/databasemigration/get_job_output.py +13 -4
  973. pulumi_oci/databasemigration/get_migration.py +39 -4
  974. pulumi_oci/databasemigration/get_migration_object_types.py +15 -4
  975. pulumi_oci/databasemigration/get_migrations.py +39 -4
  976. pulumi_oci/databasemigration/job.py +5 -0
  977. pulumi_oci/databasemigration/migration.py +5 -0
  978. pulumi_oci/databasemigration/outputs.py +5 -0
  979. pulumi_oci/databasetools/_inputs.py +215 -0
  980. pulumi_oci/databasetools/database_tools_connection.py +5 -0
  981. pulumi_oci/databasetools/database_tools_private_endpoint.py +5 -0
  982. pulumi_oci/databasetools/get_database_tools_connection.py +33 -4
  983. pulumi_oci/databasetools/get_database_tools_connections.py +25 -4
  984. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +23 -4
  985. pulumi_oci/databasetools/get_database_tools_endpoint_services.py +21 -4
  986. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +32 -4
  987. pulumi_oci/databasetools/get_database_tools_private_endpoints.py +23 -4
  988. pulumi_oci/databasetools/outputs.py +5 -0
  989. pulumi_oci/datacatalog/_inputs.py +130 -0
  990. pulumi_oci/datacatalog/catalog.py +5 -0
  991. pulumi_oci/datacatalog/catalog_private_endpoint.py +5 -0
  992. pulumi_oci/datacatalog/connection.py +5 -0
  993. pulumi_oci/datacatalog/data_asset.py +5 -0
  994. pulumi_oci/datacatalog/get_catalog.py +26 -4
  995. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +25 -4
  996. pulumi_oci/datacatalog/get_catalog_private_endpoints.py +19 -4
  997. pulumi_oci/datacatalog/get_catalog_type.py +27 -4
  998. pulumi_oci/datacatalog/get_catalog_types.py +31 -4
  999. pulumi_oci/datacatalog/get_catalogs.py +19 -4
  1000. pulumi_oci/datacatalog/get_connection.py +33 -4
  1001. pulumi_oci/datacatalog/get_connections.py +39 -4
  1002. pulumi_oci/datacatalog/get_data_asset.py +30 -4
  1003. pulumi_oci/datacatalog/get_data_assets.py +29 -4
  1004. pulumi_oci/datacatalog/get_metastore.py +24 -4
  1005. pulumi_oci/datacatalog/get_metastores.py +19 -4
  1006. pulumi_oci/datacatalog/metastore.py +5 -0
  1007. pulumi_oci/datacatalog/outputs.py +5 -0
  1008. pulumi_oci/dataflow/_inputs.py +420 -0
  1009. pulumi_oci/dataflow/application.py +5 -0
  1010. pulumi_oci/dataflow/get_application.py +45 -4
  1011. pulumi_oci/dataflow/get_applications.py +23 -4
  1012. pulumi_oci/dataflow/get_invoke_run.py +57 -4
  1013. pulumi_oci/dataflow/get_invoke_runs.py +29 -4
  1014. pulumi_oci/dataflow/get_pool.py +27 -4
  1015. pulumi_oci/dataflow/get_pools.py +23 -4
  1016. pulumi_oci/dataflow/get_private_endpoint.py +28 -4
  1017. pulumi_oci/dataflow/get_private_endpoints.py +23 -4
  1018. pulumi_oci/dataflow/get_run_log.py +18 -4
  1019. pulumi_oci/dataflow/get_run_logs.py +15 -4
  1020. pulumi_oci/dataflow/get_run_statement.py +20 -4
  1021. pulumi_oci/dataflow/get_run_statements.py +17 -4
  1022. pulumi_oci/dataflow/get_sql_endpoint.py +36 -4
  1023. pulumi_oci/dataflow/get_sql_endpoints.py +21 -4
  1024. pulumi_oci/dataflow/invoke_run.py +5 -0
  1025. pulumi_oci/dataflow/outputs.py +5 -0
  1026. pulumi_oci/dataflow/pool.py +5 -0
  1027. pulumi_oci/dataflow/private_endpoint.py +5 -0
  1028. pulumi_oci/dataflow/run_statement.py +5 -0
  1029. pulumi_oci/dataflow/sql_endpoint.py +5 -0
  1030. pulumi_oci/dataintegration/_inputs.py +3126 -70
  1031. pulumi_oci/dataintegration/get_workspace.py +34 -4
  1032. pulumi_oci/dataintegration/get_workspace_application.py +38 -4
  1033. pulumi_oci/dataintegration/get_workspace_application_patch.py +36 -4
  1034. pulumi_oci/dataintegration/get_workspace_application_patches.py +23 -4
  1035. pulumi_oci/dataintegration/get_workspace_application_schedule.py +30 -4
  1036. pulumi_oci/dataintegration/get_workspace_application_schedules.py +25 -4
  1037. pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +43 -4
  1038. pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +27 -4
  1039. pulumi_oci/dataintegration/get_workspace_applications.py +23 -4
  1040. pulumi_oci/dataintegration/get_workspace_export_request.py +32 -4
  1041. pulumi_oci/dataintegration/get_workspace_export_requests.py +25 -4
  1042. pulumi_oci/dataintegration/get_workspace_folder.py +27 -4
  1043. pulumi_oci/dataintegration/get_workspace_folders.py +25 -4
  1044. pulumi_oci/dataintegration/get_workspace_import_request.py +30 -4
  1045. pulumi_oci/dataintegration/get_workspace_import_requests.py +25 -4
  1046. pulumi_oci/dataintegration/get_workspace_project.py +26 -4
  1047. pulumi_oci/dataintegration/get_workspace_projects.py +23 -4
  1048. pulumi_oci/dataintegration/get_workspace_task.py +41 -4
  1049. pulumi_oci/dataintegration/get_workspace_tasks.py +27 -4
  1050. pulumi_oci/dataintegration/get_workspaces.py +19 -4
  1051. pulumi_oci/dataintegration/outputs.py +5 -0
  1052. pulumi_oci/dataintegration/workspace.py +5 -0
  1053. pulumi_oci/dataintegration/workspace_application.py +5 -0
  1054. pulumi_oci/dataintegration/workspace_application_patch.py +5 -0
  1055. pulumi_oci/dataintegration/workspace_application_schedule.py +5 -0
  1056. pulumi_oci/dataintegration/workspace_application_task_schedule.py +5 -0
  1057. pulumi_oci/dataintegration/workspace_export_request.py +5 -0
  1058. pulumi_oci/dataintegration/workspace_folder.py +5 -0
  1059. pulumi_oci/dataintegration/workspace_import_request.py +5 -0
  1060. pulumi_oci/dataintegration/workspace_project.py +5 -0
  1061. pulumi_oci/dataintegration/workspace_task.py +5 -0
  1062. pulumi_oci/datalabellingservice/_inputs.py +174 -0
  1063. pulumi_oci/datalabellingservice/dataset.py +5 -0
  1064. pulumi_oci/datalabellingservice/get_annotation_format.py +13 -4
  1065. pulumi_oci/datalabellingservice/get_annotation_formats.py +15 -4
  1066. pulumi_oci/datalabellingservice/get_dataset.py +30 -4
  1067. pulumi_oci/datalabellingservice/get_datasets.py +22 -4
  1068. pulumi_oci/datalabellingservice/outputs.py +5 -0
  1069. pulumi_oci/datasafe/__init__.py +12 -0
  1070. pulumi_oci/datasafe/_inputs.py +2641 -137
  1071. pulumi_oci/datasafe/add_sdm_columns.py +5 -0
  1072. pulumi_oci/datasafe/alert.py +5 -0
  1073. pulumi_oci/datasafe/alert_policy.py +5 -0
  1074. pulumi_oci/datasafe/alert_policy_rule.py +5 -0
  1075. pulumi_oci/datasafe/audit_archive_retrieval.py +5 -0
  1076. pulumi_oci/datasafe/audit_policy.py +5 -0
  1077. pulumi_oci/datasafe/audit_policy_management.py +5 -0
  1078. pulumi_oci/datasafe/audit_profile.py +5 -0
  1079. pulumi_oci/datasafe/audit_profile_management.py +5 -0
  1080. pulumi_oci/datasafe/audit_trail.py +5 -0
  1081. pulumi_oci/datasafe/audit_trail_management.py +5 -0
  1082. pulumi_oci/datasafe/calculate_audit_volume_available.py +5 -0
  1083. pulumi_oci/datasafe/calculate_audit_volume_collected.py +5 -0
  1084. pulumi_oci/datasafe/compare_security_assessment.py +5 -0
  1085. pulumi_oci/datasafe/compare_user_assessment.py +5 -0
  1086. pulumi_oci/datasafe/data_safe_configuration.py +5 -0
  1087. pulumi_oci/datasafe/data_safe_private_endpoint.py +5 -0
  1088. pulumi_oci/datasafe/database_security_config.py +5 -0
  1089. pulumi_oci/datasafe/database_security_config_management.py +5 -0
  1090. pulumi_oci/datasafe/discovery_jobs_result.py +5 -0
  1091. pulumi_oci/datasafe/discovery_mod.py +5 -0
  1092. pulumi_oci/datasafe/get_alert.py +35 -4
  1093. pulumi_oci/datasafe/get_alert_analytic.py +29 -4
  1094. pulumi_oci/datasafe/get_alert_policies.py +33 -4
  1095. pulumi_oci/datasafe/get_alert_policy.py +26 -4
  1096. pulumi_oci/datasafe/get_alert_policy_rule.py +20 -4
  1097. pulumi_oci/datasafe/get_alert_policy_rules.py +15 -4
  1098. pulumi_oci/datasafe/get_alerts.py +24 -4
  1099. pulumi_oci/datasafe/get_audit_archive_retrieval.py +28 -4
  1100. pulumi_oci/datasafe/get_audit_archive_retrievals.py +29 -4
  1101. pulumi_oci/datasafe/get_audit_event.py +19 -4
  1102. pulumi_oci/datasafe/get_audit_event_analytic.py +29 -4
  1103. pulumi_oci/datasafe/get_audit_events.py +21 -4
  1104. pulumi_oci/datasafe/get_audit_policies.py +27 -4
  1105. pulumi_oci/datasafe/get_audit_policy.py +30 -4
  1106. pulumi_oci/datasafe/get_audit_profile.py +30 -4
  1107. pulumi_oci/datasafe/get_audit_profile_analytic.py +19 -4
  1108. pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +21 -4
  1109. pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +23 -4
  1110. pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +19 -4
  1111. pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +21 -4
  1112. pulumi_oci/datasafe/get_audit_profiles.py +33 -4
  1113. pulumi_oci/datasafe/get_audit_trail.py +36 -4
  1114. pulumi_oci/datasafe/get_audit_trail_analytic.py +21 -4
  1115. pulumi_oci/datasafe/get_audit_trails.py +29 -4
  1116. pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +11 -4
  1117. pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +17 -4
  1118. pulumi_oci/datasafe/get_data_safe_configuration.py +20 -4
  1119. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +26 -4
  1120. pulumi_oci/datasafe/get_data_safe_private_endpoints.py +25 -4
  1121. pulumi_oci/datasafe/get_discovery_analytic.py +21 -4
  1122. pulumi_oci/datasafe/get_discovery_analytics.py +27 -4
  1123. pulumi_oci/datasafe/get_discovery_job.py +36 -4
  1124. pulumi_oci/datasafe/get_discovery_jobs_result.py +33 -4
  1125. pulumi_oci/datasafe/get_discovery_jobs_results.py +27 -4
  1126. pulumi_oci/datasafe/get_library_masking_format.py +23 -4
  1127. pulumi_oci/datasafe/get_library_masking_formats.py +31 -4
  1128. pulumi_oci/datasafe/get_list_user_grants.py +31 -4
  1129. pulumi_oci/datasafe/get_masking_analytic.py +21 -4
  1130. pulumi_oci/datasafe/get_masking_analytics.py +23 -4
  1131. pulumi_oci/datasafe/get_masking_policies.py +33 -4
  1132. pulumi_oci/datasafe/get_masking_policies_masking_column.py +29 -4
  1133. pulumi_oci/datasafe/get_masking_policies_masking_columns.py +43 -4
  1134. pulumi_oci/datasafe/get_masking_policy.py +30 -4
  1135. pulumi_oci/datasafe/get_masking_policy_health_report.py +22 -4
  1136. pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +17 -4
  1137. pulumi_oci/datasafe/get_masking_policy_health_reports.py +29 -4
  1138. pulumi_oci/datasafe/get_masking_policy_masking_objects.py +21 -4
  1139. pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +17 -4
  1140. pulumi_oci/datasafe/get_masking_report.py +30 -4
  1141. pulumi_oci/datasafe/get_masking_report_masked_columns.py +27 -4
  1142. pulumi_oci/datasafe/get_masking_reports.py +23 -4
  1143. pulumi_oci/datasafe/get_masking_reports_masked_column.py +25 -4
  1144. pulumi_oci/datasafe/get_onprem_connector.py +23 -4
  1145. pulumi_oci/datasafe/get_onprem_connectors.py +25 -4
  1146. pulumi_oci/datasafe/get_report.py +24 -4
  1147. pulumi_oci/datasafe/get_report_content.py +12 -4
  1148. pulumi_oci/datasafe/get_report_definition.py +39 -4
  1149. pulumi_oci/datasafe/get_report_definitions.py +29 -4
  1150. pulumi_oci/datasafe/get_reports.py +54 -5
  1151. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +23 -4
  1152. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +25 -4
  1153. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +27 -4
  1154. pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +27 -4
  1155. pulumi_oci/datasafe/get_security_assessment.py +38 -4
  1156. pulumi_oci/datasafe/get_security_assessment_comparison.py +18 -4
  1157. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -4
  1158. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +29 -4
  1159. pulumi_oci/datasafe/get_security_assessment_findings.py +31 -4
  1160. pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +33 -4
  1161. pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +21 -4
  1162. pulumi_oci/datasafe/get_security_assessment_security_features.py +43 -4
  1163. pulumi_oci/datasafe/get_security_assessments.py +39 -4
  1164. pulumi_oci/datasafe/get_security_policies.py +25 -4
  1165. pulumi_oci/datasafe/get_security_policy.py +22 -4
  1166. pulumi_oci/datasafe/get_security_policy_deployment.py +24 -4
  1167. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +17 -4
  1168. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +19 -4
  1169. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -4
  1170. pulumi_oci/datasafe/get_security_policy_report.py +23 -4
  1171. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +17 -4
  1172. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +36 -4
  1173. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +19 -4
  1174. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +34 -4
  1175. pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +19 -4
  1176. pulumi_oci/datasafe/get_security_policy_reports.py +27 -4
  1177. pulumi_oci/datasafe/get_sensitive_data_model.py +30 -4
  1178. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +21 -4
  1179. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +17 -4
  1180. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +17 -4
  1181. pulumi_oci/datasafe/get_sensitive_data_models.py +31 -4
  1182. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +35 -4
  1183. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +47 -4
  1184. pulumi_oci/datasafe/get_sensitive_type.py +31 -4
  1185. pulumi_oci/datasafe/get_sensitive_types.py +39 -4
  1186. pulumi_oci/datasafe/get_sql_collection.py +392 -0
  1187. pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
  1188. pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
  1189. pulumi_oci/datasafe/get_sql_collections.py +364 -0
  1190. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
  1191. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
  1192. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
  1193. pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
  1194. pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
  1195. pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
  1196. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
  1197. pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
  1198. pulumi_oci/datasafe/get_target_alert_policy_association.py +25 -4
  1199. pulumi_oci/datasafe/get_target_alert_policy_associations.py +31 -4
  1200. pulumi_oci/datasafe/get_target_database.py +29 -4
  1201. pulumi_oci/datasafe/get_target_database_peer_target_database.py +25 -4
  1202. pulumi_oci/datasafe/get_target_database_peer_target_databases.py +15 -4
  1203. pulumi_oci/datasafe/get_target_database_role.py +23 -4
  1204. pulumi_oci/datasafe/get_target_database_roles.py +23 -4
  1205. pulumi_oci/datasafe/get_target_databases.py +31 -4
  1206. pulumi_oci/datasafe/get_target_databases_columns.py +29 -4
  1207. pulumi_oci/datasafe/get_target_databases_schemas.py +21 -4
  1208. pulumi_oci/datasafe/get_target_databases_tables.py +23 -4
  1209. pulumi_oci/datasafe/get_user_assessment.py +36 -4
  1210. pulumi_oci/datasafe/get_user_assessment_comparison.py +17 -4
  1211. pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +25 -4
  1212. pulumi_oci/datasafe/get_user_assessment_profiles.py +49 -4
  1213. pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +15 -4
  1214. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +43 -4
  1215. pulumi_oci/datasafe/get_user_assessment_users.py +53 -4
  1216. pulumi_oci/datasafe/get_user_assessments.py +40 -4
  1217. pulumi_oci/datasafe/library_masing_format.py +5 -0
  1218. pulumi_oci/datasafe/mask_data.py +5 -0
  1219. pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +5 -0
  1220. pulumi_oci/datasafe/masking_policies_masking_column.py +5 -0
  1221. pulumi_oci/datasafe/masking_policy.py +5 -0
  1222. pulumi_oci/datasafe/masking_policy_health_report_management.py +5 -0
  1223. pulumi_oci/datasafe/masking_report_management.py +5 -0
  1224. pulumi_oci/datasafe/on_prem_connector.py +5 -0
  1225. pulumi_oci/datasafe/outputs.py +1813 -2
  1226. pulumi_oci/datasafe/report.py +5 -0
  1227. pulumi_oci/datasafe/report_definition.py +5 -0
  1228. pulumi_oci/datasafe/sdm_masking_policy_difference.py +5 -0
  1229. pulumi_oci/datasafe/security_assessment.py +5 -0
  1230. pulumi_oci/datasafe/security_policy.py +5 -0
  1231. pulumi_oci/datasafe/security_policy_deployment.py +5 -0
  1232. pulumi_oci/datasafe/security_policy_deployment_management.py +5 -0
  1233. pulumi_oci/datasafe/security_policy_management.py +5 -0
  1234. pulumi_oci/datasafe/sensitive_data_model.py +5 -0
  1235. pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +5 -0
  1236. pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +5 -0
  1237. pulumi_oci/datasafe/sensitive_type.py +5 -0
  1238. pulumi_oci/datasafe/set_security_assessment_baseline.py +5 -0
  1239. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +5 -0
  1240. pulumi_oci/datasafe/set_user_assessment_baseline.py +5 -0
  1241. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +5 -0
  1242. pulumi_oci/datasafe/sql_collection.py +5 -0
  1243. pulumi_oci/datasafe/sql_firewall_policy.py +5 -0
  1244. pulumi_oci/datasafe/sql_firewall_policy_management.py +5 -0
  1245. pulumi_oci/datasafe/target_alert_policy_association.py +5 -0
  1246. pulumi_oci/datasafe/target_database.py +5 -0
  1247. pulumi_oci/datasafe/target_database_peer_target_database.py +5 -0
  1248. pulumi_oci/datasafe/unset_security_assessment_baseline.py +5 -0
  1249. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +5 -0
  1250. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -0
  1251. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +5 -0
  1252. pulumi_oci/datasafe/user_assessment.py +5 -0
  1253. pulumi_oci/datascience/_inputs.py +1414 -7
  1254. pulumi_oci/datascience/get_fast_launch_job_configs.py +15 -4
  1255. pulumi_oci/datascience/get_job.py +34 -4
  1256. pulumi_oci/datascience/get_job_run.py +32 -4
  1257. pulumi_oci/datascience/get_job_runs.py +24 -4
  1258. pulumi_oci/datascience/get_job_shapes.py +15 -4
  1259. pulumi_oci/datascience/get_jobs.py +24 -4
  1260. pulumi_oci/datascience/get_model.py +31 -4
  1261. pulumi_oci/datascience/get_model_deployment.py +27 -4
  1262. pulumi_oci/datascience/get_model_deployment_shapes.py +15 -4
  1263. pulumi_oci/datascience/get_model_deployments.py +24 -4
  1264. pulumi_oci/datascience/get_model_provenance.py +18 -4
  1265. pulumi_oci/datascience/get_model_version_set.py +23 -4
  1266. pulumi_oci/datascience/get_model_version_sets.py +24 -4
  1267. pulumi_oci/datascience/get_models.py +28 -4
  1268. pulumi_oci/datascience/get_notebook_session.py +26 -4
  1269. pulumi_oci/datascience/get_notebook_session_shapes.py +15 -4
  1270. pulumi_oci/datascience/get_notebook_sessions.py +24 -4
  1271. pulumi_oci/datascience/get_pipeline.py +30 -4
  1272. pulumi_oci/datascience/get_pipeline_run.py +34 -4
  1273. pulumi_oci/datascience/get_pipeline_runs.py +24 -4
  1274. pulumi_oci/datascience/get_pipelines.py +24 -4
  1275. pulumi_oci/datascience/get_private_endpoint.py +28 -4
  1276. pulumi_oci/datascience/get_private_endpoints.py +23 -4
  1277. pulumi_oci/datascience/get_project.py +21 -4
  1278. pulumi_oci/datascience/get_projects.py +22 -4
  1279. pulumi_oci/datascience/job.py +5 -0
  1280. pulumi_oci/datascience/job_run.py +5 -0
  1281. pulumi_oci/datascience/model.py +5 -0
  1282. pulumi_oci/datascience/model_artifact_export.py +5 -0
  1283. pulumi_oci/datascience/model_artifact_import.py +5 -0
  1284. pulumi_oci/datascience/model_deployment.py +5 -0
  1285. pulumi_oci/datascience/model_provenance.py +5 -0
  1286. pulumi_oci/datascience/model_version_set.py +5 -0
  1287. pulumi_oci/datascience/notebook_session.py +5 -0
  1288. pulumi_oci/datascience/outputs.py +5 -0
  1289. pulumi_oci/datascience/pipeline.py +5 -0
  1290. pulumi_oci/datascience/pipeline_run.py +5 -0
  1291. pulumi_oci/datascience/private_endpoint.py +5 -0
  1292. pulumi_oci/datascience/project.py +5 -0
  1293. pulumi_oci/delegateaccesscontrol/_inputs.py +76 -0
  1294. pulumi_oci/delegateaccesscontrol/delegation_control.py +5 -0
  1295. pulumi_oci/delegateaccesscontrol/delegation_subscription.py +5 -0
  1296. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +45 -4
  1297. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +18 -4
  1298. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +15 -4
  1299. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +27 -4
  1300. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +33 -4
  1301. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +15 -4
  1302. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +23 -4
  1303. pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +24 -4
  1304. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +19 -4
  1305. pulumi_oci/delegateaccesscontrol/get_service_provider.py +25 -4
  1306. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +20 -4
  1307. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +23 -4
  1308. pulumi_oci/delegateaccesscontrol/get_service_providers.py +23 -4
  1309. pulumi_oci/delegateaccesscontrol/outputs.py +5 -0
  1310. pulumi_oci/demandsignal/_inputs.py +85 -0
  1311. pulumi_oci/demandsignal/get_occ_demand_signal.py +24 -4
  1312. pulumi_oci/demandsignal/get_occ_demand_signals.py +20 -4
  1313. pulumi_oci/demandsignal/occ_demand_signal.py +5 -0
  1314. pulumi_oci/demandsignal/outputs.py +5 -0
  1315. pulumi_oci/desktops/_inputs.py +371 -5
  1316. pulumi_oci/desktops/desktop_pool.py +191 -21
  1317. pulumi_oci/desktops/get_desktop.py +21 -4
  1318. pulumi_oci/desktops/get_desktop_pool.py +82 -8
  1319. pulumi_oci/desktops/get_desktop_pool_desktops.py +24 -4
  1320. pulumi_oci/desktops/get_desktop_pool_volumes.py +24 -4
  1321. pulumi_oci/desktops/get_desktop_pools.py +22 -4
  1322. pulumi_oci/desktops/get_desktops.py +24 -4
  1323. pulumi_oci/desktops/outputs.py +485 -19
  1324. pulumi_oci/devops/_inputs.py +1834 -9
  1325. pulumi_oci/devops/build_pipeline.py +5 -0
  1326. pulumi_oci/devops/build_pipeline_stage.py +5 -0
  1327. pulumi_oci/devops/build_run.py +5 -0
  1328. pulumi_oci/devops/connection.py +5 -0
  1329. pulumi_oci/devops/deploy_artifact.py +5 -0
  1330. pulumi_oci/devops/deploy_environment.py +5 -0
  1331. pulumi_oci/devops/deploy_pipeline.py +5 -0
  1332. pulumi_oci/devops/deploy_stage.py +5 -0
  1333. pulumi_oci/devops/deployment.py +5 -0
  1334. pulumi_oci/devops/get_build_pipeline.py +24 -4
  1335. pulumi_oci/devops/get_build_pipeline_stage.py +37 -4
  1336. pulumi_oci/devops/get_build_pipeline_stages.py +22 -4
  1337. pulumi_oci/devops/get_build_pipelines.py +22 -4
  1338. pulumi_oci/devops/get_build_run.py +28 -4
  1339. pulumi_oci/devops/get_build_runs.py +24 -4
  1340. pulumi_oci/devops/get_connection.py +29 -4
  1341. pulumi_oci/devops/get_connections.py +24 -4
  1342. pulumi_oci/devops/get_deploy_artifact.py +26 -4
  1343. pulumi_oci/devops/get_deploy_artifacts.py +22 -4
  1344. pulumi_oci/devops/get_deploy_environment.py +28 -4
  1345. pulumi_oci/devops/get_deploy_environments.py +22 -4
  1346. pulumi_oci/devops/get_deploy_pipeline.py +26 -4
  1347. pulumi_oci/devops/get_deploy_pipelines.py +22 -4
  1348. pulumi_oci/devops/get_deploy_stage.py +82 -4
  1349. pulumi_oci/devops/get_deploy_stages.py +22 -4
  1350. pulumi_oci/devops/get_deployment.py +33 -4
  1351. pulumi_oci/devops/get_deployments.py +28 -4
  1352. pulumi_oci/devops/get_project.py +24 -4
  1353. pulumi_oci/devops/get_project_repository_setting.py +14 -4
  1354. pulumi_oci/devops/get_projects.py +20 -4
  1355. pulumi_oci/devops/get_repo_file_line.py +19 -4
  1356. pulumi_oci/devops/get_repositories.py +23 -4
  1357. pulumi_oci/devops/get_repository.py +37 -4
  1358. pulumi_oci/devops/get_repository_archive_content.py +16 -4
  1359. pulumi_oci/devops/get_repository_author.py +15 -4
  1360. pulumi_oci/devops/get_repository_authors.py +17 -4
  1361. pulumi_oci/devops/get_repository_commit.py +22 -4
  1362. pulumi_oci/devops/get_repository_commits.py +29 -4
  1363. pulumi_oci/devops/get_repository_diff.py +28 -4
  1364. pulumi_oci/devops/get_repository_diffs.py +23 -4
  1365. pulumi_oci/devops/get_repository_file_diff.py +28 -4
  1366. pulumi_oci/devops/get_repository_file_line.py +19 -4
  1367. pulumi_oci/devops/get_repository_mirror_record.py +19 -4
  1368. pulumi_oci/devops/get_repository_mirror_records.py +15 -4
  1369. pulumi_oci/devops/get_repository_object.py +20 -4
  1370. pulumi_oci/devops/get_repository_object_content.py +16 -4
  1371. pulumi_oci/devops/get_repository_path.py +21 -4
  1372. pulumi_oci/devops/get_repository_paths.py +23 -4
  1373. pulumi_oci/devops/get_repository_protected_branches.py +17 -4
  1374. pulumi_oci/devops/get_repository_ref.py +20 -4
  1375. pulumi_oci/devops/get_repository_refs.py +21 -4
  1376. pulumi_oci/devops/get_repository_setting.py +15 -4
  1377. pulumi_oci/devops/get_trigger.py +28 -4
  1378. pulumi_oci/devops/get_triggers.py +22 -4
  1379. pulumi_oci/devops/outputs.py +5 -0
  1380. pulumi_oci/devops/project.py +5 -0
  1381. pulumi_oci/devops/project_repository_setting.py +5 -0
  1382. pulumi_oci/devops/repository.py +5 -0
  1383. pulumi_oci/devops/repository_mirror.py +5 -0
  1384. pulumi_oci/devops/repository_protected_branch_management.py +5 -0
  1385. pulumi_oci/devops/repository_ref.py +5 -0
  1386. pulumi_oci/devops/repository_setting.py +5 -0
  1387. pulumi_oci/devops/trigger.py +5 -0
  1388. pulumi_oci/disasterrecovery/_inputs.py +584 -0
  1389. pulumi_oci/disasterrecovery/dr_plan.py +5 -0
  1390. pulumi_oci/disasterrecovery/dr_plan_execution.py +5 -0
  1391. pulumi_oci/disasterrecovery/dr_protection_group.py +5 -0
  1392. pulumi_oci/disasterrecovery/get_dr_plan.py +26 -4
  1393. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +32 -4
  1394. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +21 -4
  1395. pulumi_oci/disasterrecovery/get_dr_plans.py +23 -4
  1396. pulumi_oci/disasterrecovery/get_dr_protection_group.py +29 -4
  1397. pulumi_oci/disasterrecovery/get_dr_protection_groups.py +25 -4
  1398. pulumi_oci/disasterrecovery/outputs.py +5 -0
  1399. pulumi_oci/dns/_inputs.py +472 -0
  1400. pulumi_oci/dns/action_create_zone_from_zone_file.py +5 -0
  1401. pulumi_oci/dns/get_records.py +29 -4
  1402. pulumi_oci/dns/get_resolver.py +28 -4
  1403. pulumi_oci/dns/get_resolver_endpoint.py +29 -4
  1404. pulumi_oci/dns/get_resolver_endpoints.py +21 -4
  1405. pulumi_oci/dns/get_resolvers.py +22 -4
  1406. pulumi_oci/dns/get_rrset.py +25 -4
  1407. pulumi_oci/dns/get_rrsets.py +25 -4
  1408. pulumi_oci/dns/get_steering_policies.py +30 -4
  1409. pulumi_oci/dns/get_steering_policy.py +24 -4
  1410. pulumi_oci/dns/get_steering_policy_attachment.py +21 -4
  1411. pulumi_oci/dns/get_steering_policy_attachments.py +32 -4
  1412. pulumi_oci/dns/get_tsig_key.py +22 -4
  1413. pulumi_oci/dns/get_tsig_keys.py +20 -4
  1414. pulumi_oci/dns/get_view.py +23 -4
  1415. pulumi_oci/dns/get_views.py +22 -4
  1416. pulumi_oci/dns/get_zones.py +37 -4
  1417. pulumi_oci/dns/outputs.py +5 -0
  1418. pulumi_oci/dns/record.py +5 -0
  1419. pulumi_oci/dns/resolver.py +5 -0
  1420. pulumi_oci/dns/resolver_endpoint.py +5 -0
  1421. pulumi_oci/dns/rrset.py +5 -0
  1422. pulumi_oci/dns/steering_policy.py +5 -0
  1423. pulumi_oci/dns/steering_policy_attachment.py +5 -0
  1424. pulumi_oci/dns/tsig_key.py +5 -0
  1425. pulumi_oci/dns/view.py +5 -0
  1426. pulumi_oci/dns/zone.py +5 -0
  1427. pulumi_oci/email/_inputs.py +61 -0
  1428. pulumi_oci/email/dkim.py +5 -0
  1429. pulumi_oci/email/email_domain.py +5 -0
  1430. pulumi_oci/email/email_return_path.py +5 -0
  1431. pulumi_oci/email/get_configuration.py +14 -4
  1432. pulumi_oci/email/get_dkim.py +26 -4
  1433. pulumi_oci/email/get_dkims.py +20 -4
  1434. pulumi_oci/email/get_email_domain.py +24 -4
  1435. pulumi_oci/email/get_email_domains.py +20 -4
  1436. pulumi_oci/email/get_email_return_path.py +25 -4
  1437. pulumi_oci/email/get_email_return_paths.py +22 -4
  1438. pulumi_oci/email/get_sender.py +21 -4
  1439. pulumi_oci/email/get_senders.py +21 -4
  1440. pulumi_oci/email/get_suppression.py +20 -4
  1441. pulumi_oci/email/get_suppressions.py +21 -4
  1442. pulumi_oci/email/outputs.py +5 -0
  1443. pulumi_oci/email/sender.py +5 -0
  1444. pulumi_oci/email/suppression.py +5 -0
  1445. pulumi_oci/events/_inputs.py +71 -0
  1446. pulumi_oci/events/get_rule.py +23 -4
  1447. pulumi_oci/events/get_rules.py +19 -4
  1448. pulumi_oci/events/outputs.py +5 -0
  1449. pulumi_oci/events/rule.py +5 -0
  1450. pulumi_oci/filestorage/_inputs.py +265 -0
  1451. pulumi_oci/filestorage/export.py +5 -0
  1452. pulumi_oci/filestorage/export_set.py +5 -0
  1453. pulumi_oci/filestorage/file_system.py +5 -0
  1454. pulumi_oci/filestorage/filesystem_snapshot_policy.py +5 -0
  1455. pulumi_oci/filestorage/get_export_sets.py +22 -4
  1456. pulumi_oci/filestorage/get_exports.py +22 -4
  1457. pulumi_oci/filestorage/get_file_systems.py +28 -4
  1458. pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +22 -4
  1459. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +21 -4
  1460. pulumi_oci/filestorage/get_mount_targets.py +24 -4
  1461. pulumi_oci/filestorage/get_outbound_connector.py +24 -4
  1462. pulumi_oci/filestorage/get_outbound_connectors.py +22 -4
  1463. pulumi_oci/filestorage/get_replication.py +28 -4
  1464. pulumi_oci/filestorage/get_replication_target.py +27 -4
  1465. pulumi_oci/filestorage/get_replication_targets.py +22 -4
  1466. pulumi_oci/filestorage/get_replications.py +24 -4
  1467. pulumi_oci/filestorage/get_snapshot.py +25 -4
  1468. pulumi_oci/filestorage/get_snapshots.py +22 -4
  1469. pulumi_oci/filestorage/mount_target.py +5 -0
  1470. pulumi_oci/filestorage/outbound_connector.py +5 -0
  1471. pulumi_oci/filestorage/outputs.py +5 -0
  1472. pulumi_oci/filestorage/replication.py +5 -0
  1473. pulumi_oci/filestorage/snapshot.py +5 -0
  1474. pulumi_oci/fleetappsmanagement/__init__.py +43 -0
  1475. pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
  1476. pulumi_oci/fleetappsmanagement/fleet.py +955 -0
  1477. pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
  1478. pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
  1479. pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
  1480. pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
  1481. pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
  1482. pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
  1483. pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
  1484. pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
  1485. pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
  1486. pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
  1487. pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
  1488. pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
  1489. pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
  1490. pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
  1491. pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
  1492. pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
  1493. pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
  1494. pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
  1495. pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
  1496. pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
  1497. pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
  1498. pulumi_oci/fleetappsmanagement/get_property.py +323 -0
  1499. pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
  1500. pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
  1501. pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
  1502. pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
  1503. pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
  1504. pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
  1505. pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
  1506. pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
  1507. pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
  1508. pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
  1509. pulumi_oci/fleetappsmanagement/property.py +697 -0
  1510. pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
  1511. pulumi_oci/fleetsoftwareupdate/_inputs.py +225 -0
  1512. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +5 -0
  1513. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +5 -0
  1514. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +27 -4
  1515. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +21 -4
  1516. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +37 -4
  1517. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +25 -4
  1518. pulumi_oci/fleetsoftwareupdate/outputs.py +5 -0
  1519. pulumi_oci/functions/_inputs.py +217 -0
  1520. pulumi_oci/functions/application.py +5 -0
  1521. pulumi_oci/functions/function.py +5 -0
  1522. pulumi_oci/functions/get_application.py +26 -4
  1523. pulumi_oci/functions/get_applications.py +20 -4
  1524. pulumi_oci/functions/get_function.py +30 -4
  1525. pulumi_oci/functions/get_functions.py +20 -4
  1526. pulumi_oci/functions/get_fusion_environment.py +40 -4
  1527. pulumi_oci/functions/get_fusion_environment_admin_user.py +18 -4
  1528. pulumi_oci/functions/get_fusion_environment_admin_users.py +15 -4
  1529. pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +17 -4
  1530. pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +18 -4
  1531. pulumi_oci/functions/get_fusion_environment_families.py +21 -4
  1532. pulumi_oci/functions/get_fusion_environment_family.py +24 -4
  1533. pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +15 -4
  1534. pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +13 -4
  1535. pulumi_oci/functions/get_fusion_environment_refresh_activities.py +23 -4
  1536. pulumi_oci/functions/get_fusion_environment_refresh_activity.py +40 -5
  1537. pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +25 -4
  1538. pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +26 -4
  1539. pulumi_oci/functions/get_fusion_environment_service_attachment.py +25 -4
  1540. pulumi_oci/functions/get_fusion_environment_service_attachments.py +21 -4
  1541. pulumi_oci/functions/get_fusion_environment_status.py +13 -4
  1542. pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +13 -4
  1543. pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +15 -4
  1544. pulumi_oci/functions/get_fusion_environments.py +21 -4
  1545. pulumi_oci/functions/get_pbf_listing.py +22 -4
  1546. pulumi_oci/functions/get_pbf_listing_triggers.py +15 -4
  1547. pulumi_oci/functions/get_pbf_listing_version.py +24 -4
  1548. pulumi_oci/functions/get_pbf_listing_versions.py +23 -4
  1549. pulumi_oci/functions/get_pbf_listings.py +25 -4
  1550. pulumi_oci/functions/invoke_function.py +5 -0
  1551. pulumi_oci/functions/outputs.py +16 -0
  1552. pulumi_oci/fusionapps/_inputs.py +203 -16
  1553. pulumi_oci/fusionapps/fusion_environment.py +7 -2
  1554. pulumi_oci/fusionapps/fusion_environment_admin_user.py +26 -22
  1555. pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +5 -0
  1556. pulumi_oci/fusionapps/fusion_environment_family.py +5 -0
  1557. pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +53 -51
  1558. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +5 -0
  1559. pulumi_oci/fusionapps/outputs.py +16 -10
  1560. pulumi_oci/generativeai/_inputs.py +174 -0
  1561. pulumi_oci/generativeai/dedicated_ai_cluster.py +5 -0
  1562. pulumi_oci/generativeai/endpoint.py +5 -0
  1563. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +26 -4
  1564. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +20 -4
  1565. pulumi_oci/generativeai/get_endpoint.py +25 -4
  1566. pulumi_oci/generativeai/get_endpoints.py +20 -4
  1567. pulumi_oci/generativeai/get_model.py +31 -4
  1568. pulumi_oci/generativeai/get_models.py +24 -4
  1569. pulumi_oci/generativeai/model.py +5 -0
  1570. pulumi_oci/generativeai/outputs.py +5 -0
  1571. pulumi_oci/genericartifactscontent/artifact_by_path.py +5 -0
  1572. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +27 -4
  1573. pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +12 -4
  1574. pulumi_oci/globallydistributeddatabase/_inputs.py +286 -0
  1575. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +27 -4
  1576. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +19 -4
  1577. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +54 -4
  1578. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +19 -4
  1579. pulumi_oci/globallydistributeddatabase/outputs.py +5 -0
  1580. pulumi_oci/globallydistributeddatabase/private_endpoint.py +5 -0
  1581. pulumi_oci/globallydistributeddatabase/sharded_database.py +5 -0
  1582. pulumi_oci/goldengate/_inputs.py +352 -0
  1583. pulumi_oci/goldengate/connection.py +5 -0
  1584. pulumi_oci/goldengate/connection_assignment.py +5 -0
  1585. pulumi_oci/goldengate/database_registration.py +5 -0
  1586. pulumi_oci/goldengate/deployment.py +5 -0
  1587. pulumi_oci/goldengate/deployment_backup.py +5 -0
  1588. pulumi_oci/goldengate/deployment_certificate.py +5 -0
  1589. pulumi_oci/goldengate/get_connection.py +95 -4
  1590. pulumi_oci/goldengate/get_connection_assignment.py +20 -4
  1591. pulumi_oci/goldengate/get_connection_assignments.py +23 -4
  1592. pulumi_oci/goldengate/get_connections.py +29 -4
  1593. pulumi_oci/goldengate/get_database_registration.py +37 -4
  1594. pulumi_oci/goldengate/get_database_registrations.py +19 -4
  1595. pulumi_oci/goldengate/get_deployment.py +53 -4
  1596. pulumi_oci/goldengate/get_deployment_backup.py +34 -4
  1597. pulumi_oci/goldengate/get_deployment_backups.py +21 -4
  1598. pulumi_oci/goldengate/get_deployment_certificate.py +34 -4
  1599. pulumi_oci/goldengate/get_deployment_certificates.py +17 -4
  1600. pulumi_oci/goldengate/get_deployment_type.py +15 -4
  1601. pulumi_oci/goldengate/get_deployment_types.py +21 -4
  1602. pulumi_oci/goldengate/get_deployment_upgrade.py +40 -4
  1603. pulumi_oci/goldengate/get_deployment_upgrades.py +21 -4
  1604. pulumi_oci/goldengate/get_deployment_versions.py +19 -4
  1605. pulumi_oci/goldengate/get_deployments.py +29 -4
  1606. pulumi_oci/goldengate/get_message.py +13 -4
  1607. pulumi_oci/goldengate/get_messages.py +15 -4
  1608. pulumi_oci/goldengate/get_trail_file.py +18 -4
  1609. pulumi_oci/goldengate/get_trail_files.py +19 -4
  1610. pulumi_oci/goldengate/get_trail_sequence.py +20 -4
  1611. pulumi_oci/goldengate/get_trail_sequences.py +21 -4
  1612. pulumi_oci/goldengate/outputs.py +5 -0
  1613. pulumi_oci/healthchecks/_inputs.py +55 -0
  1614. pulumi_oci/healthchecks/get_http_monitor.py +29 -4
  1615. pulumi_oci/healthchecks/get_http_monitors.py +19 -4
  1616. pulumi_oci/healthchecks/get_http_probe_results.py +21 -4
  1617. pulumi_oci/healthchecks/get_ping_monitor.py +26 -4
  1618. pulumi_oci/healthchecks/get_ping_monitors.py +19 -4
  1619. pulumi_oci/healthchecks/get_ping_probe_results.py +21 -4
  1620. pulumi_oci/healthchecks/get_vantage_points.py +17 -4
  1621. pulumi_oci/healthchecks/http_monitor.py +5 -0
  1622. pulumi_oci/healthchecks/http_probe.py +5 -0
  1623. pulumi_oci/healthchecks/outputs.py +5 -0
  1624. pulumi_oci/healthchecks/ping_monitor.py +5 -0
  1625. pulumi_oci/healthchecks/ping_probe.py +5 -0
  1626. pulumi_oci/identity/_inputs.py +29835 -970
  1627. pulumi_oci/identity/api_key.py +5 -0
  1628. pulumi_oci/identity/auth_token.py +5 -0
  1629. pulumi_oci/identity/authentication_policy.py +5 -0
  1630. pulumi_oci/identity/compartment.py +5 -0
  1631. pulumi_oci/identity/customer_secret_key.py +5 -0
  1632. pulumi_oci/identity/db_credential.py +5 -0
  1633. pulumi_oci/identity/domain.py +5 -0
  1634. pulumi_oci/identity/domain_replication_to_region.py +5 -0
  1635. pulumi_oci/identity/domains_account_recovery_setting.py +5 -0
  1636. pulumi_oci/identity/domains_api_key.py +5 -0
  1637. pulumi_oci/identity/domains_app.py +5 -0
  1638. pulumi_oci/identity/domains_app_role.py +5 -0
  1639. pulumi_oci/identity/domains_approval_workflow.py +5 -0
  1640. pulumi_oci/identity/domains_approval_workflow_assignment.py +5 -0
  1641. pulumi_oci/identity/domains_approval_workflow_step.py +5 -0
  1642. pulumi_oci/identity/domains_auth_token.py +5 -0
  1643. pulumi_oci/identity/domains_authentication_factor_setting.py +5 -0
  1644. pulumi_oci/identity/domains_cloud_gate.py +5 -0
  1645. pulumi_oci/identity/domains_cloud_gate_mapping.py +5 -0
  1646. pulumi_oci/identity/domains_cloud_gate_server.py +5 -0
  1647. pulumi_oci/identity/domains_condition.py +5 -0
  1648. pulumi_oci/identity/domains_customer_secret_key.py +5 -0
  1649. pulumi_oci/identity/domains_dynamic_resource_group.py +5 -0
  1650. pulumi_oci/identity/domains_grant.py +5 -0
  1651. pulumi_oci/identity/domains_group.py +5 -0
  1652. pulumi_oci/identity/domains_identity_propagation_trust.py +5 -0
  1653. pulumi_oci/identity/domains_identity_provider.py +5 -0
  1654. pulumi_oci/identity/domains_identity_setting.py +5 -0
  1655. pulumi_oci/identity/domains_kmsi_setting.py +5 -0
  1656. pulumi_oci/identity/domains_my_api_key.py +5 -0
  1657. pulumi_oci/identity/domains_my_auth_token.py +5 -0
  1658. pulumi_oci/identity/domains_my_customer_secret_key.py +5 -0
  1659. pulumi_oci/identity/domains_my_oauth2client_credential.py +5 -0
  1660. pulumi_oci/identity/domains_my_request.py +5 -0
  1661. pulumi_oci/identity/domains_my_smtp_credential.py +5 -0
  1662. pulumi_oci/identity/domains_my_support_account.py +5 -0
  1663. pulumi_oci/identity/domains_my_user_db_credential.py +5 -0
  1664. pulumi_oci/identity/domains_network_perimeter.py +5 -0
  1665. pulumi_oci/identity/domains_notification_setting.py +5 -0
  1666. pulumi_oci/identity/domains_oauth2client_credential.py +5 -0
  1667. pulumi_oci/identity/domains_oauth_client_certificate.py +5 -0
  1668. pulumi_oci/identity/domains_oauth_partner_certificate.py +5 -0
  1669. pulumi_oci/identity/domains_password_policy.py +5 -0
  1670. pulumi_oci/identity/domains_policy.py +5 -0
  1671. pulumi_oci/identity/domains_rule.py +5 -0
  1672. pulumi_oci/identity/domains_security_question.py +5 -0
  1673. pulumi_oci/identity/domains_security_question_setting.py +5 -0
  1674. pulumi_oci/identity/domains_self_registration_profile.py +5 -0
  1675. pulumi_oci/identity/domains_setting.py +5 -0
  1676. pulumi_oci/identity/domains_smtp_credential.py +5 -0
  1677. pulumi_oci/identity/domains_social_identity_provider.py +5 -0
  1678. pulumi_oci/identity/domains_user.py +5 -0
  1679. pulumi_oci/identity/domains_user_db_credential.py +5 -0
  1680. pulumi_oci/identity/dynamic_group.py +5 -0
  1681. pulumi_oci/identity/get_allowed_domain_license_types.py +15 -4
  1682. pulumi_oci/identity/get_api_keys.py +15 -4
  1683. pulumi_oci/identity/get_auth_tokens.py +15 -4
  1684. pulumi_oci/identity/get_authentication_policy.py +14 -4
  1685. pulumi_oci/identity/get_availability_domain.py +16 -4
  1686. pulumi_oci/identity/get_availability_domains.py +15 -4
  1687. pulumi_oci/identity/get_compartment.py +20 -4
  1688. pulumi_oci/identity/get_compartments.py +23 -4
  1689. pulumi_oci/identity/get_cost_tracking_tags.py +15 -4
  1690. pulumi_oci/identity/get_customer_secret_keys.py +15 -4
  1691. pulumi_oci/identity/get_db_credentials.py +19 -4
  1692. pulumi_oci/identity/get_domain.py +33 -4
  1693. pulumi_oci/identity/get_domains.py +31 -4
  1694. pulumi_oci/identity/get_domains_account_mgmt_info.py +55 -4
  1695. pulumi_oci/identity/get_domains_account_mgmt_infos.py +36 -4
  1696. pulumi_oci/identity/get_domains_account_recovery_setting.py +38 -4
  1697. pulumi_oci/identity/get_domains_account_recovery_settings.py +27 -4
  1698. pulumi_oci/identity/get_domains_api_key.py +39 -4
  1699. pulumi_oci/identity/get_domains_api_keys.py +36 -4
  1700. pulumi_oci/identity/get_domains_app.py +138 -4
  1701. pulumi_oci/identity/get_domains_app_role.py +47 -4
  1702. pulumi_oci/identity/get_domains_app_roles.py +36 -4
  1703. pulumi_oci/identity/get_domains_approval_workflow.py +38 -4
  1704. pulumi_oci/identity/get_domains_approval_workflow_assignment.py +37 -4
  1705. pulumi_oci/identity/get_domains_approval_workflow_assignments.py +36 -4
  1706. pulumi_oci/identity/get_domains_approval_workflow_step.py +39 -4
  1707. pulumi_oci/identity/get_domains_approval_workflow_steps.py +36 -4
  1708. pulumi_oci/identity/get_domains_approval_workflows.py +32 -4
  1709. pulumi_oci/identity/get_domains_apps.py +36 -4
  1710. pulumi_oci/identity/get_domains_auth_token.py +39 -4
  1711. pulumi_oci/identity/get_domains_auth_tokens.py +36 -4
  1712. pulumi_oci/identity/get_domains_authentication_factor_setting.py +59 -4
  1713. pulumi_oci/identity/get_domains_authentication_factor_settings.py +27 -4
  1714. pulumi_oci/identity/get_domains_branding_setting.py +52 -4
  1715. pulumi_oci/identity/get_domains_branding_settings.py +27 -4
  1716. pulumi_oci/identity/get_domains_cloud_gate.py +45 -4
  1717. pulumi_oci/identity/get_domains_cloud_gate_mapping.py +44 -4
  1718. pulumi_oci/identity/get_domains_cloud_gate_mappings.py +36 -4
  1719. pulumi_oci/identity/get_domains_cloud_gate_server.py +42 -4
  1720. pulumi_oci/identity/get_domains_cloud_gate_servers.py +36 -4
  1721. pulumi_oci/identity/get_domains_cloud_gates.py +36 -4
  1722. pulumi_oci/identity/get_domains_condition.py +41 -4
  1723. pulumi_oci/identity/get_domains_conditions.py +36 -4
  1724. pulumi_oci/identity/get_domains_customer_secret_key.py +41 -4
  1725. pulumi_oci/identity/get_domains_customer_secret_keys.py +36 -4
  1726. pulumi_oci/identity/get_domains_dynamic_resource_group.py +40 -4
  1727. pulumi_oci/identity/get_domains_dynamic_resource_groups.py +36 -4
  1728. pulumi_oci/identity/get_domains_grant.py +43 -4
  1729. pulumi_oci/identity/get_domains_grants.py +36 -4
  1730. pulumi_oci/identity/get_domains_group.py +45 -4
  1731. pulumi_oci/identity/get_domains_groups.py +36 -4
  1732. pulumi_oci/identity/get_domains_identity_propagation_trust.py +52 -4
  1733. pulumi_oci/identity/get_domains_identity_propagation_trusts.py +36 -4
  1734. pulumi_oci/identity/get_domains_identity_provider.py +80 -4
  1735. pulumi_oci/identity/get_domains_identity_providers.py +36 -4
  1736. pulumi_oci/identity/get_domains_identity_setting.py +44 -4
  1737. pulumi_oci/identity/get_domains_identity_settings.py +27 -4
  1738. pulumi_oci/identity/get_domains_kmsi_setting.py +42 -4
  1739. pulumi_oci/identity/get_domains_kmsi_settings.py +27 -4
  1740. pulumi_oci/identity/get_domains_my_api_key.py +34 -4
  1741. pulumi_oci/identity/get_domains_my_api_keys.py +32 -4
  1742. pulumi_oci/identity/get_domains_my_apps.py +32 -4
  1743. pulumi_oci/identity/get_domains_my_auth_token.py +34 -4
  1744. pulumi_oci/identity/get_domains_my_auth_tokens.py +32 -4
  1745. pulumi_oci/identity/get_domains_my_completed_approval.py +40 -4
  1746. pulumi_oci/identity/get_domains_my_completed_approvals.py +32 -4
  1747. pulumi_oci/identity/get_domains_my_customer_secret_key.py +36 -4
  1748. pulumi_oci/identity/get_domains_my_customer_secret_keys.py +32 -4
  1749. pulumi_oci/identity/get_domains_my_device.py +60 -4
  1750. pulumi_oci/identity/get_domains_my_devices.py +36 -4
  1751. pulumi_oci/identity/get_domains_my_groups.py +36 -4
  1752. pulumi_oci/identity/get_domains_my_oauth2client_credential.py +37 -4
  1753. pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +32 -4
  1754. pulumi_oci/identity/get_domains_my_pending_approval.py +40 -4
  1755. pulumi_oci/identity/get_domains_my_pending_approvals.py +32 -4
  1756. pulumi_oci/identity/get_domains_my_requestable_groups.py +32 -4
  1757. pulumi_oci/identity/get_domains_my_requests.py +36 -4
  1758. pulumi_oci/identity/get_domains_my_smtp_credential.py +35 -4
  1759. pulumi_oci/identity/get_domains_my_smtp_credentials.py +32 -4
  1760. pulumi_oci/identity/get_domains_my_support_account.py +34 -4
  1761. pulumi_oci/identity/get_domains_my_support_accounts.py +32 -4
  1762. pulumi_oci/identity/get_domains_my_trusted_user_agent.py +43 -4
  1763. pulumi_oci/identity/get_domains_my_trusted_user_agents.py +36 -4
  1764. pulumi_oci/identity/get_domains_my_user_db_credential.py +41 -4
  1765. pulumi_oci/identity/get_domains_my_user_db_credentials.py +32 -4
  1766. pulumi_oci/identity/get_domains_network_perimeter.py +38 -4
  1767. pulumi_oci/identity/get_domains_network_perimeters.py +36 -4
  1768. pulumi_oci/identity/get_domains_notification_setting.py +42 -4
  1769. pulumi_oci/identity/get_domains_notification_settings.py +27 -4
  1770. pulumi_oci/identity/get_domains_oauth2client_credential.py +42 -4
  1771. pulumi_oci/identity/get_domains_oauth2client_credentials.py +36 -4
  1772. pulumi_oci/identity/get_domains_oauth_client_certificate.py +41 -4
  1773. pulumi_oci/identity/get_domains_oauth_client_certificates.py +32 -4
  1774. pulumi_oci/identity/get_domains_oauth_partner_certificate.py +41 -4
  1775. pulumi_oci/identity/get_domains_oauth_partner_certificates.py +32 -4
  1776. pulumi_oci/identity/get_domains_password_policies.py +36 -4
  1777. pulumi_oci/identity/get_domains_password_policy.py +72 -4
  1778. pulumi_oci/identity/get_domains_policies.py +36 -4
  1779. pulumi_oci/identity/get_domains_policy.py +41 -4
  1780. pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +36 -4
  1781. pulumi_oci/identity/get_domains_rule.py +44 -4
  1782. pulumi_oci/identity/get_domains_rules.py +36 -4
  1783. pulumi_oci/identity/get_domains_security_question.py +38 -4
  1784. pulumi_oci/identity/get_domains_security_question_setting.py +39 -4
  1785. pulumi_oci/identity/get_domains_security_question_settings.py +27 -4
  1786. pulumi_oci/identity/get_domains_security_questions.py +37 -4
  1787. pulumi_oci/identity/get_domains_self_registration_profile.py +54 -4
  1788. pulumi_oci/identity/get_domains_self_registration_profiles.py +36 -4
  1789. pulumi_oci/identity/get_domains_setting.py +82 -4
  1790. pulumi_oci/identity/get_domains_settings.py +27 -4
  1791. pulumi_oci/identity/get_domains_smtp_credential.py +40 -4
  1792. pulumi_oci/identity/get_domains_smtp_credentials.py +36 -4
  1793. pulumi_oci/identity/get_domains_social_identity_provider.py +57 -4
  1794. pulumi_oci/identity/get_domains_social_identity_providers.py +32 -4
  1795. pulumi_oci/identity/get_domains_user.py +78 -4
  1796. pulumi_oci/identity/get_domains_user_attributes_setting.py +35 -4
  1797. pulumi_oci/identity/get_domains_user_attributes_settings.py +27 -4
  1798. pulumi_oci/identity/get_domains_user_db_credential.py +46 -4
  1799. pulumi_oci/identity/get_domains_user_db_credentials.py +36 -4
  1800. pulumi_oci/identity/get_domains_users.py +36 -4
  1801. pulumi_oci/identity/get_dynamic_groups.py +19 -4
  1802. pulumi_oci/identity/get_fault_domains.py +17 -4
  1803. pulumi_oci/identity/get_group.py +20 -4
  1804. pulumi_oci/identity/get_groups.py +19 -4
  1805. pulumi_oci/identity/get_iam_work_request.py +20 -4
  1806. pulumi_oci/identity/get_iam_work_request_errors.py +15 -4
  1807. pulumi_oci/identity/get_iam_work_request_logs.py +15 -4
  1808. pulumi_oci/identity/get_iam_work_requests.py +17 -4
  1809. pulumi_oci/identity/get_identity_provider_groups.py +19 -4
  1810. pulumi_oci/identity/get_identity_providers.py +21 -4
  1811. pulumi_oci/identity/get_idp_group_mappings.py +15 -4
  1812. pulumi_oci/identity/get_network_source.py +23 -4
  1813. pulumi_oci/identity/get_network_sources.py +19 -4
  1814. pulumi_oci/identity/get_policies.py +19 -4
  1815. pulumi_oci/identity/get_region_subscriptions.py +15 -4
  1816. pulumi_oci/identity/get_regions.py +13 -4
  1817. pulumi_oci/identity/get_smtp_credentials.py +15 -4
  1818. pulumi_oci/identity/get_tag.py +23 -4
  1819. pulumi_oci/identity/get_tag_default.py +20 -4
  1820. pulumi_oci/identity/get_tag_defaults.py +20 -4
  1821. pulumi_oci/identity/get_tag_namespaces.py +19 -4
  1822. pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +17 -4
  1823. pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +15 -4
  1824. pulumi_oci/identity/get_tags.py +17 -4
  1825. pulumi_oci/identity/get_tenancy.py +18 -4
  1826. pulumi_oci/identity/get_ui_password.py +16 -4
  1827. pulumi_oci/identity/get_user.py +28 -4
  1828. pulumi_oci/identity/get_user_group_memberships.py +19 -4
  1829. pulumi_oci/identity/get_users.py +23 -4
  1830. pulumi_oci/identity/group.py +5 -0
  1831. pulumi_oci/identity/identity_provider.py +5 -0
  1832. pulumi_oci/identity/idp_group_mapping.py +5 -0
  1833. pulumi_oci/identity/import_standard_tags_management.py +5 -0
  1834. pulumi_oci/identity/network_source.py +5 -0
  1835. pulumi_oci/identity/outputs.py +5 -0
  1836. pulumi_oci/identity/policy.py +5 -0
  1837. pulumi_oci/identity/smtp_credential.py +5 -0
  1838. pulumi_oci/identity/tag.py +5 -0
  1839. pulumi_oci/identity/tag_default.py +5 -0
  1840. pulumi_oci/identity/tag_namespace.py +5 -0
  1841. pulumi_oci/identity/ui_password.py +5 -0
  1842. pulumi_oci/identity/user.py +5 -0
  1843. pulumi_oci/identity/user_capabilities_management.py +5 -0
  1844. pulumi_oci/identity/user_group_membership.py +5 -0
  1845. pulumi_oci/identitydataplane/generated_scoped_access_token.py +5 -0
  1846. pulumi_oci/integration/__init__.py +1 -0
  1847. pulumi_oci/integration/_inputs.py +458 -2
  1848. pulumi_oci/integration/get_integration_instance.py +105 -5
  1849. pulumi_oci/integration/get_integration_instances.py +19 -4
  1850. pulumi_oci/integration/integration_instance.py +177 -0
  1851. pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
  1852. pulumi_oci/integration/outputs.py +592 -19
  1853. pulumi_oci/integration/private_endpoint_outbound_connection.py +5 -0
  1854. pulumi_oci/jms/_inputs.py +521 -0
  1855. pulumi_oci/jms/fleet.py +5 -0
  1856. pulumi_oci/jms/fleet_advanced_feature_configuration.py +5 -0
  1857. pulumi_oci/jms/get_agent_installers.py +21 -4
  1858. pulumi_oci/jms/get_announcements.py +19 -4
  1859. pulumi_oci/jms/get_fleet.py +29 -4
  1860. pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +21 -4
  1861. pulumi_oci/jms/get_fleet_blocklists.py +19 -4
  1862. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +31 -4
  1863. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +33 -4
  1864. pulumi_oci/jms/get_fleet_diagnoses.py +15 -4
  1865. pulumi_oci/jms/get_fleet_drs_file.py +20 -4
  1866. pulumi_oci/jms/get_fleet_drs_files.py +15 -4
  1867. pulumi_oci/jms/get_fleet_export_setting.py +23 -4
  1868. pulumi_oci/jms/get_fleet_export_status.py +15 -4
  1869. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +29 -4
  1870. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +25 -4
  1871. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +29 -4
  1872. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -4
  1873. pulumi_oci/jms/get_fleets.py +22 -4
  1874. pulumi_oci/jms/get_installation_site.py +35 -4
  1875. pulumi_oci/jms/get_installation_sites.py +37 -4
  1876. pulumi_oci/jms/get_java_downloads_java_download_records.py +29 -4
  1877. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -4
  1878. pulumi_oci/jms/get_java_downloads_java_download_report_content.py +12 -4
  1879. pulumi_oci/jms/get_java_downloads_java_download_reports.py +21 -4
  1880. pulumi_oci/jms/get_java_downloads_java_download_token.py +30 -4
  1881. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +26 -4
  1882. pulumi_oci/jms/get_java_downloads_java_license.py +14 -4
  1883. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +23 -4
  1884. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +22 -4
  1885. pulumi_oci/jms/get_java_downloads_java_licenses.py +17 -4
  1886. pulumi_oci/jms/get_java_families.py +19 -4
  1887. pulumi_oci/jms/get_java_family.py +20 -4
  1888. pulumi_oci/jms/get_java_release.py +25 -4
  1889. pulumi_oci/jms/get_java_releases.py +23 -4
  1890. pulumi_oci/jms/get_jms_plugin.py +28 -4
  1891. pulumi_oci/jms/get_jms_plugins.py +32 -4
  1892. pulumi_oci/jms/get_list_jre_usage.py +23 -4
  1893. pulumi_oci/jms/get_summarize_resource_inventory.py +21 -4
  1894. pulumi_oci/jms/java_downloads_java_download_report.py +5 -0
  1895. pulumi_oci/jms/java_downloads_java_download_token.py +5 -0
  1896. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +5 -0
  1897. pulumi_oci/jms/jms_plugin.py +5 -0
  1898. pulumi_oci/jms/outputs.py +5 -0
  1899. pulumi_oci/kms/_inputs.py +352 -0
  1900. pulumi_oci/kms/ekms_private_endpoint.py +5 -0
  1901. pulumi_oci/kms/encrypted_data.py +5 -0
  1902. pulumi_oci/kms/generated_key.py +5 -0
  1903. pulumi_oci/kms/get_decrypted_data.py +20 -4
  1904. pulumi_oci/kms/get_ekms_private_endpoint.py +25 -4
  1905. pulumi_oci/kms/get_ekms_private_endpoints.py +15 -4
  1906. pulumi_oci/kms/get_encrypted_data.py +19 -4
  1907. pulumi_oci/kms/get_key.py +36 -4
  1908. pulumi_oci/kms/get_key_version.py +29 -4
  1909. pulumi_oci/kms/get_key_versions.py +17 -4
  1910. pulumi_oci/kms/get_keys.py +25 -4
  1911. pulumi_oci/kms/get_replication_status.py +15 -4
  1912. pulumi_oci/kms/get_vault.py +31 -4
  1913. pulumi_oci/kms/get_vault_replicas.py +15 -4
  1914. pulumi_oci/kms/get_vault_usage.py +16 -4
  1915. pulumi_oci/kms/get_vaults.py +15 -4
  1916. pulumi_oci/kms/key.py +5 -0
  1917. pulumi_oci/kms/key_version.py +5 -0
  1918. pulumi_oci/kms/outputs.py +5 -0
  1919. pulumi_oci/kms/sign.py +5 -0
  1920. pulumi_oci/kms/vault.py +5 -0
  1921. pulumi_oci/kms/vault_verification.py +5 -0
  1922. pulumi_oci/kms/verify.py +5 -0
  1923. pulumi_oci/licensemanager/_inputs.py +51 -0
  1924. pulumi_oci/licensemanager/configuration.py +5 -0
  1925. pulumi_oci/licensemanager/get_configuration.py +15 -4
  1926. pulumi_oci/licensemanager/get_license_metric.py +18 -4
  1927. pulumi_oci/licensemanager/get_license_record.py +29 -4
  1928. pulumi_oci/licensemanager/get_license_records.py +15 -4
  1929. pulumi_oci/licensemanager/get_product_license.py +32 -4
  1930. pulumi_oci/licensemanager/get_product_license_consumers.py +17 -4
  1931. pulumi_oci/licensemanager/get_product_licenses.py +17 -4
  1932. pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +15 -4
  1933. pulumi_oci/licensemanager/get_top_utilized_resources.py +17 -4
  1934. pulumi_oci/licensemanager/license_record.py +5 -0
  1935. pulumi_oci/licensemanager/outputs.py +5 -0
  1936. pulumi_oci/licensemanager/product_license.py +5 -0
  1937. pulumi_oci/limits/_inputs.py +77 -0
  1938. pulumi_oci/limits/get_limit_definitions.py +21 -4
  1939. pulumi_oci/limits/get_limit_values.py +25 -4
  1940. pulumi_oci/limits/get_quota.py +22 -4
  1941. pulumi_oci/limits/get_quotas.py +19 -4
  1942. pulumi_oci/limits/get_resource_availability.py +25 -4
  1943. pulumi_oci/limits/get_services.py +17 -4
  1944. pulumi_oci/limits/outputs.py +5 -0
  1945. pulumi_oci/limits/quota.py +5 -0
  1946. pulumi_oci/loadbalancer/_inputs.py +911 -3
  1947. pulumi_oci/loadbalancer/backend.py +5 -0
  1948. pulumi_oci/loadbalancer/backend_set.py +5 -0
  1949. pulumi_oci/loadbalancer/certificate.py +5 -0
  1950. pulumi_oci/loadbalancer/get_backend_health.py +18 -4
  1951. pulumi_oci/loadbalancer/get_backend_set_health.py +19 -4
  1952. pulumi_oci/loadbalancer/get_backend_sets.py +15 -4
  1953. pulumi_oci/loadbalancer/get_backends.py +17 -4
  1954. pulumi_oci/loadbalancer/get_certificates.py +15 -4
  1955. pulumi_oci/loadbalancer/get_health.py +17 -4
  1956. pulumi_oci/loadbalancer/get_hostnames.py +15 -4
  1957. pulumi_oci/loadbalancer/get_listener_rules.py +17 -4
  1958. pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +15 -4
  1959. pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +18 -4
  1960. pulumi_oci/loadbalancer/get_load_balancers.py +21 -4
  1961. pulumi_oci/loadbalancer/get_path_route_sets.py +15 -4
  1962. pulumi_oci/loadbalancer/get_policies.py +15 -4
  1963. pulumi_oci/loadbalancer/get_protocols.py +15 -4
  1964. pulumi_oci/loadbalancer/get_rule_set.py +16 -4
  1965. pulumi_oci/loadbalancer/get_rule_sets.py +15 -4
  1966. pulumi_oci/loadbalancer/get_shapes.py +15 -4
  1967. pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +16 -4
  1968. pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +15 -4
  1969. pulumi_oci/loadbalancer/hostname.py +5 -0
  1970. pulumi_oci/loadbalancer/listener.py +9 -2
  1971. pulumi_oci/loadbalancer/load_balancer.py +5 -0
  1972. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +5 -0
  1973. pulumi_oci/loadbalancer/outputs.py +21 -2
  1974. pulumi_oci/loadbalancer/path_route_set.py +5 -0
  1975. pulumi_oci/loadbalancer/rule_set.py +5 -0
  1976. pulumi_oci/loadbalancer/ssl_cipher_suite.py +5 -0
  1977. pulumi_oci/loganalytics/_inputs.py +374 -0
  1978. pulumi_oci/loganalytics/get_log_analytics_categories_list.py +19 -4
  1979. pulumi_oci/loganalytics/get_log_analytics_category.py +18 -4
  1980. pulumi_oci/loganalytics/get_log_analytics_entities.py +39 -4
  1981. pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +17 -4
  1982. pulumi_oci/loganalytics/get_log_analytics_entity.py +35 -4
  1983. pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -4
  1984. pulumi_oci/loganalytics/get_log_analytics_log_group.py +21 -4
  1985. pulumi_oci/loganalytics/get_log_analytics_log_groups.py +19 -4
  1986. pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +15 -4
  1987. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +41 -4
  1988. pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +21 -4
  1989. pulumi_oci/loganalytics/get_log_analytics_preference.py +13 -4
  1990. pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +20 -4
  1991. pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +16 -4
  1992. pulumi_oci/loganalytics/get_log_sets_count.py +13 -4
  1993. pulumi_oci/loganalytics/get_namespace.py +14 -4
  1994. pulumi_oci/loganalytics/get_namespace_effective_properties.py +27 -4
  1995. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +25 -4
  1996. pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +27 -4
  1997. pulumi_oci/loganalytics/get_namespace_properties_metadata.py +23 -4
  1998. pulumi_oci/loganalytics/get_namespace_rules.py +25 -4
  1999. pulumi_oci/loganalytics/get_namespace_rules_summary.py +17 -4
  2000. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +29 -4
  2001. pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +23 -4
  2002. pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +13 -4
  2003. pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +19 -4
  2004. pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +17 -4
  2005. pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +18 -4
  2006. pulumi_oci/loganalytics/get_namespaces.py +15 -4
  2007. pulumi_oci/loganalytics/log_analytics_entity.py +5 -0
  2008. pulumi_oci/loganalytics/log_analytics_import_custom_content.py +5 -0
  2009. pulumi_oci/loganalytics/log_analytics_log_group.py +5 -0
  2010. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -0
  2011. pulumi_oci/loganalytics/log_analytics_preferences_management.py +5 -0
  2012. pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +5 -0
  2013. pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +5 -0
  2014. pulumi_oci/loganalytics/namespace.py +5 -0
  2015. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +5 -0
  2016. pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +5 -0
  2017. pulumi_oci/loganalytics/namespace_scheduled_task.py +5 -0
  2018. pulumi_oci/loganalytics/outputs.py +5 -0
  2019. pulumi_oci/logging/_inputs.py +1114 -0
  2020. pulumi_oci/logging/get_log.py +26 -4
  2021. pulumi_oci/logging/get_log_group.py +20 -4
  2022. pulumi_oci/logging/get_log_groups.py +19 -4
  2023. pulumi_oci/logging/get_log_saved_search.py +21 -4
  2024. pulumi_oci/logging/get_log_saved_searches.py +19 -4
  2025. pulumi_oci/logging/get_logs.py +25 -4
  2026. pulumi_oci/logging/get_unified_agent_configuration.py +24 -4
  2027. pulumi_oci/logging/get_unified_agent_configurations.py +25 -4
  2028. pulumi_oci/logging/log.py +5 -0
  2029. pulumi_oci/logging/log_group.py +5 -0
  2030. pulumi_oci/logging/log_saved_search.py +5 -0
  2031. pulumi_oci/logging/outputs.py +5 -0
  2032. pulumi_oci/logging/unified_agent_configuration.py +5 -0
  2033. pulumi_oci/managementagent/_inputs.py +256 -0
  2034. pulumi_oci/managementagent/get_management_agent.py +40 -4
  2035. pulumi_oci/managementagent/get_management_agent_available_histories.py +19 -4
  2036. pulumi_oci/managementagent/get_management_agent_count.py +19 -4
  2037. pulumi_oci/managementagent/get_management_agent_data_source.py +32 -4
  2038. pulumi_oci/managementagent/get_management_agent_data_sources.py +17 -4
  2039. pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +13 -4
  2040. pulumi_oci/managementagent/get_management_agent_images.py +21 -4
  2041. pulumi_oci/managementagent/get_management_agent_install_key.py +24 -4
  2042. pulumi_oci/managementagent/get_management_agent_install_keys.py +23 -4
  2043. pulumi_oci/managementagent/get_management_agent_plugin_count.py +15 -4
  2044. pulumi_oci/managementagent/get_management_agent_plugins.py +23 -4
  2045. pulumi_oci/managementagent/get_management_agents.py +45 -4
  2046. pulumi_oci/managementagent/management_agent.py +5 -0
  2047. pulumi_oci/managementagent/management_agent_data_source.py +5 -0
  2048. pulumi_oci/managementagent/management_agent_install_key.py +5 -0
  2049. pulumi_oci/managementagent/outputs.py +5 -0
  2050. pulumi_oci/managementdashboard/get_management_dashboards_export.py +13 -4
  2051. pulumi_oci/managementdashboard/management_dashboards_import.py +5 -0
  2052. pulumi_oci/marketplace/_inputs.py +217 -0
  2053. pulumi_oci/marketplace/accepted_agreement.py +5 -0
  2054. pulumi_oci/marketplace/get_accepted_agreement.py +21 -4
  2055. pulumi_oci/marketplace/get_accepted_agreements.py +23 -4
  2056. pulumi_oci/marketplace/get_categories.py +15 -4
  2057. pulumi_oci/marketplace/get_listing.py +43 -4
  2058. pulumi_oci/marketplace/get_listing_package.py +29 -4
  2059. pulumi_oci/marketplace/get_listing_package_agreements.py +19 -4
  2060. pulumi_oci/marketplace/get_listing_packages.py +21 -4
  2061. pulumi_oci/marketplace/get_listing_taxes.py +17 -4
  2062. pulumi_oci/marketplace/get_listings.py +35 -4
  2063. pulumi_oci/marketplace/get_publication.py +28 -4
  2064. pulumi_oci/marketplace/get_publication_package.py +26 -4
  2065. pulumi_oci/marketplace/get_publication_packages.py +19 -4
  2066. pulumi_oci/marketplace/get_publications.py +23 -4
  2067. pulumi_oci/marketplace/get_publishers.py +17 -4
  2068. pulumi_oci/marketplace/listing_package_agreement.py +5 -0
  2069. pulumi_oci/marketplace/outputs.py +5 -0
  2070. pulumi_oci/marketplace/publication.py +5 -0
  2071. pulumi_oci/mediaservices/_inputs.py +472 -0
  2072. pulumi_oci/mediaservices/get_media_asset.py +36 -4
  2073. pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +23 -4
  2074. pulumi_oci/mediaservices/get_media_assets.py +37 -4
  2075. pulumi_oci/mediaservices/get_media_workflow.py +27 -4
  2076. pulumi_oci/mediaservices/get_media_workflow_configuration.py +24 -4
  2077. pulumi_oci/mediaservices/get_media_workflow_configurations.py +20 -4
  2078. pulumi_oci/mediaservices/get_media_workflow_job.py +33 -4
  2079. pulumi_oci/mediaservices/get_media_workflow_job_fact.py +17 -4
  2080. pulumi_oci/mediaservices/get_media_workflow_job_facts.py +19 -4
  2081. pulumi_oci/mediaservices/get_media_workflow_jobs.py +22 -4
  2082. pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +19 -4
  2083. pulumi_oci/mediaservices/get_media_workflows.py +20 -4
  2084. pulumi_oci/mediaservices/get_stream_cdn_config.py +26 -4
  2085. pulumi_oci/mediaservices/get_stream_cdn_configs.py +20 -4
  2086. pulumi_oci/mediaservices/get_stream_distribution_channel.py +23 -4
  2087. pulumi_oci/mediaservices/get_stream_distribution_channels.py +20 -4
  2088. pulumi_oci/mediaservices/get_stream_packaging_config.py +26 -4
  2089. pulumi_oci/mediaservices/get_stream_packaging_configs.py +21 -4
  2090. pulumi_oci/mediaservices/get_system_media_workflow.py +15 -4
  2091. pulumi_oci/mediaservices/media_asset.py +5 -0
  2092. pulumi_oci/mediaservices/media_workflow.py +5 -0
  2093. pulumi_oci/mediaservices/media_workflow_configuration.py +5 -0
  2094. pulumi_oci/mediaservices/media_workflow_job.py +5 -0
  2095. pulumi_oci/mediaservices/outputs.py +5 -0
  2096. pulumi_oci/mediaservices/stream_cdn_config.py +5 -0
  2097. pulumi_oci/mediaservices/stream_distribution_channel.py +5 -0
  2098. pulumi_oci/mediaservices/stream_packaging_config.py +5 -0
  2099. pulumi_oci/meteringcomputation/_inputs.py +767 -0
  2100. pulumi_oci/meteringcomputation/custom_table.py +5 -0
  2101. pulumi_oci/meteringcomputation/get_average_carbon_emission.py +13 -4
  2102. pulumi_oci/meteringcomputation/get_clean_energy_usage.py +14 -4
  2103. pulumi_oci/meteringcomputation/get_configuration.py +13 -4
  2104. pulumi_oci/meteringcomputation/get_custom_table.py +15 -4
  2105. pulumi_oci/meteringcomputation/get_custom_tables.py +17 -4
  2106. pulumi_oci/meteringcomputation/get_queries.py +15 -4
  2107. pulumi_oci/meteringcomputation/get_query.py +14 -4
  2108. pulumi_oci/meteringcomputation/get_schedule.py +27 -4
  2109. pulumi_oci/meteringcomputation/get_scheduled_run.py +17 -4
  2110. pulumi_oci/meteringcomputation/get_scheduled_runs.py +15 -4
  2111. pulumi_oci/meteringcomputation/get_schedules.py +17 -4
  2112. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +13 -4
  2113. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +15 -4
  2114. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +14 -4
  2115. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +18 -4
  2116. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +17 -4
  2117. pulumi_oci/meteringcomputation/outputs.py +5 -0
  2118. pulumi_oci/meteringcomputation/query.py +5 -0
  2119. pulumi_oci/meteringcomputation/schedule.py +5 -0
  2120. pulumi_oci/meteringcomputation/usage.py +5 -0
  2121. pulumi_oci/meteringcomputation/usage_carbon_emission.py +5 -0
  2122. pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +5 -0
  2123. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +5 -0
  2124. pulumi_oci/monitoring/_inputs.py +284 -13
  2125. pulumi_oci/monitoring/alarm.py +5 -0
  2126. pulumi_oci/monitoring/alarm_suppression.py +169 -35
  2127. pulumi_oci/monitoring/get_alarm.py +40 -4
  2128. pulumi_oci/monitoring/get_alarm_history_collection.py +20 -4
  2129. pulumi_oci/monitoring/get_alarm_statuses.py +32 -7
  2130. pulumi_oci/monitoring/get_alarm_suppression.py +57 -7
  2131. pulumi_oci/monitoring/get_alarm_suppressions.py +155 -17
  2132. pulumi_oci/monitoring/get_alarms.py +21 -4
  2133. pulumi_oci/monitoring/get_metric_data.py +29 -4
  2134. pulumi_oci/monitoring/get_metrics.py +27 -4
  2135. pulumi_oci/monitoring/outputs.py +296 -18
  2136. pulumi_oci/mysql/_inputs.py +1624 -179
  2137. pulumi_oci/mysql/channel.py +5 -0
  2138. pulumi_oci/mysql/get_channel.py +24 -4
  2139. pulumi_oci/mysql/get_channels.py +25 -4
  2140. pulumi_oci/mysql/get_heat_wave_cluster.py +20 -4
  2141. pulumi_oci/mysql/get_mysql_backup.py +35 -4
  2142. pulumi_oci/mysql/get_mysql_backups.py +25 -4
  2143. pulumi_oci/mysql/get_mysql_configuration.py +25 -4
  2144. pulumi_oci/mysql/get_mysql_configurations.py +25 -4
  2145. pulumi_oci/mysql/get_mysql_db_system.py +51 -4
  2146. pulumi_oci/mysql/get_mysql_db_systems.py +29 -4
  2147. pulumi_oci/mysql/get_mysql_version.py +15 -4
  2148. pulumi_oci/mysql/get_replica.py +33 -4
  2149. pulumi_oci/mysql/get_replicas.py +27 -4
  2150. pulumi_oci/mysql/get_shapes.py +21 -4
  2151. pulumi_oci/mysql/heat_wave_cluster.py +5 -0
  2152. pulumi_oci/mysql/mysql_backup.py +5 -0
  2153. pulumi_oci/mysql/mysql_configuration.py +5 -0
  2154. pulumi_oci/mysql/mysql_db_system.py +12 -7
  2155. pulumi_oci/mysql/outputs.py +5 -0
  2156. pulumi_oci/mysql/replica.py +5 -0
  2157. pulumi_oci/networkfirewall/_inputs.py +292 -0
  2158. pulumi_oci/networkfirewall/get_network_firewall.py +27 -4
  2159. pulumi_oci/networkfirewall/get_network_firewall_policies.py +20 -4
  2160. pulumi_oci/networkfirewall/get_network_firewall_policy.py +22 -4
  2161. pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +18 -4
  2162. pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +17 -4
  2163. pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +18 -4
  2164. pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +17 -4
  2165. pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +17 -4
  2166. pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +17 -4
  2167. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +25 -4
  2168. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +17 -4
  2169. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +21 -4
  2170. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +19 -4
  2171. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +19 -4
  2172. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +15 -4
  2173. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +20 -4
  2174. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +19 -4
  2175. pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +17 -4
  2176. pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +17 -4
  2177. pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +17 -4
  2178. pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +17 -4
  2179. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +22 -4
  2180. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +19 -4
  2181. pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +17 -4
  2182. pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +17 -4
  2183. pulumi_oci/networkfirewall/get_network_firewalls.py +24 -4
  2184. pulumi_oci/networkfirewall/network_firewall.py +5 -0
  2185. pulumi_oci/networkfirewall/network_firewall_policy.py +5 -0
  2186. pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +5 -0
  2187. pulumi_oci/networkfirewall/network_firewall_policy_application.py +5 -0
  2188. pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +5 -0
  2189. pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +5 -0
  2190. pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +5 -0
  2191. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +5 -0
  2192. pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +5 -0
  2193. pulumi_oci/networkfirewall/network_firewall_policy_service.py +5 -0
  2194. pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +5 -0
  2195. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +5 -0
  2196. pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +5 -0
  2197. pulumi_oci/networkfirewall/outputs.py +5 -0
  2198. pulumi_oci/networkloadbalancer/_inputs.py +351 -0
  2199. pulumi_oci/networkloadbalancer/backend.py +5 -0
  2200. pulumi_oci/networkloadbalancer/backend_set.py +5 -0
  2201. pulumi_oci/networkloadbalancer/get_backend_health.py +18 -4
  2202. pulumi_oci/networkloadbalancer/get_backend_set.py +22 -4
  2203. pulumi_oci/networkloadbalancer/get_backend_set_health.py +19 -4
  2204. pulumi_oci/networkloadbalancer/get_backend_sets.py +15 -4
  2205. pulumi_oci/networkloadbalancer/get_backends.py +17 -4
  2206. pulumi_oci/networkloadbalancer/get_listener.py +22 -4
  2207. pulumi_oci/networkloadbalancer/get_listeners.py +15 -4
  2208. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +32 -4
  2209. pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +17 -4
  2210. pulumi_oci/networkloadbalancer/get_network_load_balancers.py +19 -4
  2211. pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +13 -4
  2212. pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +13 -4
  2213. pulumi_oci/networkloadbalancer/listener.py +5 -0
  2214. pulumi_oci/networkloadbalancer/network_load_balancer.py +5 -0
  2215. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +5 -0
  2216. pulumi_oci/networkloadbalancer/outputs.py +5 -0
  2217. pulumi_oci/nosql/_inputs.py +179 -0
  2218. pulumi_oci/nosql/get_index.py +23 -4
  2219. pulumi_oci/nosql/get_indexes.py +21 -4
  2220. pulumi_oci/nosql/get_table.py +31 -4
  2221. pulumi_oci/nosql/get_tables.py +19 -4
  2222. pulumi_oci/nosql/index.py +5 -0
  2223. pulumi_oci/nosql/outputs.py +5 -0
  2224. pulumi_oci/nosql/table.py +5 -0
  2225. pulumi_oci/nosql/table_replica.py +5 -0
  2226. pulumi_oci/objectstorage/__init__.py +3 -0
  2227. pulumi_oci/objectstorage/_inputs.py +325 -0
  2228. pulumi_oci/objectstorage/bucket.py +5 -0
  2229. pulumi_oci/objectstorage/get_bucket.py +34 -4
  2230. pulumi_oci/objectstorage/get_bucket_summaries.py +17 -4
  2231. pulumi_oci/objectstorage/get_namespace.py +13 -4
  2232. pulumi_oci/objectstorage/get_namespace_metadata.py +14 -4
  2233. pulumi_oci/objectstorage/get_object.py +44 -4
  2234. pulumi_oci/objectstorage/get_object_head.py +22 -4
  2235. pulumi_oci/objectstorage/get_object_lifecycle_policy.py +16 -4
  2236. pulumi_oci/objectstorage/get_object_versions.py +36 -10
  2237. pulumi_oci/objectstorage/get_objects.py +34 -10
  2238. pulumi_oci/objectstorage/get_preauthrequest.py +25 -4
  2239. pulumi_oci/objectstorage/get_preauthrequests.py +19 -4
  2240. pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
  2241. pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
  2242. pulumi_oci/objectstorage/get_replication_policies.py +17 -4
  2243. pulumi_oci/objectstorage/get_replication_policy.py +24 -4
  2244. pulumi_oci/objectstorage/get_replication_sources.py +17 -4
  2245. pulumi_oci/objectstorage/namespace_metadata.py +5 -0
  2246. pulumi_oci/objectstorage/object_lifecycle_policy.py +5 -0
  2247. pulumi_oci/objectstorage/outputs.py +263 -0
  2248. pulumi_oci/objectstorage/preauthrequest.py +5 -0
  2249. pulumi_oci/objectstorage/private_endpoint.py +630 -0
  2250. pulumi_oci/objectstorage/replication_policy.py +5 -0
  2251. pulumi_oci/objectstorage/storage_object.py +12 -7
  2252. pulumi_oci/oce/_inputs.py +19 -0
  2253. pulumi_oci/oce/get_oce_instance.py +38 -4
  2254. pulumi_oci/oce/get_oce_instances.py +21 -4
  2255. pulumi_oci/oce/instance.py +5 -0
  2256. pulumi_oci/oce/outputs.py +5 -0
  2257. pulumi_oci/ocvp/_inputs.py +443 -0
  2258. pulumi_oci/ocvp/cluster.py +5 -0
  2259. pulumi_oci/ocvp/esxi_host.py +5 -0
  2260. pulumi_oci/ocvp/get_cluster.py +37 -4
  2261. pulumi_oci/ocvp/get_clusters.py +21 -4
  2262. pulumi_oci/ocvp/get_exsi_host.py +42 -4
  2263. pulumi_oci/ocvp/get_exsi_hosts.py +29 -4
  2264. pulumi_oci/ocvp/get_retrieve_password.py +15 -4
  2265. pulumi_oci/ocvp/get_sddc.py +74 -4
  2266. pulumi_oci/ocvp/get_sddcs.py +21 -4
  2267. pulumi_oci/ocvp/get_supported_commitments.py +17 -4
  2268. pulumi_oci/ocvp/get_supported_host_shapes.py +23 -4
  2269. pulumi_oci/ocvp/get_supported_skus.py +17 -4
  2270. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +21 -4
  2271. pulumi_oci/ocvp/outputs.py +5 -0
  2272. pulumi_oci/ocvp/sddc.py +5 -0
  2273. pulumi_oci/oda/_inputs.py +75 -0
  2274. pulumi_oci/oda/get_oda_instance.py +34 -4
  2275. pulumi_oci/oda/get_oda_instances.py +19 -4
  2276. pulumi_oci/oda/get_oda_private_endpoint.py +22 -4
  2277. pulumi_oci/oda/get_oda_private_endpoint_attachment.py +18 -4
  2278. pulumi_oci/oda/get_oda_private_endpoint_attachments.py +19 -4
  2279. pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +17 -4
  2280. pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +19 -4
  2281. pulumi_oci/oda/get_oda_private_endpoints.py +19 -4
  2282. pulumi_oci/oda/oda_instance.py +5 -0
  2283. pulumi_oci/oda/oda_private_endpoint.py +5 -0
  2284. pulumi_oci/oda/oda_private_endpoint_attachment.py +5 -0
  2285. pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +5 -0
  2286. pulumi_oci/oda/outputs.py +5 -0
  2287. pulumi_oci/onesubsription/_inputs.py +124 -0
  2288. pulumi_oci/onesubsription/get_aggregated_computed_usages.py +25 -4
  2289. pulumi_oci/onesubsription/get_billing_schedules.py +19 -4
  2290. pulumi_oci/onesubsription/get_commitment.py +19 -4
  2291. pulumi_oci/onesubsription/get_commitments.py +17 -4
  2292. pulumi_oci/onesubsription/get_computed_usage.py +40 -4
  2293. pulumi_oci/onesubsription/get_computed_usages.py +25 -4
  2294. pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +19 -4
  2295. pulumi_oci/onesubsription/get_invoices.py +23 -4
  2296. pulumi_oci/onesubsription/get_organization_subscriptions.py +15 -4
  2297. pulumi_oci/onesubsription/get_ratecards.py +23 -4
  2298. pulumi_oci/onesubsription/get_subscribed_service.py +124 -4
  2299. pulumi_oci/onesubsription/get_subscribed_services.py +21 -4
  2300. pulumi_oci/onesubsription/get_subscriptions.py +23 -4
  2301. pulumi_oci/onesubsription/outputs.py +5 -0
  2302. pulumi_oci/ons/_inputs.py +28 -0
  2303. pulumi_oci/ons/get_notification_topic.py +22 -4
  2304. pulumi_oci/ons/get_notification_topics.py +20 -4
  2305. pulumi_oci/ons/get_subscription.py +22 -4
  2306. pulumi_oci/ons/get_subscriptions.py +17 -4
  2307. pulumi_oci/ons/notification_topic.py +5 -0
  2308. pulumi_oci/ons/outputs.py +5 -0
  2309. pulumi_oci/ons/subscription.py +5 -0
  2310. pulumi_oci/opa/_inputs.py +45 -0
  2311. pulumi_oci/opa/get_opa_instance.py +32 -4
  2312. pulumi_oci/opa/get_opa_instances.py +20 -4
  2313. pulumi_oci/opa/opa_instance.py +5 -0
  2314. pulumi_oci/opa/outputs.py +5 -0
  2315. pulumi_oci/opensearch/_inputs.py +25 -0
  2316. pulumi_oci/opensearch/cluster.py +5 -0
  2317. pulumi_oci/opensearch/get_opensearch_cluster.py +51 -4
  2318. pulumi_oci/opensearch/get_opensearch_clusters.py +20 -4
  2319. pulumi_oci/opensearch/get_opensearch_version.py +13 -4
  2320. pulumi_oci/opensearch/get_opensearch_versions.py +15 -4
  2321. pulumi_oci/opensearch/outputs.py +5 -0
  2322. pulumi_oci/operatoraccesscontrol/_inputs.py +46 -0
  2323. pulumi_oci/operatoraccesscontrol/get_access_request.py +49 -4
  2324. pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +18 -4
  2325. pulumi_oci/operatoraccesscontrol/get_access_request_history.py +13 -4
  2326. pulumi_oci/operatoraccesscontrol/get_access_requests.py +25 -4
  2327. pulumi_oci/operatoraccesscontrol/get_action.py +18 -4
  2328. pulumi_oci/operatoraccesscontrol/get_actions.py +21 -4
  2329. pulumi_oci/operatoraccesscontrol/get_control.py +32 -4
  2330. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +42 -4
  2331. pulumi_oci/operatoraccesscontrol/get_control_assignments.py +23 -4
  2332. pulumi_oci/operatoraccesscontrol/get_controls.py +21 -4
  2333. pulumi_oci/operatoraccesscontrol/operator_control.py +5 -0
  2334. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +5 -0
  2335. pulumi_oci/operatoraccesscontrol/outputs.py +5 -0
  2336. pulumi_oci/opsi/_inputs.py +732 -75
  2337. pulumi_oci/opsi/awr_hub.py +5 -0
  2338. pulumi_oci/opsi/awr_hub_source.py +5 -0
  2339. pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +5 -0
  2340. pulumi_oci/opsi/database_insight.py +167 -21
  2341. pulumi_oci/opsi/enterprise_manager_bridge.py +5 -0
  2342. pulumi_oci/opsi/exadata_insight.py +49 -0
  2343. pulumi_oci/opsi/get_awr_hub.py +25 -4
  2344. pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +19 -4
  2345. pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +21 -4
  2346. pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +17 -4
  2347. pulumi_oci/opsi/get_awr_hub_source.py +34 -4
  2348. pulumi_oci/opsi/get_awr_hub_sources.py +27 -4
  2349. pulumi_oci/opsi/get_awr_hubs.py +22 -4
  2350. pulumi_oci/opsi/get_database_insight.py +88 -5
  2351. pulumi_oci/opsi/get_database_insights.py +34 -4
  2352. pulumi_oci/opsi/get_enterprise_manager_bridge.py +25 -4
  2353. pulumi_oci/opsi/get_enterprise_manager_bridges.py +22 -4
  2354. pulumi_oci/opsi/get_exadata_insight.py +38 -4
  2355. pulumi_oci/opsi/get_exadata_insights.py +26 -4
  2356. pulumi_oci/opsi/get_host_insight.py +38 -4
  2357. pulumi_oci/opsi/get_host_insights.py +30 -6
  2358. pulumi_oci/opsi/get_importable_agent_entities.py +13 -4
  2359. pulumi_oci/opsi/get_importable_agent_entity.py +13 -4
  2360. pulumi_oci/opsi/get_importable_compute_entities.py +13 -4
  2361. pulumi_oci/opsi/get_importable_compute_entity.py +13 -4
  2362. pulumi_oci/opsi/get_news_report.py +29 -4
  2363. pulumi_oci/opsi/get_news_reports.py +23 -4
  2364. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +27 -4
  2365. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +27 -4
  2366. pulumi_oci/opsi/get_operations_insights_warehouse.py +28 -4
  2367. pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +15 -4
  2368. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +26 -4
  2369. pulumi_oci/opsi/get_operations_insights_warehouse_users.py +22 -4
  2370. pulumi_oci/opsi/get_operations_insights_warehouses.py +20 -4
  2371. pulumi_oci/opsi/get_opsi_configuration.py +32 -4
  2372. pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +21 -4
  2373. pulumi_oci/opsi/get_opsi_configurations.py +21 -4
  2374. pulumi_oci/opsi/host_insight.py +5 -48
  2375. pulumi_oci/opsi/news_report.py +5 -0
  2376. pulumi_oci/opsi/operations_insights_private_endpoint.py +5 -0
  2377. pulumi_oci/opsi/operations_insights_warehouse.py +5 -0
  2378. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +5 -0
  2379. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +5 -0
  2380. pulumi_oci/opsi/operations_insights_warehouse_user.py +5 -0
  2381. pulumi_oci/opsi/opsi_configuration.py +5 -0
  2382. pulumi_oci/opsi/outputs.py +410 -109
  2383. pulumi_oci/optimizer/_inputs.py +226 -0
  2384. pulumi_oci/optimizer/enrollment_status.py +5 -0
  2385. pulumi_oci/optimizer/get_categories.py +25 -4
  2386. pulumi_oci/optimizer/get_category.py +23 -4
  2387. pulumi_oci/optimizer/get_enrollment_status.py +18 -4
  2388. pulumi_oci/optimizer/get_enrollment_statuses.py +19 -4
  2389. pulumi_oci/optimizer/get_histories.py +31 -4
  2390. pulumi_oci/optimizer/get_profile.py +25 -4
  2391. pulumi_oci/optimizer/get_profile_level.py +19 -4
  2392. pulumi_oci/optimizer/get_profile_levels.py +21 -4
  2393. pulumi_oci/optimizer/get_profiles.py +19 -4
  2394. pulumi_oci/optimizer/get_recommendation.py +27 -4
  2395. pulumi_oci/optimizer/get_recommendation_strategies.py +21 -4
  2396. pulumi_oci/optimizer/get_recommendation_strategy.py +19 -4
  2397. pulumi_oci/optimizer/get_recommendations.py +31 -4
  2398. pulumi_oci/optimizer/get_resource_action.py +31 -4
  2399. pulumi_oci/optimizer/get_resource_actions.py +35 -4
  2400. pulumi_oci/optimizer/outputs.py +5 -0
  2401. pulumi_oci/optimizer/profile.py +5 -0
  2402. pulumi_oci/optimizer/recommendation.py +5 -0
  2403. pulumi_oci/optimizer/resource_action.py +5 -0
  2404. pulumi_oci/osmanagement/_inputs.py +190 -0
  2405. pulumi_oci/osmanagement/get_managed_instance.py +37 -4
  2406. pulumi_oci/osmanagement/get_managed_instance_event_report.py +19 -4
  2407. pulumi_oci/osmanagement/get_managed_instance_group.py +22 -4
  2408. pulumi_oci/osmanagement/get_managed_instance_groups.py +21 -4
  2409. pulumi_oci/osmanagement/get_managed_instance_module_streams.py +23 -4
  2410. pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +25 -4
  2411. pulumi_oci/osmanagement/get_managed_instances.py +19 -4
  2412. pulumi_oci/osmanagement/get_software_source.py +33 -4
  2413. pulumi_oci/osmanagement/get_software_source_module_stream.py +21 -4
  2414. pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +21 -4
  2415. pulumi_oci/osmanagement/get_software_source_stream_profile.py +23 -4
  2416. pulumi_oci/osmanagement/get_software_sources.py +19 -4
  2417. pulumi_oci/osmanagement/managed_instance.py +5 -0
  2418. pulumi_oci/osmanagement/managed_instance_group.py +5 -0
  2419. pulumi_oci/osmanagement/managed_instance_management.py +5 -0
  2420. pulumi_oci/osmanagement/outputs.py +5 -0
  2421. pulumi_oci/osmanagement/software_source.py +5 -0
  2422. pulumi_oci/osmanagementhub/_inputs.py +1538 -12
  2423. pulumi_oci/osmanagementhub/event.py +5 -0
  2424. pulumi_oci/osmanagementhub/get_entitlements.py +19 -4
  2425. pulumi_oci/osmanagementhub/get_errata.py +31 -4
  2426. pulumi_oci/osmanagementhub/get_erratum.py +28 -4
  2427. pulumi_oci/osmanagementhub/get_event.py +28 -4
  2428. pulumi_oci/osmanagementhub/get_events.py +34 -4
  2429. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +27 -4
  2430. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +31 -4
  2431. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -4
  2432. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +33 -4
  2433. pulumi_oci/osmanagementhub/get_managed_instance.py +49 -4
  2434. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +21 -4
  2435. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +21 -4
  2436. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +27 -4
  2437. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +23 -4
  2438. pulumi_oci/osmanagementhub/get_managed_instance_group.py +33 -4
  2439. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +21 -4
  2440. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +23 -4
  2441. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +21 -4
  2442. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +25 -4
  2443. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +23 -4
  2444. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +35 -4
  2445. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +25 -4
  2446. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +23 -4
  2447. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +21 -4
  2448. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +25 -4
  2449. pulumi_oci/osmanagementhub/get_managed_instances.py +59 -4
  2450. pulumi_oci/osmanagementhub/get_management_station.py +32 -4
  2451. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +21 -4
  2452. pulumi_oci/osmanagementhub/get_management_stations.py +24 -4
  2453. pulumi_oci/osmanagementhub/get_profile.py +35 -4
  2454. pulumi_oci/osmanagementhub/get_profiles.py +37 -4
  2455. pulumi_oci/osmanagementhub/get_scheduled_job.py +36 -4
  2456. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +48 -4
  2457. pulumi_oci/osmanagementhub/get_software_package.py +27 -4
  2458. pulumi_oci/osmanagementhub/get_software_package_software_source.py +35 -4
  2459. pulumi_oci/osmanagementhub/get_software_packages.py +25 -4
  2460. pulumi_oci/osmanagementhub/get_software_source.py +44 -4
  2461. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +23 -4
  2462. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +22 -4
  2463. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +21 -4
  2464. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +23 -4
  2465. pulumi_oci/osmanagementhub/get_software_source_package_group.py +22 -4
  2466. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +23 -4
  2467. pulumi_oci/osmanagementhub/get_software_source_software_package.py +29 -4
  2468. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +21 -4
  2469. pulumi_oci/osmanagementhub/get_software_source_vendors.py +17 -4
  2470. pulumi_oci/osmanagementhub/get_software_sources.py +41 -4
  2471. pulumi_oci/osmanagementhub/get_windows_update.py +21 -4
  2472. pulumi_oci/osmanagementhub/get_windows_updates.py +21 -4
  2473. pulumi_oci/osmanagementhub/lifecycle_environment.py +5 -0
  2474. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +5 -0
  2475. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +5 -0
  2476. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +5 -0
  2477. pulumi_oci/osmanagementhub/managed_instance.py +5 -0
  2478. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +5 -0
  2479. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +5 -0
  2480. pulumi_oci/osmanagementhub/managed_instance_group.py +5 -0
  2481. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +5 -0
  2482. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +5 -0
  2483. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +5 -0
  2484. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +5 -0
  2485. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +5 -0
  2486. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +5 -0
  2487. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +5 -0
  2488. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +5 -0
  2489. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +5 -0
  2490. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +5 -0
  2491. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +5 -0
  2492. pulumi_oci/osmanagementhub/management_station.py +5 -0
  2493. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +5 -0
  2494. pulumi_oci/osmanagementhub/management_station_refresh_management.py +5 -0
  2495. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +5 -0
  2496. pulumi_oci/osmanagementhub/outputs.py +5 -0
  2497. pulumi_oci/osmanagementhub/profile.py +5 -0
  2498. pulumi_oci/osmanagementhub/scheduled_job.py +5 -0
  2499. pulumi_oci/osmanagementhub/software_source.py +5 -0
  2500. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +5 -0
  2501. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +5 -0
  2502. pulumi_oci/ospgateway/_inputs.py +668 -0
  2503. pulumi_oci/ospgateway/address_action_verification.py +5 -0
  2504. pulumi_oci/ospgateway/get_address.py +42 -4
  2505. pulumi_oci/ospgateway/get_address_rule.py +19 -4
  2506. pulumi_oci/ospgateway/get_invoice.py +40 -4
  2507. pulumi_oci/ospgateway/get_invoices.py +33 -4
  2508. pulumi_oci/ospgateway/get_invoices_invoice_line.py +17 -4
  2509. pulumi_oci/ospgateway/get_invoices_invoice_lines.py +19 -4
  2510. pulumi_oci/ospgateway/get_subscription.py +38 -4
  2511. pulumi_oci/ospgateway/get_subscriptions.py +17 -4
  2512. pulumi_oci/ospgateway/outputs.py +5 -0
  2513. pulumi_oci/ospgateway/subscription.py +5 -0
  2514. pulumi_oci/osubbillingschedule/_inputs.py +19 -0
  2515. pulumi_oci/osubbillingschedule/get_billing_schedule.py +21 -4
  2516. pulumi_oci/osubbillingschedule/outputs.py +5 -0
  2517. pulumi_oci/osuborganizationsubscription/_inputs.py +19 -0
  2518. pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +19 -4
  2519. pulumi_oci/osuborganizationsubscription/outputs.py +5 -0
  2520. pulumi_oci/osubsubscription/_inputs.py +40 -0
  2521. pulumi_oci/osubsubscription/get_commitment.py +22 -4
  2522. pulumi_oci/osubsubscription/get_commitments.py +21 -4
  2523. pulumi_oci/osubsubscription/get_ratecards.py +25 -4
  2524. pulumi_oci/osubsubscription/get_subscriptions.py +27 -4
  2525. pulumi_oci/osubsubscription/outputs.py +5 -0
  2526. pulumi_oci/osubusage/_inputs.py +31 -0
  2527. pulumi_oci/osubusage/get_commitment_aggregateds.py +27 -4
  2528. pulumi_oci/osubusage/get_computed_usage.py +42 -4
  2529. pulumi_oci/osubusage/get_computed_usages.py +27 -4
  2530. pulumi_oci/osubusage/outputs.py +5 -0
  2531. pulumi_oci/provider.py +5 -0
  2532. pulumi_oci/psql/_inputs.py +351 -0
  2533. pulumi_oci/psql/backup.py +5 -0
  2534. pulumi_oci/psql/configuration.py +5 -0
  2535. pulumi_oci/psql/db_system.py +5 -0
  2536. pulumi_oci/psql/get_backup.py +29 -4
  2537. pulumi_oci/psql/get_backups.py +26 -4
  2538. pulumi_oci/psql/get_configuration.py +29 -4
  2539. pulumi_oci/psql/get_configurations.py +25 -4
  2540. pulumi_oci/psql/get_db_system.py +41 -4
  2541. pulumi_oci/psql/get_db_system_connection_detail.py +15 -4
  2542. pulumi_oci/psql/get_db_system_primary_db_instance.py +13 -4
  2543. pulumi_oci/psql/get_db_systems.py +20 -4
  2544. pulumi_oci/psql/get_default_configuration.py +23 -4
  2545. pulumi_oci/psql/get_default_configurations.py +23 -4
  2546. pulumi_oci/psql/get_shapes.py +16 -4
  2547. pulumi_oci/psql/outputs.py +5 -0
  2548. pulumi_oci/pulumi-plugin.json +1 -1
  2549. pulumi_oci/queue/_inputs.py +16 -0
  2550. pulumi_oci/queue/get_queue.py +30 -4
  2551. pulumi_oci/queue/get_queues.py +20 -4
  2552. pulumi_oci/queue/outputs.py +5 -0
  2553. pulumi_oci/queue/queue.py +5 -0
  2554. pulumi_oci/recoverymod/_inputs.py +86 -0
  2555. pulumi_oci/recoverymod/get_protected_database.py +36 -4
  2556. pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +17 -4
  2557. pulumi_oci/recoverymod/get_protected_databases.py +24 -4
  2558. pulumi_oci/recoverymod/get_protection_policies.py +23 -4
  2559. pulumi_oci/recoverymod/get_protection_policy.py +25 -4
  2560. pulumi_oci/recoverymod/get_recovery_service_subnet.py +25 -4
  2561. pulumi_oci/recoverymod/get_recovery_service_subnets.py +22 -4
  2562. pulumi_oci/recoverymod/outputs.py +5 -0
  2563. pulumi_oci/recoverymod/protected_database.py +5 -0
  2564. pulumi_oci/recoverymod/protection_policy.py +5 -0
  2565. pulumi_oci/recoverymod/recovery_service_subnet.py +5 -0
  2566. pulumi_oci/redis/_inputs.py +53 -0
  2567. pulumi_oci/redis/get_redis_cluster.py +33 -4
  2568. pulumi_oci/redis/get_redis_cluster_nodes.py +17 -4
  2569. pulumi_oci/redis/get_redis_clusters.py +20 -4
  2570. pulumi_oci/redis/outputs.py +5 -0
  2571. pulumi_oci/redis/redis_cluster.py +5 -0
  2572. pulumi_oci/resourcemanager/_inputs.py +25 -0
  2573. pulumi_oci/resourcemanager/get_private_endpoint.py +25 -4
  2574. pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +15 -4
  2575. pulumi_oci/resourcemanager/get_private_endpoints.py +21 -4
  2576. pulumi_oci/resourcemanager/get_stack.py +21 -4
  2577. pulumi_oci/resourcemanager/get_stack_tf_state.py +14 -4
  2578. pulumi_oci/resourcemanager/get_stacks.py +20 -4
  2579. pulumi_oci/resourcemanager/outputs.py +5 -0
  2580. pulumi_oci/resourcemanager/private_endpoint.py +5 -0
  2581. pulumi_oci/resourcescheduler/_inputs.py +72 -0
  2582. pulumi_oci/resourcescheduler/get_schedule.py +30 -4
  2583. pulumi_oci/resourcescheduler/get_schedules.py +21 -4
  2584. pulumi_oci/resourcescheduler/outputs.py +5 -0
  2585. pulumi_oci/resourcescheduler/schedule.py +5 -0
  2586. pulumi_oci/sch/_inputs.py +285 -0
  2587. pulumi_oci/sch/connector.py +5 -0
  2588. pulumi_oci/sch/get_connector_plugin.py +20 -4
  2589. pulumi_oci/sch/get_connector_plugins.py +19 -4
  2590. pulumi_oci/sch/get_service_connector.py +25 -4
  2591. pulumi_oci/sch/get_service_connectors.py +19 -4
  2592. pulumi_oci/sch/outputs.py +5 -0
  2593. pulumi_oci/secrets/_inputs.py +16 -0
  2594. pulumi_oci/secrets/get_secretbundle.py +25 -4
  2595. pulumi_oci/secrets/get_secretbundle_versions.py +15 -4
  2596. pulumi_oci/secrets/outputs.py +5 -0
  2597. pulumi_oci/securityattribute/__init__.py +15 -0
  2598. pulumi_oci/securityattribute/_inputs.py +209 -0
  2599. pulumi_oci/securityattribute/get_security_attribute.py +262 -0
  2600. pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
  2601. pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
  2602. pulumi_oci/securityattribute/get_security_attributes.py +169 -0
  2603. pulumi_oci/securityattribute/outputs.py +466 -0
  2604. pulumi_oci/securityattribute/security_attribute.py +588 -0
  2605. pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
  2606. pulumi_oci/servicecatalog/_inputs.py +76 -0
  2607. pulumi_oci/servicecatalog/catalog.py +5 -0
  2608. pulumi_oci/servicecatalog/catalog_association.py +5 -0
  2609. pulumi_oci/servicecatalog/get_private_application.py +25 -4
  2610. pulumi_oci/servicecatalog/get_private_application_package.py +19 -4
  2611. pulumi_oci/servicecatalog/get_private_application_packages.py +21 -4
  2612. pulumi_oci/servicecatalog/get_private_applications.py +19 -4
  2613. pulumi_oci/servicecatalog/get_service_catalog.py +19 -4
  2614. pulumi_oci/servicecatalog/get_service_catalog_association.py +16 -4
  2615. pulumi_oci/servicecatalog/get_service_catalog_associations.py +21 -4
  2616. pulumi_oci/servicecatalog/get_service_catalogs.py +19 -4
  2617. pulumi_oci/servicecatalog/outputs.py +5 -0
  2618. pulumi_oci/servicecatalog/private_application.py +5 -0
  2619. pulumi_oci/servicemanagerproxy/_inputs.py +16 -0
  2620. pulumi_oci/servicemanagerproxy/get_service_environment.py +19 -4
  2621. pulumi_oci/servicemanagerproxy/get_service_environments.py +21 -4
  2622. pulumi_oci/servicemanagerproxy/outputs.py +5 -0
  2623. pulumi_oci/servicemesh/_inputs.py +530 -0
  2624. pulumi_oci/servicemesh/access_policy.py +5 -0
  2625. pulumi_oci/servicemesh/get_access_policies.py +22 -4
  2626. pulumi_oci/servicemesh/get_access_policy.py +24 -4
  2627. pulumi_oci/servicemesh/get_ingress_gateway.py +26 -4
  2628. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +25 -4
  2629. pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +22 -4
  2630. pulumi_oci/servicemesh/get_ingress_gateways.py +22 -4
  2631. pulumi_oci/servicemesh/get_mesh.py +24 -4
  2632. pulumi_oci/servicemesh/get_meshes.py +20 -4
  2633. pulumi_oci/servicemesh/get_proxy_detail.py +11 -4
  2634. pulumi_oci/servicemesh/get_virtual_deployment.py +26 -4
  2635. pulumi_oci/servicemesh/get_virtual_deployments.py +22 -4
  2636. pulumi_oci/servicemesh/get_virtual_service.py +26 -4
  2637. pulumi_oci/servicemesh/get_virtual_service_route_table.py +25 -4
  2638. pulumi_oci/servicemesh/get_virtual_service_route_tables.py +22 -4
  2639. pulumi_oci/servicemesh/get_virtual_services.py +22 -4
  2640. pulumi_oci/servicemesh/ingress_gateway.py +5 -0
  2641. pulumi_oci/servicemesh/ingress_gateway_route_table.py +5 -0
  2642. pulumi_oci/servicemesh/mesh.py +5 -0
  2643. pulumi_oci/servicemesh/outputs.py +5 -0
  2644. pulumi_oci/servicemesh/virtual_deployment.py +5 -0
  2645. pulumi_oci/servicemesh/virtual_service.py +5 -0
  2646. pulumi_oci/servicemesh/virtual_service_route_table.py +5 -0
  2647. pulumi_oci/stackmonitoring/__init__.py +5 -0
  2648. pulumi_oci/stackmonitoring/_inputs.py +1419 -6
  2649. pulumi_oci/stackmonitoring/baselineable_metric.py +5 -0
  2650. pulumi_oci/stackmonitoring/config.py +5 -0
  2651. pulumi_oci/stackmonitoring/discovery_job.py +5 -0
  2652. pulumi_oci/stackmonitoring/get_baselineable_metric.py +28 -4
  2653. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +27 -4
  2654. pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +17 -4
  2655. pulumi_oci/stackmonitoring/get_config.py +24 -4
  2656. pulumi_oci/stackmonitoring/get_configs.py +21 -4
  2657. pulumi_oci/stackmonitoring/get_discovery_job.py +26 -4
  2658. pulumi_oci/stackmonitoring/get_discovery_job_logs.py +17 -4
  2659. pulumi_oci/stackmonitoring/get_discovery_jobs.py +17 -4
  2660. pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
  2661. pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
  2662. pulumi_oci/stackmonitoring/get_metric_extension.py +32 -4
  2663. pulumi_oci/stackmonitoring/get_metric_extensions.py +25 -4
  2664. pulumi_oci/stackmonitoring/get_monitored_resource.py +37 -4
  2665. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +23 -4
  2666. pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +17 -4
  2667. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +26 -4
  2668. pulumi_oci/stackmonitoring/get_monitored_resource_types.py +27 -4
  2669. pulumi_oci/stackmonitoring/get_monitored_resources.py +21 -4
  2670. pulumi_oci/stackmonitoring/get_process_set.py +22 -4
  2671. pulumi_oci/stackmonitoring/get_process_sets.py +17 -4
  2672. pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
  2673. pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
  2674. pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
  2675. pulumi_oci/stackmonitoring/metric_extension.py +5 -0
  2676. pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +5 -0
  2677. pulumi_oci/stackmonitoring/metric_extensions_test_management.py +5 -0
  2678. pulumi_oci/stackmonitoring/monitored_resource.py +5 -0
  2679. pulumi_oci/stackmonitoring/monitored_resource_task.py +5 -0
  2680. pulumi_oci/stackmonitoring/monitored_resource_type.py +5 -0
  2681. pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +5 -0
  2682. pulumi_oci/stackmonitoring/monitored_resources_list_member.py +5 -0
  2683. pulumi_oci/stackmonitoring/monitored_resources_search.py +5 -0
  2684. pulumi_oci/stackmonitoring/monitored_resources_search_association.py +5 -0
  2685. pulumi_oci/stackmonitoring/outputs.py +608 -0
  2686. pulumi_oci/stackmonitoring/process_set.py +5 -0
  2687. pulumi_oci/streaming/_inputs.py +101 -0
  2688. pulumi_oci/streaming/connect_harness.py +5 -0
  2689. pulumi_oci/streaming/get_connect_harness.py +19 -4
  2690. pulumi_oci/streaming/get_connect_harnesses.py +20 -4
  2691. pulumi_oci/streaming/get_stream.py +23 -4
  2692. pulumi_oci/streaming/get_stream_pool.py +24 -4
  2693. pulumi_oci/streaming/get_stream_pools.py +20 -4
  2694. pulumi_oci/streaming/get_streams.py +22 -4
  2695. pulumi_oci/streaming/outputs.py +5 -0
  2696. pulumi_oci/streaming/stream.py +5 -0
  2697. pulumi_oci/streaming/stream_pool.py +5 -0
  2698. pulumi_oci/usageproxy/_inputs.py +94 -0
  2699. pulumi_oci/usageproxy/get_resource_quotas.py +19 -4
  2700. pulumi_oci/usageproxy/get_resources.py +19 -4
  2701. pulumi_oci/usageproxy/get_subscription_product.py +19 -4
  2702. pulumi_oci/usageproxy/get_subscription_products.py +21 -4
  2703. pulumi_oci/usageproxy/get_subscription_redeemable_user.py +16 -4
  2704. pulumi_oci/usageproxy/get_subscription_redeemable_users.py +17 -4
  2705. pulumi_oci/usageproxy/get_subscription_redemption.py +19 -4
  2706. pulumi_oci/usageproxy/get_subscription_redemptions.py +21 -4
  2707. pulumi_oci/usageproxy/get_subscription_reward.py +16 -4
  2708. pulumi_oci/usageproxy/get_subscription_rewards.py +17 -4
  2709. pulumi_oci/usageproxy/get_usagelimits.py +23 -4
  2710. pulumi_oci/usageproxy/outputs.py +5 -0
  2711. pulumi_oci/usageproxy/subscription_redeemable_user.py +5 -0
  2712. pulumi_oci/vault/_inputs.py +103 -0
  2713. pulumi_oci/vault/get_secret.py +32 -4
  2714. pulumi_oci/vault/get_secret_version.py +21 -4
  2715. pulumi_oci/vault/get_secrets.py +21 -4
  2716. pulumi_oci/vault/outputs.py +5 -0
  2717. pulumi_oci/vault/secret.py +5 -0
  2718. pulumi_oci/vbs/_inputs.py +19 -0
  2719. pulumi_oci/vbs/get_inst_vbs_instance.py +26 -4
  2720. pulumi_oci/vbs/get_inst_vbs_instances.py +20 -4
  2721. pulumi_oci/vbs/inst_vbs_instance.py +5 -0
  2722. pulumi_oci/vbs/outputs.py +5 -0
  2723. pulumi_oci/visualbuilder/_inputs.py +107 -0
  2724. pulumi_oci/visualbuilder/get_vb_instance.py +34 -4
  2725. pulumi_oci/visualbuilder/get_vb_instance_applications.py +15 -4
  2726. pulumi_oci/visualbuilder/get_vb_instances.py +19 -4
  2727. pulumi_oci/visualbuilder/outputs.py +5 -0
  2728. pulumi_oci/visualbuilder/vb_instance.py +5 -0
  2729. pulumi_oci/vnmonitoring/_inputs.py +270 -0
  2730. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +25 -4
  2731. pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +19 -4
  2732. pulumi_oci/vnmonitoring/outputs.py +5 -0
  2733. pulumi_oci/vnmonitoring/path_analysi.py +5 -0
  2734. pulumi_oci/vnmonitoring/path_analyzer_test.py +5 -0
  2735. pulumi_oci/vulnerabilityscanning/_inputs.py +216 -0
  2736. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +5 -0
  2737. pulumi_oci/vulnerabilityscanning/container_scan_target.py +5 -0
  2738. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +22 -4
  2739. pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +19 -4
  2740. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +23 -4
  2741. pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +19 -4
  2742. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +24 -4
  2743. pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +19 -4
  2744. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +24 -4
  2745. pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +19 -4
  2746. pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +19 -4
  2747. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +5 -0
  2748. pulumi_oci/vulnerabilityscanning/host_scan_target.py +5 -0
  2749. pulumi_oci/vulnerabilityscanning/outputs.py +5 -0
  2750. pulumi_oci/waa/_inputs.py +67 -0
  2751. pulumi_oci/waa/app_acceleration.py +5 -0
  2752. pulumi_oci/waa/app_acceleration_policy.py +5 -0
  2753. pulumi_oci/waa/get_app_acceleration.py +24 -4
  2754. pulumi_oci/waa/get_app_acceleration_policies.py +20 -4
  2755. pulumi_oci/waa/get_app_acceleration_policy.py +23 -4
  2756. pulumi_oci/waa/get_app_accelerations.py +22 -4
  2757. pulumi_oci/waa/outputs.py +5 -0
  2758. pulumi_oci/waas/_inputs.py +1251 -34
  2759. pulumi_oci/waas/address_list.py +5 -0
  2760. pulumi_oci/waas/certificate.py +5 -0
  2761. pulumi_oci/waas/custom_protection_rule.py +5 -0
  2762. pulumi_oci/waas/get_address_list.py +20 -4
  2763. pulumi_oci/waas/get_address_lists.py +25 -4
  2764. pulumi_oci/waas/get_certificate.py +31 -4
  2765. pulumi_oci/waas/get_certificates.py +25 -4
  2766. pulumi_oci/waas/get_custom_protection_rule.py +21 -4
  2767. pulumi_oci/waas/get_custom_protection_rules.py +25 -4
  2768. pulumi_oci/waas/get_edge_subnets.py +13 -4
  2769. pulumi_oci/waas/get_http_redirect.py +21 -4
  2770. pulumi_oci/waas/get_http_redirects.py +25 -4
  2771. pulumi_oci/waas/get_protection_rule.py +21 -4
  2772. pulumi_oci/waas/get_protection_rules.py +19 -4
  2773. pulumi_oci/waas/get_waas_policies.py +25 -4
  2774. pulumi_oci/waas/get_waas_policy.py +25 -4
  2775. pulumi_oci/waas/http_redirect.py +5 -0
  2776. pulumi_oci/waas/outputs.py +5 -0
  2777. pulumi_oci/waas/policy.py +5 -0
  2778. pulumi_oci/waas/protection_rule.py +5 -0
  2779. pulumi_oci/waas/purge_cache.py +5 -0
  2780. pulumi_oci/waf/_inputs.py +590 -0
  2781. pulumi_oci/waf/app_firewall.py +5 -0
  2782. pulumi_oci/waf/app_firewall_policy.py +5 -0
  2783. pulumi_oci/waf/get_firewalls.py +22 -4
  2784. pulumi_oci/waf/get_network_address_list.py +24 -4
  2785. pulumi_oci/waf/get_network_address_lists.py +20 -4
  2786. pulumi_oci/waf/get_protection_capabilities.py +25 -4
  2787. pulumi_oci/waf/get_protection_capability_group_tags.py +19 -4
  2788. pulumi_oci/waf/get_web_app_firewall.py +24 -4
  2789. pulumi_oci/waf/get_web_app_firewall_policies.py +20 -4
  2790. pulumi_oci/waf/get_web_app_firewall_policy.py +27 -4
  2791. pulumi_oci/waf/network_address_list.py +5 -0
  2792. pulumi_oci/waf/outputs.py +5 -0
  2793. pulumi_oci/zpr/__init__.py +14 -0
  2794. pulumi_oci/zpr/_inputs.py +79 -0
  2795. pulumi_oci/zpr/configuration.py +516 -0
  2796. pulumi_oci/zpr/get_configuration.py +230 -0
  2797. pulumi_oci/zpr/get_zpr_policies.py +191 -0
  2798. pulumi_oci/zpr/get_zpr_policy.py +264 -0
  2799. pulumi_oci/zpr/outputs.py +203 -0
  2800. pulumi_oci/zpr/zpr_policy.py +614 -0
  2801. {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/METADATA +3 -2
  2802. pulumi_oci-2.12.0.dist-info/RECORD +2920 -0
  2803. pulumi_oci-2.11.0a1726768847.dist-info/RECORD +0 -2845
  2804. {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/WHEEL +0 -0
  2805. {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/top_level.txt +0 -0
@@ -4,159 +4,344 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from .. import _utilities
11
16
 
12
17
  __all__ = [
13
18
  'WorkspaceApplicationDependentObjectMetadataArgs',
19
+ 'WorkspaceApplicationDependentObjectMetadataArgsDict',
14
20
  'WorkspaceApplicationMetadataArgs',
21
+ 'WorkspaceApplicationMetadataArgsDict',
15
22
  'WorkspaceApplicationMetadataAggregatorArgs',
23
+ 'WorkspaceApplicationMetadataAggregatorArgsDict',
16
24
  'WorkspaceApplicationMetadataCountStatisticArgs',
25
+ 'WorkspaceApplicationMetadataCountStatisticArgsDict',
17
26
  'WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs',
27
+ 'WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgsDict',
18
28
  'WorkspaceApplicationParentRefArgs',
29
+ 'WorkspaceApplicationParentRefArgsDict',
19
30
  'WorkspaceApplicationPatchDependentObjectMetadataArgs',
31
+ 'WorkspaceApplicationPatchDependentObjectMetadataArgsDict',
20
32
  'WorkspaceApplicationPatchMetadataArgs',
33
+ 'WorkspaceApplicationPatchMetadataArgsDict',
21
34
  'WorkspaceApplicationPatchMetadataAggregatorArgs',
35
+ 'WorkspaceApplicationPatchMetadataAggregatorArgsDict',
22
36
  'WorkspaceApplicationPatchMetadataCountStatisticArgs',
37
+ 'WorkspaceApplicationPatchMetadataCountStatisticArgsDict',
23
38
  'WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs',
39
+ 'WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgsDict',
24
40
  'WorkspaceApplicationPatchParentRefArgs',
41
+ 'WorkspaceApplicationPatchParentRefArgsDict',
25
42
  'WorkspaceApplicationPatchPatchObjectMetadataArgs',
43
+ 'WorkspaceApplicationPatchPatchObjectMetadataArgsDict',
26
44
  'WorkspaceApplicationPatchRegistryMetadataArgs',
45
+ 'WorkspaceApplicationPatchRegistryMetadataArgsDict',
27
46
  'WorkspaceApplicationPublishedObjectMetadataArgs',
47
+ 'WorkspaceApplicationPublishedObjectMetadataArgsDict',
28
48
  'WorkspaceApplicationRegistryMetadataArgs',
49
+ 'WorkspaceApplicationRegistryMetadataArgsDict',
29
50
  'WorkspaceApplicationScheduleFrequencyDetailsArgs',
51
+ 'WorkspaceApplicationScheduleFrequencyDetailsArgsDict',
30
52
  'WorkspaceApplicationScheduleFrequencyDetailsTimeArgs',
53
+ 'WorkspaceApplicationScheduleFrequencyDetailsTimeArgsDict',
31
54
  'WorkspaceApplicationScheduleMetadataArgs',
55
+ 'WorkspaceApplicationScheduleMetadataArgsDict',
32
56
  'WorkspaceApplicationScheduleMetadataAggregatorArgs',
57
+ 'WorkspaceApplicationScheduleMetadataAggregatorArgsDict',
33
58
  'WorkspaceApplicationScheduleMetadataCountStatisticArgs',
59
+ 'WorkspaceApplicationScheduleMetadataCountStatisticArgsDict',
34
60
  'WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgs',
61
+ 'WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgsDict',
35
62
  'WorkspaceApplicationScheduleParentRefArgs',
63
+ 'WorkspaceApplicationScheduleParentRefArgsDict',
36
64
  'WorkspaceApplicationScheduleRegistryMetadataArgs',
65
+ 'WorkspaceApplicationScheduleRegistryMetadataArgsDict',
37
66
  'WorkspaceApplicationSourceApplicationInfoArgs',
67
+ 'WorkspaceApplicationSourceApplicationInfoArgsDict',
38
68
  'WorkspaceApplicationTaskScheduleLastRunDetailArgs',
69
+ 'WorkspaceApplicationTaskScheduleLastRunDetailArgsDict',
39
70
  'WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs',
71
+ 'WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgsDict',
40
72
  'WorkspaceApplicationTaskScheduleMetadataArgs',
73
+ 'WorkspaceApplicationTaskScheduleMetadataArgsDict',
41
74
  'WorkspaceApplicationTaskScheduleMetadataAggregatorArgs',
75
+ 'WorkspaceApplicationTaskScheduleMetadataAggregatorArgsDict',
42
76
  'WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs',
77
+ 'WorkspaceApplicationTaskScheduleMetadataCountStatisticArgsDict',
43
78
  'WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs',
79
+ 'WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgsDict',
44
80
  'WorkspaceApplicationTaskScheduleParentRefArgs',
81
+ 'WorkspaceApplicationTaskScheduleParentRefArgsDict',
45
82
  'WorkspaceApplicationTaskScheduleRegistryMetadataArgs',
83
+ 'WorkspaceApplicationTaskScheduleRegistryMetadataArgsDict',
46
84
  'WorkspaceApplicationTaskScheduleScheduleRefArgs',
85
+ 'WorkspaceApplicationTaskScheduleScheduleRefArgsDict',
47
86
  'WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs',
87
+ 'WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgsDict',
48
88
  'WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs',
89
+ 'WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgsDict',
49
90
  'WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs',
91
+ 'WorkspaceApplicationTaskScheduleScheduleRefMetadataArgsDict',
50
92
  'WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs',
93
+ 'WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgsDict',
51
94
  'WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs',
95
+ 'WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgsDict',
52
96
  'WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs',
97
+ 'WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgsDict',
53
98
  'WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs',
99
+ 'WorkspaceApplicationTaskScheduleScheduleRefParentRefArgsDict',
54
100
  'WorkspaceExportRequestExportedItemArgs',
101
+ 'WorkspaceExportRequestExportedItemArgsDict',
55
102
  'WorkspaceFolderMetadataArgs',
103
+ 'WorkspaceFolderMetadataArgsDict',
56
104
  'WorkspaceFolderMetadataAggregatorArgs',
105
+ 'WorkspaceFolderMetadataAggregatorArgsDict',
57
106
  'WorkspaceFolderMetadataCountStatisticArgs',
107
+ 'WorkspaceFolderMetadataCountStatisticArgsDict',
58
108
  'WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs',
109
+ 'WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgsDict',
59
110
  'WorkspaceFolderParentRefArgs',
111
+ 'WorkspaceFolderParentRefArgsDict',
60
112
  'WorkspaceFolderRegistryMetadataArgs',
113
+ 'WorkspaceFolderRegistryMetadataArgsDict',
61
114
  'WorkspaceImportRequestImportConflictResolutionArgs',
115
+ 'WorkspaceImportRequestImportConflictResolutionArgsDict',
62
116
  'WorkspaceImportRequestImportedObjectArgs',
117
+ 'WorkspaceImportRequestImportedObjectArgsDict',
63
118
  'WorkspaceProjectMetadataArgs',
119
+ 'WorkspaceProjectMetadataArgsDict',
64
120
  'WorkspaceProjectMetadataAggregatorArgs',
121
+ 'WorkspaceProjectMetadataAggregatorArgsDict',
65
122
  'WorkspaceProjectMetadataCountStatisticArgs',
123
+ 'WorkspaceProjectMetadataCountStatisticArgsDict',
66
124
  'WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs',
125
+ 'WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgsDict',
67
126
  'WorkspaceProjectParentRefArgs',
127
+ 'WorkspaceProjectParentRefArgsDict',
68
128
  'WorkspaceProjectRegistryMetadataArgs',
129
+ 'WorkspaceProjectRegistryMetadataArgsDict',
69
130
  'WorkspaceTaskAuthConfigArgs',
131
+ 'WorkspaceTaskAuthConfigArgsDict',
70
132
  'WorkspaceTaskAuthConfigParentRefArgs',
133
+ 'WorkspaceTaskAuthConfigParentRefArgsDict',
71
134
  'WorkspaceTaskCancelRestCallConfigArgs',
135
+ 'WorkspaceTaskCancelRestCallConfigArgsDict',
72
136
  'WorkspaceTaskCancelRestCallConfigConfigValuesArgs',
137
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesArgsDict',
73
138
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs',
139
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgsDict',
74
140
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
141
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict',
75
142
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
143
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict',
76
144
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
145
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict',
77
146
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
147
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict',
78
148
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
149
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict',
79
150
  'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
151
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict',
80
152
  'WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs',
153
+ 'WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgsDict',
81
154
  'WorkspaceTaskConfigProviderDelegateArgs',
155
+ 'WorkspaceTaskConfigProviderDelegateArgsDict',
82
156
  'WorkspaceTaskConfigProviderDelegateBindingArgs',
157
+ 'WorkspaceTaskConfigProviderDelegateBindingArgsDict',
83
158
  'WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs',
159
+ 'WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgsDict',
84
160
  'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs',
161
+ 'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgsDict',
85
162
  'WorkspaceTaskExecuteRestCallConfigArgs',
163
+ 'WorkspaceTaskExecuteRestCallConfigArgsDict',
86
164
  'WorkspaceTaskExecuteRestCallConfigConfigValuesArgs',
165
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesArgsDict',
87
166
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs',
167
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgsDict',
88
168
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
169
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict',
89
170
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
171
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict',
90
172
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
173
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict',
91
174
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
175
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict',
92
176
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
177
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict',
93
178
  'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
179
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict',
94
180
  'WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs',
181
+ 'WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgsDict',
95
182
  'WorkspaceTaskInputPortArgs',
183
+ 'WorkspaceTaskInputPortArgsDict',
96
184
  'WorkspaceTaskInputPortConfigValuesArgs',
185
+ 'WorkspaceTaskInputPortConfigValuesArgsDict',
97
186
  'WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs',
187
+ 'WorkspaceTaskInputPortConfigValuesConfigParamValuesArgsDict',
98
188
  'WorkspaceTaskInputPortConfigValuesParentRefArgs',
189
+ 'WorkspaceTaskInputPortConfigValuesParentRefArgsDict',
99
190
  'WorkspaceTaskInputPortParentRefArgs',
191
+ 'WorkspaceTaskInputPortParentRefArgsDict',
100
192
  'WorkspaceTaskMetadataArgs',
193
+ 'WorkspaceTaskMetadataArgsDict',
101
194
  'WorkspaceTaskMetadataAggregatorArgs',
195
+ 'WorkspaceTaskMetadataAggregatorArgsDict',
102
196
  'WorkspaceTaskMetadataCountStatisticArgs',
197
+ 'WorkspaceTaskMetadataCountStatisticArgsDict',
103
198
  'WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs',
199
+ 'WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgsDict',
104
200
  'WorkspaceTaskOpConfigValuesArgs',
201
+ 'WorkspaceTaskOpConfigValuesArgsDict',
105
202
  'WorkspaceTaskOpConfigValuesConfigParamValuesArgs',
203
+ 'WorkspaceTaskOpConfigValuesConfigParamValuesArgsDict',
106
204
  'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs',
205
+ 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgsDict',
107
206
  'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs',
207
+ 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict',
108
208
  'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs',
209
+ 'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict',
109
210
  'WorkspaceTaskOpConfigValuesParentRefArgs',
211
+ 'WorkspaceTaskOpConfigValuesParentRefArgsDict',
110
212
  'WorkspaceTaskOutputPortArgs',
213
+ 'WorkspaceTaskOutputPortArgsDict',
111
214
  'WorkspaceTaskOutputPortConfigValuesArgs',
215
+ 'WorkspaceTaskOutputPortConfigValuesArgsDict',
112
216
  'WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs',
217
+ 'WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgsDict',
113
218
  'WorkspaceTaskOutputPortConfigValuesParentRefArgs',
219
+ 'WorkspaceTaskOutputPortConfigValuesParentRefArgsDict',
114
220
  'WorkspaceTaskOutputPortParentRefArgs',
221
+ 'WorkspaceTaskOutputPortParentRefArgsDict',
115
222
  'WorkspaceTaskParameterArgs',
223
+ 'WorkspaceTaskParameterArgsDict',
116
224
  'WorkspaceTaskParameterConfigValuesArgs',
225
+ 'WorkspaceTaskParameterConfigValuesArgsDict',
117
226
  'WorkspaceTaskParameterConfigValuesConfigParamValuesArgs',
227
+ 'WorkspaceTaskParameterConfigValuesConfigParamValuesArgsDict',
118
228
  'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs',
229
+ 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgsDict',
119
230
  'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs',
231
+ 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict',
120
232
  'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs',
233
+ 'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict',
121
234
  'WorkspaceTaskParameterConfigValuesParentRefArgs',
235
+ 'WorkspaceTaskParameterConfigValuesParentRefArgsDict',
122
236
  'WorkspaceTaskParameterParentRefArgs',
237
+ 'WorkspaceTaskParameterParentRefArgsDict',
123
238
  'WorkspaceTaskParentRefArgs',
239
+ 'WorkspaceTaskParentRefArgsDict',
124
240
  'WorkspaceTaskPollRestCallConfigArgs',
241
+ 'WorkspaceTaskPollRestCallConfigArgsDict',
125
242
  'WorkspaceTaskPollRestCallConfigConfigValuesArgs',
243
+ 'WorkspaceTaskPollRestCallConfigConfigValuesArgsDict',
126
244
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs',
245
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgsDict',
127
246
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs',
247
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgsDict',
128
248
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs',
249
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgsDict',
129
250
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs',
251
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgsDict',
130
252
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs',
253
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgsDict',
131
254
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs',
255
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgsDict',
132
256
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs',
257
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgsDict',
133
258
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
259
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict',
134
260
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
261
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict',
135
262
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
263
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict',
136
264
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
265
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict',
137
266
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
267
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict',
138
268
  'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
269
+ 'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict',
139
270
  'WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs',
271
+ 'WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgsDict',
140
272
  'WorkspaceTaskRegistryMetadataArgs',
273
+ 'WorkspaceTaskRegistryMetadataArgsDict',
141
274
  'WorkspaceTaskTypedExpressionArgs',
275
+ 'WorkspaceTaskTypedExpressionArgsDict',
142
276
  'WorkspaceTaskTypedExpressionConfigValuesArgs',
277
+ 'WorkspaceTaskTypedExpressionConfigValuesArgsDict',
143
278
  'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs',
279
+ 'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgsDict',
144
280
  'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs',
281
+ 'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgsDict',
145
282
  'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs',
283
+ 'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgsDict',
146
284
  'WorkspaceTaskTypedExpressionConfigValuesParentRefArgs',
285
+ 'WorkspaceTaskTypedExpressionConfigValuesParentRefArgsDict',
147
286
  'WorkspaceTaskTypedExpressionParentRefArgs',
287
+ 'WorkspaceTaskTypedExpressionParentRefArgsDict',
148
288
  'GetWorkspaceApplicationPatchesFilterArgs',
289
+ 'GetWorkspaceApplicationPatchesFilterArgsDict',
149
290
  'GetWorkspaceApplicationSchedulesFilterArgs',
291
+ 'GetWorkspaceApplicationSchedulesFilterArgsDict',
150
292
  'GetWorkspaceApplicationTaskSchedulesFilterArgs',
293
+ 'GetWorkspaceApplicationTaskSchedulesFilterArgsDict',
151
294
  'GetWorkspaceApplicationsFilterArgs',
295
+ 'GetWorkspaceApplicationsFilterArgsDict',
152
296
  'GetWorkspaceExportRequestsFilterArgs',
297
+ 'GetWorkspaceExportRequestsFilterArgsDict',
153
298
  'GetWorkspaceFoldersFilterArgs',
299
+ 'GetWorkspaceFoldersFilterArgsDict',
154
300
  'GetWorkspaceImportRequestsFilterArgs',
301
+ 'GetWorkspaceImportRequestsFilterArgsDict',
155
302
  'GetWorkspaceProjectsFilterArgs',
303
+ 'GetWorkspaceProjectsFilterArgsDict',
156
304
  'GetWorkspaceTasksFilterArgs',
305
+ 'GetWorkspaceTasksFilterArgsDict',
157
306
  'GetWorkspacesFilterArgs',
307
+ 'GetWorkspacesFilterArgsDict',
158
308
  ]
159
309
 
310
+ MYPY = False
311
+
312
+ if not MYPY:
313
+ class WorkspaceApplicationDependentObjectMetadataArgsDict(TypedDict):
314
+ action: NotRequired[pulumi.Input[str]]
315
+ """
316
+ The patch action indicating if object was created, updated, or deleted.
317
+ """
318
+ identifier: NotRequired[pulumi.Input[str]]
319
+ """
320
+ (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.
321
+ """
322
+ key: NotRequired[pulumi.Input[str]]
323
+ """
324
+ (Updatable) Currently not used on application creation. Reserved for future.
325
+ """
326
+ name: NotRequired[pulumi.Input[str]]
327
+ """
328
+ (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.
329
+ """
330
+ name_path: NotRequired[pulumi.Input[str]]
331
+ """
332
+ The fully qualified path of the published object, which would include its project and folder.
333
+ """
334
+ object_version: NotRequired[pulumi.Input[int]]
335
+ """
336
+ The object version.
337
+ """
338
+ type: NotRequired[pulumi.Input[str]]
339
+ """
340
+ The type of the object in patch.
341
+ """
342
+ elif False:
343
+ WorkspaceApplicationDependentObjectMetadataArgsDict: TypeAlias = Mapping[str, Any]
344
+
160
345
  @pulumi.input_type
161
346
  class WorkspaceApplicationDependentObjectMetadataArgs:
162
347
  def __init__(__self__, *,
@@ -276,6 +461,67 @@ class WorkspaceApplicationDependentObjectMetadataArgs:
276
461
  pulumi.set(self, "type", value)
277
462
 
278
463
 
464
+ if not MYPY:
465
+ class WorkspaceApplicationMetadataArgsDict(TypedDict):
466
+ aggregator_key: NotRequired[pulumi.Input[str]]
467
+ """
468
+ The owning object key for this object.
469
+ """
470
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationMetadataAggregatorArgsDict']]]]
471
+ """
472
+ A summary type containing information about the object's aggregator including its type, key, name and description.
473
+ """
474
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationMetadataCountStatisticArgsDict']]]]
475
+ """
476
+ A count statistics.
477
+ """
478
+ created_by: NotRequired[pulumi.Input[str]]
479
+ """
480
+ The user that created the object.
481
+ """
482
+ created_by_name: NotRequired[pulumi.Input[str]]
483
+ """
484
+ The user that created the object.
485
+ """
486
+ identifier_path: NotRequired[pulumi.Input[str]]
487
+ """
488
+ The full path to identify this object.
489
+ """
490
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
491
+ """
492
+ Information property fields.
493
+ """
494
+ is_favorite: NotRequired[pulumi.Input[bool]]
495
+ """
496
+ Specifies whether this object is a favorite or not.
497
+ """
498
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
499
+ """
500
+ 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.
501
+ """
502
+ registry_version: NotRequired[pulumi.Input[int]]
503
+ """
504
+ The registry version of the object.
505
+ """
506
+ time_created: NotRequired[pulumi.Input[str]]
507
+ """
508
+ The date and time the application was created, in the timestamp format defined by RFC3339.
509
+ """
510
+ time_updated: NotRequired[pulumi.Input[str]]
511
+ """
512
+ The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
513
+ """
514
+ updated_by: NotRequired[pulumi.Input[str]]
515
+ """
516
+ The user that updated the object.
517
+ """
518
+ updated_by_name: NotRequired[pulumi.Input[str]]
519
+ """
520
+ The user that updated the object.
521
+ """
522
+ elif False:
523
+ WorkspaceApplicationMetadataArgsDict: TypeAlias = Mapping[str, Any]
524
+
279
525
  @pulumi.input_type
280
526
  class WorkspaceApplicationMetadataArgs:
281
527
  def __init__(__self__, *,
@@ -507,6 +753,31 @@ class WorkspaceApplicationMetadataArgs:
507
753
  pulumi.set(self, "updated_by_name", value)
508
754
 
509
755
 
756
+ if not MYPY:
757
+ class WorkspaceApplicationMetadataAggregatorArgsDict(TypedDict):
758
+ description: NotRequired[pulumi.Input[str]]
759
+ """
760
+ (Updatable) Detailed description for the object.
761
+ """
762
+ identifier: NotRequired[pulumi.Input[str]]
763
+ """
764
+ (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.
765
+ """
766
+ key: NotRequired[pulumi.Input[str]]
767
+ """
768
+ (Updatable) Currently not used on application creation. Reserved for future.
769
+ """
770
+ name: NotRequired[pulumi.Input[str]]
771
+ """
772
+ (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.
773
+ """
774
+ type: NotRequired[pulumi.Input[str]]
775
+ """
776
+ The type of the object in patch.
777
+ """
778
+ elif False:
779
+ WorkspaceApplicationMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
780
+
510
781
  @pulumi.input_type
511
782
  class WorkspaceApplicationMetadataAggregatorArgs:
512
783
  def __init__(__self__, *,
@@ -594,6 +865,15 @@ class WorkspaceApplicationMetadataAggregatorArgs:
594
865
  pulumi.set(self, "type", value)
595
866
 
596
867
 
868
+ if not MYPY:
869
+ class WorkspaceApplicationMetadataCountStatisticArgsDict(TypedDict):
870
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgsDict']]]]
871
+ """
872
+ The array of statistics.
873
+ """
874
+ elif False:
875
+ WorkspaceApplicationMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
876
+
597
877
  @pulumi.input_type
598
878
  class WorkspaceApplicationMetadataCountStatisticArgs:
599
879
  def __init__(__self__, *,
@@ -617,6 +897,19 @@ class WorkspaceApplicationMetadataCountStatisticArgs:
617
897
  pulumi.set(self, "object_type_count_lists", value)
618
898
 
619
899
 
900
+ if not MYPY:
901
+ class WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
902
+ object_count: NotRequired[pulumi.Input[str]]
903
+ """
904
+ The value for the count statistic object.
905
+ """
906
+ object_type: NotRequired[pulumi.Input[str]]
907
+ """
908
+ The type of object for the count statistic object.
909
+ """
910
+ elif False:
911
+ WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
912
+
620
913
  @pulumi.input_type
621
914
  class WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs:
622
915
  def __init__(__self__, *,
@@ -656,6 +949,19 @@ class WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs:
656
949
  pulumi.set(self, "object_type", value)
657
950
 
658
951
 
952
+ if not MYPY:
953
+ class WorkspaceApplicationParentRefArgsDict(TypedDict):
954
+ parent: NotRequired[pulumi.Input[str]]
955
+ """
956
+ Key of the parent object.
957
+ """
958
+ root_doc_id: NotRequired[pulumi.Input[str]]
959
+ """
960
+ Key of the root document object.
961
+ """
962
+ elif False:
963
+ WorkspaceApplicationParentRefArgsDict: TypeAlias = Mapping[str, Any]
964
+
659
965
  @pulumi.input_type
660
966
  class WorkspaceApplicationParentRefArgs:
661
967
  def __init__(__self__, *,
@@ -695,6 +1001,39 @@ class WorkspaceApplicationParentRefArgs:
695
1001
  pulumi.set(self, "root_doc_id", value)
696
1002
 
697
1003
 
1004
+ if not MYPY:
1005
+ class WorkspaceApplicationPatchDependentObjectMetadataArgsDict(TypedDict):
1006
+ action: NotRequired[pulumi.Input[str]]
1007
+ """
1008
+ The patch action indicating if object was created, updated, or deleted.
1009
+ """
1010
+ identifier: NotRequired[pulumi.Input[str]]
1011
+ """
1012
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1013
+ """
1014
+ key: NotRequired[pulumi.Input[str]]
1015
+ """
1016
+ The object's key.
1017
+ """
1018
+ name: NotRequired[pulumi.Input[str]]
1019
+ """
1020
+ 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.
1021
+ """
1022
+ name_path: NotRequired[pulumi.Input[str]]
1023
+ """
1024
+ The fully qualified path of the published object, which would include its project and folder.
1025
+ """
1026
+ object_version: NotRequired[pulumi.Input[int]]
1027
+ """
1028
+ The object version.
1029
+ """
1030
+ type: NotRequired[pulumi.Input[str]]
1031
+ """
1032
+ The type of the object in patch.
1033
+ """
1034
+ elif False:
1035
+ WorkspaceApplicationPatchDependentObjectMetadataArgsDict: TypeAlias = Mapping[str, Any]
1036
+
698
1037
  @pulumi.input_type
699
1038
  class WorkspaceApplicationPatchDependentObjectMetadataArgs:
700
1039
  def __init__(__self__, *,
@@ -814,6 +1153,67 @@ class WorkspaceApplicationPatchDependentObjectMetadataArgs:
814
1153
  pulumi.set(self, "type", value)
815
1154
 
816
1155
 
1156
+ if not MYPY:
1157
+ class WorkspaceApplicationPatchMetadataArgsDict(TypedDict):
1158
+ aggregator_key: NotRequired[pulumi.Input[str]]
1159
+ """
1160
+ The owning object key for this object.
1161
+ """
1162
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataAggregatorArgsDict']]]]
1163
+ """
1164
+ A summary type containing information about the object's aggregator including its type, key, name and description.
1165
+ """
1166
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticArgsDict']]]]
1167
+ """
1168
+ A count statistics.
1169
+ """
1170
+ created_by: NotRequired[pulumi.Input[str]]
1171
+ """
1172
+ The user that created the object.
1173
+ """
1174
+ created_by_name: NotRequired[pulumi.Input[str]]
1175
+ """
1176
+ The user that created the object.
1177
+ """
1178
+ identifier_path: NotRequired[pulumi.Input[str]]
1179
+ """
1180
+ The full path to identify this object.
1181
+ """
1182
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
1183
+ """
1184
+ Information property fields.
1185
+ """
1186
+ is_favorite: NotRequired[pulumi.Input[bool]]
1187
+ """
1188
+ Specifies whether this object is a favorite or not.
1189
+ """
1190
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1191
+ """
1192
+ 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.
1193
+ """
1194
+ registry_version: NotRequired[pulumi.Input[int]]
1195
+ """
1196
+ The registry version of the object.
1197
+ """
1198
+ time_created: NotRequired[pulumi.Input[str]]
1199
+ """
1200
+ The date and time that the object was created.
1201
+ """
1202
+ time_updated: NotRequired[pulumi.Input[str]]
1203
+ """
1204
+ The date and time that the object was updated.
1205
+ """
1206
+ updated_by: NotRequired[pulumi.Input[str]]
1207
+ """
1208
+ The user that updated the object.
1209
+ """
1210
+ updated_by_name: NotRequired[pulumi.Input[str]]
1211
+ """
1212
+ The user that updated the object.
1213
+ """
1214
+ elif False:
1215
+ WorkspaceApplicationPatchMetadataArgsDict: TypeAlias = Mapping[str, Any]
1216
+
817
1217
  @pulumi.input_type
818
1218
  class WorkspaceApplicationPatchMetadataArgs:
819
1219
  def __init__(__self__, *,
@@ -1045,6 +1445,31 @@ class WorkspaceApplicationPatchMetadataArgs:
1045
1445
  pulumi.set(self, "updated_by_name", value)
1046
1446
 
1047
1447
 
1448
+ if not MYPY:
1449
+ class WorkspaceApplicationPatchMetadataAggregatorArgsDict(TypedDict):
1450
+ description: NotRequired[pulumi.Input[str]]
1451
+ """
1452
+ Detailed description for the object.
1453
+ """
1454
+ identifier: NotRequired[pulumi.Input[str]]
1455
+ """
1456
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1457
+ """
1458
+ key: NotRequired[pulumi.Input[str]]
1459
+ """
1460
+ The object's key.
1461
+ """
1462
+ name: NotRequired[pulumi.Input[str]]
1463
+ """
1464
+ 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.
1465
+ """
1466
+ type: NotRequired[pulumi.Input[str]]
1467
+ """
1468
+ The type of the object in patch.
1469
+ """
1470
+ elif False:
1471
+ WorkspaceApplicationPatchMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
1472
+
1048
1473
  @pulumi.input_type
1049
1474
  class WorkspaceApplicationPatchMetadataAggregatorArgs:
1050
1475
  def __init__(__self__, *,
@@ -1132,6 +1557,15 @@ class WorkspaceApplicationPatchMetadataAggregatorArgs:
1132
1557
  pulumi.set(self, "type", value)
1133
1558
 
1134
1559
 
1560
+ if not MYPY:
1561
+ class WorkspaceApplicationPatchMetadataCountStatisticArgsDict(TypedDict):
1562
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgsDict']]]]
1563
+ """
1564
+ The array of statistics.
1565
+ """
1566
+ elif False:
1567
+ WorkspaceApplicationPatchMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
1568
+
1135
1569
  @pulumi.input_type
1136
1570
  class WorkspaceApplicationPatchMetadataCountStatisticArgs:
1137
1571
  def __init__(__self__, *,
@@ -1155,6 +1589,19 @@ class WorkspaceApplicationPatchMetadataCountStatisticArgs:
1155
1589
  pulumi.set(self, "object_type_count_lists", value)
1156
1590
 
1157
1591
 
1592
+ if not MYPY:
1593
+ class WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
1594
+ object_count: NotRequired[pulumi.Input[str]]
1595
+ """
1596
+ The value for the count statistic object.
1597
+ """
1598
+ object_type: NotRequired[pulumi.Input[str]]
1599
+ """
1600
+ The type of object for the count statistic object.
1601
+ """
1602
+ elif False:
1603
+ WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
1604
+
1158
1605
  @pulumi.input_type
1159
1606
  class WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs:
1160
1607
  def __init__(__self__, *,
@@ -1194,6 +1641,19 @@ class WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs:
1194
1641
  pulumi.set(self, "object_type", value)
1195
1642
 
1196
1643
 
1644
+ if not MYPY:
1645
+ class WorkspaceApplicationPatchParentRefArgsDict(TypedDict):
1646
+ parent: NotRequired[pulumi.Input[str]]
1647
+ """
1648
+ Key of the parent object.
1649
+ """
1650
+ root_doc_id: NotRequired[pulumi.Input[str]]
1651
+ """
1652
+ Key of the root document object.
1653
+ """
1654
+ elif False:
1655
+ WorkspaceApplicationPatchParentRefArgsDict: TypeAlias = Mapping[str, Any]
1656
+
1197
1657
  @pulumi.input_type
1198
1658
  class WorkspaceApplicationPatchParentRefArgs:
1199
1659
  def __init__(__self__, *,
@@ -1233,6 +1693,39 @@ class WorkspaceApplicationPatchParentRefArgs:
1233
1693
  pulumi.set(self, "root_doc_id", value)
1234
1694
 
1235
1695
 
1696
+ if not MYPY:
1697
+ class WorkspaceApplicationPatchPatchObjectMetadataArgsDict(TypedDict):
1698
+ action: NotRequired[pulumi.Input[str]]
1699
+ """
1700
+ The patch action indicating if object was created, updated, or deleted.
1701
+ """
1702
+ identifier: NotRequired[pulumi.Input[str]]
1703
+ """
1704
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
1705
+ """
1706
+ key: NotRequired[pulumi.Input[str]]
1707
+ """
1708
+ The object's key.
1709
+ """
1710
+ name: NotRequired[pulumi.Input[str]]
1711
+ """
1712
+ 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.
1713
+ """
1714
+ name_path: NotRequired[pulumi.Input[str]]
1715
+ """
1716
+ The fully qualified path of the published object, which would include its project and folder.
1717
+ """
1718
+ object_version: NotRequired[pulumi.Input[int]]
1719
+ """
1720
+ The object version.
1721
+ """
1722
+ type: NotRequired[pulumi.Input[str]]
1723
+ """
1724
+ The type of the object in patch.
1725
+ """
1726
+ elif False:
1727
+ WorkspaceApplicationPatchPatchObjectMetadataArgsDict: TypeAlias = Mapping[str, Any]
1728
+
1236
1729
  @pulumi.input_type
1237
1730
  class WorkspaceApplicationPatchPatchObjectMetadataArgs:
1238
1731
  def __init__(__self__, *,
@@ -1352,6 +1845,31 @@ class WorkspaceApplicationPatchPatchObjectMetadataArgs:
1352
1845
  pulumi.set(self, "type", value)
1353
1846
 
1354
1847
 
1848
+ if not MYPY:
1849
+ class WorkspaceApplicationPatchRegistryMetadataArgsDict(TypedDict):
1850
+ aggregator_key: NotRequired[pulumi.Input[str]]
1851
+ """
1852
+ The owning object's key for this object.
1853
+ """
1854
+ is_favorite: NotRequired[pulumi.Input[bool]]
1855
+ """
1856
+ Specifies whether this object is a favorite or not.
1857
+ """
1858
+ key: NotRequired[pulumi.Input[str]]
1859
+ """
1860
+ The identifying key for the object.
1861
+ """
1862
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1863
+ """
1864
+ 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.
1865
+ """
1866
+ registry_version: NotRequired[pulumi.Input[int]]
1867
+ """
1868
+ The registry version.
1869
+ """
1870
+ elif False:
1871
+ WorkspaceApplicationPatchRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
1872
+
1355
1873
  @pulumi.input_type
1356
1874
  class WorkspaceApplicationPatchRegistryMetadataArgs:
1357
1875
  def __init__(__self__, *,
@@ -1439,26 +1957,59 @@ class WorkspaceApplicationPatchRegistryMetadataArgs:
1439
1957
  pulumi.set(self, "registry_version", value)
1440
1958
 
1441
1959
 
1442
- @pulumi.input_type
1443
- class WorkspaceApplicationPublishedObjectMetadataArgs:
1444
- def __init__(__self__, *,
1445
- action: Optional[pulumi.Input[str]] = None,
1446
- identifier: Optional[pulumi.Input[str]] = None,
1447
- key: Optional[pulumi.Input[str]] = None,
1448
- name: Optional[pulumi.Input[str]] = None,
1449
- name_path: Optional[pulumi.Input[str]] = None,
1450
- object_version: Optional[pulumi.Input[int]] = None,
1451
- type: Optional[pulumi.Input[str]] = None):
1960
+ if not MYPY:
1961
+ class WorkspaceApplicationPublishedObjectMetadataArgsDict(TypedDict):
1962
+ action: NotRequired[pulumi.Input[str]]
1452
1963
  """
1453
- :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
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.
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
- :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
1458
- :param pulumi.Input[int] object_version: The object version.
1459
- :param pulumi.Input[str] type: The type of the object in patch.
1964
+ The patch action indicating if object was created, updated, or deleted.
1460
1965
  """
1461
- if action is not None:
1966
+ identifier: NotRequired[pulumi.Input[str]]
1967
+ """
1968
+ (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.
1969
+ """
1970
+ key: NotRequired[pulumi.Input[str]]
1971
+ """
1972
+ (Updatable) Currently not used on application creation. Reserved for future.
1973
+ """
1974
+ name: NotRequired[pulumi.Input[str]]
1975
+ """
1976
+ (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.
1977
+ """
1978
+ name_path: NotRequired[pulumi.Input[str]]
1979
+ """
1980
+ The fully qualified path of the published object, which would include its project and folder.
1981
+ """
1982
+ object_version: NotRequired[pulumi.Input[int]]
1983
+ """
1984
+ The object version.
1985
+ """
1986
+ type: NotRequired[pulumi.Input[str]]
1987
+ """
1988
+ The type of the object in patch.
1989
+ """
1990
+ elif False:
1991
+ WorkspaceApplicationPublishedObjectMetadataArgsDict: TypeAlias = Mapping[str, Any]
1992
+
1993
+ @pulumi.input_type
1994
+ class WorkspaceApplicationPublishedObjectMetadataArgs:
1995
+ def __init__(__self__, *,
1996
+ action: Optional[pulumi.Input[str]] = None,
1997
+ identifier: Optional[pulumi.Input[str]] = None,
1998
+ key: Optional[pulumi.Input[str]] = None,
1999
+ name: Optional[pulumi.Input[str]] = None,
2000
+ name_path: Optional[pulumi.Input[str]] = None,
2001
+ object_version: Optional[pulumi.Input[int]] = None,
2002
+ type: Optional[pulumi.Input[str]] = None):
2003
+ """
2004
+ :param pulumi.Input[str] action: The patch action indicating if object was created, updated, or deleted.
2005
+ :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.
2006
+ :param pulumi.Input[str] key: (Updatable) Currently not used on application creation. Reserved for future.
2007
+ :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.
2008
+ :param pulumi.Input[str] name_path: The fully qualified path of the published object, which would include its project and folder.
2009
+ :param pulumi.Input[int] object_version: The object version.
2010
+ :param pulumi.Input[str] type: The type of the object in patch.
2011
+ """
2012
+ if action is not None:
1462
2013
  pulumi.set(__self__, "action", action)
1463
2014
  if identifier is not None:
1464
2015
  pulumi.set(__self__, "identifier", identifier)
@@ -1558,6 +2109,31 @@ class WorkspaceApplicationPublishedObjectMetadataArgs:
1558
2109
  pulumi.set(self, "type", value)
1559
2110
 
1560
2111
 
2112
+ if not MYPY:
2113
+ class WorkspaceApplicationRegistryMetadataArgsDict(TypedDict):
2114
+ aggregator_key: NotRequired[pulumi.Input[str]]
2115
+ """
2116
+ The owning object's key for this object.
2117
+ """
2118
+ is_favorite: NotRequired[pulumi.Input[bool]]
2119
+ """
2120
+ Specifies whether this object is a favorite or not.
2121
+ """
2122
+ key: NotRequired[pulumi.Input[str]]
2123
+ """
2124
+ The identifying key for the object.
2125
+ """
2126
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2127
+ """
2128
+ 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.
2129
+ """
2130
+ registry_version: NotRequired[pulumi.Input[int]]
2131
+ """
2132
+ The registry version.
2133
+ """
2134
+ elif False:
2135
+ WorkspaceApplicationRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
2136
+
1561
2137
  @pulumi.input_type
1562
2138
  class WorkspaceApplicationRegistryMetadataArgs:
1563
2139
  def __init__(__self__, *,
@@ -1645,6 +2221,43 @@ class WorkspaceApplicationRegistryMetadataArgs:
1645
2221
  pulumi.set(self, "registry_version", value)
1646
2222
 
1647
2223
 
2224
+ if not MYPY:
2225
+ class WorkspaceApplicationScheduleFrequencyDetailsArgsDict(TypedDict):
2226
+ model_type: pulumi.Input[str]
2227
+ """
2228
+ (Updatable) The type of the model
2229
+ """
2230
+ custom_expression: NotRequired[pulumi.Input[str]]
2231
+ """
2232
+ (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.)
2233
+ """
2234
+ day_of_week: NotRequired[pulumi.Input[str]]
2235
+ """
2236
+ (Updatable) This holds the day of the week on which the schedule should be triggered.
2237
+ """
2238
+ days: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
2239
+ """
2240
+ (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
2241
+ """
2242
+ frequency: NotRequired[pulumi.Input[str]]
2243
+ """
2244
+ (Updatable) the frequency of the schedule.
2245
+ """
2246
+ interval: NotRequired[pulumi.Input[int]]
2247
+ """
2248
+ (Updatable) This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
2249
+ """
2250
+ time: NotRequired[pulumi.Input['WorkspaceApplicationScheduleFrequencyDetailsTimeArgsDict']]
2251
+ """
2252
+ (Updatable) A model to hold time in hour:minute:second format.
2253
+ """
2254
+ week_of_month: NotRequired[pulumi.Input[str]]
2255
+ """
2256
+ (Updatable) This holds the week of the month in which the schedule should be triggered.
2257
+ """
2258
+ elif False:
2259
+ WorkspaceApplicationScheduleFrequencyDetailsArgsDict: TypeAlias = Mapping[str, Any]
2260
+
1648
2261
  @pulumi.input_type
1649
2262
  class WorkspaceApplicationScheduleFrequencyDetailsArgs:
1650
2263
  def __init__(__self__, *,
@@ -1779,6 +2392,23 @@ class WorkspaceApplicationScheduleFrequencyDetailsArgs:
1779
2392
  pulumi.set(self, "week_of_month", value)
1780
2393
 
1781
2394
 
2395
+ if not MYPY:
2396
+ class WorkspaceApplicationScheduleFrequencyDetailsTimeArgsDict(TypedDict):
2397
+ hour: NotRequired[pulumi.Input[int]]
2398
+ """
2399
+ (Updatable) The hour value.
2400
+ """
2401
+ minute: NotRequired[pulumi.Input[int]]
2402
+ """
2403
+ (Updatable) The minute value.
2404
+ """
2405
+ second: NotRequired[pulumi.Input[int]]
2406
+ """
2407
+ (Updatable) The second value.
2408
+ """
2409
+ elif False:
2410
+ WorkspaceApplicationScheduleFrequencyDetailsTimeArgsDict: TypeAlias = Mapping[str, Any]
2411
+
1782
2412
  @pulumi.input_type
1783
2413
  class WorkspaceApplicationScheduleFrequencyDetailsTimeArgs:
1784
2414
  def __init__(__self__, *,
@@ -1834,6 +2464,67 @@ class WorkspaceApplicationScheduleFrequencyDetailsTimeArgs:
1834
2464
  pulumi.set(self, "second", value)
1835
2465
 
1836
2466
 
2467
+ if not MYPY:
2468
+ class WorkspaceApplicationScheduleMetadataArgsDict(TypedDict):
2469
+ aggregator_key: NotRequired[pulumi.Input[str]]
2470
+ """
2471
+ The owning object key for this object.
2472
+ """
2473
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationScheduleMetadataAggregatorArgsDict']]]]
2474
+ """
2475
+ A summary type containing information about the object's aggregator including its type, key, name and description.
2476
+ """
2477
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationScheduleMetadataCountStatisticArgsDict']]]]
2478
+ """
2479
+ A count statistics.
2480
+ """
2481
+ created_by: NotRequired[pulumi.Input[str]]
2482
+ """
2483
+ The user that created the object.
2484
+ """
2485
+ created_by_name: NotRequired[pulumi.Input[str]]
2486
+ """
2487
+ The user that created the object.
2488
+ """
2489
+ identifier_path: NotRequired[pulumi.Input[str]]
2490
+ """
2491
+ The full path to identify this object.
2492
+ """
2493
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
2494
+ """
2495
+ Information property fields.
2496
+ """
2497
+ is_favorite: NotRequired[pulumi.Input[bool]]
2498
+ """
2499
+ Specifies whether this object is a favorite or not.
2500
+ """
2501
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2502
+ """
2503
+ 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.
2504
+ """
2505
+ registry_version: NotRequired[pulumi.Input[int]]
2506
+ """
2507
+ The registry version of the object.
2508
+ """
2509
+ time_created: NotRequired[pulumi.Input[str]]
2510
+ """
2511
+ The date and time that the object was created.
2512
+ """
2513
+ time_updated: NotRequired[pulumi.Input[str]]
2514
+ """
2515
+ The date and time that the object was updated.
2516
+ """
2517
+ updated_by: NotRequired[pulumi.Input[str]]
2518
+ """
2519
+ The user that updated the object.
2520
+ """
2521
+ updated_by_name: NotRequired[pulumi.Input[str]]
2522
+ """
2523
+ The user that updated the object.
2524
+ """
2525
+ elif False:
2526
+ WorkspaceApplicationScheduleMetadataArgsDict: TypeAlias = Mapping[str, Any]
2527
+
1837
2528
  @pulumi.input_type
1838
2529
  class WorkspaceApplicationScheduleMetadataArgs:
1839
2530
  def __init__(__self__, *,
@@ -2065,6 +2756,31 @@ class WorkspaceApplicationScheduleMetadataArgs:
2065
2756
  pulumi.set(self, "updated_by_name", value)
2066
2757
 
2067
2758
 
2759
+ if not MYPY:
2760
+ class WorkspaceApplicationScheduleMetadataAggregatorArgsDict(TypedDict):
2761
+ description: NotRequired[pulumi.Input[str]]
2762
+ """
2763
+ (Updatable) Detailed description for the object.
2764
+ """
2765
+ identifier: NotRequired[pulumi.Input[str]]
2766
+ """
2767
+ (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.
2768
+ """
2769
+ key: NotRequired[pulumi.Input[str]]
2770
+ """
2771
+ (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.
2772
+ """
2773
+ name: NotRequired[pulumi.Input[str]]
2774
+ """
2775
+ (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.
2776
+ """
2777
+ type: NotRequired[pulumi.Input[str]]
2778
+ """
2779
+ The type of the aggregator.
2780
+ """
2781
+ elif False:
2782
+ WorkspaceApplicationScheduleMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
2783
+
2068
2784
  @pulumi.input_type
2069
2785
  class WorkspaceApplicationScheduleMetadataAggregatorArgs:
2070
2786
  def __init__(__self__, *,
@@ -2152,6 +2868,15 @@ class WorkspaceApplicationScheduleMetadataAggregatorArgs:
2152
2868
  pulumi.set(self, "type", value)
2153
2869
 
2154
2870
 
2871
+ if not MYPY:
2872
+ class WorkspaceApplicationScheduleMetadataCountStatisticArgsDict(TypedDict):
2873
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgsDict']]]]
2874
+ """
2875
+ The array of statistics.
2876
+ """
2877
+ elif False:
2878
+ WorkspaceApplicationScheduleMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
2879
+
2155
2880
  @pulumi.input_type
2156
2881
  class WorkspaceApplicationScheduleMetadataCountStatisticArgs:
2157
2882
  def __init__(__self__, *,
@@ -2175,6 +2900,19 @@ class WorkspaceApplicationScheduleMetadataCountStatisticArgs:
2175
2900
  pulumi.set(self, "object_type_count_lists", value)
2176
2901
 
2177
2902
 
2903
+ if not MYPY:
2904
+ class WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
2905
+ object_count: NotRequired[pulumi.Input[str]]
2906
+ """
2907
+ The value for the count statistic object.
2908
+ """
2909
+ object_type: NotRequired[pulumi.Input[str]]
2910
+ """
2911
+ The type of object for the count statistic object.
2912
+ """
2913
+ elif False:
2914
+ WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
2915
+
2178
2916
  @pulumi.input_type
2179
2917
  class WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgs:
2180
2918
  def __init__(__self__, *,
@@ -2214,6 +2952,19 @@ class WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgs:
2214
2952
  pulumi.set(self, "object_type", value)
2215
2953
 
2216
2954
 
2955
+ if not MYPY:
2956
+ class WorkspaceApplicationScheduleParentRefArgsDict(TypedDict):
2957
+ parent: NotRequired[pulumi.Input[str]]
2958
+ """
2959
+ Key of the parent object.
2960
+ """
2961
+ root_doc_id: NotRequired[pulumi.Input[str]]
2962
+ """
2963
+ Key of the root document object.
2964
+ """
2965
+ elif False:
2966
+ WorkspaceApplicationScheduleParentRefArgsDict: TypeAlias = Mapping[str, Any]
2967
+
2217
2968
  @pulumi.input_type
2218
2969
  class WorkspaceApplicationScheduleParentRefArgs:
2219
2970
  def __init__(__self__, *,
@@ -2253,6 +3004,31 @@ class WorkspaceApplicationScheduleParentRefArgs:
2253
3004
  pulumi.set(self, "root_doc_id", value)
2254
3005
 
2255
3006
 
3007
+ if not MYPY:
3008
+ class WorkspaceApplicationScheduleRegistryMetadataArgsDict(TypedDict):
3009
+ aggregator_key: NotRequired[pulumi.Input[str]]
3010
+ """
3011
+ (Updatable) The owning object's key for this object.
3012
+ """
3013
+ is_favorite: NotRequired[pulumi.Input[bool]]
3014
+ """
3015
+ (Updatable) Specifies whether this object is a favorite or not.
3016
+ """
3017
+ key: NotRequired[pulumi.Input[str]]
3018
+ """
3019
+ (Updatable) The identifying key for the object.
3020
+ """
3021
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3022
+ """
3023
+ (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.
3024
+ """
3025
+ registry_version: NotRequired[pulumi.Input[int]]
3026
+ """
3027
+ (Updatable) The registry version.
3028
+ """
3029
+ elif False:
3030
+ WorkspaceApplicationScheduleRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
3031
+
2256
3032
  @pulumi.input_type
2257
3033
  class WorkspaceApplicationScheduleRegistryMetadataArgs:
2258
3034
  def __init__(__self__, *,
@@ -2340,6 +3116,31 @@ class WorkspaceApplicationScheduleRegistryMetadataArgs:
2340
3116
  pulumi.set(self, "registry_version", value)
2341
3117
 
2342
3118
 
3119
+ if not MYPY:
3120
+ class WorkspaceApplicationSourceApplicationInfoArgsDict(TypedDict):
3121
+ application_key: NotRequired[pulumi.Input[str]]
3122
+ """
3123
+ The source application key to use when creating the application.
3124
+ """
3125
+ application_version: NotRequired[pulumi.Input[str]]
3126
+ """
3127
+ The source application version of the application.
3128
+ """
3129
+ copy_type: NotRequired[pulumi.Input[str]]
3130
+ """
3131
+ 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.
3132
+ """
3133
+ last_patch_key: NotRequired[pulumi.Input[str]]
3134
+ """
3135
+ The last patch key for the application.
3136
+ """
3137
+ workspace_id: NotRequired[pulumi.Input[str]]
3138
+ """
3139
+ 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.
3140
+ """
3141
+ elif False:
3142
+ WorkspaceApplicationSourceApplicationInfoArgsDict: TypeAlias = Mapping[str, Any]
3143
+
2343
3144
  @pulumi.input_type
2344
3145
  class WorkspaceApplicationSourceApplicationInfoArgs:
2345
3146
  def __init__(__self__, *,
@@ -2427,6 +3228,51 @@ class WorkspaceApplicationSourceApplicationInfoArgs:
2427
3228
  pulumi.set(self, "workspace_id", value)
2428
3229
 
2429
3230
 
3231
+ if not MYPY:
3232
+ class WorkspaceApplicationTaskScheduleLastRunDetailArgsDict(TypedDict):
3233
+ description: NotRequired[pulumi.Input[str]]
3234
+ """
3235
+ (Updatable) Detailed description for the object.
3236
+ """
3237
+ identifier: NotRequired[pulumi.Input[str]]
3238
+ """
3239
+ (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.
3240
+ """
3241
+ key: NotRequired[pulumi.Input[str]]
3242
+ """
3243
+ (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.
3244
+ """
3245
+ last_run_time_millis: NotRequired[pulumi.Input[str]]
3246
+ """
3247
+ Time in milliseconds for the pervious schedule.
3248
+ """
3249
+ model_type: NotRequired[pulumi.Input[str]]
3250
+ """
3251
+ The type of the object.
3252
+ """
3253
+ model_version: NotRequired[pulumi.Input[str]]
3254
+ """
3255
+ (Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
3256
+ """
3257
+ name: NotRequired[pulumi.Input[str]]
3258
+ """
3259
+ (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.
3260
+ """
3261
+ object_status: NotRequired[pulumi.Input[int]]
3262
+ """
3263
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
3264
+ """
3265
+ object_version: NotRequired[pulumi.Input[int]]
3266
+ """
3267
+ (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
3268
+ """
3269
+ parent_reves: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgsDict']]]]
3270
+ """
3271
+ (Updatable) A reference to the object's parent.
3272
+ """
3273
+ elif False:
3274
+ WorkspaceApplicationTaskScheduleLastRunDetailArgsDict: TypeAlias = Mapping[str, Any]
3275
+
2430
3276
  @pulumi.input_type
2431
3277
  class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2432
3278
  def __init__(__self__, *,
@@ -2594,6 +3440,19 @@ class WorkspaceApplicationTaskScheduleLastRunDetailArgs:
2594
3440
  pulumi.set(self, "parent_reves", value)
2595
3441
 
2596
3442
 
3443
+ if not MYPY:
3444
+ class WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgsDict(TypedDict):
3445
+ parent: NotRequired[pulumi.Input[str]]
3446
+ """
3447
+ (Updatable) Key of the parent object.
3448
+ """
3449
+ root_doc_id: NotRequired[pulumi.Input[str]]
3450
+ """
3451
+ (Updatable) Key of the root document object.
3452
+ """
3453
+ elif False:
3454
+ WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgsDict: TypeAlias = Mapping[str, Any]
3455
+
2597
3456
  @pulumi.input_type
2598
3457
  class WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs:
2599
3458
  def __init__(__self__, *,
@@ -2633,26 +3492,87 @@ class WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs:
2633
3492
  pulumi.set(self, "root_doc_id", value)
2634
3493
 
2635
3494
 
2636
- @pulumi.input_type
2637
- class WorkspaceApplicationTaskScheduleMetadataArgs:
2638
- def __init__(__self__, *,
2639
- aggregator_key: Optional[pulumi.Input[str]] = None,
2640
- aggregators: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs']]]] = None,
2641
- count_statistics: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]]] = None,
2642
- created_by: Optional[pulumi.Input[str]] = None,
2643
- created_by_name: Optional[pulumi.Input[str]] = None,
2644
- identifier_path: Optional[pulumi.Input[str]] = None,
2645
- info_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2646
- is_favorite: Optional[pulumi.Input[bool]] = None,
2647
- labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2648
- registry_version: Optional[pulumi.Input[int]] = None,
2649
- time_created: Optional[pulumi.Input[str]] = None,
2650
- time_updated: Optional[pulumi.Input[str]] = None,
2651
- updated_by: Optional[pulumi.Input[str]] = None,
2652
- updated_by_name: Optional[pulumi.Input[str]] = None):
3495
+ if not MYPY:
3496
+ class WorkspaceApplicationTaskScheduleMetadataArgsDict(TypedDict):
3497
+ aggregator_key: NotRequired[pulumi.Input[str]]
2653
3498
  """
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.
3499
+ The owning object key for this object.
3500
+ """
3501
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgsDict']]]]
3502
+ """
3503
+ A summary type containing information about the object's aggregator including its type, key, name and description.
3504
+ """
3505
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgsDict']]]]
3506
+ """
3507
+ A count statistics.
3508
+ """
3509
+ created_by: NotRequired[pulumi.Input[str]]
3510
+ """
3511
+ The user that created the object.
3512
+ """
3513
+ created_by_name: NotRequired[pulumi.Input[str]]
3514
+ """
3515
+ The user that created the object.
3516
+ """
3517
+ identifier_path: NotRequired[pulumi.Input[str]]
3518
+ """
3519
+ The full path to identify this object.
3520
+ """
3521
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
3522
+ """
3523
+ Information property fields.
3524
+ """
3525
+ is_favorite: NotRequired[pulumi.Input[bool]]
3526
+ """
3527
+ Specifies whether this object is a favorite or not.
3528
+ """
3529
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3530
+ """
3531
+ 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.
3532
+ """
3533
+ registry_version: NotRequired[pulumi.Input[int]]
3534
+ """
3535
+ The registry version of the object.
3536
+ """
3537
+ time_created: NotRequired[pulumi.Input[str]]
3538
+ """
3539
+ The date and time that the object was created.
3540
+ """
3541
+ time_updated: NotRequired[pulumi.Input[str]]
3542
+ """
3543
+ The date and time that the object was updated.
3544
+ """
3545
+ updated_by: NotRequired[pulumi.Input[str]]
3546
+ """
3547
+ The user that updated the object.
3548
+ """
3549
+ updated_by_name: NotRequired[pulumi.Input[str]]
3550
+ """
3551
+ The user that updated the object.
3552
+ """
3553
+ elif False:
3554
+ WorkspaceApplicationTaskScheduleMetadataArgsDict: TypeAlias = Mapping[str, Any]
3555
+
3556
+ @pulumi.input_type
3557
+ class WorkspaceApplicationTaskScheduleMetadataArgs:
3558
+ def __init__(__self__, *,
3559
+ aggregator_key: Optional[pulumi.Input[str]] = None,
3560
+ aggregators: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataAggregatorArgs']]]] = None,
3561
+ count_statistics: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]]] = None,
3562
+ created_by: Optional[pulumi.Input[str]] = None,
3563
+ created_by_name: Optional[pulumi.Input[str]] = None,
3564
+ identifier_path: Optional[pulumi.Input[str]] = None,
3565
+ info_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
3566
+ is_favorite: Optional[pulumi.Input[bool]] = None,
3567
+ labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3568
+ registry_version: Optional[pulumi.Input[int]] = None,
3569
+ time_created: Optional[pulumi.Input[str]] = None,
3570
+ time_updated: Optional[pulumi.Input[str]] = None,
3571
+ updated_by: Optional[pulumi.Input[str]] = None,
3572
+ updated_by_name: Optional[pulumi.Input[str]] = None):
3573
+ """
3574
+ :param pulumi.Input[str] aggregator_key: The owning object key for this object.
3575
+ :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
3576
  :param pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs']]] count_statistics: A count statistics.
2657
3577
  :param pulumi.Input[str] created_by: The user that created the object.
2658
3578
  :param pulumi.Input[str] created_by_name: The user that created the object.
@@ -2864,6 +3784,31 @@ class WorkspaceApplicationTaskScheduleMetadataArgs:
2864
3784
  pulumi.set(self, "updated_by_name", value)
2865
3785
 
2866
3786
 
3787
+ if not MYPY:
3788
+ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgsDict(TypedDict):
3789
+ description: NotRequired[pulumi.Input[str]]
3790
+ """
3791
+ (Updatable) Detailed description for the object.
3792
+ """
3793
+ identifier: NotRequired[pulumi.Input[str]]
3794
+ """
3795
+ (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.
3796
+ """
3797
+ key: NotRequired[pulumi.Input[str]]
3798
+ """
3799
+ (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.
3800
+ """
3801
+ name: NotRequired[pulumi.Input[str]]
3802
+ """
3803
+ (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.
3804
+ """
3805
+ type: NotRequired[pulumi.Input[str]]
3806
+ """
3807
+ The type of the aggregator.
3808
+ """
3809
+ elif False:
3810
+ WorkspaceApplicationTaskScheduleMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
3811
+
2867
3812
  @pulumi.input_type
2868
3813
  class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2869
3814
  def __init__(__self__, *,
@@ -2951,6 +3896,15 @@ class WorkspaceApplicationTaskScheduleMetadataAggregatorArgs:
2951
3896
  pulumi.set(self, "type", value)
2952
3897
 
2953
3898
 
3899
+ if not MYPY:
3900
+ class WorkspaceApplicationTaskScheduleMetadataCountStatisticArgsDict(TypedDict):
3901
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgsDict']]]]
3902
+ """
3903
+ The array of statistics.
3904
+ """
3905
+ elif False:
3906
+ WorkspaceApplicationTaskScheduleMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
3907
+
2954
3908
  @pulumi.input_type
2955
3909
  class WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs:
2956
3910
  def __init__(__self__, *,
@@ -2974,6 +3928,19 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs:
2974
3928
  pulumi.set(self, "object_type_count_lists", value)
2975
3929
 
2976
3930
 
3931
+ if not MYPY:
3932
+ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
3933
+ object_count: NotRequired[pulumi.Input[str]]
3934
+ """
3935
+ The value for the count statistic object.
3936
+ """
3937
+ object_type: NotRequired[pulumi.Input[str]]
3938
+ """
3939
+ The type of object for the count statistic object.
3940
+ """
3941
+ elif False:
3942
+ WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
3943
+
2977
3944
  @pulumi.input_type
2978
3945
  class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs:
2979
3946
  def __init__(__self__, *,
@@ -3013,6 +3980,19 @@ class WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListA
3013
3980
  pulumi.set(self, "object_type", value)
3014
3981
 
3015
3982
 
3983
+ if not MYPY:
3984
+ class WorkspaceApplicationTaskScheduleParentRefArgsDict(TypedDict):
3985
+ parent: NotRequired[pulumi.Input[str]]
3986
+ """
3987
+ (Updatable) Key of the parent object.
3988
+ """
3989
+ root_doc_id: NotRequired[pulumi.Input[str]]
3990
+ """
3991
+ (Updatable) Key of the root document object.
3992
+ """
3993
+ elif False:
3994
+ WorkspaceApplicationTaskScheduleParentRefArgsDict: TypeAlias = Mapping[str, Any]
3995
+
3016
3996
  @pulumi.input_type
3017
3997
  class WorkspaceApplicationTaskScheduleParentRefArgs:
3018
3998
  def __init__(__self__, *,
@@ -3052,6 +4032,31 @@ class WorkspaceApplicationTaskScheduleParentRefArgs:
3052
4032
  pulumi.set(self, "root_doc_id", value)
3053
4033
 
3054
4034
 
4035
+ if not MYPY:
4036
+ class WorkspaceApplicationTaskScheduleRegistryMetadataArgsDict(TypedDict):
4037
+ aggregator_key: NotRequired[pulumi.Input[str]]
4038
+ """
4039
+ (Updatable) The owning object's key for this object.
4040
+ """
4041
+ is_favorite: NotRequired[pulumi.Input[bool]]
4042
+ """
4043
+ (Updatable) Specifies whether this object is a favorite or not.
4044
+ """
4045
+ key: NotRequired[pulumi.Input[str]]
4046
+ """
4047
+ (Updatable) The identifying key for the object.
4048
+ """
4049
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
4050
+ """
4051
+ (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.
4052
+ """
4053
+ registry_version: NotRequired[pulumi.Input[int]]
4054
+ """
4055
+ (Updatable) The registry version.
4056
+ """
4057
+ elif False:
4058
+ WorkspaceApplicationTaskScheduleRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
4059
+
3055
4060
  @pulumi.input_type
3056
4061
  class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3057
4062
  def __init__(__self__, *,
@@ -3139,6 +4144,63 @@ class WorkspaceApplicationTaskScheduleRegistryMetadataArgs:
3139
4144
  pulumi.set(self, "registry_version", value)
3140
4145
 
3141
4146
 
4147
+ if not MYPY:
4148
+ class WorkspaceApplicationTaskScheduleScheduleRefArgsDict(TypedDict):
4149
+ description: NotRequired[pulumi.Input[str]]
4150
+ """
4151
+ (Updatable) Detailed description for the object.
4152
+ """
4153
+ frequency_details: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgsDict']]
4154
+ """
4155
+ (Updatable) The model that holds the frequency details.
4156
+ """
4157
+ identifier: NotRequired[pulumi.Input[str]]
4158
+ """
4159
+ (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.
4160
+ """
4161
+ is_daylight_adjustment_enabled: NotRequired[pulumi.Input[bool]]
4162
+ """
4163
+ (Updatable) A flag to indicate daylight saving.
4164
+ """
4165
+ key: NotRequired[pulumi.Input[str]]
4166
+ """
4167
+ (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.
4168
+ """
4169
+ metadata: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefMetadataArgsDict']]
4170
+ """
4171
+ (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
4172
+ """
4173
+ model_type: NotRequired[pulumi.Input[str]]
4174
+ """
4175
+ (Updatable) The type of the object.
4176
+ """
4177
+ model_version: NotRequired[pulumi.Input[str]]
4178
+ """
4179
+ (Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
4180
+ """
4181
+ name: NotRequired[pulumi.Input[str]]
4182
+ """
4183
+ (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.
4184
+ """
4185
+ object_status: NotRequired[pulumi.Input[int]]
4186
+ """
4187
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
4188
+ """
4189
+ object_version: NotRequired[pulumi.Input[int]]
4190
+ """
4191
+ (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
4192
+ """
4193
+ parent_ref: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefParentRefArgsDict']]
4194
+ """
4195
+ (Updatable) A reference to the object's parent.
4196
+ """
4197
+ timezone: NotRequired[pulumi.Input[str]]
4198
+ """
4199
+ (Updatable) The timezone for the schedule.
4200
+ """
4201
+ elif False:
4202
+ WorkspaceApplicationTaskScheduleScheduleRefArgsDict: TypeAlias = Mapping[str, Any]
4203
+
3142
4204
  @pulumi.input_type
3143
4205
  class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3144
4206
  def __init__(__self__, *,
@@ -3354,6 +4416,43 @@ class WorkspaceApplicationTaskScheduleScheduleRefArgs:
3354
4416
  pulumi.set(self, "timezone", value)
3355
4417
 
3356
4418
 
4419
+ if not MYPY:
4420
+ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgsDict(TypedDict):
4421
+ model_type: pulumi.Input[str]
4422
+ """
4423
+ (Updatable) The type of the model
4424
+ """
4425
+ custom_expression: NotRequired[pulumi.Input[str]]
4426
+ """
4427
+ (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.)
4428
+ """
4429
+ day_of_week: NotRequired[pulumi.Input[str]]
4430
+ """
4431
+ (Updatable) This holds the day of the week on which the schedule should be triggered.
4432
+ """
4433
+ days: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
4434
+ """
4435
+ (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
4436
+ """
4437
+ frequency: NotRequired[pulumi.Input[str]]
4438
+ """
4439
+ (Updatable) the frequency of the schedule.
4440
+ """
4441
+ interval: NotRequired[pulumi.Input[int]]
4442
+ """
4443
+ (Updatable) This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
4444
+ """
4445
+ time: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgsDict']]
4446
+ """
4447
+ (Updatable) A model to hold time in hour:minute:second format.
4448
+ """
4449
+ week_of_month: NotRequired[pulumi.Input[str]]
4450
+ """
4451
+ (Updatable) This holds the week of the month in which the schedule should be triggered.
4452
+ """
4453
+ elif False:
4454
+ WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgsDict: TypeAlias = Mapping[str, Any]
4455
+
3357
4456
  @pulumi.input_type
3358
4457
  class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs:
3359
4458
  def __init__(__self__, *,
@@ -3488,6 +4587,23 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs:
3488
4587
  pulumi.set(self, "week_of_month", value)
3489
4588
 
3490
4589
 
4590
+ if not MYPY:
4591
+ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgsDict(TypedDict):
4592
+ hour: NotRequired[pulumi.Input[int]]
4593
+ """
4594
+ (Updatable) The hour value.
4595
+ """
4596
+ minute: NotRequired[pulumi.Input[int]]
4597
+ """
4598
+ (Updatable) The minute value.
4599
+ """
4600
+ second: NotRequired[pulumi.Input[int]]
4601
+ """
4602
+ (Updatable) The second value.
4603
+ """
4604
+ elif False:
4605
+ WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgsDict: TypeAlias = Mapping[str, Any]
4606
+
3491
4607
  @pulumi.input_type
3492
4608
  class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs:
3493
4609
  def __init__(__self__, *,
@@ -3543,6 +4659,67 @@ class WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs:
3543
4659
  pulumi.set(self, "second", value)
3544
4660
 
3545
4661
 
4662
+ if not MYPY:
4663
+ class WorkspaceApplicationTaskScheduleScheduleRefMetadataArgsDict(TypedDict):
4664
+ aggregator: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgsDict']]
4665
+ """
4666
+ (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
4667
+ """
4668
+ aggregator_key: NotRequired[pulumi.Input[str]]
4669
+ """
4670
+ (Updatable) The owning object key for this object.
4671
+ """
4672
+ count_statistics: NotRequired[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgsDict']]
4673
+ """
4674
+ (Updatable) A count statistics.
4675
+ """
4676
+ created_by: NotRequired[pulumi.Input[str]]
4677
+ """
4678
+ (Updatable) The user that created the object.
4679
+ """
4680
+ created_by_name: NotRequired[pulumi.Input[str]]
4681
+ """
4682
+ (Updatable) The user that created the object.
4683
+ """
4684
+ identifier_path: NotRequired[pulumi.Input[str]]
4685
+ """
4686
+ (Updatable) The full path to identify this object.
4687
+ """
4688
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
4689
+ """
4690
+ (Updatable) Information property fields.
4691
+ """
4692
+ is_favorite: NotRequired[pulumi.Input[bool]]
4693
+ """
4694
+ (Updatable) Specifies whether this object is a favorite or not.
4695
+ """
4696
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
4697
+ """
4698
+ (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.
4699
+ """
4700
+ registry_version: NotRequired[pulumi.Input[int]]
4701
+ """
4702
+ (Updatable) The registry version of the object.
4703
+ """
4704
+ time_created: NotRequired[pulumi.Input[str]]
4705
+ """
4706
+ (Updatable) The date and time that the object was created.
4707
+ """
4708
+ time_updated: NotRequired[pulumi.Input[str]]
4709
+ """
4710
+ (Updatable) The date and time that the object was updated.
4711
+ """
4712
+ updated_by: NotRequired[pulumi.Input[str]]
4713
+ """
4714
+ (Updatable) The user that updated the object.
4715
+ """
4716
+ updated_by_name: NotRequired[pulumi.Input[str]]
4717
+ """
4718
+ (Updatable) The user that updated the object.
4719
+ """
4720
+ elif False:
4721
+ WorkspaceApplicationTaskScheduleScheduleRefMetadataArgsDict: TypeAlias = Mapping[str, Any]
4722
+
3546
4723
  @pulumi.input_type
3547
4724
  class WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs:
3548
4725
  def __init__(__self__, *,
@@ -3774,6 +4951,31 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs:
3774
4951
  pulumi.set(self, "updated_by_name", value)
3775
4952
 
3776
4953
 
4954
+ if not MYPY:
4955
+ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgsDict(TypedDict):
4956
+ description: NotRequired[pulumi.Input[str]]
4957
+ """
4958
+ (Updatable) The description of the aggregator.
4959
+ """
4960
+ identifier: NotRequired[pulumi.Input[str]]
4961
+ """
4962
+ (Updatable) The identifier of the aggregator.
4963
+ """
4964
+ key: NotRequired[pulumi.Input[str]]
4965
+ """
4966
+ (Updatable) The key of the aggregator object.
4967
+ """
4968
+ name: NotRequired[pulumi.Input[str]]
4969
+ """
4970
+ (Updatable) The name of the aggregator.
4971
+ """
4972
+ type: NotRequired[pulumi.Input[str]]
4973
+ """
4974
+ (Updatable) The type of the aggregator.
4975
+ """
4976
+ elif False:
4977
+ WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
4978
+
3777
4979
  @pulumi.input_type
3778
4980
  class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs:
3779
4981
  def __init__(__self__, *,
@@ -3861,6 +5063,15 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs:
3861
5063
  pulumi.set(self, "type", value)
3862
5064
 
3863
5065
 
5066
+ if not MYPY:
5067
+ class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgsDict(TypedDict):
5068
+ object_type_count_lists: pulumi.Input[Sequence[pulumi.Input['WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgsDict']]]
5069
+ """
5070
+ (Updatable) The array of statistics.
5071
+ """
5072
+ elif False:
5073
+ WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgsDict: TypeAlias = Mapping[str, Any]
5074
+
3864
5075
  @pulumi.input_type
3865
5076
  class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs:
3866
5077
  def __init__(__self__, *,
@@ -3883,6 +5094,19 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs:
3883
5094
  pulumi.set(self, "object_type_count_lists", value)
3884
5095
 
3885
5096
 
5097
+ if not MYPY:
5098
+ class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgsDict(TypedDict):
5099
+ object_count: NotRequired[pulumi.Input[str]]
5100
+ """
5101
+ (Updatable) The value for the count statistic object.
5102
+ """
5103
+ object_type: NotRequired[pulumi.Input[str]]
5104
+ """
5105
+ (Updatable) The type of object for the count statistic object.
5106
+ """
5107
+ elif False:
5108
+ WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
5109
+
3886
5110
  @pulumi.input_type
3887
5111
  class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs:
3888
5112
  def __init__(__self__, *,
@@ -3922,6 +5146,19 @@ class WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTy
3922
5146
  pulumi.set(self, "object_type", value)
3923
5147
 
3924
5148
 
5149
+ if not MYPY:
5150
+ class WorkspaceApplicationTaskScheduleScheduleRefParentRefArgsDict(TypedDict):
5151
+ parent: NotRequired[pulumi.Input[str]]
5152
+ """
5153
+ (Updatable) Key of the parent object.
5154
+ """
5155
+ root_doc_id: NotRequired[pulumi.Input[str]]
5156
+ """
5157
+ (Updatable) Key of the root document object.
5158
+ """
5159
+ elif False:
5160
+ WorkspaceApplicationTaskScheduleScheduleRefParentRefArgsDict: TypeAlias = Mapping[str, Any]
5161
+
3925
5162
  @pulumi.input_type
3926
5163
  class WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs:
3927
5164
  def __init__(__self__, *,
@@ -3961,6 +5198,43 @@ class WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs:
3961
5198
  pulumi.set(self, "root_doc_id", value)
3962
5199
 
3963
5200
 
5201
+ if not MYPY:
5202
+ class WorkspaceExportRequestExportedItemArgsDict(TypedDict):
5203
+ aggregator_key: NotRequired[pulumi.Input[str]]
5204
+ """
5205
+ Aggregator key
5206
+ """
5207
+ identifier: NotRequired[pulumi.Input[str]]
5208
+ """
5209
+ Object identifier
5210
+ """
5211
+ key: NotRequired[pulumi.Input[str]]
5212
+ """
5213
+ Export object request key
5214
+ """
5215
+ name: NotRequired[pulumi.Input[str]]
5216
+ """
5217
+ Name of the export request.
5218
+ """
5219
+ name_path: NotRequired[pulumi.Input[str]]
5220
+ """
5221
+ Object name path
5222
+ """
5223
+ object_type: NotRequired[pulumi.Input[str]]
5224
+ """
5225
+ Object type
5226
+ """
5227
+ object_version: NotRequired[pulumi.Input[str]]
5228
+ """
5229
+ Object version
5230
+ """
5231
+ time_updated_in_millis: NotRequired[pulumi.Input[str]]
5232
+ """
5233
+ time at which this object was last updated.
5234
+ """
5235
+ elif False:
5236
+ WorkspaceExportRequestExportedItemArgsDict: TypeAlias = Mapping[str, Any]
5237
+
3964
5238
  @pulumi.input_type
3965
5239
  class WorkspaceExportRequestExportedItemArgs:
3966
5240
  def __init__(__self__, *,
@@ -4065,36 +5339,97 @@ class WorkspaceExportRequestExportedItemArgs:
4065
5339
  """
4066
5340
  Object type
4067
5341
  """
4068
- return pulumi.get(self, "object_type")
4069
-
4070
- @object_type.setter
4071
- def object_type(self, value: Optional[pulumi.Input[str]]):
4072
- pulumi.set(self, "object_type", value)
4073
-
4074
- @property
4075
- @pulumi.getter(name="objectVersion")
4076
- def object_version(self) -> Optional[pulumi.Input[str]]:
5342
+ return pulumi.get(self, "object_type")
5343
+
5344
+ @object_type.setter
5345
+ def object_type(self, value: Optional[pulumi.Input[str]]):
5346
+ pulumi.set(self, "object_type", value)
5347
+
5348
+ @property
5349
+ @pulumi.getter(name="objectVersion")
5350
+ def object_version(self) -> Optional[pulumi.Input[str]]:
5351
+ """
5352
+ Object version
5353
+ """
5354
+ return pulumi.get(self, "object_version")
5355
+
5356
+ @object_version.setter
5357
+ def object_version(self, value: Optional[pulumi.Input[str]]):
5358
+ pulumi.set(self, "object_version", value)
5359
+
5360
+ @property
5361
+ @pulumi.getter(name="timeUpdatedInMillis")
5362
+ def time_updated_in_millis(self) -> Optional[pulumi.Input[str]]:
5363
+ """
5364
+ time at which this object was last updated.
5365
+ """
5366
+ return pulumi.get(self, "time_updated_in_millis")
5367
+
5368
+ @time_updated_in_millis.setter
5369
+ def time_updated_in_millis(self, value: Optional[pulumi.Input[str]]):
5370
+ pulumi.set(self, "time_updated_in_millis", value)
5371
+
5372
+
5373
+ if not MYPY:
5374
+ class WorkspaceFolderMetadataArgsDict(TypedDict):
5375
+ aggregator_key: NotRequired[pulumi.Input[str]]
5376
+ """
5377
+ The owning object key for this object.
5378
+ """
5379
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceFolderMetadataAggregatorArgsDict']]]]
5380
+ """
5381
+ A summary type containing information about the object's aggregator including its type, key, name and description.
5382
+ """
5383
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceFolderMetadataCountStatisticArgsDict']]]]
5384
+ """
5385
+ A count statistics.
5386
+ """
5387
+ created_by: NotRequired[pulumi.Input[str]]
5388
+ """
5389
+ The user that created the object.
5390
+ """
5391
+ created_by_name: NotRequired[pulumi.Input[str]]
5392
+ """
5393
+ The user that created the object.
5394
+ """
5395
+ identifier_path: NotRequired[pulumi.Input[str]]
5396
+ """
5397
+ The full path to identify this object.
5398
+ """
5399
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
5400
+ """
5401
+ Information property fields.
5402
+ """
5403
+ is_favorite: NotRequired[pulumi.Input[bool]]
5404
+ """
5405
+ Specifies whether this object is a favorite or not.
5406
+ """
5407
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
5408
+ """
5409
+ 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.
5410
+ """
5411
+ registry_version: NotRequired[pulumi.Input[int]]
5412
+ """
5413
+ The registry version of the object.
5414
+ """
5415
+ time_created: NotRequired[pulumi.Input[str]]
5416
+ """
5417
+ The date and time that the object was created.
5418
+ """
5419
+ time_updated: NotRequired[pulumi.Input[str]]
5420
+ """
5421
+ The date and time that the object was updated.
5422
+ """
5423
+ updated_by: NotRequired[pulumi.Input[str]]
4077
5424
  """
4078
- Object version
5425
+ The user that updated the object.
4079
5426
  """
4080
- return pulumi.get(self, "object_version")
4081
-
4082
- @object_version.setter
4083
- def object_version(self, value: Optional[pulumi.Input[str]]):
4084
- pulumi.set(self, "object_version", value)
4085
-
4086
- @property
4087
- @pulumi.getter(name="timeUpdatedInMillis")
4088
- def time_updated_in_millis(self) -> Optional[pulumi.Input[str]]:
5427
+ updated_by_name: NotRequired[pulumi.Input[str]]
4089
5428
  """
4090
- time at which this object was last updated.
5429
+ The user that updated the object.
4091
5430
  """
4092
- return pulumi.get(self, "time_updated_in_millis")
4093
-
4094
- @time_updated_in_millis.setter
4095
- def time_updated_in_millis(self, value: Optional[pulumi.Input[str]]):
4096
- pulumi.set(self, "time_updated_in_millis", value)
4097
-
5431
+ elif False:
5432
+ WorkspaceFolderMetadataArgsDict: TypeAlias = Mapping[str, Any]
4098
5433
 
4099
5434
  @pulumi.input_type
4100
5435
  class WorkspaceFolderMetadataArgs:
@@ -4327,6 +5662,31 @@ class WorkspaceFolderMetadataArgs:
4327
5662
  pulumi.set(self, "updated_by_name", value)
4328
5663
 
4329
5664
 
5665
+ if not MYPY:
5666
+ class WorkspaceFolderMetadataAggregatorArgsDict(TypedDict):
5667
+ description: NotRequired[pulumi.Input[str]]
5668
+ """
5669
+ (Updatable) A user defined description for the folder.
5670
+ """
5671
+ identifier: NotRequired[pulumi.Input[str]]
5672
+ """
5673
+ (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.
5674
+ """
5675
+ key: NotRequired[pulumi.Input[str]]
5676
+ """
5677
+ (Updatable) Currently not used on folder creation. Reserved for future.
5678
+ """
5679
+ name: NotRequired[pulumi.Input[str]]
5680
+ """
5681
+ (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.
5682
+ """
5683
+ type: NotRequired[pulumi.Input[str]]
5684
+ """
5685
+ The type of the aggregator.
5686
+ """
5687
+ elif False:
5688
+ WorkspaceFolderMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
5689
+
4330
5690
  @pulumi.input_type
4331
5691
  class WorkspaceFolderMetadataAggregatorArgs:
4332
5692
  def __init__(__self__, *,
@@ -4414,6 +5774,15 @@ class WorkspaceFolderMetadataAggregatorArgs:
4414
5774
  pulumi.set(self, "type", value)
4415
5775
 
4416
5776
 
5777
+ if not MYPY:
5778
+ class WorkspaceFolderMetadataCountStatisticArgsDict(TypedDict):
5779
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgsDict']]]]
5780
+ """
5781
+ The array of statistics.
5782
+ """
5783
+ elif False:
5784
+ WorkspaceFolderMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
5785
+
4417
5786
  @pulumi.input_type
4418
5787
  class WorkspaceFolderMetadataCountStatisticArgs:
4419
5788
  def __init__(__self__, *,
@@ -4437,6 +5806,19 @@ class WorkspaceFolderMetadataCountStatisticArgs:
4437
5806
  pulumi.set(self, "object_type_count_lists", value)
4438
5807
 
4439
5808
 
5809
+ if not MYPY:
5810
+ class WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
5811
+ object_count: NotRequired[pulumi.Input[str]]
5812
+ """
5813
+ The value for the count statistic object.
5814
+ """
5815
+ object_type: NotRequired[pulumi.Input[str]]
5816
+ """
5817
+ The type of object for the count statistic object.
5818
+ """
5819
+ elif False:
5820
+ WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
5821
+
4440
5822
  @pulumi.input_type
4441
5823
  class WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs:
4442
5824
  def __init__(__self__, *,
@@ -4476,6 +5858,19 @@ class WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs:
4476
5858
  pulumi.set(self, "object_type", value)
4477
5859
 
4478
5860
 
5861
+ if not MYPY:
5862
+ class WorkspaceFolderParentRefArgsDict(TypedDict):
5863
+ parent: NotRequired[pulumi.Input[str]]
5864
+ """
5865
+ Key of the parent object.
5866
+ """
5867
+ root_doc_id: NotRequired[pulumi.Input[str]]
5868
+ """
5869
+ Key of the root document object.
5870
+ """
5871
+ elif False:
5872
+ WorkspaceFolderParentRefArgsDict: TypeAlias = Mapping[str, Any]
5873
+
4479
5874
  @pulumi.input_type
4480
5875
  class WorkspaceFolderParentRefArgs:
4481
5876
  def __init__(__self__, *,
@@ -4515,6 +5910,31 @@ class WorkspaceFolderParentRefArgs:
4515
5910
  pulumi.set(self, "root_doc_id", value)
4516
5911
 
4517
5912
 
5913
+ if not MYPY:
5914
+ class WorkspaceFolderRegistryMetadataArgsDict(TypedDict):
5915
+ aggregator_key: NotRequired[pulumi.Input[str]]
5916
+ """
5917
+ (Updatable) The owning object's key for this object.
5918
+ """
5919
+ is_favorite: NotRequired[pulumi.Input[bool]]
5920
+ """
5921
+ (Updatable) Specifies whether this object is a favorite or not.
5922
+ """
5923
+ key: NotRequired[pulumi.Input[str]]
5924
+ """
5925
+ (Updatable) The identifying key for the object.
5926
+ """
5927
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
5928
+ """
5929
+ (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.
5930
+ """
5931
+ registry_version: NotRequired[pulumi.Input[int]]
5932
+ """
5933
+ (Updatable) The registry version.
5934
+ """
5935
+ elif False:
5936
+ WorkspaceFolderRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
5937
+
4518
5938
  @pulumi.input_type
4519
5939
  class WorkspaceFolderRegistryMetadataArgs:
4520
5940
  def __init__(__self__, *,
@@ -4602,6 +6022,23 @@ class WorkspaceFolderRegistryMetadataArgs:
4602
6022
  pulumi.set(self, "registry_version", value)
4603
6023
 
4604
6024
 
6025
+ if not MYPY:
6026
+ class WorkspaceImportRequestImportConflictResolutionArgsDict(TypedDict):
6027
+ import_conflict_resolution_type: pulumi.Input[str]
6028
+ """
6029
+ Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
6030
+ """
6031
+ duplicate_prefix: NotRequired[pulumi.Input[str]]
6032
+ """
6033
+ In case of DUPLICATE mode, prefix will be used to disambiguate the object.
6034
+ """
6035
+ duplicate_suffix: NotRequired[pulumi.Input[str]]
6036
+ """
6037
+ In case of DUPLICATE mode, suffix will be used to disambiguate the object.
6038
+ """
6039
+ elif False:
6040
+ WorkspaceImportRequestImportConflictResolutionArgsDict: TypeAlias = Mapping[str, Any]
6041
+
4605
6042
  @pulumi.input_type
4606
6043
  class WorkspaceImportRequestImportConflictResolutionArgs:
4607
6044
  def __init__(__self__, *,
@@ -4656,6 +6093,51 @@ class WorkspaceImportRequestImportConflictResolutionArgs:
4656
6093
  pulumi.set(self, "duplicate_suffix", value)
4657
6094
 
4658
6095
 
6096
+ if not MYPY:
6097
+ class WorkspaceImportRequestImportedObjectArgsDict(TypedDict):
6098
+ aggregator_key: NotRequired[pulumi.Input[str]]
6099
+ """
6100
+ Aggregator key
6101
+ """
6102
+ identifier: NotRequired[pulumi.Input[str]]
6103
+ """
6104
+ Object identifier
6105
+ """
6106
+ name: NotRequired[pulumi.Input[str]]
6107
+ """
6108
+ Name of the import request.
6109
+ """
6110
+ name_path: NotRequired[pulumi.Input[str]]
6111
+ """
6112
+ Object name path
6113
+ """
6114
+ new_key: NotRequired[pulumi.Input[str]]
6115
+ """
6116
+ New key of the object
6117
+ """
6118
+ object_type: NotRequired[pulumi.Input[str]]
6119
+ """
6120
+ Object type
6121
+ """
6122
+ object_version: NotRequired[pulumi.Input[str]]
6123
+ """
6124
+ Object version
6125
+ """
6126
+ old_key: NotRequired[pulumi.Input[str]]
6127
+ """
6128
+ Old key of the object
6129
+ """
6130
+ resolution_action: NotRequired[pulumi.Input[str]]
6131
+ """
6132
+ Object resolution action
6133
+ """
6134
+ time_updated_in_millis: NotRequired[pulumi.Input[str]]
6135
+ """
6136
+ time at which this object was last updated.
6137
+ """
6138
+ elif False:
6139
+ WorkspaceImportRequestImportedObjectArgsDict: TypeAlias = Mapping[str, Any]
6140
+
4659
6141
  @pulumi.input_type
4660
6142
  class WorkspaceImportRequestImportedObjectArgs:
4661
6143
  def __init__(__self__, *,
@@ -4823,6 +6305,67 @@ class WorkspaceImportRequestImportedObjectArgs:
4823
6305
  pulumi.set(self, "time_updated_in_millis", value)
4824
6306
 
4825
6307
 
6308
+ if not MYPY:
6309
+ class WorkspaceProjectMetadataArgsDict(TypedDict):
6310
+ aggregator_key: NotRequired[pulumi.Input[str]]
6311
+ """
6312
+ The owning object key for this object.
6313
+ """
6314
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceProjectMetadataAggregatorArgsDict']]]]
6315
+ """
6316
+ A summary type containing information about the object's aggregator including its type, key, name and description.
6317
+ """
6318
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceProjectMetadataCountStatisticArgsDict']]]]
6319
+ """
6320
+ A count statistics.
6321
+ """
6322
+ created_by: NotRequired[pulumi.Input[str]]
6323
+ """
6324
+ The user that created the object.
6325
+ """
6326
+ created_by_name: NotRequired[pulumi.Input[str]]
6327
+ """
6328
+ The user that created the object.
6329
+ """
6330
+ identifier_path: NotRequired[pulumi.Input[str]]
6331
+ """
6332
+ The full path to identify this object.
6333
+ """
6334
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
6335
+ """
6336
+ Information property fields.
6337
+ """
6338
+ is_favorite: NotRequired[pulumi.Input[bool]]
6339
+ """
6340
+ Specifies whether this object is a favorite or not.
6341
+ """
6342
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
6343
+ """
6344
+ 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.
6345
+ """
6346
+ registry_version: NotRequired[pulumi.Input[int]]
6347
+ """
6348
+ The registry version of the object.
6349
+ """
6350
+ time_created: NotRequired[pulumi.Input[str]]
6351
+ """
6352
+ The date and time that the object was created.
6353
+ """
6354
+ time_updated: NotRequired[pulumi.Input[str]]
6355
+ """
6356
+ The date and time that the object was updated.
6357
+ """
6358
+ updated_by: NotRequired[pulumi.Input[str]]
6359
+ """
6360
+ The user that updated the object.
6361
+ """
6362
+ updated_by_name: NotRequired[pulumi.Input[str]]
6363
+ """
6364
+ The user that updated the object.
6365
+ """
6366
+ elif False:
6367
+ WorkspaceProjectMetadataArgsDict: TypeAlias = Mapping[str, Any]
6368
+
4826
6369
  @pulumi.input_type
4827
6370
  class WorkspaceProjectMetadataArgs:
4828
6371
  def __init__(__self__, *,
@@ -5054,6 +6597,31 @@ class WorkspaceProjectMetadataArgs:
5054
6597
  pulumi.set(self, "updated_by_name", value)
5055
6598
 
5056
6599
 
6600
+ if not MYPY:
6601
+ class WorkspaceProjectMetadataAggregatorArgsDict(TypedDict):
6602
+ description: NotRequired[pulumi.Input[str]]
6603
+ """
6604
+ (Updatable) A user defined description for the project.
6605
+ """
6606
+ identifier: NotRequired[pulumi.Input[str]]
6607
+ """
6608
+ (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.
6609
+ """
6610
+ key: NotRequired[pulumi.Input[str]]
6611
+ """
6612
+ (Updatable) Generated key that can be used in API calls to identify project.
6613
+ """
6614
+ name: NotRequired[pulumi.Input[str]]
6615
+ """
6616
+ (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.
6617
+ """
6618
+ type: NotRequired[pulumi.Input[str]]
6619
+ """
6620
+ The type of the aggregator.
6621
+ """
6622
+ elif False:
6623
+ WorkspaceProjectMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
6624
+
5057
6625
  @pulumi.input_type
5058
6626
  class WorkspaceProjectMetadataAggregatorArgs:
5059
6627
  def __init__(__self__, *,
@@ -5141,6 +6709,15 @@ class WorkspaceProjectMetadataAggregatorArgs:
5141
6709
  pulumi.set(self, "type", value)
5142
6710
 
5143
6711
 
6712
+ if not MYPY:
6713
+ class WorkspaceProjectMetadataCountStatisticArgsDict(TypedDict):
6714
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgsDict']]]]
6715
+ """
6716
+ The array of statistics.
6717
+ """
6718
+ elif False:
6719
+ WorkspaceProjectMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
6720
+
5144
6721
  @pulumi.input_type
5145
6722
  class WorkspaceProjectMetadataCountStatisticArgs:
5146
6723
  def __init__(__self__, *,
@@ -5164,6 +6741,19 @@ class WorkspaceProjectMetadataCountStatisticArgs:
5164
6741
  pulumi.set(self, "object_type_count_lists", value)
5165
6742
 
5166
6743
 
6744
+ if not MYPY:
6745
+ class WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
6746
+ object_count: NotRequired[pulumi.Input[str]]
6747
+ """
6748
+ The value for the count statistic object.
6749
+ """
6750
+ object_type: NotRequired[pulumi.Input[str]]
6751
+ """
6752
+ The type of object for the count statistic object.
6753
+ """
6754
+ elif False:
6755
+ WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
6756
+
5167
6757
  @pulumi.input_type
5168
6758
  class WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs:
5169
6759
  def __init__(__self__, *,
@@ -5203,6 +6793,19 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs:
5203
6793
  pulumi.set(self, "object_type", value)
5204
6794
 
5205
6795
 
6796
+ if not MYPY:
6797
+ class WorkspaceProjectParentRefArgsDict(TypedDict):
6798
+ parent: NotRequired[pulumi.Input[str]]
6799
+ """
6800
+ Key of the parent object.
6801
+ """
6802
+ root_doc_id: NotRequired[pulumi.Input[str]]
6803
+ """
6804
+ Key of the root document object.
6805
+ """
6806
+ elif False:
6807
+ WorkspaceProjectParentRefArgsDict: TypeAlias = Mapping[str, Any]
6808
+
5206
6809
  @pulumi.input_type
5207
6810
  class WorkspaceProjectParentRefArgs:
5208
6811
  def __init__(__self__, *,
@@ -5242,6 +6845,31 @@ class WorkspaceProjectParentRefArgs:
5242
6845
  pulumi.set(self, "root_doc_id", value)
5243
6846
 
5244
6847
 
6848
+ if not MYPY:
6849
+ class WorkspaceProjectRegistryMetadataArgsDict(TypedDict):
6850
+ aggregator_key: NotRequired[pulumi.Input[str]]
6851
+ """
6852
+ (Updatable) The owning object's key for this object.
6853
+ """
6854
+ is_favorite: NotRequired[pulumi.Input[bool]]
6855
+ """
6856
+ (Updatable) Specifies whether this object is a favorite or not.
6857
+ """
6858
+ key: NotRequired[pulumi.Input[str]]
6859
+ """
6860
+ (Updatable) The identifying key for the object.
6861
+ """
6862
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
6863
+ """
6864
+ (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.
6865
+ """
6866
+ registry_version: NotRequired[pulumi.Input[int]]
6867
+ """
6868
+ (Updatable) The registry version.
6869
+ """
6870
+ elif False:
6871
+ WorkspaceProjectRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
6872
+
5245
6873
  @pulumi.input_type
5246
6874
  class WorkspaceProjectRegistryMetadataArgs:
5247
6875
  def __init__(__self__, *,
@@ -5329,6 +6957,31 @@ class WorkspaceProjectRegistryMetadataArgs:
5329
6957
  pulumi.set(self, "registry_version", value)
5330
6958
 
5331
6959
 
6960
+ if not MYPY:
6961
+ class WorkspaceTaskAuthConfigArgsDict(TypedDict):
6962
+ key: NotRequired[pulumi.Input[str]]
6963
+ """
6964
+ (Updatable) Generated key that can be used in API calls to identify this object.
6965
+ """
6966
+ model_type: NotRequired[pulumi.Input[str]]
6967
+ """
6968
+ (Updatable) The specific authentication configuration to be used for Generic REST invocation.
6969
+ """
6970
+ model_version: NotRequired[pulumi.Input[str]]
6971
+ """
6972
+ (Updatable) The model version of an object.
6973
+ """
6974
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskAuthConfigParentRefArgsDict']]
6975
+ """
6976
+ (Updatable) A reference to the object's parent.
6977
+ """
6978
+ resource_principal_source: NotRequired[pulumi.Input[str]]
6979
+ """
6980
+ (Updatable) The Oracle Cloud Infrastructure resource type that will supply the authentication token
6981
+ """
6982
+ elif False:
6983
+ WorkspaceTaskAuthConfigArgsDict: TypeAlias = Mapping[str, Any]
6984
+
5332
6985
  @pulumi.input_type
5333
6986
  class WorkspaceTaskAuthConfigArgs:
5334
6987
  def __init__(__self__, *,
@@ -5416,6 +7069,19 @@ class WorkspaceTaskAuthConfigArgs:
5416
7069
  pulumi.set(self, "resource_principal_source", value)
5417
7070
 
5418
7071
 
7072
+ if not MYPY:
7073
+ class WorkspaceTaskAuthConfigParentRefArgsDict(TypedDict):
7074
+ parent: NotRequired[pulumi.Input[str]]
7075
+ """
7076
+ (Updatable) Key of the parent object.
7077
+ """
7078
+ root_doc_id: NotRequired[pulumi.Input[str]]
7079
+ """
7080
+ (Updatable) Key of the root document object.
7081
+ """
7082
+ elif False:
7083
+ WorkspaceTaskAuthConfigParentRefArgsDict: TypeAlias = Mapping[str, Any]
7084
+
5419
7085
  @pulumi.input_type
5420
7086
  class WorkspaceTaskAuthConfigParentRefArgs:
5421
7087
  def __init__(__self__, *,
@@ -5446,14 +7112,39 @@ class WorkspaceTaskAuthConfigParentRefArgs:
5446
7112
  @pulumi.getter(name="rootDocId")
5447
7113
  def root_doc_id(self) -> Optional[pulumi.Input[str]]:
5448
7114
  """
5449
- (Updatable) Key of the root document object.
7115
+ (Updatable) Key of the root document object.
7116
+ """
7117
+ return pulumi.get(self, "root_doc_id")
7118
+
7119
+ @root_doc_id.setter
7120
+ def root_doc_id(self, value: Optional[pulumi.Input[str]]):
7121
+ pulumi.set(self, "root_doc_id", value)
7122
+
7123
+
7124
+ if not MYPY:
7125
+ class WorkspaceTaskCancelRestCallConfigArgsDict(TypedDict):
7126
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgsDict']]
7127
+ """
7128
+ (Updatable) Configuration values can be string, objects, or parameters.
7129
+ """
7130
+ key: NotRequired[pulumi.Input[str]]
7131
+ """
7132
+ (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.
7133
+ """
7134
+ method_type: NotRequired[pulumi.Input[str]]
7135
+ """
7136
+ (Updatable) The REST method to use.
7137
+ """
7138
+ model_type: NotRequired[pulumi.Input[str]]
7139
+ """
7140
+ (Updatable) The type of the task.
7141
+ """
7142
+ request_headers: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
5450
7143
  """
5451
- return pulumi.get(self, "root_doc_id")
5452
-
5453
- @root_doc_id.setter
5454
- def root_doc_id(self, value: Optional[pulumi.Input[str]]):
5455
- pulumi.set(self, "root_doc_id", value)
5456
-
7144
+ (Updatable) The headers for the REST call.
7145
+ """
7146
+ elif False:
7147
+ WorkspaceTaskCancelRestCallConfigArgsDict: TypeAlias = Mapping[str, Any]
5457
7148
 
5458
7149
  @pulumi.input_type
5459
7150
  class WorkspaceTaskCancelRestCallConfigArgs:
@@ -5542,6 +7233,19 @@ class WorkspaceTaskCancelRestCallConfigArgs:
5542
7233
  pulumi.set(self, "request_headers", value)
5543
7234
 
5544
7235
 
7236
+ if not MYPY:
7237
+ class WorkspaceTaskCancelRestCallConfigConfigValuesArgsDict(TypedDict):
7238
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgsDict']]
7239
+ """
7240
+ (Updatable) The configuration parameter values.
7241
+ """
7242
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgsDict']]
7243
+ """
7244
+ (Updatable) A reference to the object's parent.
7245
+ """
7246
+ elif False:
7247
+ WorkspaceTaskCancelRestCallConfigConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
7248
+
5545
7249
  @pulumi.input_type
5546
7250
  class WorkspaceTaskCancelRestCallConfigConfigValuesArgs:
5547
7251
  def __init__(__self__, *,
@@ -5581,6 +7285,13 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesArgs:
5581
7285
  pulumi.set(self, "parent_ref", value)
5582
7286
 
5583
7287
 
7288
+ if not MYPY:
7289
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgsDict(TypedDict):
7290
+ request_payload: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict']]
7291
+ request_url: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict']]
7292
+ elif False:
7293
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
7294
+
5584
7295
  @pulumi.input_type
5585
7296
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs:
5586
7297
  def __init__(__self__, *,
@@ -5610,6 +7321,19 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs:
5610
7321
  pulumi.set(self, "request_url", value)
5611
7322
 
5612
7323
 
7324
+ if not MYPY:
7325
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict(TypedDict):
7326
+ parameter_value: NotRequired[pulumi.Input[str]]
7327
+ """
7328
+ Reference to the parameter by its key.
7329
+ """
7330
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict']]
7331
+ """
7332
+ The root object reference value.
7333
+ """
7334
+ elif False:
7335
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict: TypeAlias = Mapping[str, Any]
7336
+
5613
7337
  @pulumi.input_type
5614
7338
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
5615
7339
  def __init__(__self__, *,
@@ -5649,6 +7373,23 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5649
7373
  pulumi.set(self, "ref_value", value)
5650
7374
 
5651
7375
 
7376
+ if not MYPY:
7377
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict(TypedDict):
7378
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict']]
7379
+ """
7380
+ Configuration values can be string, objects, or parameters.
7381
+ """
7382
+ key: NotRequired[pulumi.Input[str]]
7383
+ """
7384
+ (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.
7385
+ """
7386
+ model_type: NotRequired[pulumi.Input[str]]
7387
+ """
7388
+ (Updatable) The type of the task.
7389
+ """
7390
+ elif False:
7391
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict: TypeAlias = Mapping[str, Any]
7392
+
5652
7393
  @pulumi.input_type
5653
7394
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
5654
7395
  def __init__(__self__, *,
@@ -5704,6 +7445,15 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5704
7445
  pulumi.set(self, "model_type", value)
5705
7446
 
5706
7447
 
7448
+ if not MYPY:
7449
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict(TypedDict):
7450
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict']]
7451
+ """
7452
+ The configuration parameter values.
7453
+ """
7454
+ elif False:
7455
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
7456
+
5707
7457
  @pulumi.input_type
5708
7458
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
5709
7459
  def __init__(__self__, *,
@@ -5727,6 +7477,12 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5727
7477
  pulumi.set(self, "config_param_values", value)
5728
7478
 
5729
7479
 
7480
+ if not MYPY:
7481
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict(TypedDict):
7482
+ data_param: NotRequired[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict']]
7483
+ elif False:
7484
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
7485
+
5730
7486
  @pulumi.input_type
5731
7487
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
5732
7488
  def __init__(__self__, *,
@@ -5744,6 +7500,15 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5744
7500
  pulumi.set(self, "data_param", value)
5745
7501
 
5746
7502
 
7503
+ if not MYPY:
7504
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict(TypedDict):
7505
+ string_value: NotRequired[pulumi.Input[str]]
7506
+ """
7507
+ A string value of the parameter.
7508
+ """
7509
+ elif False:
7510
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict: TypeAlias = Mapping[str, Any]
7511
+
5747
7512
  @pulumi.input_type
5748
7513
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
5749
7514
  def __init__(__self__, *,
@@ -5767,6 +7532,15 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPaylo
5767
7532
  pulumi.set(self, "string_value", value)
5768
7533
 
5769
7534
 
7535
+ if not MYPY:
7536
+ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict(TypedDict):
7537
+ string_value: NotRequired[pulumi.Input[str]]
7538
+ """
7539
+ A string value of the parameter.
7540
+ """
7541
+ elif False:
7542
+ WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict: TypeAlias = Mapping[str, Any]
7543
+
5770
7544
  @pulumi.input_type
5771
7545
  class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
5772
7546
  def __init__(__self__, *,
@@ -5790,6 +7564,19 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlAr
5790
7564
  pulumi.set(self, "string_value", value)
5791
7565
 
5792
7566
 
7567
+ if not MYPY:
7568
+ class WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgsDict(TypedDict):
7569
+ parent: NotRequired[pulumi.Input[str]]
7570
+ """
7571
+ (Updatable) Key of the parent object.
7572
+ """
7573
+ root_doc_id: NotRequired[pulumi.Input[str]]
7574
+ """
7575
+ (Updatable) Key of the root document object.
7576
+ """
7577
+ elif False:
7578
+ WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
7579
+
5793
7580
  @pulumi.input_type
5794
7581
  class WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs:
5795
7582
  def __init__(__self__, *,
@@ -5829,6 +7616,15 @@ class WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs:
5829
7616
  pulumi.set(self, "root_doc_id", value)
5830
7617
 
5831
7618
 
7619
+ if not MYPY:
7620
+ class WorkspaceTaskConfigProviderDelegateArgsDict(TypedDict):
7621
+ bindings: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingArgsDict']]]]
7622
+ """
7623
+ bindings
7624
+ """
7625
+ elif False:
7626
+ WorkspaceTaskConfigProviderDelegateArgsDict: TypeAlias = Mapping[str, Any]
7627
+
5832
7628
  @pulumi.input_type
5833
7629
  class WorkspaceTaskConfigProviderDelegateArgs:
5834
7630
  def __init__(__self__, *,
@@ -5852,6 +7648,16 @@ class WorkspaceTaskConfigProviderDelegateArgs:
5852
7648
  pulumi.set(self, "bindings", value)
5853
7649
 
5854
7650
 
7651
+ if not MYPY:
7652
+ class WorkspaceTaskConfigProviderDelegateBindingArgsDict(TypedDict):
7653
+ key: NotRequired[pulumi.Input[str]]
7654
+ """
7655
+ (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.
7656
+ """
7657
+ parameter_values: NotRequired[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgsDict']]
7658
+ elif False:
7659
+ WorkspaceTaskConfigProviderDelegateBindingArgsDict: TypeAlias = Mapping[str, Any]
7660
+
5855
7661
  @pulumi.input_type
5856
7662
  class WorkspaceTaskConfigProviderDelegateBindingArgs:
5857
7663
  def __init__(__self__, *,
@@ -5887,6 +7693,19 @@ class WorkspaceTaskConfigProviderDelegateBindingArgs:
5887
7693
  pulumi.set(self, "parameter_values", value)
5888
7694
 
5889
7695
 
7696
+ if not MYPY:
7697
+ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgsDict(TypedDict):
7698
+ root_object_value: NotRequired[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgsDict']]
7699
+ """
7700
+ The root object value, used in custom parameters.
7701
+ """
7702
+ simple_value: NotRequired[pulumi.Input[str]]
7703
+ """
7704
+ A simple value for the parameter.
7705
+ """
7706
+ elif False:
7707
+ WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgsDict: TypeAlias = Mapping[str, Any]
7708
+
5890
7709
  @pulumi.input_type
5891
7710
  class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5892
7711
  def __init__(__self__, *,
@@ -5926,6 +7745,27 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5926
7745
  pulumi.set(self, "simple_value", value)
5927
7746
 
5928
7747
 
7748
+ if not MYPY:
7749
+ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgsDict(TypedDict):
7750
+ key: NotRequired[pulumi.Input[str]]
7751
+ """
7752
+ (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.
7753
+ """
7754
+ model_type: NotRequired[pulumi.Input[str]]
7755
+ """
7756
+ (Updatable) The type of the task.
7757
+ """
7758
+ model_version: NotRequired[pulumi.Input[str]]
7759
+ """
7760
+ (Updatable) The object's model version.
7761
+ """
7762
+ object_status: NotRequired[pulumi.Input[int]]
7763
+ """
7764
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
7765
+ """
7766
+ elif False:
7767
+ WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgsDict: TypeAlias = Mapping[str, Any]
7768
+
5929
7769
  @pulumi.input_type
5930
7770
  class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs:
5931
7771
  def __init__(__self__, *,
@@ -5997,6 +7837,31 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueAr
5997
7837
  pulumi.set(self, "object_status", value)
5998
7838
 
5999
7839
 
7840
+ if not MYPY:
7841
+ class WorkspaceTaskExecuteRestCallConfigArgsDict(TypedDict):
7842
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgsDict']]
7843
+ """
7844
+ (Updatable) Configuration values can be string, objects, or parameters.
7845
+ """
7846
+ key: NotRequired[pulumi.Input[str]]
7847
+ """
7848
+ (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.
7849
+ """
7850
+ method_type: NotRequired[pulumi.Input[str]]
7851
+ """
7852
+ (Updatable) The REST method to use.
7853
+ """
7854
+ model_type: NotRequired[pulumi.Input[str]]
7855
+ """
7856
+ (Updatable) The type of the task.
7857
+ """
7858
+ request_headers: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
7859
+ """
7860
+ (Updatable) The headers for the REST call.
7861
+ """
7862
+ elif False:
7863
+ WorkspaceTaskExecuteRestCallConfigArgsDict: TypeAlias = Mapping[str, Any]
7864
+
6000
7865
  @pulumi.input_type
6001
7866
  class WorkspaceTaskExecuteRestCallConfigArgs:
6002
7867
  def __init__(__self__, *,
@@ -6084,6 +7949,19 @@ class WorkspaceTaskExecuteRestCallConfigArgs:
6084
7949
  pulumi.set(self, "request_headers", value)
6085
7950
 
6086
7951
 
7952
+ if not MYPY:
7953
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesArgsDict(TypedDict):
7954
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgsDict']]
7955
+ """
7956
+ (Updatable) The configuration parameter values.
7957
+ """
7958
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgsDict']]
7959
+ """
7960
+ (Updatable) A reference to the object's parent.
7961
+ """
7962
+ elif False:
7963
+ WorkspaceTaskExecuteRestCallConfigConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
7964
+
6087
7965
  @pulumi.input_type
6088
7966
  class WorkspaceTaskExecuteRestCallConfigConfigValuesArgs:
6089
7967
  def __init__(__self__, *,
@@ -6123,6 +8001,13 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesArgs:
6123
8001
  pulumi.set(self, "parent_ref", value)
6124
8002
 
6125
8003
 
8004
+ if not MYPY:
8005
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgsDict(TypedDict):
8006
+ request_payload: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict']]
8007
+ request_url: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict']]
8008
+ elif False:
8009
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
8010
+
6126
8011
  @pulumi.input_type
6127
8012
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs:
6128
8013
  def __init__(__self__, *,
@@ -6152,6 +8037,19 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs:
6152
8037
  pulumi.set(self, "request_url", value)
6153
8038
 
6154
8039
 
8040
+ if not MYPY:
8041
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict(TypedDict):
8042
+ parameter_value: NotRequired[pulumi.Input[str]]
8043
+ """
8044
+ Reference to the parameter by its key.
8045
+ """
8046
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict']]
8047
+ """
8048
+ The root object reference value.
8049
+ """
8050
+ elif False:
8051
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict: TypeAlias = Mapping[str, Any]
8052
+
6155
8053
  @pulumi.input_type
6156
8054
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
6157
8055
  def __init__(__self__, *,
@@ -6191,6 +8089,23 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6191
8089
  pulumi.set(self, "ref_value", value)
6192
8090
 
6193
8091
 
8092
+ if not MYPY:
8093
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict(TypedDict):
8094
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict']]
8095
+ """
8096
+ Configuration values can be string, objects, or parameters.
8097
+ """
8098
+ key: NotRequired[pulumi.Input[str]]
8099
+ """
8100
+ (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.
8101
+ """
8102
+ model_type: NotRequired[pulumi.Input[str]]
8103
+ """
8104
+ (Updatable) The type of the task.
8105
+ """
8106
+ elif False:
8107
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict: TypeAlias = Mapping[str, Any]
8108
+
6194
8109
  @pulumi.input_type
6195
8110
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
6196
8111
  def __init__(__self__, *,
@@ -6246,6 +8161,15 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6246
8161
  pulumi.set(self, "model_type", value)
6247
8162
 
6248
8163
 
8164
+ if not MYPY:
8165
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict(TypedDict):
8166
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict']]
8167
+ """
8168
+ The configuration parameter values.
8169
+ """
8170
+ elif False:
8171
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
8172
+
6249
8173
  @pulumi.input_type
6250
8174
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
6251
8175
  def __init__(__self__, *,
@@ -6269,6 +8193,12 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6269
8193
  pulumi.set(self, "config_param_values", value)
6270
8194
 
6271
8195
 
8196
+ if not MYPY:
8197
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict(TypedDict):
8198
+ data_param: NotRequired[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict']]
8199
+ elif False:
8200
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
8201
+
6272
8202
  @pulumi.input_type
6273
8203
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
6274
8204
  def __init__(__self__, *,
@@ -6286,6 +8216,15 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6286
8216
  pulumi.set(self, "data_param", value)
6287
8217
 
6288
8218
 
8219
+ if not MYPY:
8220
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict(TypedDict):
8221
+ string_value: NotRequired[pulumi.Input[str]]
8222
+ """
8223
+ A string value of the parameter.
8224
+ """
8225
+ elif False:
8226
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict: TypeAlias = Mapping[str, Any]
8227
+
6289
8228
  @pulumi.input_type
6290
8229
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
6291
8230
  def __init__(__self__, *,
@@ -6309,6 +8248,15 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayl
6309
8248
  pulumi.set(self, "string_value", value)
6310
8249
 
6311
8250
 
8251
+ if not MYPY:
8252
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict(TypedDict):
8253
+ string_value: NotRequired[pulumi.Input[str]]
8254
+ """
8255
+ A string value of the parameter.
8256
+ """
8257
+ elif False:
8258
+ WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict: TypeAlias = Mapping[str, Any]
8259
+
6312
8260
  @pulumi.input_type
6313
8261
  class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
6314
8262
  def __init__(__self__, *,
@@ -6332,6 +8280,19 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlA
6332
8280
  pulumi.set(self, "string_value", value)
6333
8281
 
6334
8282
 
8283
+ if not MYPY:
8284
+ class WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgsDict(TypedDict):
8285
+ parent: NotRequired[pulumi.Input[str]]
8286
+ """
8287
+ (Updatable) Key of the parent object.
8288
+ """
8289
+ root_doc_id: NotRequired[pulumi.Input[str]]
8290
+ """
8291
+ (Updatable) Key of the root document object.
8292
+ """
8293
+ elif False:
8294
+ WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
8295
+
6335
8296
  @pulumi.input_type
6336
8297
  class WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs:
6337
8298
  def __init__(__self__, *,
@@ -6371,6 +8332,51 @@ class WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs:
6371
8332
  pulumi.set(self, "root_doc_id", value)
6372
8333
 
6373
8334
 
8335
+ if not MYPY:
8336
+ class WorkspaceTaskInputPortArgsDict(TypedDict):
8337
+ model_type: pulumi.Input[str]
8338
+ """
8339
+ (Updatable) The type of the types object.
8340
+ """
8341
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskInputPortConfigValuesArgsDict']]
8342
+ """
8343
+ (Updatable) Configuration values can be string, objects, or parameters.
8344
+ """
8345
+ description: NotRequired[pulumi.Input[str]]
8346
+ """
8347
+ (Updatable) Detailed description for the object.
8348
+ """
8349
+ fields: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
8350
+ """
8351
+ (Updatable) An array of fields.
8352
+ """
8353
+ key: NotRequired[pulumi.Input[str]]
8354
+ """
8355
+ (Updatable) The key of the object.
8356
+ """
8357
+ model_version: NotRequired[pulumi.Input[str]]
8358
+ """
8359
+ (Updatable) The model version of an object.
8360
+ """
8361
+ name: NotRequired[pulumi.Input[str]]
8362
+ """
8363
+ (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.
8364
+ """
8365
+ object_status: NotRequired[pulumi.Input[int]]
8366
+ """
8367
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
8368
+ """
8369
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskInputPortParentRefArgsDict']]
8370
+ """
8371
+ (Updatable) A reference to the object's parent.
8372
+ """
8373
+ port_type: NotRequired[pulumi.Input[str]]
8374
+ """
8375
+ (Updatable) The port details for the data asset.Type.
8376
+ """
8377
+ elif False:
8378
+ WorkspaceTaskInputPortArgsDict: TypeAlias = Mapping[str, Any]
8379
+
6374
8380
  @pulumi.input_type
6375
8381
  class WorkspaceTaskInputPortArgs:
6376
8382
  def __init__(__self__, *,
@@ -6537,6 +8543,19 @@ class WorkspaceTaskInputPortArgs:
6537
8543
  pulumi.set(self, "port_type", value)
6538
8544
 
6539
8545
 
8546
+ if not MYPY:
8547
+ class WorkspaceTaskInputPortConfigValuesArgsDict(TypedDict):
8548
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskInputPortConfigValuesConfigParamValuesArgsDict']]
8549
+ """
8550
+ (Updatable) The configuration parameter values.
8551
+ """
8552
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskInputPortConfigValuesParentRefArgsDict']]
8553
+ """
8554
+ (Updatable) A reference to the object's parent.
8555
+ """
8556
+ elif False:
8557
+ WorkspaceTaskInputPortConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
8558
+
6540
8559
  @pulumi.input_type
6541
8560
  class WorkspaceTaskInputPortConfigValuesArgs:
6542
8561
  def __init__(__self__, *,
@@ -6576,6 +8595,35 @@ class WorkspaceTaskInputPortConfigValuesArgs:
6576
8595
  pulumi.set(self, "parent_ref", value)
6577
8596
 
6578
8597
 
8598
+ if not MYPY:
8599
+ class WorkspaceTaskInputPortConfigValuesConfigParamValuesArgsDict(TypedDict):
8600
+ int_value: NotRequired[pulumi.Input[int]]
8601
+ """
8602
+ (Updatable) An integer value of the parameter.
8603
+ """
8604
+ object_value: NotRequired[pulumi.Input[str]]
8605
+ """
8606
+ (Updatable) An object value of the parameter.
8607
+ """
8608
+ parameter_value: NotRequired[pulumi.Input[str]]
8609
+ """
8610
+ (Updatable) Reference to the parameter by its key.
8611
+ """
8612
+ ref_value: NotRequired[pulumi.Input[str]]
8613
+ """
8614
+ (Updatable) The root object reference value.
8615
+ """
8616
+ root_object_value: NotRequired[pulumi.Input[str]]
8617
+ """
8618
+ (Updatable) The root object value, used in custom parameters.
8619
+ """
8620
+ string_value: NotRequired[pulumi.Input[str]]
8621
+ """
8622
+ (Updatable) A string value of the parameter.
8623
+ """
8624
+ elif False:
8625
+ WorkspaceTaskInputPortConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
8626
+
6579
8627
  @pulumi.input_type
6580
8628
  class WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs:
6581
8629
  def __init__(__self__, *,
@@ -6679,6 +8727,19 @@ class WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs:
6679
8727
  pulumi.set(self, "string_value", value)
6680
8728
 
6681
8729
 
8730
+ if not MYPY:
8731
+ class WorkspaceTaskInputPortConfigValuesParentRefArgsDict(TypedDict):
8732
+ parent: NotRequired[pulumi.Input[str]]
8733
+ """
8734
+ (Updatable) Key of the parent object.
8735
+ """
8736
+ root_doc_id: NotRequired[pulumi.Input[str]]
8737
+ """
8738
+ (Updatable) Key of the root document object.
8739
+ """
8740
+ elif False:
8741
+ WorkspaceTaskInputPortConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
8742
+
6682
8743
  @pulumi.input_type
6683
8744
  class WorkspaceTaskInputPortConfigValuesParentRefArgs:
6684
8745
  def __init__(__self__, *,
@@ -6718,6 +8779,19 @@ class WorkspaceTaskInputPortConfigValuesParentRefArgs:
6718
8779
  pulumi.set(self, "root_doc_id", value)
6719
8780
 
6720
8781
 
8782
+ if not MYPY:
8783
+ class WorkspaceTaskInputPortParentRefArgsDict(TypedDict):
8784
+ parent: NotRequired[pulumi.Input[str]]
8785
+ """
8786
+ (Updatable) Key of the parent object.
8787
+ """
8788
+ root_doc_id: NotRequired[pulumi.Input[str]]
8789
+ """
8790
+ (Updatable) Key of the root document object.
8791
+ """
8792
+ elif False:
8793
+ WorkspaceTaskInputPortParentRefArgsDict: TypeAlias = Mapping[str, Any]
8794
+
6721
8795
  @pulumi.input_type
6722
8796
  class WorkspaceTaskInputPortParentRefArgs:
6723
8797
  def __init__(__self__, *,
@@ -6757,6 +8831,67 @@ class WorkspaceTaskInputPortParentRefArgs:
6757
8831
  pulumi.set(self, "root_doc_id", value)
6758
8832
 
6759
8833
 
8834
+ if not MYPY:
8835
+ class WorkspaceTaskMetadataArgsDict(TypedDict):
8836
+ aggregator_key: NotRequired[pulumi.Input[str]]
8837
+ """
8838
+ The owning object's key for this object.
8839
+ """
8840
+ aggregators: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgsDict']]]]
8841
+ """
8842
+ A summary type containing information about the object's aggregator including its type, key, name and description.
8843
+ """
8844
+ count_statistics: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgsDict']]]]
8845
+ """
8846
+ A count statistics.
8847
+ """
8848
+ created_by: NotRequired[pulumi.Input[str]]
8849
+ """
8850
+ The user that created the object.
8851
+ """
8852
+ created_by_name: NotRequired[pulumi.Input[str]]
8853
+ """
8854
+ The user that created the object.
8855
+ """
8856
+ identifier_path: NotRequired[pulumi.Input[str]]
8857
+ """
8858
+ The full path to identify this object.
8859
+ """
8860
+ info_fields: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
8861
+ """
8862
+ Information property fields.
8863
+ """
8864
+ is_favorite: NotRequired[pulumi.Input[bool]]
8865
+ """
8866
+ Specifies whether this object is a favorite or not.
8867
+ """
8868
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
8869
+ """
8870
+ 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.
8871
+ """
8872
+ registry_version: NotRequired[pulumi.Input[int]]
8873
+ """
8874
+ The registry version.
8875
+ """
8876
+ time_created: NotRequired[pulumi.Input[str]]
8877
+ """
8878
+ The date and time that the object was created.
8879
+ """
8880
+ time_updated: NotRequired[pulumi.Input[str]]
8881
+ """
8882
+ The date and time that the object was updated.
8883
+ """
8884
+ updated_by: NotRequired[pulumi.Input[str]]
8885
+ """
8886
+ The user that updated the object.
8887
+ """
8888
+ updated_by_name: NotRequired[pulumi.Input[str]]
8889
+ """
8890
+ The user that updated the object.
8891
+ """
8892
+ elif False:
8893
+ WorkspaceTaskMetadataArgsDict: TypeAlias = Mapping[str, Any]
8894
+
6760
8895
  @pulumi.input_type
6761
8896
  class WorkspaceTaskMetadataArgs:
6762
8897
  def __init__(__self__, *,
@@ -6988,6 +9123,31 @@ class WorkspaceTaskMetadataArgs:
6988
9123
  pulumi.set(self, "updated_by_name", value)
6989
9124
 
6990
9125
 
9126
+ if not MYPY:
9127
+ class WorkspaceTaskMetadataAggregatorArgsDict(TypedDict):
9128
+ description: NotRequired[pulumi.Input[str]]
9129
+ """
9130
+ (Updatable) Detailed description for the object.
9131
+ """
9132
+ identifier: NotRequired[pulumi.Input[str]]
9133
+ """
9134
+ (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.
9135
+ """
9136
+ key: NotRequired[pulumi.Input[str]]
9137
+ """
9138
+ (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.
9139
+ """
9140
+ name: NotRequired[pulumi.Input[str]]
9141
+ """
9142
+ (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.
9143
+ """
9144
+ type: NotRequired[pulumi.Input[str]]
9145
+ """
9146
+ The object type.
9147
+ """
9148
+ elif False:
9149
+ WorkspaceTaskMetadataAggregatorArgsDict: TypeAlias = Mapping[str, Any]
9150
+
6991
9151
  @pulumi.input_type
6992
9152
  class WorkspaceTaskMetadataAggregatorArgs:
6993
9153
  def __init__(__self__, *,
@@ -7075,6 +9235,15 @@ class WorkspaceTaskMetadataAggregatorArgs:
7075
9235
  pulumi.set(self, "type", value)
7076
9236
 
7077
9237
 
9238
+ if not MYPY:
9239
+ class WorkspaceTaskMetadataCountStatisticArgsDict(TypedDict):
9240
+ object_type_count_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgsDict']]]]
9241
+ """
9242
+ The array of statistics.
9243
+ """
9244
+ elif False:
9245
+ WorkspaceTaskMetadataCountStatisticArgsDict: TypeAlias = Mapping[str, Any]
9246
+
7078
9247
  @pulumi.input_type
7079
9248
  class WorkspaceTaskMetadataCountStatisticArgs:
7080
9249
  def __init__(__self__, *,
@@ -7098,6 +9267,19 @@ class WorkspaceTaskMetadataCountStatisticArgs:
7098
9267
  pulumi.set(self, "object_type_count_lists", value)
7099
9268
 
7100
9269
 
9270
+ if not MYPY:
9271
+ class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgsDict(TypedDict):
9272
+ object_count: NotRequired[pulumi.Input[str]]
9273
+ """
9274
+ The value for the count statistic object.
9275
+ """
9276
+ object_type: NotRequired[pulumi.Input[str]]
9277
+ """
9278
+ The type of object for the count statistic object.
9279
+ """
9280
+ elif False:
9281
+ WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgsDict: TypeAlias = Mapping[str, Any]
9282
+
7101
9283
  @pulumi.input_type
7102
9284
  class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
7103
9285
  def __init__(__self__, *,
@@ -7137,6 +9319,19 @@ class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
7137
9319
  pulumi.set(self, "object_type", value)
7138
9320
 
7139
9321
 
9322
+ if not MYPY:
9323
+ class WorkspaceTaskOpConfigValuesArgsDict(TypedDict):
9324
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesArgsDict']]
9325
+ """
9326
+ (Updatable) The configuration parameter values.
9327
+ """
9328
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskOpConfigValuesParentRefArgsDict']]
9329
+ """
9330
+ (Updatable) A reference to the object's parent.
9331
+ """
9332
+ elif False:
9333
+ WorkspaceTaskOpConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
9334
+
7140
9335
  @pulumi.input_type
7141
9336
  class WorkspaceTaskOpConfigValuesArgs:
7142
9337
  def __init__(__self__, *,
@@ -7176,6 +9371,16 @@ class WorkspaceTaskOpConfigValuesArgs:
7176
9371
  pulumi.set(self, "parent_ref", value)
7177
9372
 
7178
9373
 
9374
+ if not MYPY:
9375
+ class WorkspaceTaskOpConfigValuesConfigParamValuesArgsDict(TypedDict):
9376
+ config_param_value: NotRequired[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgsDict']]
9377
+ key: NotRequired[pulumi.Input[str]]
9378
+ """
9379
+ (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.
9380
+ """
9381
+ elif False:
9382
+ WorkspaceTaskOpConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
9383
+
7179
9384
  @pulumi.input_type
7180
9385
  class WorkspaceTaskOpConfigValuesConfigParamValuesArgs:
7181
9386
  def __init__(__self__, *,
@@ -7211,6 +9416,35 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesArgs:
7211
9416
  pulumi.set(self, "key", value)
7212
9417
 
7213
9418
 
9419
+ if not MYPY:
9420
+ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgsDict(TypedDict):
9421
+ int_value: NotRequired[pulumi.Input[int]]
9422
+ """
9423
+ An integer value of the parameter.
9424
+ """
9425
+ object_value: NotRequired[pulumi.Input[str]]
9426
+ """
9427
+ An object value of the parameter.
9428
+ """
9429
+ parameter_value: NotRequired[pulumi.Input[str]]
9430
+ """
9431
+ Reference to the parameter by its key.
9432
+ """
9433
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict']]
9434
+ """
9435
+ The root object reference value.
9436
+ """
9437
+ root_object_value: NotRequired[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict']]
9438
+ """
9439
+ The root object value, used in custom parameters.
9440
+ """
9441
+ string_value: NotRequired[pulumi.Input[str]]
9442
+ """
9443
+ A string value of the parameter.
9444
+ """
9445
+ elif False:
9446
+ WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgsDict: TypeAlias = Mapping[str, Any]
9447
+
7214
9448
  @pulumi.input_type
7215
9449
  class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7216
9450
  def __init__(__self__, *,
@@ -7314,6 +9548,31 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
7314
9548
  pulumi.set(self, "string_value", value)
7315
9549
 
7316
9550
 
9551
+ if not MYPY:
9552
+ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict(TypedDict):
9553
+ key: NotRequired[pulumi.Input[str]]
9554
+ """
9555
+ (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.
9556
+ """
9557
+ model_type: NotRequired[pulumi.Input[str]]
9558
+ """
9559
+ (Updatable) The type of the task.
9560
+ """
9561
+ model_version: NotRequired[pulumi.Input[str]]
9562
+ """
9563
+ (Updatable) The object's model version.
9564
+ """
9565
+ name: NotRequired[pulumi.Input[str]]
9566
+ """
9567
+ (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.
9568
+ """
9569
+ object_status: NotRequired[pulumi.Input[int]]
9570
+ """
9571
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
9572
+ """
9573
+ elif False:
9574
+ WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict: TypeAlias = Mapping[str, Any]
9575
+
7317
9576
  @pulumi.input_type
7318
9577
  class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7319
9578
  def __init__(__self__, *,
@@ -7401,6 +9660,27 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
7401
9660
  pulumi.set(self, "object_status", value)
7402
9661
 
7403
9662
 
9663
+ if not MYPY:
9664
+ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict(TypedDict):
9665
+ key: NotRequired[pulumi.Input[str]]
9666
+ """
9667
+ (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.
9668
+ """
9669
+ model_type: NotRequired[pulumi.Input[str]]
9670
+ """
9671
+ (Updatable) The type of the task.
9672
+ """
9673
+ model_version: NotRequired[pulumi.Input[str]]
9674
+ """
9675
+ (Updatable) The object's model version.
9676
+ """
9677
+ object_status: NotRequired[pulumi.Input[int]]
9678
+ """
9679
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
9680
+ """
9681
+ elif False:
9682
+ WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict: TypeAlias = Mapping[str, Any]
9683
+
7404
9684
  @pulumi.input_type
7405
9685
  class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs:
7406
9686
  def __init__(__self__, *,
@@ -7472,6 +9752,19 @@ class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValu
7472
9752
  pulumi.set(self, "object_status", value)
7473
9753
 
7474
9754
 
9755
+ if not MYPY:
9756
+ class WorkspaceTaskOpConfigValuesParentRefArgsDict(TypedDict):
9757
+ parent: NotRequired[pulumi.Input[str]]
9758
+ """
9759
+ (Updatable) Key of the parent object.
9760
+ """
9761
+ root_doc_id: NotRequired[pulumi.Input[str]]
9762
+ """
9763
+ (Updatable) Key of the root document object.
9764
+ """
9765
+ elif False:
9766
+ WorkspaceTaskOpConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
9767
+
7475
9768
  @pulumi.input_type
7476
9769
  class WorkspaceTaskOpConfigValuesParentRefArgs:
7477
9770
  def __init__(__self__, *,
@@ -7511,6 +9804,51 @@ class WorkspaceTaskOpConfigValuesParentRefArgs:
7511
9804
  pulumi.set(self, "root_doc_id", value)
7512
9805
 
7513
9806
 
9807
+ if not MYPY:
9808
+ class WorkspaceTaskOutputPortArgsDict(TypedDict):
9809
+ model_type: pulumi.Input[str]
9810
+ """
9811
+ (Updatable) The type of the types object.
9812
+ """
9813
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskOutputPortConfigValuesArgsDict']]
9814
+ """
9815
+ (Updatable) Configuration values can be string, objects, or parameters.
9816
+ """
9817
+ description: NotRequired[pulumi.Input[str]]
9818
+ """
9819
+ (Updatable) Detailed description for the object.
9820
+ """
9821
+ fields: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
9822
+ """
9823
+ (Updatable) An array of fields.
9824
+ """
9825
+ key: NotRequired[pulumi.Input[str]]
9826
+ """
9827
+ (Updatable) The key of the object.
9828
+ """
9829
+ model_version: NotRequired[pulumi.Input[str]]
9830
+ """
9831
+ (Updatable) The model version of an object.
9832
+ """
9833
+ name: NotRequired[pulumi.Input[str]]
9834
+ """
9835
+ (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.
9836
+ """
9837
+ object_status: NotRequired[pulumi.Input[int]]
9838
+ """
9839
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
9840
+ """
9841
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskOutputPortParentRefArgsDict']]
9842
+ """
9843
+ (Updatable) A reference to the object's parent.
9844
+ """
9845
+ port_type: NotRequired[pulumi.Input[str]]
9846
+ """
9847
+ (Updatable) The port details for the data asset.Type.
9848
+ """
9849
+ elif False:
9850
+ WorkspaceTaskOutputPortArgsDict: TypeAlias = Mapping[str, Any]
9851
+
7514
9852
  @pulumi.input_type
7515
9853
  class WorkspaceTaskOutputPortArgs:
7516
9854
  def __init__(__self__, *,
@@ -7677,6 +10015,19 @@ class WorkspaceTaskOutputPortArgs:
7677
10015
  pulumi.set(self, "port_type", value)
7678
10016
 
7679
10017
 
10018
+ if not MYPY:
10019
+ class WorkspaceTaskOutputPortConfigValuesArgsDict(TypedDict):
10020
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgsDict']]
10021
+ """
10022
+ (Updatable) The configuration parameter values.
10023
+ """
10024
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskOutputPortConfigValuesParentRefArgsDict']]
10025
+ """
10026
+ (Updatable) A reference to the object's parent.
10027
+ """
10028
+ elif False:
10029
+ WorkspaceTaskOutputPortConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
10030
+
7680
10031
  @pulumi.input_type
7681
10032
  class WorkspaceTaskOutputPortConfigValuesArgs:
7682
10033
  def __init__(__self__, *,
@@ -7716,6 +10067,35 @@ class WorkspaceTaskOutputPortConfigValuesArgs:
7716
10067
  pulumi.set(self, "parent_ref", value)
7717
10068
 
7718
10069
 
10070
+ if not MYPY:
10071
+ class WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgsDict(TypedDict):
10072
+ int_value: NotRequired[pulumi.Input[int]]
10073
+ """
10074
+ (Updatable) An integer value of the parameter.
10075
+ """
10076
+ object_value: NotRequired[pulumi.Input[str]]
10077
+ """
10078
+ (Updatable) An object value of the parameter.
10079
+ """
10080
+ parameter_value: NotRequired[pulumi.Input[str]]
10081
+ """
10082
+ (Updatable) Reference to the parameter by its key.
10083
+ """
10084
+ ref_value: NotRequired[pulumi.Input[str]]
10085
+ """
10086
+ (Updatable) The root object reference value.
10087
+ """
10088
+ root_object_value: NotRequired[pulumi.Input[str]]
10089
+ """
10090
+ (Updatable) The root object value, used in custom parameters.
10091
+ """
10092
+ string_value: NotRequired[pulumi.Input[str]]
10093
+ """
10094
+ (Updatable) A string value of the parameter.
10095
+ """
10096
+ elif False:
10097
+ WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
10098
+
7719
10099
  @pulumi.input_type
7720
10100
  class WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs:
7721
10101
  def __init__(__self__, *,
@@ -7819,6 +10199,19 @@ class WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs:
7819
10199
  pulumi.set(self, "string_value", value)
7820
10200
 
7821
10201
 
10202
+ if not MYPY:
10203
+ class WorkspaceTaskOutputPortConfigValuesParentRefArgsDict(TypedDict):
10204
+ parent: NotRequired[pulumi.Input[str]]
10205
+ """
10206
+ (Updatable) Key of the parent object.
10207
+ """
10208
+ root_doc_id: NotRequired[pulumi.Input[str]]
10209
+ """
10210
+ (Updatable) Key of the root document object.
10211
+ """
10212
+ elif False:
10213
+ WorkspaceTaskOutputPortConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
10214
+
7822
10215
  @pulumi.input_type
7823
10216
  class WorkspaceTaskOutputPortConfigValuesParentRefArgs:
7824
10217
  def __init__(__self__, *,
@@ -7858,6 +10251,19 @@ class WorkspaceTaskOutputPortConfigValuesParentRefArgs:
7858
10251
  pulumi.set(self, "root_doc_id", value)
7859
10252
 
7860
10253
 
10254
+ if not MYPY:
10255
+ class WorkspaceTaskOutputPortParentRefArgsDict(TypedDict):
10256
+ parent: NotRequired[pulumi.Input[str]]
10257
+ """
10258
+ (Updatable) Key of the parent object.
10259
+ """
10260
+ root_doc_id: NotRequired[pulumi.Input[str]]
10261
+ """
10262
+ (Updatable) Key of the root document object.
10263
+ """
10264
+ elif False:
10265
+ WorkspaceTaskOutputPortParentRefArgsDict: TypeAlias = Mapping[str, Any]
10266
+
7861
10267
  @pulumi.input_type
7862
10268
  class WorkspaceTaskOutputPortParentRefArgs:
7863
10269
  def __init__(__self__, *,
@@ -7897,6 +10303,75 @@ class WorkspaceTaskOutputPortParentRefArgs:
7897
10303
  pulumi.set(self, "root_doc_id", value)
7898
10304
 
7899
10305
 
10306
+ if not MYPY:
10307
+ class WorkspaceTaskParameterArgsDict(TypedDict):
10308
+ model_type: pulumi.Input[str]
10309
+ """
10310
+ (Updatable) The type of the types object.
10311
+ """
10312
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesArgsDict']]
10313
+ """
10314
+ (Updatable) Configuration values can be string, objects, or parameters.
10315
+ """
10316
+ default_value: NotRequired[pulumi.Input[str]]
10317
+ """
10318
+ (Updatable) The default value of the parameter.
10319
+ """
10320
+ description: NotRequired[pulumi.Input[str]]
10321
+ """
10322
+ (Updatable) Detailed description for the object.
10323
+ """
10324
+ is_input: NotRequired[pulumi.Input[bool]]
10325
+ """
10326
+ (Updatable) Specifies whether the parameter is input value.
10327
+ """
10328
+ is_output: NotRequired[pulumi.Input[bool]]
10329
+ """
10330
+ (Updatable) Specifies whether the parameter is output value.
10331
+ """
10332
+ key: NotRequired[pulumi.Input[str]]
10333
+ """
10334
+ (Updatable) The key of the object.
10335
+ """
10336
+ model_version: NotRequired[pulumi.Input[str]]
10337
+ """
10338
+ (Updatable) The model version of an object.
10339
+ """
10340
+ name: NotRequired[pulumi.Input[str]]
10341
+ """
10342
+ (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.
10343
+ """
10344
+ object_status: NotRequired[pulumi.Input[int]]
10345
+ """
10346
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
10347
+ """
10348
+ output_aggregation_type: NotRequired[pulumi.Input[str]]
10349
+ """
10350
+ (Updatable) The output aggregation type.
10351
+ """
10352
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskParameterParentRefArgsDict']]
10353
+ """
10354
+ (Updatable) A reference to the object's parent.
10355
+ """
10356
+ root_object_default_value: NotRequired[pulumi.Input[str]]
10357
+ """
10358
+ (Updatable) The default value of the parameter which can be an object in DIS, such as a data entity.
10359
+ """
10360
+ type: NotRequired[pulumi.Input[str]]
10361
+ """
10362
+ (Updatable) This can either be a string value referencing the type or a BaseType object.
10363
+ """
10364
+ type_name: NotRequired[pulumi.Input[str]]
10365
+ """
10366
+ (Updatable) The type of value the parameter was created for.
10367
+ """
10368
+ used_for: NotRequired[pulumi.Input[str]]
10369
+ """
10370
+ (Updatable) The param name for which parameter is created for for eg. driver Shape, Operation etc.
10371
+ """
10372
+ elif False:
10373
+ WorkspaceTaskParameterArgsDict: TypeAlias = Mapping[str, Any]
10374
+
7900
10375
  @pulumi.input_type
7901
10376
  class WorkspaceTaskParameterArgs:
7902
10377
  def __init__(__self__, *,
@@ -8159,6 +10634,19 @@ class WorkspaceTaskParameterArgs:
8159
10634
  pulumi.set(self, "used_for", value)
8160
10635
 
8161
10636
 
10637
+ if not MYPY:
10638
+ class WorkspaceTaskParameterConfigValuesArgsDict(TypedDict):
10639
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesArgsDict']]
10640
+ """
10641
+ (Updatable) The configuration parameter values.
10642
+ """
10643
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesParentRefArgsDict']]
10644
+ """
10645
+ (Updatable) A reference to the object's parent.
10646
+ """
10647
+ elif False:
10648
+ WorkspaceTaskParameterConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
10649
+
8162
10650
  @pulumi.input_type
8163
10651
  class WorkspaceTaskParameterConfigValuesArgs:
8164
10652
  def __init__(__self__, *,
@@ -8198,6 +10686,16 @@ class WorkspaceTaskParameterConfigValuesArgs:
8198
10686
  pulumi.set(self, "parent_ref", value)
8199
10687
 
8200
10688
 
10689
+ if not MYPY:
10690
+ class WorkspaceTaskParameterConfigValuesConfigParamValuesArgsDict(TypedDict):
10691
+ config_param_value: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgsDict']]
10692
+ key: NotRequired[pulumi.Input[str]]
10693
+ """
10694
+ (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.
10695
+ """
10696
+ elif False:
10697
+ WorkspaceTaskParameterConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
10698
+
8201
10699
  @pulumi.input_type
8202
10700
  class WorkspaceTaskParameterConfigValuesConfigParamValuesArgs:
8203
10701
  def __init__(__self__, *,
@@ -8233,6 +10731,35 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesArgs:
8233
10731
  pulumi.set(self, "key", value)
8234
10732
 
8235
10733
 
10734
+ if not MYPY:
10735
+ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgsDict(TypedDict):
10736
+ int_value: NotRequired[pulumi.Input[int]]
10737
+ """
10738
+ An integer value of the parameter.
10739
+ """
10740
+ object_value: NotRequired[pulumi.Input[str]]
10741
+ """
10742
+ An object value of the parameter.
10743
+ """
10744
+ parameter_value: NotRequired[pulumi.Input[str]]
10745
+ """
10746
+ Reference to the parameter by its key.
10747
+ """
10748
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict']]
10749
+ """
10750
+ The root object reference value.
10751
+ """
10752
+ root_object_value: NotRequired[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict']]
10753
+ """
10754
+ The root object value, used in custom parameters.
10755
+ """
10756
+ string_value: NotRequired[pulumi.Input[str]]
10757
+ """
10758
+ A string value of the parameter.
10759
+ """
10760
+ elif False:
10761
+ WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgsDict: TypeAlias = Mapping[str, Any]
10762
+
8236
10763
  @pulumi.input_type
8237
10764
  class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8238
10765
  def __init__(__self__, *,
@@ -8336,6 +10863,31 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
8336
10863
  pulumi.set(self, "string_value", value)
8337
10864
 
8338
10865
 
10866
+ if not MYPY:
10867
+ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict(TypedDict):
10868
+ key: NotRequired[pulumi.Input[str]]
10869
+ """
10870
+ (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.
10871
+ """
10872
+ model_type: NotRequired[pulumi.Input[str]]
10873
+ """
10874
+ (Updatable) The type of the task.
10875
+ """
10876
+ model_version: NotRequired[pulumi.Input[str]]
10877
+ """
10878
+ (Updatable) The object's model version.
10879
+ """
10880
+ name: NotRequired[pulumi.Input[str]]
10881
+ """
10882
+ (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.
10883
+ """
10884
+ object_status: NotRequired[pulumi.Input[int]]
10885
+ """
10886
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
10887
+ """
10888
+ elif False:
10889
+ WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgsDict: TypeAlias = Mapping[str, Any]
10890
+
8339
10891
  @pulumi.input_type
8340
10892
  class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
8341
10893
  def __init__(__self__, *,
@@ -8423,6 +10975,27 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValu
8423
10975
  pulumi.set(self, "object_status", value)
8424
10976
 
8425
10977
 
10978
+ if not MYPY:
10979
+ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict(TypedDict):
10980
+ key: NotRequired[pulumi.Input[str]]
10981
+ """
10982
+ (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.
10983
+ """
10984
+ model_type: NotRequired[pulumi.Input[str]]
10985
+ """
10986
+ (Updatable) The type of the task.
10987
+ """
10988
+ model_version: NotRequired[pulumi.Input[str]]
10989
+ """
10990
+ (Updatable) The object's model version.
10991
+ """
10992
+ object_status: NotRequired[pulumi.Input[int]]
10993
+ """
10994
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
10995
+ """
10996
+ elif False:
10997
+ WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgsDict: TypeAlias = Mapping[str, Any]
10998
+
8426
10999
  @pulumi.input_type
8427
11000
  class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs:
8428
11001
  def __init__(__self__, *,
@@ -8494,6 +11067,19 @@ class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObj
8494
11067
  pulumi.set(self, "object_status", value)
8495
11068
 
8496
11069
 
11070
+ if not MYPY:
11071
+ class WorkspaceTaskParameterConfigValuesParentRefArgsDict(TypedDict):
11072
+ parent: NotRequired[pulumi.Input[str]]
11073
+ """
11074
+ (Updatable) Key of the parent object.
11075
+ """
11076
+ root_doc_id: NotRequired[pulumi.Input[str]]
11077
+ """
11078
+ (Updatable) Key of the root document object.
11079
+ """
11080
+ elif False:
11081
+ WorkspaceTaskParameterConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
11082
+
8497
11083
  @pulumi.input_type
8498
11084
  class WorkspaceTaskParameterConfigValuesParentRefArgs:
8499
11085
  def __init__(__self__, *,
@@ -8533,6 +11119,19 @@ class WorkspaceTaskParameterConfigValuesParentRefArgs:
8533
11119
  pulumi.set(self, "root_doc_id", value)
8534
11120
 
8535
11121
 
11122
+ if not MYPY:
11123
+ class WorkspaceTaskParameterParentRefArgsDict(TypedDict):
11124
+ parent: NotRequired[pulumi.Input[str]]
11125
+ """
11126
+ (Updatable) Key of the parent object.
11127
+ """
11128
+ root_doc_id: NotRequired[pulumi.Input[str]]
11129
+ """
11130
+ (Updatable) Key of the root document object.
11131
+ """
11132
+ elif False:
11133
+ WorkspaceTaskParameterParentRefArgsDict: TypeAlias = Mapping[str, Any]
11134
+
8536
11135
  @pulumi.input_type
8537
11136
  class WorkspaceTaskParameterParentRefArgs:
8538
11137
  def __init__(__self__, *,
@@ -8572,6 +11171,19 @@ class WorkspaceTaskParameterParentRefArgs:
8572
11171
  pulumi.set(self, "root_doc_id", value)
8573
11172
 
8574
11173
 
11174
+ if not MYPY:
11175
+ class WorkspaceTaskParentRefArgsDict(TypedDict):
11176
+ parent: NotRequired[pulumi.Input[str]]
11177
+ """
11178
+ (Updatable) Key of the parent object.
11179
+ """
11180
+ root_doc_id: NotRequired[pulumi.Input[str]]
11181
+ """
11182
+ (Updatable) Key of the root document object.
11183
+ """
11184
+ elif False:
11185
+ WorkspaceTaskParentRefArgsDict: TypeAlias = Mapping[str, Any]
11186
+
8575
11187
  @pulumi.input_type
8576
11188
  class WorkspaceTaskParentRefArgs:
8577
11189
  def __init__(__self__, *,
@@ -8611,6 +11223,31 @@ class WorkspaceTaskParentRefArgs:
8611
11223
  pulumi.set(self, "root_doc_id", value)
8612
11224
 
8613
11225
 
11226
+ if not MYPY:
11227
+ class WorkspaceTaskPollRestCallConfigArgsDict(TypedDict):
11228
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgsDict']]
11229
+ """
11230
+ (Updatable) Configuration values can be string, objects, or parameters.
11231
+ """
11232
+ key: NotRequired[pulumi.Input[str]]
11233
+ """
11234
+ (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.
11235
+ """
11236
+ method_type: NotRequired[pulumi.Input[str]]
11237
+ """
11238
+ (Updatable) The REST method to use.
11239
+ """
11240
+ model_type: NotRequired[pulumi.Input[str]]
11241
+ """
11242
+ (Updatable) The type of the task.
11243
+ """
11244
+ request_headers: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
11245
+ """
11246
+ (Updatable) The headers for the REST call.
11247
+ """
11248
+ elif False:
11249
+ WorkspaceTaskPollRestCallConfigArgsDict: TypeAlias = Mapping[str, Any]
11250
+
8614
11251
  @pulumi.input_type
8615
11252
  class WorkspaceTaskPollRestCallConfigArgs:
8616
11253
  def __init__(__self__, *,
@@ -8698,6 +11335,19 @@ class WorkspaceTaskPollRestCallConfigArgs:
8698
11335
  pulumi.set(self, "request_headers", value)
8699
11336
 
8700
11337
 
11338
+ if not MYPY:
11339
+ class WorkspaceTaskPollRestCallConfigConfigValuesArgsDict(TypedDict):
11340
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgsDict']]
11341
+ """
11342
+ (Updatable) The configuration parameter values.
11343
+ """
11344
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgsDict']]
11345
+ """
11346
+ (Updatable) A reference to the object's parent.
11347
+ """
11348
+ elif False:
11349
+ WorkspaceTaskPollRestCallConfigConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
11350
+
8701
11351
  @pulumi.input_type
8702
11352
  class WorkspaceTaskPollRestCallConfigConfigValuesArgs:
8703
11353
  def __init__(__self__, *,
@@ -8737,6 +11387,18 @@ class WorkspaceTaskPollRestCallConfigConfigValuesArgs:
8737
11387
  pulumi.set(self, "parent_ref", value)
8738
11388
 
8739
11389
 
11390
+ if not MYPY:
11391
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgsDict(TypedDict):
11392
+ poll_condition: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgsDict']]
11393
+ poll_interval: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgsDict']]
11394
+ poll_interval_unit: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgsDict']]
11395
+ poll_max_duration: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgsDict']]
11396
+ poll_max_duration_unit: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgsDict']]
11397
+ request_payload: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict']]
11398
+ request_url: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict']]
11399
+ elif False:
11400
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
11401
+
8740
11402
  @pulumi.input_type
8741
11403
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs:
8742
11404
  def __init__(__self__, *,
@@ -8826,6 +11488,19 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs:
8826
11488
  pulumi.set(self, "request_url", value)
8827
11489
 
8828
11490
 
11491
+ if not MYPY:
11492
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgsDict(TypedDict):
11493
+ parameter_value: NotRequired[pulumi.Input[str]]
11494
+ """
11495
+ Reference to the parameter by its key.
11496
+ """
11497
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgsDict']]
11498
+ """
11499
+ The root object reference value.
11500
+ """
11501
+ elif False:
11502
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgsDict: TypeAlias = Mapping[str, Any]
11503
+
8829
11504
  @pulumi.input_type
8830
11505
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs:
8831
11506
  def __init__(__self__, *,
@@ -8865,6 +11540,27 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionA
8865
11540
  pulumi.set(self, "ref_value", value)
8866
11541
 
8867
11542
 
11543
+ if not MYPY:
11544
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgsDict(TypedDict):
11545
+ expr_string: NotRequired[pulumi.Input[str]]
11546
+ """
11547
+ The expression string for the object.
11548
+ """
11549
+ key: NotRequired[pulumi.Input[str]]
11550
+ """
11551
+ (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.
11552
+ """
11553
+ model_type: NotRequired[pulumi.Input[str]]
11554
+ """
11555
+ (Updatable) The type of the task.
11556
+ """
11557
+ name: NotRequired[pulumi.Input[str]]
11558
+ """
11559
+ (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.
11560
+ """
11561
+ elif False:
11562
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgsDict: TypeAlias = Mapping[str, Any]
11563
+
8868
11564
  @pulumi.input_type
8869
11565
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs:
8870
11566
  def __init__(__self__, *,
@@ -8936,6 +11632,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionR
8936
11632
  pulumi.set(self, "name", value)
8937
11633
 
8938
11634
 
11635
+ if not MYPY:
11636
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgsDict(TypedDict):
11637
+ object_value: NotRequired[pulumi.Input[float]]
11638
+ """
11639
+ An object value of the parameter.
11640
+ """
11641
+ elif False:
11642
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgsDict: TypeAlias = Mapping[str, Any]
11643
+
8939
11644
  @pulumi.input_type
8940
11645
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs:
8941
11646
  def __init__(__self__, *,
@@ -8959,6 +11664,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalAr
8959
11664
  pulumi.set(self, "object_value", value)
8960
11665
 
8961
11666
 
11667
+ if not MYPY:
11668
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgsDict(TypedDict):
11669
+ string_value: NotRequired[pulumi.Input[str]]
11670
+ """
11671
+ A string value of the parameter.
11672
+ """
11673
+ elif False:
11674
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgsDict: TypeAlias = Mapping[str, Any]
11675
+
8962
11676
  @pulumi.input_type
8963
11677
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs:
8964
11678
  def __init__(__self__, *,
@@ -8982,6 +11696,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUn
8982
11696
  pulumi.set(self, "string_value", value)
8983
11697
 
8984
11698
 
11699
+ if not MYPY:
11700
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgsDict(TypedDict):
11701
+ object_value: NotRequired[pulumi.Input[float]]
11702
+ """
11703
+ An object value of the parameter.
11704
+ """
11705
+ elif False:
11706
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgsDict: TypeAlias = Mapping[str, Any]
11707
+
8985
11708
  @pulumi.input_type
8986
11709
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs:
8987
11710
  def __init__(__self__, *,
@@ -9005,6 +11728,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9005
11728
  pulumi.set(self, "object_value", value)
9006
11729
 
9007
11730
 
11731
+ if not MYPY:
11732
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgsDict(TypedDict):
11733
+ string_value: NotRequired[pulumi.Input[str]]
11734
+ """
11735
+ A string value of the parameter.
11736
+ """
11737
+ elif False:
11738
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgsDict: TypeAlias = Mapping[str, Any]
11739
+
9008
11740
  @pulumi.input_type
9009
11741
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs:
9010
11742
  def __init__(__self__, *,
@@ -9028,6 +11760,19 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuratio
9028
11760
  pulumi.set(self, "string_value", value)
9029
11761
 
9030
11762
 
11763
+ if not MYPY:
11764
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict(TypedDict):
11765
+ parameter_value: NotRequired[pulumi.Input[str]]
11766
+ """
11767
+ Reference to the parameter by its key.
11768
+ """
11769
+ ref_value: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict']]
11770
+ """
11771
+ The root object reference value.
11772
+ """
11773
+ elif False:
11774
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgsDict: TypeAlias = Mapping[str, Any]
11775
+
9031
11776
  @pulumi.input_type
9032
11777
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
9033
11778
  def __init__(__self__, *,
@@ -9067,6 +11812,27 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9067
11812
  pulumi.set(self, "ref_value", value)
9068
11813
 
9069
11814
 
11815
+ if not MYPY:
11816
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict(TypedDict):
11817
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict']]
11818
+ """
11819
+ Configuration values can be string, objects, or parameters.
11820
+ """
11821
+ key: NotRequired[pulumi.Input[str]]
11822
+ """
11823
+ (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.
11824
+ """
11825
+ model_type: NotRequired[pulumi.Input[str]]
11826
+ """
11827
+ (Updatable) The type of the task.
11828
+ """
11829
+ name: NotRequired[pulumi.Input[str]]
11830
+ """
11831
+ (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.
11832
+ """
11833
+ elif False:
11834
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgsDict: TypeAlias = Mapping[str, Any]
11835
+
9070
11836
  @pulumi.input_type
9071
11837
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
9072
11838
  def __init__(__self__, *,
@@ -9138,6 +11904,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9138
11904
  pulumi.set(self, "name", value)
9139
11905
 
9140
11906
 
11907
+ if not MYPY:
11908
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict(TypedDict):
11909
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict']]
11910
+ """
11911
+ The configuration parameter values.
11912
+ """
11913
+ elif False:
11914
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
11915
+
9141
11916
  @pulumi.input_type
9142
11917
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
9143
11918
  def __init__(__self__, *,
@@ -9161,6 +11936,12 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9161
11936
  pulumi.set(self, "config_param_values", value)
9162
11937
 
9163
11938
 
11939
+ if not MYPY:
11940
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict(TypedDict):
11941
+ data_param: NotRequired[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict']]
11942
+ elif False:
11943
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
11944
+
9164
11945
  @pulumi.input_type
9165
11946
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
9166
11947
  def __init__(__self__, *,
@@ -9178,6 +11959,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9178
11959
  pulumi.set(self, "data_param", value)
9179
11960
 
9180
11961
 
11962
+ if not MYPY:
11963
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict(TypedDict):
11964
+ string_value: NotRequired[pulumi.Input[str]]
11965
+ """
11966
+ A string value of the parameter.
11967
+ """
11968
+ elif False:
11969
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgsDict: TypeAlias = Mapping[str, Any]
11970
+
9181
11971
  @pulumi.input_type
9182
11972
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
9183
11973
  def __init__(__self__, *,
@@ -9201,6 +11991,15 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
9201
11991
  pulumi.set(self, "string_value", value)
9202
11992
 
9203
11993
 
11994
+ if not MYPY:
11995
+ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict(TypedDict):
11996
+ string_value: NotRequired[pulumi.Input[str]]
11997
+ """
11998
+ A string value of the parameter.
11999
+ """
12000
+ elif False:
12001
+ WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgsDict: TypeAlias = Mapping[str, Any]
12002
+
9204
12003
  @pulumi.input_type
9205
12004
  class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
9206
12005
  def __init__(__self__, *,
@@ -9224,6 +12023,19 @@ class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs
9224
12023
  pulumi.set(self, "string_value", value)
9225
12024
 
9226
12025
 
12026
+ if not MYPY:
12027
+ class WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgsDict(TypedDict):
12028
+ parent: NotRequired[pulumi.Input[str]]
12029
+ """
12030
+ (Updatable) Key of the parent object.
12031
+ """
12032
+ root_doc_id: NotRequired[pulumi.Input[str]]
12033
+ """
12034
+ (Updatable) Key of the root document object.
12035
+ """
12036
+ elif False:
12037
+ WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
12038
+
9227
12039
  @pulumi.input_type
9228
12040
  class WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs:
9229
12041
  def __init__(__self__, *,
@@ -9263,6 +12075,31 @@ class WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs:
9263
12075
  pulumi.set(self, "root_doc_id", value)
9264
12076
 
9265
12077
 
12078
+ if not MYPY:
12079
+ class WorkspaceTaskRegistryMetadataArgsDict(TypedDict):
12080
+ aggregator_key: pulumi.Input[str]
12081
+ """
12082
+ (Updatable) The owning object's key for this object.
12083
+ """
12084
+ is_favorite: NotRequired[pulumi.Input[bool]]
12085
+ """
12086
+ (Updatable) Specifies whether this object is a favorite or not.
12087
+ """
12088
+ key: NotRequired[pulumi.Input[str]]
12089
+ """
12090
+ (Updatable) The identifying key for the object.
12091
+ """
12092
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
12093
+ """
12094
+ (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.
12095
+ """
12096
+ registry_version: NotRequired[pulumi.Input[int]]
12097
+ """
12098
+ (Updatable) The registry version.
12099
+ """
12100
+ elif False:
12101
+ WorkspaceTaskRegistryMetadataArgsDict: TypeAlias = Mapping[str, Any]
12102
+
9266
12103
  @pulumi.input_type
9267
12104
  class WorkspaceTaskRegistryMetadataArgs:
9268
12105
  def __init__(__self__, *,
@@ -9349,6 +12186,51 @@ class WorkspaceTaskRegistryMetadataArgs:
9349
12186
  pulumi.set(self, "registry_version", value)
9350
12187
 
9351
12188
 
12189
+ if not MYPY:
12190
+ class WorkspaceTaskTypedExpressionArgsDict(TypedDict):
12191
+ config_values: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesArgsDict']]
12192
+ """
12193
+ (Updatable) Configuration values can be string, objects, or parameters.
12194
+ """
12195
+ description: NotRequired[pulumi.Input[str]]
12196
+ """
12197
+ (Updatable) Detailed description for the object.
12198
+ """
12199
+ expression: NotRequired[pulumi.Input[str]]
12200
+ """
12201
+ (Updatable) The expression string for the object.
12202
+ """
12203
+ key: NotRequired[pulumi.Input[str]]
12204
+ """
12205
+ (Updatable) The key of the object.
12206
+ """
12207
+ model_type: NotRequired[pulumi.Input[str]]
12208
+ """
12209
+ (Updatable) The type of the types object.
12210
+ """
12211
+ model_version: NotRequired[pulumi.Input[str]]
12212
+ """
12213
+ (Updatable) The model version of an object.
12214
+ """
12215
+ name: NotRequired[pulumi.Input[str]]
12216
+ """
12217
+ (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.
12218
+ """
12219
+ object_status: NotRequired[pulumi.Input[int]]
12220
+ """
12221
+ (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
12222
+ """
12223
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionParentRefArgsDict']]
12224
+ """
12225
+ (Updatable) A reference to the object's parent.
12226
+ """
12227
+ type: NotRequired[pulumi.Input[str]]
12228
+ """
12229
+ (Updatable) The object type.
12230
+ """
12231
+ elif False:
12232
+ WorkspaceTaskTypedExpressionArgsDict: TypeAlias = Mapping[str, Any]
12233
+
9352
12234
  @pulumi.input_type
9353
12235
  class WorkspaceTaskTypedExpressionArgs:
9354
12236
  def __init__(__self__, *,
@@ -9516,6 +12398,19 @@ class WorkspaceTaskTypedExpressionArgs:
9516
12398
  pulumi.set(self, "type", value)
9517
12399
 
9518
12400
 
12401
+ if not MYPY:
12402
+ class WorkspaceTaskTypedExpressionConfigValuesArgsDict(TypedDict):
12403
+ config_param_values: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgsDict']]
12404
+ """
12405
+ (Updatable) The configuration parameter values.
12406
+ """
12407
+ parent_ref: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesParentRefArgsDict']]
12408
+ """
12409
+ (Updatable) A reference to the object's parent.
12410
+ """
12411
+ elif False:
12412
+ WorkspaceTaskTypedExpressionConfigValuesArgsDict: TypeAlias = Mapping[str, Any]
12413
+
9519
12414
  @pulumi.input_type
9520
12415
  class WorkspaceTaskTypedExpressionConfigValuesArgs:
9521
12416
  def __init__(__self__, *,
@@ -9555,6 +12450,13 @@ class WorkspaceTaskTypedExpressionConfigValuesArgs:
9555
12450
  pulumi.set(self, "parent_ref", value)
9556
12451
 
9557
12452
 
12453
+ if not MYPY:
12454
+ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgsDict(TypedDict):
12455
+ length: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgsDict']]
12456
+ scale: NotRequired[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgsDict']]
12457
+ elif False:
12458
+ WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgsDict: TypeAlias = Mapping[str, Any]
12459
+
9558
12460
  @pulumi.input_type
9559
12461
  class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs:
9560
12462
  def __init__(__self__, *,
@@ -9584,6 +12486,15 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs:
9584
12486
  pulumi.set(self, "scale", value)
9585
12487
 
9586
12488
 
12489
+ if not MYPY:
12490
+ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgsDict(TypedDict):
12491
+ int_value: NotRequired[pulumi.Input[int]]
12492
+ """
12493
+ An integer value of the parameter.
12494
+ """
12495
+ elif False:
12496
+ WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgsDict: TypeAlias = Mapping[str, Any]
12497
+
9587
12498
  @pulumi.input_type
9588
12499
  class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs:
9589
12500
  def __init__(__self__, *,
@@ -9607,6 +12518,15 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs:
9607
12518
  pulumi.set(self, "int_value", value)
9608
12519
 
9609
12520
 
12521
+ if not MYPY:
12522
+ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgsDict(TypedDict):
12523
+ int_value: NotRequired[pulumi.Input[int]]
12524
+ """
12525
+ An integer value of the parameter.
12526
+ """
12527
+ elif False:
12528
+ WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgsDict: TypeAlias = Mapping[str, Any]
12529
+
9610
12530
  @pulumi.input_type
9611
12531
  class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs:
9612
12532
  def __init__(__self__, *,
@@ -9630,6 +12550,19 @@ class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs:
9630
12550
  pulumi.set(self, "int_value", value)
9631
12551
 
9632
12552
 
12553
+ if not MYPY:
12554
+ class WorkspaceTaskTypedExpressionConfigValuesParentRefArgsDict(TypedDict):
12555
+ parent: NotRequired[pulumi.Input[str]]
12556
+ """
12557
+ (Updatable) Key of the parent object.
12558
+ """
12559
+ root_doc_id: NotRequired[pulumi.Input[str]]
12560
+ """
12561
+ (Updatable) Key of the root document object.
12562
+ """
12563
+ elif False:
12564
+ WorkspaceTaskTypedExpressionConfigValuesParentRefArgsDict: TypeAlias = Mapping[str, Any]
12565
+
9633
12566
  @pulumi.input_type
9634
12567
  class WorkspaceTaskTypedExpressionConfigValuesParentRefArgs:
9635
12568
  def __init__(__self__, *,
@@ -9669,6 +12602,19 @@ class WorkspaceTaskTypedExpressionConfigValuesParentRefArgs:
9669
12602
  pulumi.set(self, "root_doc_id", value)
9670
12603
 
9671
12604
 
12605
+ if not MYPY:
12606
+ class WorkspaceTaskTypedExpressionParentRefArgsDict(TypedDict):
12607
+ parent: NotRequired[pulumi.Input[str]]
12608
+ """
12609
+ (Updatable) Key of the parent object.
12610
+ """
12611
+ root_doc_id: NotRequired[pulumi.Input[str]]
12612
+ """
12613
+ (Updatable) Key of the root document object.
12614
+ """
12615
+ elif False:
12616
+ WorkspaceTaskTypedExpressionParentRefArgsDict: TypeAlias = Mapping[str, Any]
12617
+
9672
12618
  @pulumi.input_type
9673
12619
  class WorkspaceTaskTypedExpressionParentRefArgs:
9674
12620
  def __init__(__self__, *,
@@ -9708,6 +12654,17 @@ class WorkspaceTaskTypedExpressionParentRefArgs:
9708
12654
  pulumi.set(self, "root_doc_id", value)
9709
12655
 
9710
12656
 
12657
+ if not MYPY:
12658
+ class GetWorkspaceApplicationPatchesFilterArgsDict(TypedDict):
12659
+ name: str
12660
+ """
12661
+ Used to filter by the name of the object.
12662
+ """
12663
+ values: Sequence[str]
12664
+ regex: NotRequired[bool]
12665
+ elif False:
12666
+ GetWorkspaceApplicationPatchesFilterArgsDict: TypeAlias = Mapping[str, Any]
12667
+
9711
12668
  @pulumi.input_type
9712
12669
  class GetWorkspaceApplicationPatchesFilterArgs:
9713
12670
  def __init__(__self__, *,
@@ -9753,6 +12710,17 @@ class GetWorkspaceApplicationPatchesFilterArgs:
9753
12710
  pulumi.set(self, "regex", value)
9754
12711
 
9755
12712
 
12713
+ if not MYPY:
12714
+ class GetWorkspaceApplicationSchedulesFilterArgsDict(TypedDict):
12715
+ name: str
12716
+ """
12717
+ Used to filter by the name of the object.
12718
+ """
12719
+ values: Sequence[str]
12720
+ regex: NotRequired[bool]
12721
+ elif False:
12722
+ GetWorkspaceApplicationSchedulesFilterArgsDict: TypeAlias = Mapping[str, Any]
12723
+
9756
12724
  @pulumi.input_type
9757
12725
  class GetWorkspaceApplicationSchedulesFilterArgs:
9758
12726
  def __init__(__self__, *,
@@ -9798,6 +12766,17 @@ class GetWorkspaceApplicationSchedulesFilterArgs:
9798
12766
  pulumi.set(self, "regex", value)
9799
12767
 
9800
12768
 
12769
+ if not MYPY:
12770
+ class GetWorkspaceApplicationTaskSchedulesFilterArgsDict(TypedDict):
12771
+ name: str
12772
+ """
12773
+ Used to filter by the name of the object.
12774
+ """
12775
+ values: Sequence[str]
12776
+ regex: NotRequired[bool]
12777
+ elif False:
12778
+ GetWorkspaceApplicationTaskSchedulesFilterArgsDict: TypeAlias = Mapping[str, Any]
12779
+
9801
12780
  @pulumi.input_type
9802
12781
  class GetWorkspaceApplicationTaskSchedulesFilterArgs:
9803
12782
  def __init__(__self__, *,
@@ -9843,6 +12822,17 @@ class GetWorkspaceApplicationTaskSchedulesFilterArgs:
9843
12822
  pulumi.set(self, "regex", value)
9844
12823
 
9845
12824
 
12825
+ if not MYPY:
12826
+ class GetWorkspaceApplicationsFilterArgsDict(TypedDict):
12827
+ name: str
12828
+ """
12829
+ Used to filter by the name of the object.
12830
+ """
12831
+ values: Sequence[str]
12832
+ regex: NotRequired[bool]
12833
+ elif False:
12834
+ GetWorkspaceApplicationsFilterArgsDict: TypeAlias = Mapping[str, Any]
12835
+
9846
12836
  @pulumi.input_type
9847
12837
  class GetWorkspaceApplicationsFilterArgs:
9848
12838
  def __init__(__self__, *,
@@ -9888,6 +12878,17 @@ class GetWorkspaceApplicationsFilterArgs:
9888
12878
  pulumi.set(self, "regex", value)
9889
12879
 
9890
12880
 
12881
+ if not MYPY:
12882
+ class GetWorkspaceExportRequestsFilterArgsDict(TypedDict):
12883
+ name: str
12884
+ """
12885
+ Used to filter by the name of the object.
12886
+ """
12887
+ values: Sequence[str]
12888
+ regex: NotRequired[bool]
12889
+ elif False:
12890
+ GetWorkspaceExportRequestsFilterArgsDict: TypeAlias = Mapping[str, Any]
12891
+
9891
12892
  @pulumi.input_type
9892
12893
  class GetWorkspaceExportRequestsFilterArgs:
9893
12894
  def __init__(__self__, *,
@@ -9933,6 +12934,17 @@ class GetWorkspaceExportRequestsFilterArgs:
9933
12934
  pulumi.set(self, "regex", value)
9934
12935
 
9935
12936
 
12937
+ if not MYPY:
12938
+ class GetWorkspaceFoldersFilterArgsDict(TypedDict):
12939
+ name: str
12940
+ """
12941
+ Used to filter by the name of the object.
12942
+ """
12943
+ values: Sequence[str]
12944
+ regex: NotRequired[bool]
12945
+ elif False:
12946
+ GetWorkspaceFoldersFilterArgsDict: TypeAlias = Mapping[str, Any]
12947
+
9936
12948
  @pulumi.input_type
9937
12949
  class GetWorkspaceFoldersFilterArgs:
9938
12950
  def __init__(__self__, *,
@@ -9978,6 +12990,17 @@ class GetWorkspaceFoldersFilterArgs:
9978
12990
  pulumi.set(self, "regex", value)
9979
12991
 
9980
12992
 
12993
+ if not MYPY:
12994
+ class GetWorkspaceImportRequestsFilterArgsDict(TypedDict):
12995
+ name: str
12996
+ """
12997
+ Used to filter by the name of the object.
12998
+ """
12999
+ values: Sequence[str]
13000
+ regex: NotRequired[bool]
13001
+ elif False:
13002
+ GetWorkspaceImportRequestsFilterArgsDict: TypeAlias = Mapping[str, Any]
13003
+
9981
13004
  @pulumi.input_type
9982
13005
  class GetWorkspaceImportRequestsFilterArgs:
9983
13006
  def __init__(__self__, *,
@@ -10023,6 +13046,17 @@ class GetWorkspaceImportRequestsFilterArgs:
10023
13046
  pulumi.set(self, "regex", value)
10024
13047
 
10025
13048
 
13049
+ if not MYPY:
13050
+ class GetWorkspaceProjectsFilterArgsDict(TypedDict):
13051
+ name: str
13052
+ """
13053
+ Used to filter by the name of the object.
13054
+ """
13055
+ values: Sequence[str]
13056
+ regex: NotRequired[bool]
13057
+ elif False:
13058
+ GetWorkspaceProjectsFilterArgsDict: TypeAlias = Mapping[str, Any]
13059
+
10026
13060
  @pulumi.input_type
10027
13061
  class GetWorkspaceProjectsFilterArgs:
10028
13062
  def __init__(__self__, *,
@@ -10068,6 +13102,17 @@ class GetWorkspaceProjectsFilterArgs:
10068
13102
  pulumi.set(self, "regex", value)
10069
13103
 
10070
13104
 
13105
+ if not MYPY:
13106
+ class GetWorkspaceTasksFilterArgsDict(TypedDict):
13107
+ name: str
13108
+ """
13109
+ Used to filter by the name of the object.
13110
+ """
13111
+ values: Sequence[str]
13112
+ regex: NotRequired[bool]
13113
+ elif False:
13114
+ GetWorkspaceTasksFilterArgsDict: TypeAlias = Mapping[str, Any]
13115
+
10071
13116
  @pulumi.input_type
10072
13117
  class GetWorkspaceTasksFilterArgs:
10073
13118
  def __init__(__self__, *,
@@ -10113,6 +13158,17 @@ class GetWorkspaceTasksFilterArgs:
10113
13158
  pulumi.set(self, "regex", value)
10114
13159
 
10115
13160
 
13161
+ if not MYPY:
13162
+ class GetWorkspacesFilterArgsDict(TypedDict):
13163
+ name: str
13164
+ """
13165
+ Used to filter by the name of the object.
13166
+ """
13167
+ values: Sequence[str]
13168
+ regex: NotRequired[bool]
13169
+ elif False:
13170
+ GetWorkspacesFilterArgsDict: TypeAlias = Mapping[str, Any]
13171
+
10116
13172
  @pulumi.input_type
10117
13173
  class GetWorkspacesFilterArgs:
10118
13174
  def __init__(__self__, *,