pulumi-oci 2.7.0a1723624751__py3-none-any.whl → 2.8.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 (1022) hide show
  1. pulumi_oci/adm/_inputs.py +4 -4
  2. pulumi_oci/adm/get_knowledgebase.py +3 -3
  3. pulumi_oci/adm/get_remediation_recipe.py +3 -3
  4. pulumi_oci/adm/get_remediation_run.py +3 -3
  5. pulumi_oci/adm/get_vulnerability_audit.py +3 -3
  6. pulumi_oci/adm/knowledge_base.py +35 -35
  7. pulumi_oci/adm/outputs.py +45 -45
  8. pulumi_oci/adm/remediation_recipe.py +35 -35
  9. pulumi_oci/adm/remediation_run.py +35 -35
  10. pulumi_oci/adm/vulnerability_audit.py +35 -35
  11. pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
  12. pulumi_oci/aianomalydetection/data_asset.py +35 -35
  13. pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
  14. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
  15. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
  16. pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
  17. pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
  18. pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
  19. pulumi_oci/aianomalydetection/model.py +35 -35
  20. pulumi_oci/aianomalydetection/outputs.py +45 -45
  21. pulumi_oci/aianomalydetection/project.py +35 -35
  22. pulumi_oci/aidocument/get_model.py +3 -3
  23. pulumi_oci/aidocument/get_project.py +3 -3
  24. pulumi_oci/aidocument/model.py +35 -35
  25. pulumi_oci/aidocument/outputs.py +18 -18
  26. pulumi_oci/aidocument/project.py +35 -35
  27. pulumi_oci/ailanguage/endpoint.py +35 -35
  28. pulumi_oci/ailanguage/get_endpoint.py +3 -3
  29. pulumi_oci/ailanguage/get_model.py +3 -3
  30. pulumi_oci/ailanguage/get_project.py +3 -3
  31. pulumi_oci/ailanguage/model.py +35 -35
  32. pulumi_oci/ailanguage/outputs.py +33 -33
  33. pulumi_oci/ailanguage/project.py +35 -35
  34. pulumi_oci/aivision/get_model.py +3 -3
  35. pulumi_oci/aivision/get_project.py +3 -3
  36. pulumi_oci/aivision/model.py +35 -35
  37. pulumi_oci/aivision/outputs.py +18 -18
  38. pulumi_oci/aivision/project.py +35 -35
  39. pulumi_oci/analytics/_inputs.py +4 -4
  40. pulumi_oci/analytics/analytics_instance.py +227 -53
  41. pulumi_oci/analytics/get_analytics_instance.py +53 -4
  42. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  43. pulumi_oci/analytics/outputs.py +58 -18
  44. pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
  45. pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
  46. pulumi_oci/announcementsservice/outputs.py +9 -9
  47. pulumi_oci/apigateway/_inputs.py +8 -8
  48. pulumi_oci/apigateway/api.py +28 -28
  49. pulumi_oci/apigateway/certificate.py +28 -28
  50. pulumi_oci/apigateway/deployment.py +28 -28
  51. pulumi_oci/apigateway/gateway.py +28 -28
  52. pulumi_oci/apigateway/get_api.py +2 -2
  53. pulumi_oci/apigateway/get_certificate.py +2 -2
  54. pulumi_oci/apigateway/get_deployment.py +2 -2
  55. pulumi_oci/apigateway/get_gateway.py +2 -2
  56. pulumi_oci/apigateway/get_subscriber.py +2 -2
  57. pulumi_oci/apigateway/get_usage_plan.py +2 -2
  58. pulumi_oci/apigateway/outputs.py +54 -54
  59. pulumi_oci/apigateway/subscriber.py +28 -28
  60. pulumi_oci/apigateway/usage_plan.py +28 -28
  61. pulumi_oci/apm/apm_domain.py +28 -28
  62. pulumi_oci/apm/get_apm_domain.py +2 -2
  63. pulumi_oci/apm/outputs.py +6 -6
  64. pulumi_oci/apmconfig/config.py +28 -28
  65. pulumi_oci/apmconfig/get_config.py +2 -2
  66. pulumi_oci/apmconfig/outputs.py +6 -6
  67. pulumi_oci/apmsynthetics/config.py +28 -28
  68. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
  69. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
  70. pulumi_oci/apmsynthetics/get_monitor.py +2 -2
  71. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
  72. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
  73. pulumi_oci/apmsynthetics/get_script.py +2 -2
  74. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
  75. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
  76. pulumi_oci/apmsynthetics/outputs.py +30 -30
  77. pulumi_oci/apmsynthetics/script.py +28 -28
  78. pulumi_oci/artifacts/container_image_signature.py +35 -35
  79. pulumi_oci/artifacts/container_repository.py +35 -35
  80. pulumi_oci/artifacts/generic_artifact.py +28 -28
  81. pulumi_oci/artifacts/get_container_image.py +3 -3
  82. pulumi_oci/artifacts/get_container_image_signature.py +3 -3
  83. pulumi_oci/artifacts/get_container_repository.py +3 -3
  84. pulumi_oci/artifacts/get_generic_artifact.py +2 -2
  85. pulumi_oci/artifacts/get_repository.py +2 -2
  86. pulumi_oci/artifacts/outputs.py +39 -39
  87. pulumi_oci/artifacts/repository.py +28 -28
  88. pulumi_oci/audit/outputs.py +27 -27
  89. pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
  90. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
  91. pulumi_oci/autoscaling/outputs.py +6 -6
  92. pulumi_oci/bastion/bastion.py +35 -35
  93. pulumi_oci/bastion/get_bastion.py +3 -3
  94. pulumi_oci/bastion/get_session.py +1 -1
  95. pulumi_oci/bastion/outputs.py +12 -12
  96. pulumi_oci/bastion/session.py +7 -7
  97. pulumi_oci/bigdataservice/bds_instance.py +28 -28
  98. pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
  99. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
  100. pulumi_oci/bigdataservice/outputs.py +6 -6
  101. pulumi_oci/blockchain/blockchain_platform.py +28 -28
  102. pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
  103. pulumi_oci/blockchain/outputs.py +6 -6
  104. pulumi_oci/budget/budget.py +28 -28
  105. pulumi_oci/budget/get_alert_rule.py +2 -2
  106. pulumi_oci/budget/get_budget.py +2 -2
  107. pulumi_oci/budget/outputs.py +12 -12
  108. pulumi_oci/budget/rule.py +28 -28
  109. pulumi_oci/capacitymanagement/_inputs.py +4 -4
  110. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
  111. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
  112. pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
  113. pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
  114. pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
  115. pulumi_oci/capacitymanagement/outputs.py +43 -43
  116. pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
  117. pulumi_oci/certificatesmanagement/certificate.py +28 -28
  118. pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
  119. pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
  120. pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
  121. pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
  122. pulumi_oci/certificatesmanagement/outputs.py +18 -18
  123. pulumi_oci/cloudbridge/_inputs.py +8 -8
  124. pulumi_oci/cloudbridge/agent.py +35 -35
  125. pulumi_oci/cloudbridge/agent_dependency.py +42 -42
  126. pulumi_oci/cloudbridge/agent_plugin.py +21 -21
  127. pulumi_oci/cloudbridge/asset.py +35 -35
  128. pulumi_oci/cloudbridge/asset_source.py +42 -42
  129. pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
  130. pulumi_oci/cloudbridge/environment.py +35 -35
  131. pulumi_oci/cloudbridge/get_agent.py +3 -3
  132. pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
  133. pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
  134. pulumi_oci/cloudbridge/get_asset.py +3 -3
  135. pulumi_oci/cloudbridge/get_asset_source.py +3 -3
  136. pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
  137. pulumi_oci/cloudbridge/get_environment.py +3 -3
  138. pulumi_oci/cloudbridge/get_inventory.py +3 -3
  139. pulumi_oci/cloudbridge/inventory.py +35 -35
  140. pulumi_oci/cloudbridge/outputs.py +93 -93
  141. pulumi_oci/cloudguard/_inputs.py +12 -12
  142. pulumi_oci/cloudguard/adhoc_query.py +35 -35
  143. pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
  144. pulumi_oci/cloudguard/data_mask_rule.py +35 -35
  145. pulumi_oci/cloudguard/detector_recipe.py +35 -35
  146. pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
  147. pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
  148. pulumi_oci/cloudguard/get_data_source.py +3 -3
  149. pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
  150. pulumi_oci/cloudguard/get_guard_target.py +3 -3
  151. pulumi_oci/cloudguard/get_managed_list.py +3 -3
  152. pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
  153. pulumi_oci/cloudguard/get_saved_query.py +3 -3
  154. pulumi_oci/cloudguard/get_security_policy.py +2 -2
  155. pulumi_oci/cloudguard/get_security_recipe.py +2 -2
  156. pulumi_oci/cloudguard/get_security_zone.py +2 -2
  157. pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
  158. pulumi_oci/cloudguard/managed_list.py +35 -35
  159. pulumi_oci/cloudguard/outputs.py +126 -126
  160. pulumi_oci/cloudguard/responder_recipe.py +35 -35
  161. pulumi_oci/cloudguard/saved_query.py +35 -35
  162. pulumi_oci/cloudguard/security_recipe.py +28 -28
  163. pulumi_oci/cloudguard/security_zone.py +28 -28
  164. pulumi_oci/cloudguard/target.py +35 -35
  165. pulumi_oci/cloudguard/wlp_agent.py +35 -35
  166. pulumi_oci/cloudmigrations/_inputs.py +56 -56
  167. pulumi_oci/cloudmigrations/get_migration.py +3 -3
  168. pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
  169. pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
  170. pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
  171. pulumi_oci/cloudmigrations/migration.py +35 -35
  172. pulumi_oci/cloudmigrations/migration_asset.py +7 -7
  173. pulumi_oci/cloudmigrations/migration_plan.py +42 -42
  174. pulumi_oci/cloudmigrations/outputs.py +177 -177
  175. pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
  176. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
  177. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
  178. pulumi_oci/clusterplacementgroups/outputs.py +9 -9
  179. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
  180. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
  181. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
  182. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
  183. pulumi_oci/computecloud/outputs.py +18 -18
  184. pulumi_oci/containerengine/_inputs.py +64 -64
  185. pulumi_oci/containerengine/cluster.py +28 -28
  186. pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
  187. pulumi_oci/containerengine/container_instance.py +35 -35
  188. pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
  189. pulumi_oci/containerengine/get_node_pool.py +3 -3
  190. pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
  191. pulumi_oci/containerengine/node_pool.py +42 -42
  192. pulumi_oci/containerengine/outputs.py +135 -135
  193. pulumi_oci/containerengine/virtual_node_pool.py +35 -35
  194. pulumi_oci/containerinstances/get_container_instance.py +3 -3
  195. pulumi_oci/containerinstances/outputs.py +43 -43
  196. pulumi_oci/core/_inputs.py +124 -124
  197. pulumi_oci/core/boot_volume.py +35 -35
  198. pulumi_oci/core/boot_volume_backup.py +35 -35
  199. pulumi_oci/core/capture_filter.py +28 -28
  200. pulumi_oci/core/cluster_network.py +28 -28
  201. pulumi_oci/core/compute_capacity_reservation.py +28 -28
  202. pulumi_oci/core/compute_capacity_topology.py +28 -28
  203. pulumi_oci/core/compute_cluster.py +28 -28
  204. pulumi_oci/core/compute_image_capability_schema.py +42 -92
  205. pulumi_oci/core/console_history.py +28 -28
  206. pulumi_oci/core/cpe.py +28 -28
  207. pulumi_oci/core/cross_connect.py +28 -28
  208. pulumi_oci/core/cross_connect_group.py +28 -28
  209. pulumi_oci/core/dedicated_vm_host.py +28 -28
  210. pulumi_oci/core/default_dhcp_options.py +20 -20
  211. pulumi_oci/core/default_route_table.py +20 -20
  212. pulumi_oci/core/default_security_list.py +20 -20
  213. pulumi_oci/core/dhcp_options.py +28 -28
  214. pulumi_oci/core/drg.py +28 -28
  215. pulumi_oci/core/drg_attachment.py +28 -28
  216. pulumi_oci/core/drg_attachment_management.py +28 -28
  217. pulumi_oci/core/drg_route_distribution.py +28 -28
  218. pulumi_oci/core/drg_route_table.py +28 -28
  219. pulumi_oci/core/drg_route_table_route_rule.py +7 -7
  220. pulumi_oci/core/get_block_volume_replica.py +2 -2
  221. pulumi_oci/core/get_boot_volume.py +3 -3
  222. pulumi_oci/core/get_boot_volume_backup.py +3 -3
  223. pulumi_oci/core/get_boot_volume_replica.py +2 -2
  224. pulumi_oci/core/get_byoip_range.py +2 -2
  225. pulumi_oci/core/get_capture_filter.py +2 -2
  226. pulumi_oci/core/get_cluster_network.py +2 -2
  227. pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
  228. pulumi_oci/core/get_compute_capacity_topology.py +2 -2
  229. pulumi_oci/core/get_compute_cluster.py +2 -2
  230. pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
  231. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
  232. pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
  233. pulumi_oci/core/get_cross_connect.py +2 -2
  234. pulumi_oci/core/get_cross_connect_group.py +2 -2
  235. pulumi_oci/core/get_dedicated_vm_host.py +2 -2
  236. pulumi_oci/core/get_drg_route_distribution.py +2 -2
  237. pulumi_oci/core/get_drg_route_rule.py +2 -2
  238. pulumi_oci/core/get_image.py +2 -2
  239. pulumi_oci/core/get_instance.py +5 -5
  240. pulumi_oci/core/get_instance_configuration.py +2 -2
  241. pulumi_oci/core/get_instance_maintenance_event.py +3 -3
  242. pulumi_oci/core/get_instance_pool.py +2 -2
  243. pulumi_oci/core/get_ipv6.py +2 -2
  244. pulumi_oci/core/get_nat_gateway.py +2 -2
  245. pulumi_oci/core/get_network_security_group.py +2 -2
  246. pulumi_oci/core/get_private_ip.py +2 -2
  247. pulumi_oci/core/get_public_ip.py +2 -2
  248. pulumi_oci/core/get_public_ip_pool.py +2 -2
  249. pulumi_oci/core/get_subnet.py +2 -2
  250. pulumi_oci/core/get_vcn.py +2 -2
  251. pulumi_oci/core/get_virtual_circuit.py +2 -2
  252. pulumi_oci/core/get_vlan.py +2 -2
  253. pulumi_oci/core/get_vnic.py +2 -2
  254. pulumi_oci/core/get_volume.py +3 -3
  255. pulumi_oci/core/get_volume_group_replica.py +2 -2
  256. pulumi_oci/core/get_vtap.py +2 -2
  257. pulumi_oci/core/image.py +28 -28
  258. pulumi_oci/core/instance.py +59 -59
  259. pulumi_oci/core/instance_configuration.py +28 -28
  260. pulumi_oci/core/instance_console_connection.py +28 -28
  261. pulumi_oci/core/instance_maintenance_event.py +35 -35
  262. pulumi_oci/core/instance_pool.py +28 -28
  263. pulumi_oci/core/internet_gateway.py +28 -28
  264. pulumi_oci/core/ipsec.py +28 -28
  265. pulumi_oci/core/ipv6.py +28 -28
  266. pulumi_oci/core/local_peering_gateway.py +28 -28
  267. pulumi_oci/core/nat_gateway.py +28 -28
  268. pulumi_oci/core/network_security_group.py +28 -28
  269. pulumi_oci/core/outputs.py +620 -620
  270. pulumi_oci/core/private_ip.py +28 -28
  271. pulumi_oci/core/public_ip.py +28 -28
  272. pulumi_oci/core/public_ip_pool.py +28 -28
  273. pulumi_oci/core/remote_peering_connection.py +28 -28
  274. pulumi_oci/core/route_table.py +28 -28
  275. pulumi_oci/core/security_list.py +28 -28
  276. pulumi_oci/core/service_gateway.py +28 -28
  277. pulumi_oci/core/subnet.py +28 -28
  278. pulumi_oci/core/vcn.py +28 -28
  279. pulumi_oci/core/virtual_circuit.py +28 -28
  280. pulumi_oci/core/virtual_network.py +20 -20
  281. pulumi_oci/core/vlan.py +28 -28
  282. pulumi_oci/core/volume.py +35 -35
  283. pulumi_oci/core/volume_backup.py +35 -35
  284. pulumi_oci/core/volume_backup_policy.py +28 -28
  285. pulumi_oci/core/volume_group.py +28 -28
  286. pulumi_oci/core/volume_group_backup.py +28 -28
  287. pulumi_oci/core/vtap.py +28 -28
  288. pulumi_oci/database/_inputs.py +66 -66
  289. pulumi_oci/database/application_vip.py +14 -14
  290. pulumi_oci/database/autonomous_container_database.py +28 -28
  291. pulumi_oci/database/autonomous_database.py +35 -35
  292. pulumi_oci/database/autonomous_database_software_image.py +28 -28
  293. pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
  294. pulumi_oci/database/autonomous_vm_cluster.py +28 -28
  295. pulumi_oci/database/backup_destination.py +28 -28
  296. pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
  297. pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
  298. pulumi_oci/database/cloud_vm_cluster.py +35 -35
  299. pulumi_oci/database/data_guard_association.py +56 -56
  300. pulumi_oci/database/database.py +14 -14
  301. pulumi_oci/database/database_software_image.py +28 -28
  302. pulumi_oci/database/database_upgrade.py +14 -14
  303. pulumi_oci/database/db_home.py +28 -28
  304. pulumi_oci/database/db_node.py +28 -28
  305. pulumi_oci/database/db_node_console_connection.py +28 -28
  306. pulumi_oci/database/db_node_console_history.py +28 -28
  307. pulumi_oci/database/db_system.py +28 -28
  308. pulumi_oci/database/db_systems_upgrade.py +14 -14
  309. pulumi_oci/database/exadata_infrastructure.py +28 -28
  310. pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
  311. pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
  312. pulumi_oci/database/exadb_vm_cluster.py +35 -35
  313. pulumi_oci/database/exascale_db_storage_vault.py +35 -35
  314. pulumi_oci/database/external_container_database.py +28 -28
  315. pulumi_oci/database/external_database_connector.py +28 -28
  316. pulumi_oci/database/external_non_container_database.py +28 -28
  317. pulumi_oci/database/external_pluggable_database.py +28 -28
  318. pulumi_oci/database/get_application_vip.py +2 -2
  319. pulumi_oci/database/get_autonomous_container_database.py +2 -2
  320. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
  321. pulumi_oci/database/get_autonomous_database.py +3 -3
  322. pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
  323. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
  324. pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
  325. pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
  326. pulumi_oci/database/get_backup_destination.py +2 -2
  327. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
  328. pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
  329. pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
  330. pulumi_oci/database/get_data_guard_association.py +4 -4
  331. pulumi_oci/database/get_database.py +2 -2
  332. pulumi_oci/database/get_database_software_image.py +2 -2
  333. pulumi_oci/database/get_db_home.py +2 -2
  334. pulumi_oci/database/get_db_node.py +2 -2
  335. pulumi_oci/database/get_db_node_console_connection.py +2 -2
  336. pulumi_oci/database/get_db_node_console_history.py +2 -2
  337. pulumi_oci/database/get_db_server.py +2 -2
  338. pulumi_oci/database/get_exadata_infrastructure.py +2 -2
  339. pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
  340. pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
  341. pulumi_oci/database/get_external_container_database.py +2 -2
  342. pulumi_oci/database/get_external_database_connector.py +2 -2
  343. pulumi_oci/database/get_external_non_container_database.py +2 -2
  344. pulumi_oci/database/get_external_pluggable_database.py +2 -2
  345. pulumi_oci/database/get_key_store.py +2 -2
  346. pulumi_oci/database/get_maintenance_run.py +14 -1
  347. pulumi_oci/database/get_oneoff_patch.py +2 -2
  348. pulumi_oci/database/get_pluggable_database.py +2 -2
  349. pulumi_oci/database/get_vm_cluster.py +2 -2
  350. pulumi_oci/database/get_vm_cluster_network.py +2 -2
  351. pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
  352. pulumi_oci/database/key_store.py +28 -28
  353. pulumi_oci/database/maintenance_run.py +56 -7
  354. pulumi_oci/database/oneoff_patch.py +28 -28
  355. pulumi_oci/database/outputs.py +375 -342
  356. pulumi_oci/database/pluggable_database.py +28 -28
  357. pulumi_oci/database/pluggable_database_managements_management.py +14 -14
  358. pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
  359. pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
  360. pulumi_oci/database/vm_cluster.py +28 -28
  361. pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
  362. pulumi_oci/database/vm_cluster_network.py +28 -28
  363. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
  364. pulumi_oci/databasemanagement/_inputs.py +52 -52
  365. pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
  366. pulumi_oci/databasemanagement/external_asm.py +42 -42
  367. pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
  368. pulumi_oci/databasemanagement/external_cluster.py +42 -42
  369. pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
  370. pulumi_oci/databasemanagement/external_db_home.py +42 -42
  371. pulumi_oci/databasemanagement/external_db_node.py +42 -42
  372. pulumi_oci/databasemanagement/external_db_system.py +35 -35
  373. pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
  374. pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
  375. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
  376. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
  377. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
  378. pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
  379. pulumi_oci/databasemanagement/external_listener.py +42 -42
  380. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
  381. pulumi_oci/databasemanagement/get_external_asm.py +4 -4
  382. pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
  383. pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
  384. pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
  385. pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
  386. pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
  387. pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
  388. pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
  389. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
  390. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
  391. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
  392. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
  393. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
  394. pulumi_oci/databasemanagement/get_external_listener.py +4 -4
  395. pulumi_oci/databasemanagement/get_managed_database.py +3 -3
  396. pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
  397. pulumi_oci/databasemanagement/get_named_credential.py +3 -3
  398. pulumi_oci/databasemanagement/managed_database.py +42 -42
  399. pulumi_oci/databasemanagement/managed_database_group.py +35 -35
  400. pulumi_oci/databasemanagement/named_credential.py +35 -35
  401. pulumi_oci/databasemanagement/outputs.py +282 -282
  402. pulumi_oci/databasemigration/_inputs.py +12 -12
  403. pulumi_oci/databasemigration/connection.py +35 -35
  404. pulumi_oci/databasemigration/get_connection.py +3 -3
  405. pulumi_oci/databasemigration/get_migration.py +3 -3
  406. pulumi_oci/databasemigration/get_migrations.py +3 -3
  407. pulumi_oci/databasemigration/job.py +35 -35
  408. pulumi_oci/databasemigration/migration.py +35 -35
  409. pulumi_oci/databasemigration/outputs.py +18 -18
  410. pulumi_oci/databasetools/database_tools_connection.py +49 -49
  411. pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
  412. pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
  413. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
  414. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
  415. pulumi_oci/databasetools/outputs.py +30 -30
  416. pulumi_oci/datacatalog/catalog.py +35 -35
  417. pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
  418. pulumi_oci/datacatalog/connection.py +24 -24
  419. pulumi_oci/datacatalog/data_asset.py +10 -10
  420. pulumi_oci/datacatalog/get_catalog.py +3 -3
  421. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
  422. pulumi_oci/datacatalog/get_catalog_type.py +1 -1
  423. pulumi_oci/datacatalog/get_connection.py +2 -2
  424. pulumi_oci/datacatalog/get_data_asset.py +1 -1
  425. pulumi_oci/datacatalog/get_metastore.py +3 -3
  426. pulumi_oci/datacatalog/metastore.py +35 -35
  427. pulumi_oci/datacatalog/outputs.py +35 -35
  428. pulumi_oci/dataflow/application.py +42 -42
  429. pulumi_oci/dataflow/get_application.py +3 -3
  430. pulumi_oci/dataflow/get_invoke_run.py +3 -3
  431. pulumi_oci/dataflow/get_pool.py +2 -2
  432. pulumi_oci/dataflow/get_private_endpoint.py +2 -2
  433. pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
  434. pulumi_oci/dataflow/invoke_run.py +42 -42
  435. pulumi_oci/dataflow/outputs.py +42 -42
  436. pulumi_oci/dataflow/pool.py +28 -28
  437. pulumi_oci/dataflow/private_endpoint.py +28 -28
  438. pulumi_oci/dataflow/sql_endpoint.py +49 -49
  439. pulumi_oci/dataintegration/_inputs.py +44 -44
  440. pulumi_oci/dataintegration/get_workspace.py +2 -2
  441. pulumi_oci/dataintegration/get_workspace_application.py +3 -3
  442. pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
  443. pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
  444. pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
  445. pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
  446. pulumi_oci/dataintegration/get_workspace_project.py +1 -1
  447. pulumi_oci/dataintegration/get_workspace_task.py +1 -1
  448. pulumi_oci/dataintegration/outputs.py +135 -135
  449. pulumi_oci/dataintegration/workspace.py +28 -28
  450. pulumi_oci/dataintegration/workspace_application.py +35 -35
  451. pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
  452. pulumi_oci/dataintegration/workspace_export_request.py +7 -7
  453. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  454. pulumi_oci/dataintegration/workspace_import_request.py +7 -7
  455. pulumi_oci/dataintegration/workspace_project.py +7 -7
  456. pulumi_oci/dataintegration/workspace_task.py +7 -7
  457. pulumi_oci/datalabellingservice/dataset.py +35 -35
  458. pulumi_oci/datalabellingservice/get_dataset.py +3 -3
  459. pulumi_oci/datalabellingservice/outputs.py +9 -9
  460. pulumi_oci/datasafe/_inputs.py +12 -12
  461. pulumi_oci/datasafe/alert.py +42 -42
  462. pulumi_oci/datasafe/alert_policy.py +35 -35
  463. pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
  464. pulumi_oci/datasafe/audit_policy.py +35 -35
  465. pulumi_oci/datasafe/audit_policy_management.py +35 -35
  466. pulumi_oci/datasafe/audit_profile.py +35 -35
  467. pulumi_oci/datasafe/audit_profile_management.py +28 -28
  468. pulumi_oci/datasafe/audit_trail.py +35 -35
  469. pulumi_oci/datasafe/audit_trail_management.py +35 -35
  470. pulumi_oci/datasafe/data_safe_configuration.py +14 -14
  471. pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
  472. pulumi_oci/datasafe/database_security_config.py +35 -35
  473. pulumi_oci/datasafe/database_security_config_management.py +25 -25
  474. pulumi_oci/datasafe/discovery_mod.py +35 -35
  475. pulumi_oci/datasafe/get_alert.py +4 -4
  476. pulumi_oci/datasafe/get_alert_policy.py +3 -3
  477. pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
  478. pulumi_oci/datasafe/get_audit_policy.py +3 -3
  479. pulumi_oci/datasafe/get_audit_profile.py +3 -3
  480. pulumi_oci/datasafe/get_audit_trail.py +3 -3
  481. pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
  482. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
  483. pulumi_oci/datasafe/get_discovery_job.py +3 -3
  484. pulumi_oci/datasafe/get_library_masking_format.py +2 -2
  485. pulumi_oci/datasafe/get_masking_policy.py +2 -2
  486. pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
  487. pulumi_oci/datasafe/get_onprem_connector.py +3 -3
  488. pulumi_oci/datasafe/get_report.py +3 -3
  489. pulumi_oci/datasafe/get_report_definition.py +3 -3
  490. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
  491. pulumi_oci/datasafe/get_security_assessment.py +3 -3
  492. pulumi_oci/datasafe/get_security_policy.py +3 -3
  493. pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
  494. pulumi_oci/datasafe/get_security_policy_report.py +3 -3
  495. pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
  496. pulumi_oci/datasafe/get_sensitive_type.py +3 -3
  497. pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
  498. pulumi_oci/datasafe/get_target_database.py +3 -3
  499. pulumi_oci/datasafe/get_user_assessment.py +3 -3
  500. pulumi_oci/datasafe/library_masing_format.py +28 -28
  501. pulumi_oci/datasafe/masking_policy.py +28 -28
  502. pulumi_oci/datasafe/on_prem_connector.py +35 -35
  503. pulumi_oci/datasafe/outputs.py +261 -261
  504. pulumi_oci/datasafe/report.py +35 -35
  505. pulumi_oci/datasafe/report_definition.py +35 -35
  506. pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
  507. pulumi_oci/datasafe/security_assessment.py +35 -35
  508. pulumi_oci/datasafe/security_policy.py +35 -35
  509. pulumi_oci/datasafe/security_policy_deployment.py +35 -35
  510. pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
  511. pulumi_oci/datasafe/security_policy_management.py +25 -25
  512. pulumi_oci/datasafe/sensitive_data_model.py +35 -35
  513. pulumi_oci/datasafe/sensitive_type.py +35 -35
  514. pulumi_oci/datasafe/sql_collection.py +35 -35
  515. pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
  516. pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
  517. pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
  518. pulumi_oci/datasafe/target_database.py +35 -35
  519. pulumi_oci/datasafe/user_assessment.py +35 -35
  520. pulumi_oci/datascience/_inputs.py +36 -36
  521. pulumi_oci/datascience/get_job.py +2 -2
  522. pulumi_oci/datascience/get_job_run.py +2 -2
  523. pulumi_oci/datascience/get_model.py +2 -2
  524. pulumi_oci/datascience/get_model_deployment.py +2 -2
  525. pulumi_oci/datascience/get_model_version_set.py +3 -3
  526. pulumi_oci/datascience/get_notebook_session.py +2 -2
  527. pulumi_oci/datascience/get_pipeline.py +3 -3
  528. pulumi_oci/datascience/get_pipeline_run.py +3 -3
  529. pulumi_oci/datascience/get_private_endpoint.py +3 -3
  530. pulumi_oci/datascience/get_project.py +3 -3
  531. pulumi_oci/datascience/job.py +28 -28
  532. pulumi_oci/datascience/job_run.py +28 -28
  533. pulumi_oci/datascience/model.py +28 -28
  534. pulumi_oci/datascience/model_deployment.py +28 -28
  535. pulumi_oci/datascience/model_version_set.py +35 -35
  536. pulumi_oci/datascience/notebook_session.py +28 -28
  537. pulumi_oci/datascience/outputs.py +156 -156
  538. pulumi_oci/datascience/pipeline.py +35 -35
  539. pulumi_oci/datascience/pipeline_run.py +42 -42
  540. pulumi_oci/datascience/private_endpoint.py +35 -35
  541. pulumi_oci/datascience/project.py +35 -35
  542. pulumi_oci/demandsignal/_inputs.py +4 -4
  543. pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
  544. pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
  545. pulumi_oci/demandsignal/outputs.py +18 -18
  546. pulumi_oci/devops/_inputs.py +8 -8
  547. pulumi_oci/devops/build_pipeline.py +35 -35
  548. pulumi_oci/devops/build_pipeline_stage.py +35 -35
  549. pulumi_oci/devops/build_run.py +35 -35
  550. pulumi_oci/devops/connection.py +35 -35
  551. pulumi_oci/devops/deploy_artifact.py +35 -35
  552. pulumi_oci/devops/deploy_environment.py +35 -35
  553. pulumi_oci/devops/deploy_pipeline.py +35 -35
  554. pulumi_oci/devops/deploy_stage.py +49 -49
  555. pulumi_oci/devops/deployment.py +35 -35
  556. pulumi_oci/devops/get_build_pipeline.py +3 -3
  557. pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
  558. pulumi_oci/devops/get_build_run.py +3 -3
  559. pulumi_oci/devops/get_connection.py +3 -3
  560. pulumi_oci/devops/get_deploy_artifact.py +3 -3
  561. pulumi_oci/devops/get_deploy_environment.py +3 -3
  562. pulumi_oci/devops/get_deploy_pipeline.py +3 -3
  563. pulumi_oci/devops/get_deploy_stage.py +4 -4
  564. pulumi_oci/devops/get_deployment.py +3 -3
  565. pulumi_oci/devops/get_project.py +3 -3
  566. pulumi_oci/devops/get_repository.py +3 -3
  567. pulumi_oci/devops/get_repository_ref.py +2 -2
  568. pulumi_oci/devops/get_trigger.py +3 -3
  569. pulumi_oci/devops/outputs.py +179 -179
  570. pulumi_oci/devops/project.py +35 -35
  571. pulumi_oci/devops/repository.py +35 -35
  572. pulumi_oci/devops/repository_protected_branch_management.py +7 -7
  573. pulumi_oci/devops/repository_ref.py +14 -14
  574. pulumi_oci/devops/trigger.py +35 -35
  575. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  576. pulumi_oci/disasterrecovery/dr_plan.py +35 -35
  577. pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
  578. pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
  579. pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
  580. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
  581. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  582. pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
  583. pulumi_oci/disasterrecovery/outputs.py +177 -37
  584. pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
  585. pulumi_oci/dns/get_resolver.py +2 -2
  586. pulumi_oci/dns/get_steering_policy.py +2 -2
  587. pulumi_oci/dns/get_tsig_key.py +2 -2
  588. pulumi_oci/dns/get_view.py +2 -2
  589. pulumi_oci/dns/outputs.py +30 -30
  590. pulumi_oci/dns/resolver.py +28 -28
  591. pulumi_oci/dns/steering_policy.py +28 -28
  592. pulumi_oci/dns/tsig_key.py +28 -28
  593. pulumi_oci/dns/view.py +28 -28
  594. pulumi_oci/dns/zone.py +28 -28
  595. pulumi_oci/email/dkim.py +35 -35
  596. pulumi_oci/email/email_domain.py +35 -35
  597. pulumi_oci/email/email_return_path.py +35 -35
  598. pulumi_oci/email/get_dkim.py +3 -3
  599. pulumi_oci/email/get_email_domain.py +3 -3
  600. pulumi_oci/email/get_email_return_path.py +3 -3
  601. pulumi_oci/email/get_sender.py +3 -3
  602. pulumi_oci/email/outputs.py +36 -36
  603. pulumi_oci/email/sender.py +35 -35
  604. pulumi_oci/events/get_rule.py +2 -2
  605. pulumi_oci/events/outputs.py +6 -6
  606. pulumi_oci/events/rule.py +28 -28
  607. pulumi_oci/filestorage/file_system.py +28 -28
  608. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
  609. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
  610. pulumi_oci/filestorage/get_outbound_connector.py +2 -2
  611. pulumi_oci/filestorage/get_replication.py +2 -2
  612. pulumi_oci/filestorage/get_replication_target.py +2 -2
  613. pulumi_oci/filestorage/get_snapshot.py +2 -2
  614. pulumi_oci/filestorage/mount_target.py +28 -28
  615. pulumi_oci/filestorage/outbound_connector.py +28 -28
  616. pulumi_oci/filestorage/outputs.py +42 -42
  617. pulumi_oci/filestorage/replication.py +28 -28
  618. pulumi_oci/filestorage/snapshot.py +28 -28
  619. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
  620. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
  621. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
  622. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
  623. pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
  624. pulumi_oci/functions/application.py +42 -42
  625. pulumi_oci/functions/function.py +42 -42
  626. pulumi_oci/functions/get_application.py +3 -3
  627. pulumi_oci/functions/get_function.py +3 -3
  628. pulumi_oci/functions/get_fusion_environment.py +2 -2
  629. pulumi_oci/functions/get_fusion_environment_family.py +2 -2
  630. pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
  631. pulumi_oci/functions/get_pbf_listing.py +3 -3
  632. pulumi_oci/functions/get_pbf_listing_version.py +3 -3
  633. pulumi_oci/functions/outputs.py +56 -56
  634. pulumi_oci/fusionapps/fusion_environment.py +28 -28
  635. pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
  636. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
  637. pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
  638. pulumi_oci/generativeai/endpoint.py +35 -35
  639. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
  640. pulumi_oci/generativeai/get_endpoint.py +3 -3
  641. pulumi_oci/generativeai/get_model.py +3 -3
  642. pulumi_oci/generativeai/model.py +35 -35
  643. pulumi_oci/generativeai/outputs.py +20 -20
  644. pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
  645. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
  646. pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
  647. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
  648. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
  649. pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
  650. pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
  651. pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
  652. pulumi_oci/goldengate/connection.py +35 -35
  653. pulumi_oci/goldengate/database_registration.py +35 -35
  654. pulumi_oci/goldengate/deployment.py +35 -35
  655. pulumi_oci/goldengate/deployment_backup.py +35 -35
  656. pulumi_oci/goldengate/get_connection.py +3 -3
  657. pulumi_oci/goldengate/get_database_registration.py +3 -3
  658. pulumi_oci/goldengate/get_deployment.py +3 -3
  659. pulumi_oci/goldengate/get_deployment_backup.py +3 -3
  660. pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
  661. pulumi_oci/goldengate/outputs.py +45 -45
  662. pulumi_oci/healthchecks/get_http_monitor.py +3 -3
  663. pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
  664. pulumi_oci/healthchecks/http_monitor.py +42 -42
  665. pulumi_oci/healthchecks/http_probe.py +14 -14
  666. pulumi_oci/healthchecks/outputs.py +15 -15
  667. pulumi_oci/healthchecks/ping_monitor.py +28 -28
  668. pulumi_oci/identity/compartment.py +28 -28
  669. pulumi_oci/identity/domain.py +28 -28
  670. pulumi_oci/identity/dynamic_group.py +28 -28
  671. pulumi_oci/identity/get_compartment.py +2 -2
  672. pulumi_oci/identity/get_domain.py +2 -2
  673. pulumi_oci/identity/get_group.py +2 -2
  674. pulumi_oci/identity/get_network_source.py +2 -2
  675. pulumi_oci/identity/get_tag.py +2 -2
  676. pulumi_oci/identity/get_tenancy.py +2 -2
  677. pulumi_oci/identity/get_user.py +2 -2
  678. pulumi_oci/identity/group.py +28 -28
  679. pulumi_oci/identity/identity_provider.py +42 -42
  680. pulumi_oci/identity/network_source.py +28 -28
  681. pulumi_oci/identity/outputs.py +69 -69
  682. pulumi_oci/identity/policy.py +28 -28
  683. pulumi_oci/identity/tag.py +28 -28
  684. pulumi_oci/identity/tag_namespace.py +28 -28
  685. pulumi_oci/identity/user.py +28 -28
  686. pulumi_oci/integration/get_integration_instance.py +28 -5
  687. pulumi_oci/integration/integration_instance.py +123 -35
  688. pulumi_oci/integration/outputs.py +33 -15
  689. pulumi_oci/jms/fleet.py +35 -35
  690. pulumi_oci/jms/get_fleet.py +3 -3
  691. pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
  692. pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
  693. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
  694. pulumi_oci/jms/get_jms_plugin.py +3 -3
  695. pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
  696. pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
  697. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
  698. pulumi_oci/jms/jms_plugin.py +35 -35
  699. pulumi_oci/jms/outputs.py +45 -45
  700. pulumi_oci/kms/ekms_private_endpoint.py +28 -28
  701. pulumi_oci/kms/encrypted_data.py +28 -28
  702. pulumi_oci/kms/generated_key.py +28 -28
  703. pulumi_oci/kms/get_decrypted_data.py +5 -5
  704. pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
  705. pulumi_oci/kms/get_encrypted_data.py +5 -5
  706. pulumi_oci/kms/get_key.py +2 -2
  707. pulumi_oci/kms/get_vault.py +2 -2
  708. pulumi_oci/kms/key.py +28 -28
  709. pulumi_oci/kms/outputs.py +18 -18
  710. pulumi_oci/kms/vault.py +28 -28
  711. pulumi_oci/licensemanager/get_license_record.py +3 -3
  712. pulumi_oci/licensemanager/get_product_license.py +3 -3
  713. pulumi_oci/licensemanager/license_record.py +35 -35
  714. pulumi_oci/licensemanager/outputs.py +18 -18
  715. pulumi_oci/licensemanager/product_license.py +35 -35
  716. pulumi_oci/limits/get_quota.py +2 -2
  717. pulumi_oci/limits/outputs.py +6 -6
  718. pulumi_oci/limits/quota.py +28 -28
  719. pulumi_oci/loadbalancer/load_balancer.py +35 -35
  720. pulumi_oci/loadbalancer/outputs.py +9 -9
  721. pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
  722. pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
  723. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
  724. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
  725. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
  726. pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
  727. pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
  728. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
  729. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
  730. pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
  731. pulumi_oci/loganalytics/outputs.py +45 -45
  732. pulumi_oci/logging/_inputs.py +36 -36
  733. pulumi_oci/logging/get_log.py +2 -2
  734. pulumi_oci/logging/get_log_group.py +2 -2
  735. pulumi_oci/logging/get_log_saved_search.py +2 -2
  736. pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
  737. pulumi_oci/logging/log.py +28 -28
  738. pulumi_oci/logging/log_group.py +28 -28
  739. pulumi_oci/logging/log_saved_search.py +28 -28
  740. pulumi_oci/logging/outputs.py +81 -81
  741. pulumi_oci/logging/unified_agent_configuration.py +28 -28
  742. pulumi_oci/managementagent/get_management_agent.py +2 -2
  743. pulumi_oci/managementagent/management_agent.py +28 -28
  744. pulumi_oci/managementagent/outputs.py +6 -6
  745. pulumi_oci/marketplace/accepted_agreement.py +28 -28
  746. pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
  747. pulumi_oci/marketplace/get_publication.py +3 -3
  748. pulumi_oci/marketplace/outputs.py +15 -15
  749. pulumi_oci/marketplace/publication.py +35 -35
  750. pulumi_oci/mediaservices/_inputs.py +4 -4
  751. pulumi_oci/mediaservices/get_media_asset.py +3 -3
  752. pulumi_oci/mediaservices/get_media_workflow.py +3 -3
  753. pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
  754. pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
  755. pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
  756. pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
  757. pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
  758. pulumi_oci/mediaservices/media_asset.py +35 -35
  759. pulumi_oci/mediaservices/media_workflow.py +35 -35
  760. pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
  761. pulumi_oci/mediaservices/media_workflow_job.py +35 -35
  762. pulumi_oci/mediaservices/outputs.py +75 -75
  763. pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
  764. pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
  765. pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
  766. pulumi_oci/meteringcomputation/get_schedule.py +3 -3
  767. pulumi_oci/meteringcomputation/outputs.py +9 -9
  768. pulumi_oci/meteringcomputation/schedule.py +35 -35
  769. pulumi_oci/monitoring/alarm.py +28 -28
  770. pulumi_oci/monitoring/alarm_suppression.py +42 -42
  771. pulumi_oci/monitoring/get_alarm.py +2 -2
  772. pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
  773. pulumi_oci/monitoring/get_metrics.py +5 -5
  774. pulumi_oci/monitoring/outputs.py +27 -27
  775. pulumi_oci/mysql/_inputs.py +234 -34
  776. pulumi_oci/mysql/channel.py +28 -28
  777. pulumi_oci/mysql/get_channel.py +2 -2
  778. pulumi_oci/mysql/get_mysql_backup.py +3 -3
  779. pulumi_oci/mysql/get_mysql_configuration.py +2 -2
  780. pulumi_oci/mysql/get_mysql_db_system.py +17 -4
  781. pulumi_oci/mysql/get_replica.py +2 -2
  782. pulumi_oci/mysql/mysql_backup.py +32 -32
  783. pulumi_oci/mysql/mysql_configuration.py +28 -28
  784. pulumi_oci/mysql/mysql_db_system.py +83 -28
  785. pulumi_oci/mysql/outputs.py +605 -112
  786. pulumi_oci/mysql/replica.py +28 -28
  787. pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
  788. pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
  789. pulumi_oci/networkfirewall/network_firewall.py +35 -35
  790. pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
  791. pulumi_oci/networkfirewall/outputs.py +18 -18
  792. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
  793. pulumi_oci/networkloadbalancer/network_load_balancer.py +35 -35
  794. pulumi_oci/networkloadbalancer/outputs.py +9 -9
  795. pulumi_oci/nosql/get_table.py +3 -3
  796. pulumi_oci/nosql/outputs.py +9 -9
  797. pulumi_oci/nosql/table.py +35 -35
  798. pulumi_oci/objectstorage/bucket.py +42 -42
  799. pulumi_oci/objectstorage/get_bucket.py +3 -3
  800. pulumi_oci/objectstorage/get_object.py +1 -1
  801. pulumi_oci/objectstorage/get_object_head.py +1 -1
  802. pulumi_oci/objectstorage/outputs.py +9 -9
  803. pulumi_oci/objectstorage/storage_object.py +14 -14
  804. pulumi_oci/oce/get_oce_instance.py +4 -4
  805. pulumi_oci/oce/instance.py +42 -42
  806. pulumi_oci/oce/outputs.py +12 -12
  807. pulumi_oci/ocvp/cluster.py +28 -28
  808. pulumi_oci/ocvp/esxi_host.py +28 -28
  809. pulumi_oci/ocvp/get_cluster.py +2 -2
  810. pulumi_oci/ocvp/get_exsi_host.py +2 -2
  811. pulumi_oci/ocvp/get_retrieve_password.py +1 -1
  812. pulumi_oci/ocvp/get_sddc.py +2 -2
  813. pulumi_oci/ocvp/outputs.py +18 -18
  814. pulumi_oci/ocvp/sddc.py +28 -28
  815. pulumi_oci/oda/get_oda_instance.py +2 -2
  816. pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
  817. pulumi_oci/oda/oda_instance.py +28 -28
  818. pulumi_oci/oda/oda_private_endpoint.py +28 -28
  819. pulumi_oci/oda/outputs.py +12 -12
  820. pulumi_oci/ons/get_notification_topic.py +2 -2
  821. pulumi_oci/ons/get_subscription.py +2 -2
  822. pulumi_oci/ons/notification_topic.py +28 -28
  823. pulumi_oci/ons/outputs.py +12 -12
  824. pulumi_oci/ons/subscription.py +28 -28
  825. pulumi_oci/opa/get_opa_instance.py +3 -3
  826. pulumi_oci/opa/opa_instance.py +35 -35
  827. pulumi_oci/opa/outputs.py +9 -9
  828. pulumi_oci/opensearch/cluster.py +42 -42
  829. pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
  830. pulumi_oci/opensearch/outputs.py +9 -9
  831. pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
  832. pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
  833. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
  834. pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
  835. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
  836. pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
  837. pulumi_oci/opsi/_inputs.py +12 -12
  838. pulumi_oci/opsi/awr_hub.py +35 -35
  839. pulumi_oci/opsi/awr_hub_source.py +35 -35
  840. pulumi_oci/opsi/database_insight.py +35 -35
  841. pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
  842. pulumi_oci/opsi/exadata_insight.py +35 -35
  843. pulumi_oci/opsi/get_awr_hub.py +3 -3
  844. pulumi_oci/opsi/get_awr_hub_source.py +3 -3
  845. pulumi_oci/opsi/get_database_insight.py +3 -3
  846. pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
  847. pulumi_oci/opsi/get_exadata_insight.py +3 -3
  848. pulumi_oci/opsi/get_host_insight.py +3 -3
  849. pulumi_oci/opsi/get_news_report.py +3 -3
  850. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
  851. pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
  852. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
  853. pulumi_oci/opsi/get_opsi_configuration.py +3 -3
  854. pulumi_oci/opsi/host_insight.py +35 -35
  855. pulumi_oci/opsi/news_report.py +35 -35
  856. pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
  857. pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
  858. pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
  859. pulumi_oci/opsi/opsi_configuration.py +42 -42
  860. pulumi_oci/opsi/outputs.py +126 -126
  861. pulumi_oci/optimizer/get_category.py +1 -1
  862. pulumi_oci/optimizer/get_profile.py +3 -3
  863. pulumi_oci/optimizer/get_recommendation.py +1 -1
  864. pulumi_oci/optimizer/get_resource_action.py +2 -2
  865. pulumi_oci/optimizer/outputs.py +26 -26
  866. pulumi_oci/optimizer/profile.py +33 -33
  867. pulumi_oci/optimizer/recommendation.py +7 -7
  868. pulumi_oci/optimizer/resource_action.py +14 -14
  869. pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
  870. pulumi_oci/osmanagement/get_software_source.py +2 -2
  871. pulumi_oci/osmanagement/managed_instance_group.py +28 -28
  872. pulumi_oci/osmanagement/outputs.py +12 -12
  873. pulumi_oci/osmanagement/software_source.py +28 -28
  874. pulumi_oci/osmanagementhub/_inputs.py +12 -12
  875. pulumi_oci/osmanagementhub/event.py +35 -35
  876. pulumi_oci/osmanagementhub/get_event.py +3 -3
  877. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
  878. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
  879. pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
  880. pulumi_oci/osmanagementhub/get_management_station.py +3 -3
  881. pulumi_oci/osmanagementhub/get_profile.py +3 -3
  882. pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
  883. pulumi_oci/osmanagementhub/get_software_source.py +3 -3
  884. pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
  885. pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
  886. pulumi_oci/osmanagementhub/management_station.py +35 -35
  887. pulumi_oci/osmanagementhub/outputs.py +108 -108
  888. pulumi_oci/osmanagementhub/profile.py +35 -35
  889. pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
  890. pulumi_oci/osmanagementhub/software_source.py +35 -35
  891. pulumi_oci/psql/_inputs.py +4 -4
  892. pulumi_oci/psql/backup.py +35 -35
  893. pulumi_oci/psql/configuration.py +42 -42
  894. pulumi_oci/psql/db_system.py +35 -35
  895. pulumi_oci/psql/get_backup.py +3 -3
  896. pulumi_oci/psql/get_configuration.py +3 -3
  897. pulumi_oci/psql/get_db_system.py +3 -3
  898. pulumi_oci/psql/outputs.py +34 -34
  899. pulumi_oci/pulumi-plugin.json +1 -1
  900. pulumi_oci/queue/get_queue.py +3 -3
  901. pulumi_oci/queue/outputs.py +9 -9
  902. pulumi_oci/queue/queue.py +35 -35
  903. pulumi_oci/recoverymod/get_protected_database.py +3 -3
  904. pulumi_oci/recoverymod/get_protection_policy.py +3 -3
  905. pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
  906. pulumi_oci/recoverymod/outputs.py +27 -27
  907. pulumi_oci/recoverymod/protected_database.py +35 -35
  908. pulumi_oci/recoverymod/protection_policy.py +35 -35
  909. pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
  910. pulumi_oci/redis/__init__.py +1 -0
  911. pulumi_oci/redis/_inputs.py +40 -0
  912. pulumi_oci/redis/get_redis_cluster.py +50 -24
  913. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  914. pulumi_oci/redis/get_redis_clusters.py +8 -8
  915. pulumi_oci/redis/outputs.py +169 -37
  916. pulumi_oci/redis/redis_cluster.py +212 -114
  917. pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
  918. pulumi_oci/resourcemanager/get_stack.py +3 -3
  919. pulumi_oci/resourcemanager/outputs.py +14 -14
  920. pulumi_oci/resourcemanager/private_endpoint.py +28 -28
  921. pulumi_oci/resourcescheduler/_inputs.py +4 -4
  922. pulumi_oci/resourcescheduler/get_schedule.py +3 -3
  923. pulumi_oci/resourcescheduler/outputs.py +18 -18
  924. pulumi_oci/resourcescheduler/schedule.py +35 -35
  925. pulumi_oci/sch/connector.py +35 -35
  926. pulumi_oci/sch/get_service_connector.py +3 -3
  927. pulumi_oci/sch/outputs.py +9 -9
  928. pulumi_oci/secrets/get_secretbundle.py +1 -1
  929. pulumi_oci/servicecatalog/catalog.py +28 -28
  930. pulumi_oci/servicecatalog/get_private_application.py +2 -2
  931. pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
  932. pulumi_oci/servicecatalog/outputs.py +12 -12
  933. pulumi_oci/servicecatalog/private_application.py +28 -28
  934. pulumi_oci/servicemanagerproxy/outputs.py +4 -4
  935. pulumi_oci/servicemesh/access_policy.py +35 -35
  936. pulumi_oci/servicemesh/get_access_policy.py +3 -3
  937. pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
  938. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
  939. pulumi_oci/servicemesh/get_mesh.py +3 -3
  940. pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
  941. pulumi_oci/servicemesh/get_virtual_service.py +3 -3
  942. pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
  943. pulumi_oci/servicemesh/ingress_gateway.py +35 -35
  944. pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
  945. pulumi_oci/servicemesh/mesh.py +35 -35
  946. pulumi_oci/servicemesh/outputs.py +63 -63
  947. pulumi_oci/servicemesh/virtual_deployment.py +35 -35
  948. pulumi_oci/servicemesh/virtual_service.py +35 -35
  949. pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
  950. pulumi_oci/stackmonitoring/_inputs.py +44 -44
  951. pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
  952. pulumi_oci/stackmonitoring/config.py +35 -35
  953. pulumi_oci/stackmonitoring/discovery_job.py +35 -35
  954. pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
  955. pulumi_oci/stackmonitoring/get_config.py +3 -3
  956. pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
  957. pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
  958. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
  959. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
  960. pulumi_oci/stackmonitoring/get_process_set.py +3 -3
  961. pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
  962. pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
  963. pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
  964. pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
  965. pulumi_oci/stackmonitoring/outputs.py +114 -114
  966. pulumi_oci/stackmonitoring/process_set.py +35 -35
  967. pulumi_oci/streaming/connect_harness.py +28 -28
  968. pulumi_oci/streaming/get_connect_harness.py +2 -2
  969. pulumi_oci/streaming/get_stream.py +2 -2
  970. pulumi_oci/streaming/get_stream_pool.py +2 -2
  971. pulumi_oci/streaming/outputs.py +18 -18
  972. pulumi_oci/streaming/stream.py +28 -28
  973. pulumi_oci/streaming/stream_pool.py +28 -28
  974. pulumi_oci/vault/get_secret.py +3 -3
  975. pulumi_oci/vault/outputs.py +9 -9
  976. pulumi_oci/vault/secret.py +42 -42
  977. pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
  978. pulumi_oci/vbs/inst_vbs_instance.py +35 -35
  979. pulumi_oci/vbs/outputs.py +9 -9
  980. pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
  981. pulumi_oci/visualbuilder/outputs.py +9 -9
  982. pulumi_oci/visualbuilder/vb_instance.py +35 -35
  983. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
  984. pulumi_oci/vnmonitoring/outputs.py +9 -9
  985. pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
  986. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
  987. pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
  988. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
  989. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
  990. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
  991. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
  992. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
  993. pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
  994. pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
  995. pulumi_oci/waa/app_acceleration.py +42 -42
  996. pulumi_oci/waa/app_acceleration_policy.py +42 -42
  997. pulumi_oci/waa/get_app_acceleration.py +3 -3
  998. pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
  999. pulumi_oci/waa/outputs.py +18 -18
  1000. pulumi_oci/waas/_inputs.py +4 -4
  1001. pulumi_oci/waas/address_list.py +28 -28
  1002. pulumi_oci/waas/certificate.py +28 -28
  1003. pulumi_oci/waas/custom_protection_rule.py +28 -28
  1004. pulumi_oci/waas/get_address_list.py +2 -2
  1005. pulumi_oci/waas/get_certificate.py +2 -2
  1006. pulumi_oci/waas/get_custom_protection_rule.py +2 -2
  1007. pulumi_oci/waas/get_http_redirect.py +2 -2
  1008. pulumi_oci/waas/get_waas_policy.py +2 -2
  1009. pulumi_oci/waas/http_redirect.py +28 -28
  1010. pulumi_oci/waas/outputs.py +39 -39
  1011. pulumi_oci/waas/policy.py +28 -28
  1012. pulumi_oci/waf/app_firewall.py +42 -42
  1013. pulumi_oci/waf/app_firewall_policy.py +42 -42
  1014. pulumi_oci/waf/get_network_address_list.py +3 -3
  1015. pulumi_oci/waf/get_web_app_firewall.py +3 -3
  1016. pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
  1017. pulumi_oci/waf/network_address_list.py +42 -42
  1018. pulumi_oci/waf/outputs.py +27 -27
  1019. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
  1020. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1022 -1021
  1021. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
  1022. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
@@ -234,12 +234,12 @@ class JobJobConfigurationDetails(dict):
234
234
  def __init__(__self__, *,
235
235
  job_type: str,
236
236
  command_line_arguments: Optional[str] = None,
237
- environment_variables: Optional[Mapping[str, Any]] = None,
237
+ environment_variables: Optional[Mapping[str, str]] = None,
238
238
  maximum_runtime_in_minutes: Optional[str] = None):
239
239
  """
240
240
  :param str job_type: The type of job.
241
241
  :param str command_line_arguments: The arguments to pass to the job.
242
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
242
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
243
243
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
244
244
  """
245
245
  pulumi.set(__self__, "job_type", job_type)
@@ -268,7 +268,7 @@ class JobJobConfigurationDetails(dict):
268
268
 
269
269
  @property
270
270
  @pulumi.getter(name="environmentVariables")
271
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
271
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
272
272
  """
273
273
  Environment variables to set for the job.
274
274
  """
@@ -750,12 +750,12 @@ class JobRunJobConfigurationOverrideDetails(dict):
750
750
  def __init__(__self__, *,
751
751
  job_type: str,
752
752
  command_line_arguments: Optional[str] = None,
753
- environment_variables: Optional[Mapping[str, Any]] = None,
753
+ environment_variables: Optional[Mapping[str, str]] = None,
754
754
  maximum_runtime_in_minutes: Optional[str] = None):
755
755
  """
756
756
  :param str job_type: The type of job.
757
757
  :param str command_line_arguments: The arguments to pass to the job.
758
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
758
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
759
759
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
760
760
  """
761
761
  pulumi.set(__self__, "job_type", job_type)
@@ -784,7 +784,7 @@ class JobRunJobConfigurationOverrideDetails(dict):
784
784
 
785
785
  @property
786
786
  @pulumi.getter(name="environmentVariables")
787
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
787
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
788
788
  """
789
789
  Environment variables to set for the job.
790
790
  """
@@ -1655,7 +1655,7 @@ class ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfiguration
1655
1655
  environment_configuration_type: str,
1656
1656
  cmds: Optional[Sequence[str]] = None,
1657
1657
  entrypoints: Optional[Sequence[str]] = None,
1658
- environment_variables: Optional[Mapping[str, Any]] = None,
1658
+ environment_variables: Optional[Mapping[str, str]] = None,
1659
1659
  health_check_port: Optional[int] = None,
1660
1660
  image: Optional[str] = None,
1661
1661
  image_digest: Optional[str] = None,
@@ -1664,7 +1664,7 @@ class ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfiguration
1664
1664
  :param str environment_configuration_type: (Updatable) The environment configuration type
1665
1665
  :param Sequence[str] cmds: (Updatable) The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
1666
1666
  :param Sequence[str] entrypoints: (Updatable) The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
1667
- :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
1667
+ :param Mapping[str, str] environment_variables: (Updatable) Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
1668
1668
  :param int health_check_port: (Updatable) The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
1669
1669
  :param str image: (Updatable) The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
1670
1670
  :param str image_digest: (Updatable) The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
@@ -1712,7 +1712,7 @@ class ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfiguration
1712
1712
 
1713
1713
  @property
1714
1714
  @pulumi.getter(name="environmentVariables")
1715
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
1715
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
1716
1716
  """
1717
1717
  (Updatable) Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
1718
1718
  """
@@ -2786,10 +2786,10 @@ class NotebookSessionNotebookSessionRuntimeConfigDetails(dict):
2786
2786
  return super().get(key, default)
2787
2787
 
2788
2788
  def __init__(__self__, *,
2789
- custom_environment_variables: Optional[Mapping[str, Any]] = None,
2789
+ custom_environment_variables: Optional[Mapping[str, str]] = None,
2790
2790
  notebook_session_git_config_details: Optional['outputs.NotebookSessionNotebookSessionRuntimeConfigDetailsNotebookSessionGitConfigDetails'] = None):
2791
2791
  """
2792
- :param Mapping[str, Any] custom_environment_variables: (Updatable) Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
2792
+ :param Mapping[str, str] custom_environment_variables: (Updatable) Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
2793
2793
  :param 'NotebookSessionNotebookSessionRuntimeConfigDetailsNotebookSessionGitConfigDetailsArgs' notebook_session_git_config_details: (Updatable) Git configuration Details.
2794
2794
  """
2795
2795
  if custom_environment_variables is not None:
@@ -2799,7 +2799,7 @@ class NotebookSessionNotebookSessionRuntimeConfigDetails(dict):
2799
2799
 
2800
2800
  @property
2801
2801
  @pulumi.getter(name="customEnvironmentVariables")
2802
- def custom_environment_variables(self) -> Optional[Mapping[str, Any]]:
2802
+ def custom_environment_variables(self) -> Optional[Mapping[str, str]]:
2803
2803
  """
2804
2804
  (Updatable) Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
2805
2805
  """
@@ -3020,12 +3020,12 @@ class PipelineConfigurationDetails(dict):
3020
3020
  def __init__(__self__, *,
3021
3021
  type: str,
3022
3022
  command_line_arguments: Optional[str] = None,
3023
- environment_variables: Optional[Mapping[str, Any]] = None,
3023
+ environment_variables: Optional[Mapping[str, str]] = None,
3024
3024
  maximum_runtime_in_minutes: Optional[str] = None):
3025
3025
  """
3026
3026
  :param str type: (Updatable) The type of pipeline.
3027
3027
  :param str command_line_arguments: (Updatable) The command line arguments to set for steps in the pipeline.
3028
- :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
3028
+ :param Mapping[str, str] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
3029
3029
  :param str maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3030
3030
  """
3031
3031
  pulumi.set(__self__, "type", type)
@@ -3054,7 +3054,7 @@ class PipelineConfigurationDetails(dict):
3054
3054
 
3055
3055
  @property
3056
3056
  @pulumi.getter(name="environmentVariables")
3057
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
3057
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
3058
3058
  """
3059
3059
  (Updatable) Environment variables to set for steps in the pipeline.
3060
3060
  """
@@ -3296,12 +3296,12 @@ class PipelineRunConfigurationDetail(dict):
3296
3296
 
3297
3297
  def __init__(__self__, *,
3298
3298
  command_line_arguments: Optional[str] = None,
3299
- environment_variables: Optional[Mapping[str, Any]] = None,
3299
+ environment_variables: Optional[Mapping[str, str]] = None,
3300
3300
  maximum_runtime_in_minutes: Optional[str] = None,
3301
3301
  type: Optional[str] = None):
3302
3302
  """
3303
3303
  :param str command_line_arguments: The command line arguments to set for step.
3304
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
3304
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
3305
3305
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
3306
3306
  :param str type: The type of pipeline.
3307
3307
  """
@@ -3324,7 +3324,7 @@ class PipelineRunConfigurationDetail(dict):
3324
3324
 
3325
3325
  @property
3326
3326
  @pulumi.getter(name="environmentVariables")
3327
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
3327
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
3328
3328
  """
3329
3329
  Environment variables to set for step.
3330
3330
  """
@@ -3373,12 +3373,12 @@ class PipelineRunConfigurationOverrideDetails(dict):
3373
3373
  def __init__(__self__, *,
3374
3374
  type: str,
3375
3375
  command_line_arguments: Optional[str] = None,
3376
- environment_variables: Optional[Mapping[str, Any]] = None,
3376
+ environment_variables: Optional[Mapping[str, str]] = None,
3377
3377
  maximum_runtime_in_minutes: Optional[str] = None):
3378
3378
  """
3379
3379
  :param str type: The type of pipeline.
3380
3380
  :param str command_line_arguments: The command line arguments to set for steps in the pipeline.
3381
- :param Mapping[str, Any] environment_variables: Environment variables to set for steps in the pipeline.
3381
+ :param Mapping[str, str] environment_variables: Environment variables to set for steps in the pipeline.
3382
3382
  :param str maximum_runtime_in_minutes: A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3383
3383
  """
3384
3384
  pulumi.set(__self__, "type", type)
@@ -3407,7 +3407,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3407
3407
 
3408
3408
  @property
3409
3409
  @pulumi.getter(name="environmentVariables")
3410
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
3410
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
3411
3411
  """
3412
3412
  Environment variables to set for steps in the pipeline.
3413
3413
  """
@@ -3637,11 +3637,11 @@ class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
3637
3637
 
3638
3638
  def __init__(__self__, *,
3639
3639
  command_line_arguments: Optional[str] = None,
3640
- environment_variables: Optional[Mapping[str, Any]] = None,
3640
+ environment_variables: Optional[Mapping[str, str]] = None,
3641
3641
  maximum_runtime_in_minutes: Optional[str] = None):
3642
3642
  """
3643
3643
  :param str command_line_arguments: The command line arguments to set for step.
3644
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
3644
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
3645
3645
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
3646
3646
  """
3647
3647
  if command_line_arguments is not None:
@@ -3661,7 +3661,7 @@ class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
3661
3661
 
3662
3662
  @property
3663
3663
  @pulumi.getter(name="environmentVariables")
3664
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
3664
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
3665
3665
  """
3666
3666
  Environment variables to set for step.
3667
3667
  """
@@ -4152,11 +4152,11 @@ class PipelineStepDetailStepConfigurationDetails(dict):
4152
4152
 
4153
4153
  def __init__(__self__, *,
4154
4154
  command_line_arguments: Optional[str] = None,
4155
- environment_variables: Optional[Mapping[str, Any]] = None,
4155
+ environment_variables: Optional[Mapping[str, str]] = None,
4156
4156
  maximum_runtime_in_minutes: Optional[str] = None):
4157
4157
  """
4158
4158
  :param str command_line_arguments: (Updatable) The command line arguments to set for step.
4159
- :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for step.
4159
+ :param Mapping[str, str] environment_variables: (Updatable) Environment variables to set for step.
4160
4160
  :param str maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the step.
4161
4161
  """
4162
4162
  if command_line_arguments is not None:
@@ -4176,7 +4176,7 @@ class PipelineStepDetailStepConfigurationDetails(dict):
4176
4176
 
4177
4177
  @property
4178
4178
  @pulumi.getter(name="environmentVariables")
4179
- def environment_variables(self) -> Optional[Mapping[str, Any]]:
4179
+ def environment_variables(self) -> Optional[Mapping[str, str]]:
4180
4180
  """
4181
4181
  (Updatable) Environment variables to set for step.
4182
4182
  """
@@ -4523,12 +4523,12 @@ class GetFastLaunchJobConfigsFilterResult(dict):
4523
4523
  class GetJobJobConfigurationDetailResult(dict):
4524
4524
  def __init__(__self__, *,
4525
4525
  command_line_arguments: str,
4526
- environment_variables: Mapping[str, Any],
4526
+ environment_variables: Mapping[str, str],
4527
4527
  job_type: str,
4528
4528
  maximum_runtime_in_minutes: str):
4529
4529
  """
4530
4530
  :param str command_line_arguments: The arguments to pass to the job.
4531
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
4531
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
4532
4532
  :param str job_type: The type of job.
4533
4533
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
4534
4534
  """
@@ -4547,7 +4547,7 @@ class GetJobJobConfigurationDetailResult(dict):
4547
4547
 
4548
4548
  @property
4549
4549
  @pulumi.getter(name="environmentVariables")
4550
- def environment_variables(self) -> Mapping[str, Any]:
4550
+ def environment_variables(self) -> Mapping[str, str]:
4551
4551
  """
4552
4552
  Environment variables to set for the job.
4553
4553
  """
@@ -4884,12 +4884,12 @@ class GetJobJobStorageMountConfigurationDetailsListResult(dict):
4884
4884
  class GetJobRunJobConfigurationOverrideDetailResult(dict):
4885
4885
  def __init__(__self__, *,
4886
4886
  command_line_arguments: str,
4887
- environment_variables: Mapping[str, Any],
4887
+ environment_variables: Mapping[str, str],
4888
4888
  job_type: str,
4889
4889
  maximum_runtime_in_minutes: str):
4890
4890
  """
4891
4891
  :param str command_line_arguments: The arguments to pass to the job.
4892
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
4892
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
4893
4893
  :param str job_type: The type of job.
4894
4894
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
4895
4895
  """
@@ -4908,7 +4908,7 @@ class GetJobRunJobConfigurationOverrideDetailResult(dict):
4908
4908
 
4909
4909
  @property
4910
4910
  @pulumi.getter(name="environmentVariables")
4911
- def environment_variables(self) -> Mapping[str, Any]:
4911
+ def environment_variables(self) -> Mapping[str, str]:
4912
4912
  """
4913
4913
  Environment variables to set for the job.
4914
4914
  """
@@ -5303,9 +5303,9 @@ class GetJobRunsJobRunResult(dict):
5303
5303
  asynchronous: bool,
5304
5304
  compartment_id: str,
5305
5305
  created_by: str,
5306
- defined_tags: Mapping[str, Any],
5306
+ defined_tags: Mapping[str, str],
5307
5307
  display_name: str,
5308
- freeform_tags: Mapping[str, Any],
5308
+ freeform_tags: Mapping[str, str],
5309
5309
  id: str,
5310
5310
  job_configuration_override_details: Sequence['outputs.GetJobRunsJobRunJobConfigurationOverrideDetailResult'],
5311
5311
  job_environment_configuration_override_details: Sequence['outputs.GetJobRunsJobRunJobEnvironmentConfigurationOverrideDetailResult'],
@@ -5324,9 +5324,9 @@ class GetJobRunsJobRunResult(dict):
5324
5324
  """
5325
5325
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
5326
5326
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
5327
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5327
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5328
5328
  :param str display_name: <b>Filter</b> results by its user-friendly name.
5329
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5329
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5330
5330
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
5331
5331
  :param Sequence['GetJobRunsJobRunJobConfigurationOverrideDetailArgs'] job_configuration_override_details: The job configuration details
5332
5332
  :param Sequence['GetJobRunsJobRunJobEnvironmentConfigurationOverrideDetailArgs'] job_environment_configuration_override_details: Environment configuration to capture job runtime dependencies.
@@ -5387,7 +5387,7 @@ class GetJobRunsJobRunResult(dict):
5387
5387
 
5388
5388
  @property
5389
5389
  @pulumi.getter(name="definedTags")
5390
- def defined_tags(self) -> Mapping[str, Any]:
5390
+ def defined_tags(self) -> Mapping[str, str]:
5391
5391
  """
5392
5392
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5393
5393
  """
@@ -5403,7 +5403,7 @@ class GetJobRunsJobRunResult(dict):
5403
5403
 
5404
5404
  @property
5405
5405
  @pulumi.getter(name="freeformTags")
5406
- def freeform_tags(self) -> Mapping[str, Any]:
5406
+ def freeform_tags(self) -> Mapping[str, str]:
5407
5407
  """
5408
5408
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5409
5409
  """
@@ -5531,12 +5531,12 @@ class GetJobRunsJobRunResult(dict):
5531
5531
  class GetJobRunsJobRunJobConfigurationOverrideDetailResult(dict):
5532
5532
  def __init__(__self__, *,
5533
5533
  command_line_arguments: str,
5534
- environment_variables: Mapping[str, Any],
5534
+ environment_variables: Mapping[str, str],
5535
5535
  job_type: str,
5536
5536
  maximum_runtime_in_minutes: str):
5537
5537
  """
5538
5538
  :param str command_line_arguments: The arguments to pass to the job.
5539
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
5539
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
5540
5540
  :param str job_type: The type of job.
5541
5541
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
5542
5542
  """
@@ -5555,7 +5555,7 @@ class GetJobRunsJobRunJobConfigurationOverrideDetailResult(dict):
5555
5555
 
5556
5556
  @property
5557
5557
  @pulumi.getter(name="environmentVariables")
5558
- def environment_variables(self) -> Mapping[str, Any]:
5558
+ def environment_variables(self) -> Mapping[str, str]:
5559
5559
  """
5560
5560
  Environment variables to set for the job.
5561
5561
  """
@@ -6037,12 +6037,12 @@ class GetJobsJobResult(dict):
6037
6037
  artifact_last_modified: str,
6038
6038
  compartment_id: str,
6039
6039
  created_by: str,
6040
- defined_tags: Mapping[str, Any],
6040
+ defined_tags: Mapping[str, str],
6041
6041
  delete_related_job_runs: bool,
6042
6042
  description: str,
6043
6043
  display_name: str,
6044
6044
  empty_artifact: bool,
6045
- freeform_tags: Mapping[str, Any],
6045
+ freeform_tags: Mapping[str, str],
6046
6046
  id: str,
6047
6047
  job_artifact: str,
6048
6048
  job_configuration_details: Sequence['outputs.GetJobsJobJobConfigurationDetailResult'],
@@ -6057,10 +6057,10 @@ class GetJobsJobResult(dict):
6057
6057
  """
6058
6058
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
6059
6059
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
6060
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
6060
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
6061
6061
  :param str description: A short description of the job.
6062
6062
  :param str display_name: <b>Filter</b> results by its user-friendly name.
6063
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6063
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6064
6064
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
6065
6065
  :param Sequence['GetJobsJobJobConfigurationDetailArgs'] job_configuration_details: The job configuration details
6066
6066
  :param Sequence['GetJobsJobJobEnvironmentConfigurationDetailArgs'] job_environment_configuration_details: Environment configuration to capture job runtime dependencies.
@@ -6134,7 +6134,7 @@ class GetJobsJobResult(dict):
6134
6134
 
6135
6135
  @property
6136
6136
  @pulumi.getter(name="definedTags")
6137
- def defined_tags(self) -> Mapping[str, Any]:
6137
+ def defined_tags(self) -> Mapping[str, str]:
6138
6138
  """
6139
6139
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
6140
6140
  """
@@ -6168,7 +6168,7 @@ class GetJobsJobResult(dict):
6168
6168
 
6169
6169
  @property
6170
6170
  @pulumi.getter(name="freeformTags")
6171
- def freeform_tags(self) -> Mapping[str, Any]:
6171
+ def freeform_tags(self) -> Mapping[str, str]:
6172
6172
  """
6173
6173
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6174
6174
  """
@@ -6264,12 +6264,12 @@ class GetJobsJobResult(dict):
6264
6264
  class GetJobsJobJobConfigurationDetailResult(dict):
6265
6265
  def __init__(__self__, *,
6266
6266
  command_line_arguments: str,
6267
- environment_variables: Mapping[str, Any],
6267
+ environment_variables: Mapping[str, str],
6268
6268
  job_type: str,
6269
6269
  maximum_runtime_in_minutes: str):
6270
6270
  """
6271
6271
  :param str command_line_arguments: The arguments to pass to the job.
6272
- :param Mapping[str, Any] environment_variables: Environment variables to set for the job.
6272
+ :param Mapping[str, str] environment_variables: Environment variables to set for the job.
6273
6273
  :param str job_type: The type of job.
6274
6274
  :param str maximum_runtime_in_minutes: A time bound for the execution of the job. Timer starts when the job becomes active.
6275
6275
  """
@@ -6288,7 +6288,7 @@ class GetJobsJobJobConfigurationDetailResult(dict):
6288
6288
 
6289
6289
  @property
6290
6290
  @pulumi.getter(name="environmentVariables")
6291
- def environment_variables(self) -> Mapping[str, Any]:
6291
+ def environment_variables(self) -> Mapping[str, str]:
6292
6292
  """
6293
6293
  Environment variables to set for the job.
6294
6294
  """
@@ -6880,7 +6880,7 @@ class GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurati
6880
6880
  cmds: Sequence[str],
6881
6881
  entrypoints: Sequence[str],
6882
6882
  environment_configuration_type: str,
6883
- environment_variables: Mapping[str, Any],
6883
+ environment_variables: Mapping[str, str],
6884
6884
  health_check_port: int,
6885
6885
  image: str,
6886
6886
  image_digest: str,
@@ -6889,7 +6889,7 @@ class GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurati
6889
6889
  :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
6890
6890
  :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
6891
6891
  :param str environment_configuration_type: The environment configuration type
6892
- :param Mapping[str, Any] environment_variables: Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
6892
+ :param Mapping[str, str] environment_variables: Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
6893
6893
  :param int health_check_port: The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
6894
6894
  :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
6895
6895
  :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
@@ -6930,7 +6930,7 @@ class GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurati
6930
6930
 
6931
6931
  @property
6932
6932
  @pulumi.getter(name="environmentVariables")
6933
- def environment_variables(self) -> Mapping[str, Any]:
6933
+ def environment_variables(self) -> Mapping[str, str]:
6934
6934
  """
6935
6935
  Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
6936
6936
  """
@@ -7556,10 +7556,10 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7556
7556
  category_log_details: Sequence['outputs.GetModelDeploymentsModelDeploymentCategoryLogDetailResult'],
7557
7557
  compartment_id: str,
7558
7558
  created_by: str,
7559
- defined_tags: Mapping[str, Any],
7559
+ defined_tags: Mapping[str, str],
7560
7560
  description: str,
7561
7561
  display_name: str,
7562
- freeform_tags: Mapping[str, Any],
7562
+ freeform_tags: Mapping[str, str],
7563
7563
  id: str,
7564
7564
  lifecycle_details: str,
7565
7565
  model_deployment_configuration_details: Sequence['outputs.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailResult'],
@@ -7573,10 +7573,10 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7573
7573
  :param Sequence['GetModelDeploymentsModelDeploymentCategoryLogDetailArgs'] category_log_details: The log details for each category.
7574
7574
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
7575
7575
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
7576
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7576
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7577
7577
  :param str description: A short description of the model deployment.
7578
7578
  :param str display_name: <b>Filter</b> results by its user-friendly name.
7579
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7579
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7580
7580
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
7581
7581
  :param str lifecycle_details: Details about the state of the model deployment.
7582
7582
  :param Sequence['GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailArgs'] model_deployment_configuration_details: The model deployment configuration details.
@@ -7629,7 +7629,7 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7629
7629
 
7630
7630
  @property
7631
7631
  @pulumi.getter(name="definedTags")
7632
- def defined_tags(self) -> Mapping[str, Any]:
7632
+ def defined_tags(self) -> Mapping[str, str]:
7633
7633
  """
7634
7634
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7635
7635
  """
@@ -7653,7 +7653,7 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7653
7653
 
7654
7654
  @property
7655
7655
  @pulumi.getter(name="freeformTags")
7656
- def freeform_tags(self) -> Mapping[str, Any]:
7656
+ def freeform_tags(self) -> Mapping[str, str]:
7657
7657
  """
7658
7658
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7659
7659
  """
@@ -7862,7 +7862,7 @@ class GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnviro
7862
7862
  cmds: Sequence[str],
7863
7863
  entrypoints: Sequence[str],
7864
7864
  environment_configuration_type: str,
7865
- environment_variables: Mapping[str, Any],
7865
+ environment_variables: Mapping[str, str],
7866
7866
  health_check_port: int,
7867
7867
  image: str,
7868
7868
  image_digest: str,
@@ -7871,7 +7871,7 @@ class GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnviro
7871
7871
  :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
7872
7872
  :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
7873
7873
  :param str environment_configuration_type: The environment configuration type
7874
- :param Mapping[str, Any] environment_variables: Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
7874
+ :param Mapping[str, str] environment_variables: Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
7875
7875
  :param int health_check_port: The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
7876
7876
  :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
7877
7877
  :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
@@ -7912,7 +7912,7 @@ class GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnviro
7912
7912
 
7913
7913
  @property
7914
7914
  @pulumi.getter(name="environmentVariables")
7915
- def environment_variables(self) -> Mapping[str, Any]:
7915
+ def environment_variables(self) -> Mapping[str, str]:
7916
7916
  """
7917
7917
  Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
7918
7918
  """
@@ -8459,27 +8459,27 @@ class GetModelVersionSetsModelVersionSetResult(dict):
8459
8459
  def __init__(__self__, *,
8460
8460
  compartment_id: str,
8461
8461
  created_by: str,
8462
- defined_tags: Mapping[str, Any],
8462
+ defined_tags: Mapping[str, str],
8463
8463
  description: str,
8464
- freeform_tags: Mapping[str, Any],
8464
+ freeform_tags: Mapping[str, str],
8465
8465
  id: str,
8466
8466
  name: str,
8467
8467
  project_id: str,
8468
8468
  state: str,
8469
- system_tags: Mapping[str, Any],
8469
+ system_tags: Mapping[str, str],
8470
8470
  time_created: str,
8471
8471
  time_updated: str):
8472
8472
  """
8473
8473
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8474
8474
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
8475
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8475
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8476
8476
  :param str description: A short description of the model version set.
8477
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8477
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8478
8478
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
8479
8479
  :param str name: A filter to return only resources that match the entire name given.
8480
8480
  :param str project_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
8481
8481
  :param str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
8482
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
8482
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
8483
8483
  :param str time_created: The date and time that the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2019-08-25T21:10:29.41Z
8484
8484
  :param str time_updated: The date and time that the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2019-08-25T21:10:29.41Z
8485
8485
  """
@@ -8514,7 +8514,7 @@ class GetModelVersionSetsModelVersionSetResult(dict):
8514
8514
 
8515
8515
  @property
8516
8516
  @pulumi.getter(name="definedTags")
8517
- def defined_tags(self) -> Mapping[str, Any]:
8517
+ def defined_tags(self) -> Mapping[str, str]:
8518
8518
  """
8519
8519
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8520
8520
  """
@@ -8530,7 +8530,7 @@ class GetModelVersionSetsModelVersionSetResult(dict):
8530
8530
 
8531
8531
  @property
8532
8532
  @pulumi.getter(name="freeformTags")
8533
- def freeform_tags(self) -> Mapping[str, Any]:
8533
+ def freeform_tags(self) -> Mapping[str, str]:
8534
8534
  """
8535
8535
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8536
8536
  """
@@ -8570,7 +8570,7 @@ class GetModelVersionSetsModelVersionSetResult(dict):
8570
8570
 
8571
8571
  @property
8572
8572
  @pulumi.getter(name="systemTags")
8573
- def system_tags(self) -> Mapping[str, Any]:
8573
+ def system_tags(self) -> Mapping[str, str]:
8574
8574
  """
8575
8575
  Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
8576
8576
  """
@@ -8631,11 +8631,11 @@ class GetModelsModelResult(dict):
8631
8631
  created_by: str,
8632
8632
  custom_metadata_lists: Sequence['outputs.GetModelsModelCustomMetadataListResult'],
8633
8633
  defined_metadata_lists: Sequence['outputs.GetModelsModelDefinedMetadataListResult'],
8634
- defined_tags: Mapping[str, Any],
8634
+ defined_tags: Mapping[str, str],
8635
8635
  description: str,
8636
8636
  display_name: str,
8637
8637
  empty_model: bool,
8638
- freeform_tags: Mapping[str, Any],
8638
+ freeform_tags: Mapping[str, str],
8639
8639
  id: str,
8640
8640
  input_schema: str,
8641
8641
  model_artifact: str,
@@ -8648,10 +8648,10 @@ class GetModelsModelResult(dict):
8648
8648
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
8649
8649
  :param Sequence['GetModelsModelCustomMetadataListArgs'] custom_metadata_lists: An array of custom metadata details for the model.
8650
8650
  :param Sequence['GetModelsModelDefinedMetadataListArgs'] defined_metadata_lists: An array of defined metadata details for the model.
8651
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8651
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8652
8652
  :param str description: A short description of the model.
8653
8653
  :param str display_name: <b>Filter</b> results by its user-friendly name.
8654
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8654
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8655
8655
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
8656
8656
  :param str input_schema: Input schema file content in String format
8657
8657
  :param str output_schema: Output schema file content in String format
@@ -8734,7 +8734,7 @@ class GetModelsModelResult(dict):
8734
8734
 
8735
8735
  @property
8736
8736
  @pulumi.getter(name="definedTags")
8737
- def defined_tags(self) -> Mapping[str, Any]:
8737
+ def defined_tags(self) -> Mapping[str, str]:
8738
8738
  """
8739
8739
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8740
8740
  """
@@ -8763,7 +8763,7 @@ class GetModelsModelResult(dict):
8763
8763
 
8764
8764
  @property
8765
8765
  @pulumi.getter(name="freeformTags")
8766
- def freeform_tags(self) -> Mapping[str, Any]:
8766
+ def freeform_tags(self) -> Mapping[str, str]:
8767
8767
  """
8768
8768
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8769
8769
  """
@@ -9134,10 +9134,10 @@ class GetNotebookSessionNotebookSessionConfigurationDetailNotebookSessionShapeCo
9134
9134
  @pulumi.output_type
9135
9135
  class GetNotebookSessionNotebookSessionRuntimeConfigDetailResult(dict):
9136
9136
  def __init__(__self__, *,
9137
- custom_environment_variables: Mapping[str, Any],
9137
+ custom_environment_variables: Mapping[str, str],
9138
9138
  notebook_session_git_config_details: Sequence['outputs.GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailResult']):
9139
9139
  """
9140
- :param Mapping[str, Any] custom_environment_variables: Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9140
+ :param Mapping[str, str] custom_environment_variables: Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9141
9141
  :param Sequence['GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailArgs'] notebook_session_git_config_details: Git configuration Details.
9142
9142
  """
9143
9143
  pulumi.set(__self__, "custom_environment_variables", custom_environment_variables)
@@ -9145,7 +9145,7 @@ class GetNotebookSessionNotebookSessionRuntimeConfigDetailResult(dict):
9145
9145
 
9146
9146
  @property
9147
9147
  @pulumi.getter(name="customEnvironmentVariables")
9148
- def custom_environment_variables(self) -> Mapping[str, Any]:
9148
+ def custom_environment_variables(self) -> Mapping[str, str]:
9149
9149
  """
9150
9150
  Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9151
9151
  """
@@ -9407,9 +9407,9 @@ class GetNotebookSessionsNotebookSessionResult(dict):
9407
9407
  def __init__(__self__, *,
9408
9408
  compartment_id: str,
9409
9409
  created_by: str,
9410
- defined_tags: Mapping[str, Any],
9410
+ defined_tags: Mapping[str, str],
9411
9411
  display_name: str,
9412
- freeform_tags: Mapping[str, Any],
9412
+ freeform_tags: Mapping[str, str],
9413
9413
  id: str,
9414
9414
  lifecycle_details: str,
9415
9415
  notebook_session_config_details: Sequence['outputs.GetNotebookSessionsNotebookSessionNotebookSessionConfigDetailResult'],
@@ -9423,9 +9423,9 @@ class GetNotebookSessionsNotebookSessionResult(dict):
9423
9423
  """
9424
9424
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9425
9425
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
9426
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9426
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9427
9427
  :param str display_name: <b>Filter</b> results by its user-friendly name.
9428
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9428
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9429
9429
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
9430
9430
  :param str lifecycle_details: Details about the state of the notebook session.
9431
9431
  :param Sequence['GetNotebookSessionsNotebookSessionNotebookSessionConfigDetailArgs'] notebook_session_config_details: Details for the notebook session configuration.
@@ -9471,7 +9471,7 @@ class GetNotebookSessionsNotebookSessionResult(dict):
9471
9471
 
9472
9472
  @property
9473
9473
  @pulumi.getter(name="definedTags")
9474
- def defined_tags(self) -> Mapping[str, Any]:
9474
+ def defined_tags(self) -> Mapping[str, str]:
9475
9475
  """
9476
9476
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9477
9477
  """
@@ -9487,7 +9487,7 @@ class GetNotebookSessionsNotebookSessionResult(dict):
9487
9487
 
9488
9488
  @property
9489
9489
  @pulumi.getter(name="freeformTags")
9490
- def freeform_tags(self) -> Mapping[str, Any]:
9490
+ def freeform_tags(self) -> Mapping[str, str]:
9491
9491
  """
9492
9492
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9493
9493
  """
@@ -9759,10 +9759,10 @@ class GetNotebookSessionsNotebookSessionNotebookSessionConfigurationDetailNotebo
9759
9759
  @pulumi.output_type
9760
9760
  class GetNotebookSessionsNotebookSessionNotebookSessionRuntimeConfigDetailResult(dict):
9761
9761
  def __init__(__self__, *,
9762
- custom_environment_variables: Mapping[str, Any],
9762
+ custom_environment_variables: Mapping[str, str],
9763
9763
  notebook_session_git_config_details: Sequence['outputs.GetNotebookSessionsNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailResult']):
9764
9764
  """
9765
- :param Mapping[str, Any] custom_environment_variables: Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9765
+ :param Mapping[str, str] custom_environment_variables: Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9766
9766
  :param Sequence['GetNotebookSessionsNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailArgs'] notebook_session_git_config_details: Git configuration Details.
9767
9767
  """
9768
9768
  pulumi.set(__self__, "custom_environment_variables", custom_environment_variables)
@@ -9770,7 +9770,7 @@ class GetNotebookSessionsNotebookSessionNotebookSessionRuntimeConfigDetailResult
9770
9770
 
9771
9771
  @property
9772
9772
  @pulumi.getter(name="customEnvironmentVariables")
9773
- def custom_environment_variables(self) -> Mapping[str, Any]:
9773
+ def custom_environment_variables(self) -> Mapping[str, str]:
9774
9774
  """
9775
9775
  Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
9776
9776
  """
@@ -9920,12 +9920,12 @@ class GetNotebookSessionsNotebookSessionNotebookSessionStorageMountConfiguration
9920
9920
  class GetPipelineConfigurationDetailResult(dict):
9921
9921
  def __init__(__self__, *,
9922
9922
  command_line_arguments: str,
9923
- environment_variables: Mapping[str, Any],
9923
+ environment_variables: Mapping[str, str],
9924
9924
  maximum_runtime_in_minutes: str,
9925
9925
  type: str):
9926
9926
  """
9927
9927
  :param str command_line_arguments: The command line arguments to set for step.
9928
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
9928
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
9929
9929
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
9930
9930
  :param str type: The type of pipeline.
9931
9931
  """
@@ -9944,7 +9944,7 @@ class GetPipelineConfigurationDetailResult(dict):
9944
9944
 
9945
9945
  @property
9946
9946
  @pulumi.getter(name="environmentVariables")
9947
- def environment_variables(self) -> Mapping[str, Any]:
9947
+ def environment_variables(self) -> Mapping[str, str]:
9948
9948
  """
9949
9949
  Environment variables to set for step.
9950
9950
  """
@@ -10102,12 +10102,12 @@ class GetPipelineLogConfigurationDetailResult(dict):
10102
10102
  class GetPipelineRunConfigurationDetailResult(dict):
10103
10103
  def __init__(__self__, *,
10104
10104
  command_line_arguments: str,
10105
- environment_variables: Mapping[str, Any],
10105
+ environment_variables: Mapping[str, str],
10106
10106
  maximum_runtime_in_minutes: str,
10107
10107
  type: str):
10108
10108
  """
10109
10109
  :param str command_line_arguments: The command line arguments to set for step.
10110
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
10110
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
10111
10111
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
10112
10112
  :param str type: The type of pipeline.
10113
10113
  """
@@ -10126,7 +10126,7 @@ class GetPipelineRunConfigurationDetailResult(dict):
10126
10126
 
10127
10127
  @property
10128
10128
  @pulumi.getter(name="environmentVariables")
10129
- def environment_variables(self) -> Mapping[str, Any]:
10129
+ def environment_variables(self) -> Mapping[str, str]:
10130
10130
  """
10131
10131
  Environment variables to set for step.
10132
10132
  """
@@ -10153,12 +10153,12 @@ class GetPipelineRunConfigurationDetailResult(dict):
10153
10153
  class GetPipelineRunConfigurationOverrideDetailResult(dict):
10154
10154
  def __init__(__self__, *,
10155
10155
  command_line_arguments: str,
10156
- environment_variables: Mapping[str, Any],
10156
+ environment_variables: Mapping[str, str],
10157
10157
  maximum_runtime_in_minutes: str,
10158
10158
  type: str):
10159
10159
  """
10160
10160
  :param str command_line_arguments: The command line arguments to set for step.
10161
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
10161
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
10162
10162
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
10163
10163
  :param str type: The type of pipeline.
10164
10164
  """
@@ -10177,7 +10177,7 @@ class GetPipelineRunConfigurationOverrideDetailResult(dict):
10177
10177
 
10178
10178
  @property
10179
10179
  @pulumi.getter(name="environmentVariables")
10180
- def environment_variables(self) -> Mapping[str, Any]:
10180
+ def environment_variables(self) -> Mapping[str, str]:
10181
10181
  """
10182
10182
  Environment variables to set for step.
10183
10183
  """
@@ -10324,11 +10324,11 @@ class GetPipelineRunStepOverrideDetailResult(dict):
10324
10324
  class GetPipelineRunStepOverrideDetailStepConfigurationDetailResult(dict):
10325
10325
  def __init__(__self__, *,
10326
10326
  command_line_arguments: str,
10327
- environment_variables: Mapping[str, Any],
10327
+ environment_variables: Mapping[str, str],
10328
10328
  maximum_runtime_in_minutes: str):
10329
10329
  """
10330
10330
  :param str command_line_arguments: The command line arguments to set for step.
10331
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
10331
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
10332
10332
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
10333
10333
  """
10334
10334
  pulumi.set(__self__, "command_line_arguments", command_line_arguments)
@@ -10345,7 +10345,7 @@ class GetPipelineRunStepOverrideDetailStepConfigurationDetailResult(dict):
10345
10345
 
10346
10346
  @property
10347
10347
  @pulumi.getter(name="environmentVariables")
10348
- def environment_variables(self) -> Mapping[str, Any]:
10348
+ def environment_variables(self) -> Mapping[str, str]:
10349
10349
  """
10350
10350
  Environment variables to set for step.
10351
10351
  """
@@ -10551,10 +10551,10 @@ class GetPipelineRunsPipelineRunResult(dict):
10551
10551
  configuration_details: Sequence['outputs.GetPipelineRunsPipelineRunConfigurationDetailResult'],
10552
10552
  configuration_override_details: Sequence['outputs.GetPipelineRunsPipelineRunConfigurationOverrideDetailResult'],
10553
10553
  created_by: str,
10554
- defined_tags: Mapping[str, Any],
10554
+ defined_tags: Mapping[str, str],
10555
10555
  delete_related_job_runs: bool,
10556
10556
  display_name: str,
10557
- freeform_tags: Mapping[str, Any],
10557
+ freeform_tags: Mapping[str, str],
10558
10558
  id: str,
10559
10559
  lifecycle_details: str,
10560
10560
  log_configuration_override_details: Sequence['outputs.GetPipelineRunsPipelineRunLogConfigurationOverrideDetailResult'],
@@ -10565,7 +10565,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10565
10565
  state: str,
10566
10566
  step_override_details: Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailResult'],
10567
10567
  step_runs: Sequence['outputs.GetPipelineRunsPipelineRunStepRunResult'],
10568
- system_tags: Mapping[str, Any],
10568
+ system_tags: Mapping[str, str],
10569
10569
  time_accepted: str,
10570
10570
  time_finished: str,
10571
10571
  time_started: str,
@@ -10575,9 +10575,9 @@ class GetPipelineRunsPipelineRunResult(dict):
10575
10575
  :param Sequence['GetPipelineRunsPipelineRunConfigurationDetailArgs'] configuration_details: The configuration details of a pipeline.
10576
10576
  :param Sequence['GetPipelineRunsPipelineRunConfigurationOverrideDetailArgs'] configuration_override_details: The configuration details of a pipeline.
10577
10577
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
10578
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
10578
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
10579
10579
  :param str display_name: <b>Filter</b> results by its user-friendly name.
10580
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
10580
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
10581
10581
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
10582
10582
  :param str lifecycle_details: Details of the state of the step run.
10583
10583
  :param Sequence['GetPipelineRunsPipelineRunLogConfigurationOverrideDetailArgs'] log_configuration_override_details: The pipeline log configuration details.
@@ -10587,7 +10587,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10587
10587
  :param str state: The current state of the PipelineRun.
10588
10588
  :param Sequence['GetPipelineRunsPipelineRunStepOverrideDetailArgs'] step_override_details: Array of step override details. Only Step Configuration is allowed to be overridden.
10589
10589
  :param Sequence['GetPipelineRunsPipelineRunStepRunArgs'] step_runs: Array of StepRun object for each step.
10590
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
10590
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
10591
10591
  :param str time_accepted: The date and time the pipeline run was accepted in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
10592
10592
  :param str time_finished: The date and time the pipeline run request was finished in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
10593
10593
  :param str time_started: The date and time the pipeline run request was started in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -10651,7 +10651,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10651
10651
 
10652
10652
  @property
10653
10653
  @pulumi.getter(name="definedTags")
10654
- def defined_tags(self) -> Mapping[str, Any]:
10654
+ def defined_tags(self) -> Mapping[str, str]:
10655
10655
  """
10656
10656
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
10657
10657
  """
@@ -10672,7 +10672,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10672
10672
 
10673
10673
  @property
10674
10674
  @pulumi.getter(name="freeformTags")
10675
- def freeform_tags(self) -> Mapping[str, Any]:
10675
+ def freeform_tags(self) -> Mapping[str, str]:
10676
10676
  """
10677
10677
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
10678
10678
  """
@@ -10757,7 +10757,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10757
10757
 
10758
10758
  @property
10759
10759
  @pulumi.getter(name="systemTags")
10760
- def system_tags(self) -> Mapping[str, Any]:
10760
+ def system_tags(self) -> Mapping[str, str]:
10761
10761
  """
10762
10762
  Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
10763
10763
  """
@@ -10800,12 +10800,12 @@ class GetPipelineRunsPipelineRunResult(dict):
10800
10800
  class GetPipelineRunsPipelineRunConfigurationDetailResult(dict):
10801
10801
  def __init__(__self__, *,
10802
10802
  command_line_arguments: str,
10803
- environment_variables: Mapping[str, Any],
10803
+ environment_variables: Mapping[str, str],
10804
10804
  maximum_runtime_in_minutes: str,
10805
10805
  type: str):
10806
10806
  """
10807
10807
  :param str command_line_arguments: The command line arguments to set for step.
10808
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
10808
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
10809
10809
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
10810
10810
  :param str type: The type of pipeline.
10811
10811
  """
@@ -10824,7 +10824,7 @@ class GetPipelineRunsPipelineRunConfigurationDetailResult(dict):
10824
10824
 
10825
10825
  @property
10826
10826
  @pulumi.getter(name="environmentVariables")
10827
- def environment_variables(self) -> Mapping[str, Any]:
10827
+ def environment_variables(self) -> Mapping[str, str]:
10828
10828
  """
10829
10829
  Environment variables to set for step.
10830
10830
  """
@@ -10851,12 +10851,12 @@ class GetPipelineRunsPipelineRunConfigurationDetailResult(dict):
10851
10851
  class GetPipelineRunsPipelineRunConfigurationOverrideDetailResult(dict):
10852
10852
  def __init__(__self__, *,
10853
10853
  command_line_arguments: str,
10854
- environment_variables: Mapping[str, Any],
10854
+ environment_variables: Mapping[str, str],
10855
10855
  maximum_runtime_in_minutes: str,
10856
10856
  type: str):
10857
10857
  """
10858
10858
  :param str command_line_arguments: The command line arguments to set for step.
10859
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
10859
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
10860
10860
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
10861
10861
  :param str type: The type of pipeline.
10862
10862
  """
@@ -10875,7 +10875,7 @@ class GetPipelineRunsPipelineRunConfigurationOverrideDetailResult(dict):
10875
10875
 
10876
10876
  @property
10877
10877
  @pulumi.getter(name="environmentVariables")
10878
- def environment_variables(self) -> Mapping[str, Any]:
10878
+ def environment_variables(self) -> Mapping[str, str]:
10879
10879
  """
10880
10880
  Environment variables to set for step.
10881
10881
  """
@@ -11022,11 +11022,11 @@ class GetPipelineRunsPipelineRunStepOverrideDetailResult(dict):
11022
11022
  class GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult(dict):
11023
11023
  def __init__(__self__, *,
11024
11024
  command_line_arguments: str,
11025
- environment_variables: Mapping[str, Any],
11025
+ environment_variables: Mapping[str, str],
11026
11026
  maximum_runtime_in_minutes: str):
11027
11027
  """
11028
11028
  :param str command_line_arguments: The command line arguments to set for step.
11029
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
11029
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
11030
11030
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
11031
11031
  """
11032
11032
  pulumi.set(__self__, "command_line_arguments", command_line_arguments)
@@ -11043,7 +11043,7 @@ class GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult(
11043
11043
 
11044
11044
  @property
11045
11045
  @pulumi.getter(name="environmentVariables")
11046
- def environment_variables(self) -> Mapping[str, Any]:
11046
+ def environment_variables(self) -> Mapping[str, str]:
11047
11047
  """
11048
11048
  Environment variables to set for step.
11049
11049
  """
@@ -11378,11 +11378,11 @@ class GetPipelineStepDetailResult(dict):
11378
11378
  class GetPipelineStepDetailStepConfigurationDetailResult(dict):
11379
11379
  def __init__(__self__, *,
11380
11380
  command_line_arguments: str,
11381
- environment_variables: Mapping[str, Any],
11381
+ environment_variables: Mapping[str, str],
11382
11382
  maximum_runtime_in_minutes: str):
11383
11383
  """
11384
11384
  :param str command_line_arguments: The command line arguments to set for step.
11385
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
11385
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
11386
11386
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
11387
11387
  """
11388
11388
  pulumi.set(__self__, "command_line_arguments", command_line_arguments)
@@ -11399,7 +11399,7 @@ class GetPipelineStepDetailStepConfigurationDetailResult(dict):
11399
11399
 
11400
11400
  @property
11401
11401
  @pulumi.getter(name="environmentVariables")
11402
- def environment_variables(self) -> Mapping[str, Any]:
11402
+ def environment_variables(self) -> Mapping[str, str]:
11403
11403
  """
11404
11404
  Environment variables to set for step.
11405
11405
  """
@@ -11600,11 +11600,11 @@ class GetPipelinesPipelineResult(dict):
11600
11600
  compartment_id: str,
11601
11601
  configuration_details: Sequence['outputs.GetPipelinesPipelineConfigurationDetailResult'],
11602
11602
  created_by: str,
11603
- defined_tags: Mapping[str, Any],
11603
+ defined_tags: Mapping[str, str],
11604
11604
  delete_related_pipeline_runs: bool,
11605
11605
  description: str,
11606
11606
  display_name: str,
11607
- freeform_tags: Mapping[str, Any],
11607
+ freeform_tags: Mapping[str, str],
11608
11608
  id: str,
11609
11609
  infrastructure_configuration_details: Sequence['outputs.GetPipelinesPipelineInfrastructureConfigurationDetailResult'],
11610
11610
  lifecycle_details: str,
@@ -11613,17 +11613,17 @@ class GetPipelinesPipelineResult(dict):
11613
11613
  state: str,
11614
11614
  step_artifacts: Sequence['outputs.GetPipelinesPipelineStepArtifactResult'],
11615
11615
  step_details: Sequence['outputs.GetPipelinesPipelineStepDetailResult'],
11616
- system_tags: Mapping[str, Any],
11616
+ system_tags: Mapping[str, str],
11617
11617
  time_created: str,
11618
11618
  time_updated: str):
11619
11619
  """
11620
11620
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
11621
11621
  :param Sequence['GetPipelinesPipelineConfigurationDetailArgs'] configuration_details: The configuration details of a pipeline.
11622
11622
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
11623
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
11623
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
11624
11624
  :param str description: A short description of the step.
11625
11625
  :param str display_name: <b>Filter</b> results by its user-friendly name.
11626
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
11626
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
11627
11627
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
11628
11628
  :param Sequence['GetPipelinesPipelineInfrastructureConfigurationDetailArgs'] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
11629
11629
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
@@ -11631,7 +11631,7 @@ class GetPipelinesPipelineResult(dict):
11631
11631
  :param str project_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
11632
11632
  :param str state: The current state of the Pipeline.
11633
11633
  :param Sequence['GetPipelinesPipelineStepDetailArgs'] step_details: Array of step details for each step.
11634
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
11634
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
11635
11635
  :param str time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z
11636
11636
  :param str time_updated: The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z
11637
11637
  """
@@ -11681,7 +11681,7 @@ class GetPipelinesPipelineResult(dict):
11681
11681
 
11682
11682
  @property
11683
11683
  @pulumi.getter(name="definedTags")
11684
- def defined_tags(self) -> Mapping[str, Any]:
11684
+ def defined_tags(self) -> Mapping[str, str]:
11685
11685
  """
11686
11686
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
11687
11687
  """
@@ -11710,7 +11710,7 @@ class GetPipelinesPipelineResult(dict):
11710
11710
 
11711
11711
  @property
11712
11712
  @pulumi.getter(name="freeformTags")
11713
- def freeform_tags(self) -> Mapping[str, Any]:
11713
+ def freeform_tags(self) -> Mapping[str, str]:
11714
11714
  """
11715
11715
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
11716
11716
  """
@@ -11779,7 +11779,7 @@ class GetPipelinesPipelineResult(dict):
11779
11779
 
11780
11780
  @property
11781
11781
  @pulumi.getter(name="systemTags")
11782
- def system_tags(self) -> Mapping[str, Any]:
11782
+ def system_tags(self) -> Mapping[str, str]:
11783
11783
  """
11784
11784
  Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
11785
11785
  """
@@ -11806,12 +11806,12 @@ class GetPipelinesPipelineResult(dict):
11806
11806
  class GetPipelinesPipelineConfigurationDetailResult(dict):
11807
11807
  def __init__(__self__, *,
11808
11808
  command_line_arguments: str,
11809
- environment_variables: Mapping[str, Any],
11809
+ environment_variables: Mapping[str, str],
11810
11810
  maximum_runtime_in_minutes: str,
11811
11811
  type: str):
11812
11812
  """
11813
11813
  :param str command_line_arguments: The command line arguments to set for step.
11814
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
11814
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
11815
11815
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
11816
11816
  :param str type: The type of pipeline.
11817
11817
  """
@@ -11830,7 +11830,7 @@ class GetPipelinesPipelineConfigurationDetailResult(dict):
11830
11830
 
11831
11831
  @property
11832
11832
  @pulumi.getter(name="environmentVariables")
11833
- def environment_variables(self) -> Mapping[str, Any]:
11833
+ def environment_variables(self) -> Mapping[str, str]:
11834
11834
  """
11835
11835
  Environment variables to set for step.
11836
11836
  """
@@ -12147,11 +12147,11 @@ class GetPipelinesPipelineStepDetailResult(dict):
12147
12147
  class GetPipelinesPipelineStepDetailStepConfigurationDetailResult(dict):
12148
12148
  def __init__(__self__, *,
12149
12149
  command_line_arguments: str,
12150
- environment_variables: Mapping[str, Any],
12150
+ environment_variables: Mapping[str, str],
12151
12151
  maximum_runtime_in_minutes: str):
12152
12152
  """
12153
12153
  :param str command_line_arguments: The command line arguments to set for step.
12154
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
12154
+ :param Mapping[str, str] environment_variables: Environment variables to set for step.
12155
12155
  :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
12156
12156
  """
12157
12157
  pulumi.set(__self__, "command_line_arguments", command_line_arguments)
@@ -12168,7 +12168,7 @@ class GetPipelinesPipelineStepDetailStepConfigurationDetailResult(dict):
12168
12168
 
12169
12169
  @property
12170
12170
  @pulumi.getter(name="environmentVariables")
12171
- def environment_variables(self) -> Mapping[str, Any]:
12171
+ def environment_variables(self) -> Mapping[str, str]:
12172
12172
  """
12173
12173
  Environment variables to set for step.
12174
12174
  """
@@ -12342,35 +12342,35 @@ class GetPrivateEndpointsDataSciencePrivateEndpointResult(dict):
12342
12342
  compartment_id: str,
12343
12343
  created_by: str,
12344
12344
  data_science_resource_type: str,
12345
- defined_tags: Mapping[str, Any],
12345
+ defined_tags: Mapping[str, str],
12346
12346
  description: str,
12347
12347
  display_name: str,
12348
12348
  fqdn: str,
12349
- freeform_tags: Mapping[str, Any],
12349
+ freeform_tags: Mapping[str, str],
12350
12350
  id: str,
12351
12351
  lifecycle_details: str,
12352
12352
  nsg_ids: Sequence[str],
12353
12353
  state: str,
12354
12354
  sub_domain: str,
12355
12355
  subnet_id: str,
12356
- system_tags: Mapping[str, Any],
12356
+ system_tags: Mapping[str, str],
12357
12357
  time_created: str,
12358
12358
  time_updated: str):
12359
12359
  """
12360
12360
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
12361
12361
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
12362
12362
  :param str data_science_resource_type: Resource types in the Data Science service such as notebooks.
12363
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12363
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12364
12364
  :param str description: A user friendly description. Avoid entering confidential information.
12365
12365
  :param str display_name: <b>Filter</b> results by its user-friendly name.
12366
12366
  :param str fqdn: Accesing the Data Science resource using FQDN.
12367
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12367
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12368
12368
  :param str id: The OCID of a private endpoint.
12369
12369
  :param str lifecycle_details: Details of the state of Data Science private endpoint.
12370
12370
  :param Sequence[str] nsg_ids: An array of network security group OCIDs.
12371
12371
  :param str state: The lifecycle state of the private endpoint.
12372
12372
  :param str subnet_id: The OCID of a subnet.
12373
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12373
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12374
12374
  :param str time_created: The date and time that the Data Science private endpoint was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
12375
12375
  :param str time_updated: The date and time that the Data Science private endpoint was updated expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
12376
12376
  """
@@ -12418,7 +12418,7 @@ class GetPrivateEndpointsDataSciencePrivateEndpointResult(dict):
12418
12418
 
12419
12419
  @property
12420
12420
  @pulumi.getter(name="definedTags")
12421
- def defined_tags(self) -> Mapping[str, Any]:
12421
+ def defined_tags(self) -> Mapping[str, str]:
12422
12422
  """
12423
12423
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12424
12424
  """
@@ -12450,7 +12450,7 @@ class GetPrivateEndpointsDataSciencePrivateEndpointResult(dict):
12450
12450
 
12451
12451
  @property
12452
12452
  @pulumi.getter(name="freeformTags")
12453
- def freeform_tags(self) -> Mapping[str, Any]:
12453
+ def freeform_tags(self) -> Mapping[str, str]:
12454
12454
  """
12455
12455
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12456
12456
  """
@@ -12503,7 +12503,7 @@ class GetPrivateEndpointsDataSciencePrivateEndpointResult(dict):
12503
12503
 
12504
12504
  @property
12505
12505
  @pulumi.getter(name="systemTags")
12506
- def system_tags(self) -> Mapping[str, Any]:
12506
+ def system_tags(self) -> Mapping[str, str]:
12507
12507
  """
12508
12508
  Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12509
12509
  """
@@ -12585,24 +12585,24 @@ class GetProjectsProjectResult(dict):
12585
12585
  def __init__(__self__, *,
12586
12586
  compartment_id: str,
12587
12587
  created_by: str,
12588
- defined_tags: Mapping[str, Any],
12588
+ defined_tags: Mapping[str, str],
12589
12589
  description: str,
12590
12590
  display_name: str,
12591
- freeform_tags: Mapping[str, Any],
12591
+ freeform_tags: Mapping[str, str],
12592
12592
  id: str,
12593
12593
  state: str,
12594
- system_tags: Mapping[str, Any],
12594
+ system_tags: Mapping[str, str],
12595
12595
  time_created: str):
12596
12596
  """
12597
12597
  :param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
12598
12598
  :param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
12599
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12599
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12600
12600
  :param str description: A short description of the project.
12601
12601
  :param str display_name: <b>Filter</b> results by its user-friendly name.
12602
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12602
+ :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12603
12603
  :param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
12604
12604
  :param str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
12605
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12605
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12606
12606
  :param str time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2019-08-25T21:10:29.41Z
12607
12607
  """
12608
12608
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -12634,7 +12634,7 @@ class GetProjectsProjectResult(dict):
12634
12634
 
12635
12635
  @property
12636
12636
  @pulumi.getter(name="definedTags")
12637
- def defined_tags(self) -> Mapping[str, Any]:
12637
+ def defined_tags(self) -> Mapping[str, str]:
12638
12638
  """
12639
12639
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12640
12640
  """
@@ -12658,7 +12658,7 @@ class GetProjectsProjectResult(dict):
12658
12658
 
12659
12659
  @property
12660
12660
  @pulumi.getter(name="freeformTags")
12661
- def freeform_tags(self) -> Mapping[str, Any]:
12661
+ def freeform_tags(self) -> Mapping[str, str]:
12662
12662
  """
12663
12663
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12664
12664
  """
@@ -12682,7 +12682,7 @@ class GetProjectsProjectResult(dict):
12682
12682
 
12683
12683
  @property
12684
12684
  @pulumi.getter(name="systemTags")
12685
- def system_tags(self) -> Mapping[str, Any]:
12685
+ def system_tags(self) -> Mapping[str, str]:
12686
12686
  """
12687
12687
  Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
12688
12688
  """