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
@@ -1739,14 +1739,14 @@ class AutonomousDatabaseConnectionString(dict):
1739
1739
  return super().get(key, default)
1740
1740
 
1741
1741
  def __init__(__self__, *,
1742
- all_connection_strings: Optional[Mapping[str, Any]] = None,
1742
+ all_connection_strings: Optional[Mapping[str, str]] = None,
1743
1743
  dedicated: Optional[str] = None,
1744
1744
  high: Optional[str] = None,
1745
1745
  low: Optional[str] = None,
1746
1746
  medium: Optional[str] = None,
1747
1747
  profiles: Optional[Sequence['outputs.AutonomousDatabaseConnectionStringProfile']] = None):
1748
1748
  """
1749
- :param Mapping[str, Any] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
1749
+ :param Mapping[str, str] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
1750
1750
  :param str dedicated: The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
1751
1751
  :param str high: The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
1752
1752
  :param str low: The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
@@ -1768,7 +1768,7 @@ class AutonomousDatabaseConnectionString(dict):
1768
1768
 
1769
1769
  @property
1770
1770
  @pulumi.getter(name="allConnectionStrings")
1771
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
1771
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
1772
1772
  """
1773
1773
  Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
1774
1774
  """
@@ -4976,11 +4976,11 @@ class DatabaseConnectionString(dict):
4976
4976
  return super().get(key, default)
4977
4977
 
4978
4978
  def __init__(__self__, *,
4979
- all_connection_strings: Optional[Mapping[str, Any]] = None,
4979
+ all_connection_strings: Optional[Mapping[str, str]] = None,
4980
4980
  cdb_default: Optional[str] = None,
4981
4981
  cdb_ip_default: Optional[str] = None):
4982
4982
  """
4983
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the Database.
4983
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the Database.
4984
4984
  :param str cdb_default: Host name based CDB Connection String.
4985
4985
  :param str cdb_ip_default: IP based CDB Connection String.
4986
4986
  """
@@ -4993,7 +4993,7 @@ class DatabaseConnectionString(dict):
4993
4993
 
4994
4994
  @property
4995
4995
  @pulumi.getter(name="allConnectionStrings")
4996
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
4996
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
4997
4997
  """
4998
4998
  All connection strings to use to connect to the Database.
4999
4999
  """
@@ -5081,8 +5081,8 @@ class DatabaseDatabase(dict):
5081
5081
  db_backup_config: Optional['outputs.DatabaseDatabaseDbBackupConfig'] = None,
5082
5082
  db_unique_name: Optional[str] = None,
5083
5083
  db_workload: Optional[str] = None,
5084
- defined_tags: Optional[Mapping[str, Any]] = None,
5085
- freeform_tags: Optional[Mapping[str, Any]] = None,
5084
+ defined_tags: Optional[Mapping[str, str]] = None,
5085
+ freeform_tags: Optional[Mapping[str, str]] = None,
5086
5086
  kms_key_id: Optional[str] = None,
5087
5087
  kms_key_version_id: Optional[str] = None,
5088
5088
  ncharacter_set: Optional[str] = None,
@@ -5105,8 +5105,8 @@ class DatabaseDatabase(dict):
5105
5105
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
5106
5106
 
5107
5107
  The database workload type.
5108
- :param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
5109
- :param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5108
+ :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
5109
+ :param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5110
5110
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
5111
5111
  :param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
5112
5112
  :param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
@@ -5231,7 +5231,7 @@ class DatabaseDatabase(dict):
5231
5231
 
5232
5232
  @property
5233
5233
  @pulumi.getter(name="definedTags")
5234
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
5234
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
5235
5235
  """
5236
5236
  (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
5237
5237
  """
@@ -5239,7 +5239,7 @@ class DatabaseDatabase(dict):
5239
5239
 
5240
5240
  @property
5241
5241
  @pulumi.getter(name="freeformTags")
5242
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
5242
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
5243
5243
  """
5244
5244
  (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5245
5245
  """
@@ -5792,11 +5792,11 @@ class DatabaseUpgradeConnectionString(dict):
5792
5792
  return super().get(key, default)
5793
5793
 
5794
5794
  def __init__(__self__, *,
5795
- all_connection_strings: Optional[Mapping[str, Any]] = None,
5795
+ all_connection_strings: Optional[Mapping[str, str]] = None,
5796
5796
  cdb_default: Optional[str] = None,
5797
5797
  cdb_ip_default: Optional[str] = None):
5798
5798
  """
5799
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the Database.
5799
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the Database.
5800
5800
  :param str cdb_default: Host name based CDB Connection String.
5801
5801
  :param str cdb_ip_default: IP based CDB Connection String.
5802
5802
  """
@@ -5809,7 +5809,7 @@ class DatabaseUpgradeConnectionString(dict):
5809
5809
 
5810
5810
  @property
5811
5811
  @pulumi.getter(name="allConnectionStrings")
5812
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
5812
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
5813
5813
  """
5814
5814
  All connection strings to use to connect to the Database.
5815
5815
  """
@@ -6239,8 +6239,8 @@ class DbHomeDatabase(dict):
6239
6239
  db_name: Optional[str] = None,
6240
6240
  db_unique_name: Optional[str] = None,
6241
6241
  db_workload: Optional[str] = None,
6242
- defined_tags: Optional[Mapping[str, Any]] = None,
6243
- freeform_tags: Optional[Mapping[str, Any]] = None,
6242
+ defined_tags: Optional[Mapping[str, str]] = None,
6243
+ freeform_tags: Optional[Mapping[str, str]] = None,
6244
6244
  id: Optional[str] = None,
6245
6245
  key_store_id: Optional[str] = None,
6246
6246
  kms_key_id: Optional[str] = None,
@@ -6270,8 +6270,8 @@ class DbHomeDatabase(dict):
6270
6270
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
6271
6271
 
6272
6272
  The database workload type.
6273
- :param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6274
- :param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6273
+ :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6274
+ :param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6275
6275
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
6276
6276
  :param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
6277
6277
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
@@ -6432,7 +6432,7 @@ class DbHomeDatabase(dict):
6432
6432
 
6433
6433
  @property
6434
6434
  @pulumi.getter(name="definedTags")
6435
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
6435
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
6436
6436
  """
6437
6437
  (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6438
6438
  """
@@ -6440,7 +6440,7 @@ class DbHomeDatabase(dict):
6440
6440
 
6441
6441
  @property
6442
6442
  @pulumi.getter(name="freeformTags")
6443
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
6443
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
6444
6444
  """
6445
6445
  (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6446
6446
  """
@@ -6591,7 +6591,7 @@ class DbHomeDatabaseConnectionString(dict):
6591
6591
  return super().get(key, default)
6592
6592
 
6593
6593
  def __init__(__self__, *,
6594
- all_connection_strings: Optional[Mapping[str, Any]] = None,
6594
+ all_connection_strings: Optional[Mapping[str, str]] = None,
6595
6595
  cdb_default: Optional[str] = None,
6596
6596
  cdb_ip_default: Optional[str] = None):
6597
6597
  if all_connection_strings is not None:
@@ -6603,7 +6603,7 @@ class DbHomeDatabaseConnectionString(dict):
6603
6603
 
6604
6604
  @property
6605
6605
  @pulumi.getter(name="allConnectionStrings")
6606
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
6606
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
6607
6607
  return pulumi.get(self, "all_connection_strings")
6608
6608
 
6609
6609
  @property
@@ -6918,9 +6918,9 @@ class DbSystemDbHome(dict):
6918
6918
  database_software_image_id: Optional[str] = None,
6919
6919
  db_home_location: Optional[str] = None,
6920
6920
  db_version: Optional[str] = None,
6921
- defined_tags: Optional[Mapping[str, Any]] = None,
6921
+ defined_tags: Optional[Mapping[str, str]] = None,
6922
6922
  display_name: Optional[str] = None,
6923
- freeform_tags: Optional[Mapping[str, Any]] = None,
6923
+ freeform_tags: Optional[Mapping[str, str]] = None,
6924
6924
  id: Optional[str] = None,
6925
6925
  last_patch_history_entry_id: Optional[str] = None,
6926
6926
  lifecycle_details: Optional[str] = None,
@@ -6934,9 +6934,9 @@ class DbSystemDbHome(dict):
6934
6934
  :param str db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
6935
6935
 
6936
6936
  This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
6937
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6937
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6938
6938
  :param str display_name: The user-provided name of the Database Home.
6939
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6939
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6940
6940
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6941
6941
  :param str last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
6942
6942
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -7009,7 +7009,7 @@ class DbSystemDbHome(dict):
7009
7009
 
7010
7010
  @property
7011
7011
  @pulumi.getter(name="definedTags")
7012
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
7012
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
7013
7013
  """
7014
7014
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
7015
7015
  """
@@ -7025,7 +7025,7 @@ class DbSystemDbHome(dict):
7025
7025
 
7026
7026
  @property
7027
7027
  @pulumi.getter(name="freeformTags")
7028
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
7028
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
7029
7029
  """
7030
7030
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7031
7031
  """
@@ -7150,8 +7150,8 @@ class DbSystemDbHomeDatabase(dict):
7150
7150
  db_name: Optional[str] = None,
7151
7151
  db_unique_name: Optional[str] = None,
7152
7152
  db_workload: Optional[str] = None,
7153
- defined_tags: Optional[Mapping[str, Any]] = None,
7154
- freeform_tags: Optional[Mapping[str, Any]] = None,
7153
+ defined_tags: Optional[Mapping[str, str]] = None,
7154
+ freeform_tags: Optional[Mapping[str, str]] = None,
7155
7155
  id: Optional[str] = None,
7156
7156
  kms_key_id: Optional[str] = None,
7157
7157
  kms_key_version_id: Optional[str] = None,
@@ -7180,8 +7180,8 @@ class DbSystemDbHomeDatabase(dict):
7180
7180
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
7181
7181
 
7182
7182
  The database workload type.
7183
- :param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
7184
- :param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7183
+ :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
7184
+ :param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7185
7185
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
7186
7186
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
7187
7187
  :param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
@@ -7346,7 +7346,7 @@ class DbSystemDbHomeDatabase(dict):
7346
7346
 
7347
7347
  @property
7348
7348
  @pulumi.getter(name="definedTags")
7349
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
7349
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
7350
7350
  """
7351
7351
  (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
7352
7352
  """
@@ -7354,7 +7354,7 @@ class DbSystemDbHomeDatabase(dict):
7354
7354
 
7355
7355
  @property
7356
7356
  @pulumi.getter(name="freeformTags")
7357
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
7357
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
7358
7358
  """
7359
7359
  (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7360
7360
  """
@@ -7481,7 +7481,7 @@ class DbSystemDbHomeDatabaseConnectionString(dict):
7481
7481
  return super().get(key, default)
7482
7482
 
7483
7483
  def __init__(__self__, *,
7484
- all_connection_strings: Optional[Mapping[str, Any]] = None,
7484
+ all_connection_strings: Optional[Mapping[str, str]] = None,
7485
7485
  cdb_default: Optional[str] = None,
7486
7486
  cdb_ip_default: Optional[str] = None):
7487
7487
  if all_connection_strings is not None:
@@ -7493,7 +7493,7 @@ class DbSystemDbHomeDatabaseConnectionString(dict):
7493
7493
 
7494
7494
  @property
7495
7495
  @pulumi.getter(name="allConnectionStrings")
7496
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
7496
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
7497
7497
  return pulumi.get(self, "all_connection_strings")
7498
7498
 
7499
7499
  @property
@@ -10825,11 +10825,11 @@ class PluggableDatabaseConnectionString(dict):
10825
10825
  return super().get(key, default)
10826
10826
 
10827
10827
  def __init__(__self__, *,
10828
- all_connection_strings: Optional[Mapping[str, Any]] = None,
10828
+ all_connection_strings: Optional[Mapping[str, str]] = None,
10829
10829
  pdb_default: Optional[str] = None,
10830
10830
  pdb_ip_default: Optional[str] = None):
10831
10831
  """
10832
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
10832
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
10833
10833
  :param str pdb_default: A host name-based PDB connection string.
10834
10834
  :param str pdb_ip_default: An IP-based PDB connection string.
10835
10835
  """
@@ -10842,7 +10842,7 @@ class PluggableDatabaseConnectionString(dict):
10842
10842
 
10843
10843
  @property
10844
10844
  @pulumi.getter(name="allConnectionStrings")
10845
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
10845
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
10846
10846
  """
10847
10847
  All connection strings to use to connect to the pluggable database.
10848
10848
  """
@@ -10892,7 +10892,7 @@ class PluggableDatabaseManagementsManagementConnectionString(dict):
10892
10892
 
10893
10893
  def __init__(__self__, *,
10894
10894
  enable_pluggabledatabasemanagement: bool,
10895
- all_connection_strings: Optional[Mapping[str, Any]] = None,
10895
+ all_connection_strings: Optional[Mapping[str, str]] = None,
10896
10896
  pdb_default: Optional[str] = None,
10897
10897
  pdb_ip_default: Optional[str] = None):
10898
10898
  """
@@ -10901,7 +10901,7 @@ class PluggableDatabaseManagementsManagementConnectionString(dict):
10901
10901
 
10902
10902
  ** IMPORTANT **
10903
10903
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
10904
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
10904
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
10905
10905
  :param str pdb_default: A host name-based PDB connection string.
10906
10906
  :param str pdb_ip_default: An IP-based PDB connection string.
10907
10907
  """
@@ -10927,7 +10927,7 @@ class PluggableDatabaseManagementsManagementConnectionString(dict):
10927
10927
 
10928
10928
  @property
10929
10929
  @pulumi.getter(name="allConnectionStrings")
10930
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
10930
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
10931
10931
  """
10932
10932
  All connection strings to use to connect to the pluggable database.
10933
10933
  """
@@ -11355,11 +11355,11 @@ class PluggableDatabasesLocalCloneConnectionString(dict):
11355
11355
  return super().get(key, default)
11356
11356
 
11357
11357
  def __init__(__self__, *,
11358
- all_connection_strings: Optional[Mapping[str, Any]] = None,
11358
+ all_connection_strings: Optional[Mapping[str, str]] = None,
11359
11359
  pdb_default: Optional[str] = None,
11360
11360
  pdb_ip_default: Optional[str] = None):
11361
11361
  """
11362
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
11362
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
11363
11363
  :param str pdb_default: A host name-based PDB connection string.
11364
11364
  :param str pdb_ip_default: An IP-based PDB connection string.
11365
11365
  """
@@ -11372,7 +11372,7 @@ class PluggableDatabasesLocalCloneConnectionString(dict):
11372
11372
 
11373
11373
  @property
11374
11374
  @pulumi.getter(name="allConnectionStrings")
11375
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
11375
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
11376
11376
  """
11377
11377
  All connection strings to use to connect to the pluggable database.
11378
11378
  """
@@ -11541,11 +11541,11 @@ class PluggableDatabasesRemoteCloneConnectionString(dict):
11541
11541
  return super().get(key, default)
11542
11542
 
11543
11543
  def __init__(__self__, *,
11544
- all_connection_strings: Optional[Mapping[str, Any]] = None,
11544
+ all_connection_strings: Optional[Mapping[str, str]] = None,
11545
11545
  pdb_default: Optional[str] = None,
11546
11546
  pdb_ip_default: Optional[str] = None):
11547
11547
  """
11548
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
11548
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
11549
11549
  :param str pdb_default: A host name-based PDB connection string.
11550
11550
  :param str pdb_ip_default: An IP-based PDB connection string.
11551
11551
  """
@@ -11558,7 +11558,7 @@ class PluggableDatabasesRemoteCloneConnectionString(dict):
11558
11558
 
11559
11559
  @property
11560
11560
  @pulumi.getter(name="allConnectionStrings")
11561
- def all_connection_strings(self) -> Optional[Mapping[str, Any]]:
11561
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
11562
11562
  """
11563
11563
  All connection strings to use to connect to the pluggable database.
11564
11564
  """
@@ -12456,8 +12456,8 @@ class GetApplicationVipsApplicationVipResult(dict):
12456
12456
  cloud_vm_cluster_id: str,
12457
12457
  compartment_id: str,
12458
12458
  db_node_id: str,
12459
- defined_tags: Mapping[str, Any],
12460
- freeform_tags: Mapping[str, Any],
12459
+ defined_tags: Mapping[str, str],
12460
+ freeform_tags: Mapping[str, str],
12461
12461
  hostname_label: str,
12462
12462
  id: str,
12463
12463
  ip_address: str,
@@ -12468,8 +12468,8 @@ class GetApplicationVipsApplicationVipResult(dict):
12468
12468
  """
12469
12469
  :param str cloud_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud VM cluster associated with the application virtual IP (VIP) address.
12470
12470
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
12471
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
12472
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12471
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
12472
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12473
12473
  :param str hostname_label: The hostname of the application virtual IP (VIP) address.
12474
12474
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application virtual IP (VIP) address.
12475
12475
  :param str ip_address: The application virtual IP (VIP) address.
@@ -12514,7 +12514,7 @@ class GetApplicationVipsApplicationVipResult(dict):
12514
12514
 
12515
12515
  @property
12516
12516
  @pulumi.getter(name="definedTags")
12517
- def defined_tags(self) -> Mapping[str, Any]:
12517
+ def defined_tags(self) -> Mapping[str, str]:
12518
12518
  """
12519
12519
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
12520
12520
  """
@@ -12522,7 +12522,7 @@ class GetApplicationVipsApplicationVipResult(dict):
12522
12522
 
12523
12523
  @property
12524
12524
  @pulumi.getter(name="freeformTags")
12525
- def freeform_tags(self) -> Mapping[str, Any]:
12525
+ def freeform_tags(self) -> Mapping[str, str]:
12526
12526
  """
12527
12527
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
12528
12528
  """
@@ -13867,12 +13867,12 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13867
13867
  db_split_threshold: int,
13868
13868
  db_unique_name: str,
13869
13869
  db_version: str,
13870
- defined_tags: Mapping[str, Any],
13870
+ defined_tags: Mapping[str, str],
13871
13871
  display_name: str,
13872
13872
  distribution_affinity: str,
13873
13873
  dst_file_version: str,
13874
13874
  fast_start_fail_over_lag_limit_in_seconds: int,
13875
- freeform_tags: Mapping[str, Any],
13875
+ freeform_tags: Mapping[str, str],
13876
13876
  id: str,
13877
13877
  infrastructure_type: str,
13878
13878
  is_automatic_failover_enabled: bool,
@@ -13928,11 +13928,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13928
13928
  :param str db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
13929
13929
  :param int db_split_threshold: The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the "CPU per VM" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the "CPU per VM" value.
13930
13930
  :param str db_version: Oracle Database version of the Autonomous Container Database.
13931
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
13931
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
13932
13932
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
13933
13933
  :param str distribution_affinity: This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
13934
13934
  :param str dst_file_version: DST Time-zone File version of the Autonomous Container Database.
13935
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
13935
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
13936
13936
  :param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
13937
13937
  :param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
13938
13938
  :param bool is_dst_file_update_enabled: Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
@@ -14129,7 +14129,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
14129
14129
 
14130
14130
  @property
14131
14131
  @pulumi.getter(name="definedTags")
14132
- def defined_tags(self) -> Mapping[str, Any]:
14132
+ def defined_tags(self) -> Mapping[str, str]:
14133
14133
  """
14134
14134
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
14135
14135
  """
@@ -14166,7 +14166,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
14166
14166
 
14167
14167
  @property
14168
14168
  @pulumi.getter(name="freeformTags")
14169
- def freeform_tags(self) -> Mapping[str, Any]:
14169
+ def freeform_tags(self) -> Mapping[str, str]:
14170
14170
  """
14171
14171
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
14172
14172
  """
@@ -15705,14 +15705,14 @@ class GetAutonomousDatabaseBackupsFilterResult(dict):
15705
15705
  @pulumi.output_type
15706
15706
  class GetAutonomousDatabaseConnectionStringResult(dict):
15707
15707
  def __init__(__self__, *,
15708
- all_connection_strings: Mapping[str, Any],
15708
+ all_connection_strings: Mapping[str, str],
15709
15709
  dedicated: str,
15710
15710
  high: str,
15711
15711
  low: str,
15712
15712
  medium: str,
15713
15713
  profiles: Sequence['outputs.GetAutonomousDatabaseConnectionStringProfileResult']):
15714
15714
  """
15715
- :param Mapping[str, Any] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
15715
+ :param Mapping[str, str] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
15716
15716
  :param str dedicated: The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
15717
15717
  :param str high: The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
15718
15718
  :param str low: The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
@@ -15728,7 +15728,7 @@ class GetAutonomousDatabaseConnectionStringResult(dict):
15728
15728
 
15729
15729
  @property
15730
15730
  @pulumi.getter(name="allConnectionStrings")
15731
- def all_connection_strings(self) -> Mapping[str, Any]:
15731
+ def all_connection_strings(self) -> Mapping[str, str]:
15732
15732
  """
15733
15733
  Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
15734
15734
  """
@@ -16800,9 +16800,9 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
16800
16800
  autonomous_dsi_one_off_patches: Sequence[str],
16801
16801
  compartment_id: str,
16802
16802
  database_version: str,
16803
- defined_tags: Mapping[str, Any],
16803
+ defined_tags: Mapping[str, str],
16804
16804
  display_name: str,
16805
- freeform_tags: Mapping[str, Any],
16805
+ freeform_tags: Mapping[str, str],
16806
16806
  id: str,
16807
16807
  image_shape_family: str,
16808
16808
  lifecycle_details: str,
@@ -16814,9 +16814,9 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
16814
16814
  :param Sequence[str] autonomous_dsi_one_off_patches: One-off patches included in the Autonomous Database Software Image
16815
16815
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
16816
16816
  :param str database_version: The database version with which the Autonomous Database Software Image is to be built.
16817
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
16817
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
16818
16818
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
16819
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
16819
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
16820
16820
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database Software Image.
16821
16821
  :param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
16822
16822
  :param str lifecycle_details: Detailed message for the lifecycle state.
@@ -16864,7 +16864,7 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
16864
16864
 
16865
16865
  @property
16866
16866
  @pulumi.getter(name="definedTags")
16867
- def defined_tags(self) -> Mapping[str, Any]:
16867
+ def defined_tags(self) -> Mapping[str, str]:
16868
16868
  """
16869
16869
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
16870
16870
  """
@@ -16880,7 +16880,7 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
16880
16880
 
16881
16881
  @property
16882
16882
  @pulumi.getter(name="freeformTags")
16883
- def freeform_tags(self) -> Mapping[str, Any]:
16883
+ def freeform_tags(self) -> Mapping[str, str]:
16884
16884
  """
16885
16885
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
16886
16886
  """
@@ -17067,12 +17067,12 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17067
17067
  db_tools_details: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailResult'],
17068
17068
  db_version: str,
17069
17069
  db_workload: str,
17070
- defined_tags: Mapping[str, Any],
17070
+ defined_tags: Mapping[str, str],
17071
17071
  disaster_recovery_region_type: str,
17072
17072
  disaster_recovery_type: str,
17073
17073
  display_name: str,
17074
17074
  failed_data_recovery_in_seconds: int,
17075
- freeform_tags: Mapping[str, Any],
17075
+ freeform_tags: Mapping[str, str],
17076
17076
  id: str,
17077
17077
  in_memory_area_in_gbs: int,
17078
17078
  in_memory_percentage: int,
@@ -17145,7 +17145,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17145
17145
  supported_regions_to_clone_tos: Sequence[str],
17146
17146
  switchover_to: str,
17147
17147
  switchover_to_remote_peer_id: str,
17148
- system_tags: Mapping[str, Any],
17148
+ system_tags: Mapping[str, str],
17149
17149
  time_created: str,
17150
17150
  time_data_guard_role_changed: str,
17151
17151
  time_deletion_of_free_autonomous_database: str,
@@ -17200,12 +17200,12 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17200
17200
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
17201
17201
  :param str db_version: A filter to return only autonomous database resources that match the specified dbVersion.
17202
17202
  :param str db_workload: A filter to return only autonomous database resources that match the specified workload type.
17203
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
17203
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
17204
17204
  :param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
17205
17205
  :param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
17206
17206
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
17207
17207
  :param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
17208
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
17208
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
17209
17209
  :param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
17210
17210
  :param int in_memory_area_in_gbs: The area assigned to In-Memory tables in Autonomous Database.
17211
17211
  :param int in_memory_percentage: The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
@@ -17269,7 +17269,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17269
17269
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
17270
17270
  :param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
17271
17271
  :param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
17272
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
17272
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
17273
17273
  :param str time_created: The date and time the Autonomous Database was created.
17274
17274
  :param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
17275
17275
  :param str time_deletion_of_free_autonomous_database: The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
@@ -17697,7 +17697,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17697
17697
 
17698
17698
  @property
17699
17699
  @pulumi.getter(name="definedTags")
17700
- def defined_tags(self) -> Mapping[str, Any]:
17700
+ def defined_tags(self) -> Mapping[str, str]:
17701
17701
  """
17702
17702
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
17703
17703
  """
@@ -17737,7 +17737,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17737
17737
 
17738
17738
  @property
17739
17739
  @pulumi.getter(name="freeformTags")
17740
- def freeform_tags(self) -> Mapping[str, Any]:
17740
+ def freeform_tags(self) -> Mapping[str, str]:
17741
17741
  """
17742
17742
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
17743
17743
  """
@@ -18293,7 +18293,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
18293
18293
 
18294
18294
  @property
18295
18295
  @pulumi.getter(name="systemTags")
18296
- def system_tags(self) -> Mapping[str, Any]:
18296
+ def system_tags(self) -> Mapping[str, str]:
18297
18297
  """
18298
18298
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
18299
18299
  """
@@ -18539,14 +18539,14 @@ class GetAutonomousDatabasesAutonomousDatabaseBackupConfigResult(dict):
18539
18539
  @pulumi.output_type
18540
18540
  class GetAutonomousDatabasesAutonomousDatabaseConnectionStringResult(dict):
18541
18541
  def __init__(__self__, *,
18542
- all_connection_strings: Mapping[str, Any],
18542
+ all_connection_strings: Mapping[str, str],
18543
18543
  dedicated: str,
18544
18544
  high: str,
18545
18545
  low: str,
18546
18546
  medium: str,
18547
18547
  profiles: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult']):
18548
18548
  """
18549
- :param Mapping[str, Any] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
18549
+ :param Mapping[str, str] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
18550
18550
  :param str dedicated: The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
18551
18551
  :param str high: The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
18552
18552
  :param str low: The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
@@ -18562,7 +18562,7 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringResult(dict):
18562
18562
 
18563
18563
  @property
18564
18564
  @pulumi.getter(name="allConnectionStrings")
18565
- def all_connection_strings(self) -> Mapping[str, Any]:
18565
+ def all_connection_strings(self) -> Mapping[str, str]:
18566
18566
  """
18567
18567
  Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
18568
18568
  """
@@ -19364,11 +19364,11 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19364
19364
  db_tools_details: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetailResult'],
19365
19365
  db_version: str,
19366
19366
  db_workload: str,
19367
- defined_tags: Mapping[str, Any],
19367
+ defined_tags: Mapping[str, str],
19368
19368
  disaster_recovery_region_type: str,
19369
19369
  display_name: str,
19370
19370
  failed_data_recovery_in_seconds: int,
19371
- freeform_tags: Mapping[str, Any],
19371
+ freeform_tags: Mapping[str, str],
19372
19372
  id: str,
19373
19373
  in_memory_area_in_gbs: int,
19374
19374
  in_memory_percentage: int,
@@ -19428,7 +19428,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19428
19428
  subnet_id: str,
19429
19429
  subscription_id: str,
19430
19430
  supported_regions_to_clone_tos: Sequence[str],
19431
- system_tags: Mapping[str, Any],
19431
+ system_tags: Mapping[str, str],
19432
19432
  time_created: str,
19433
19433
  time_data_guard_role_changed: str,
19434
19434
  time_deletion_of_free_autonomous_database: str,
@@ -19485,11 +19485,11 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19485
19485
  * DW - indicates an Autonomous Data Warehouse database
19486
19486
  * AJD - indicates an Autonomous JSON Database
19487
19487
  * APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
19488
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19488
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19489
19489
  :param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
19490
19490
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
19491
19491
  :param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
19492
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
19492
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
19493
19493
  :param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
19494
19494
  :param int in_memory_area_in_gbs: The area assigned to In-Memory tables in Autonomous Database.
19495
19495
  :param int in_memory_percentage: The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
@@ -19550,7 +19550,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19550
19550
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
19551
19551
  :param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
19552
19552
  :param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
19553
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19553
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19554
19554
  :param str time_created: The date and time the Autonomous Database was created.
19555
19555
  :param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
19556
19556
  :param str time_deletion_of_free_autonomous_database: The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
@@ -19941,7 +19941,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19941
19941
 
19942
19942
  @property
19943
19943
  @pulumi.getter(name="definedTags")
19944
- def defined_tags(self) -> Mapping[str, Any]:
19944
+ def defined_tags(self) -> Mapping[str, str]:
19945
19945
  """
19946
19946
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19947
19947
  """
@@ -19973,7 +19973,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19973
19973
 
19974
19974
  @property
19975
19975
  @pulumi.getter(name="freeformTags")
19976
- def freeform_tags(self) -> Mapping[str, Any]:
19976
+ def freeform_tags(self) -> Mapping[str, str]:
19977
19977
  """
19978
19978
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
19979
19979
  """
@@ -20454,7 +20454,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
20454
20454
 
20455
20455
  @property
20456
20456
  @pulumi.getter(name="systemTags")
20457
- def system_tags(self) -> Mapping[str, Any]:
20457
+ def system_tags(self) -> Mapping[str, str]:
20458
20458
  """
20459
20459
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
20460
20460
  """
@@ -20687,14 +20687,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigResult(dict):
20687
20687
  @pulumi.output_type
20688
20688
  class GetAutonomousDatabasesClonesAutonomousDatabaseConnectionStringResult(dict):
20689
20689
  def __init__(__self__, *,
20690
- all_connection_strings: Mapping[str, Any],
20690
+ all_connection_strings: Mapping[str, str],
20691
20691
  dedicated: str,
20692
20692
  high: str,
20693
20693
  low: str,
20694
20694
  medium: str,
20695
20695
  profiles: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseConnectionStringProfileResult']):
20696
20696
  """
20697
- :param Mapping[str, Any] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
20697
+ :param Mapping[str, str] all_connection_strings: Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
20698
20698
  :param str dedicated: The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
20699
20699
  :param str high: The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
20700
20700
  :param str low: The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
@@ -20710,7 +20710,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseConnectionStringResult(dict)
20710
20710
 
20711
20711
  @property
20712
20712
  @pulumi.getter(name="allConnectionStrings")
20713
- def all_connection_strings(self) -> Mapping[str, Any]:
20713
+ def all_connection_strings(self) -> Mapping[str, str]:
20714
20714
  """
20715
20715
  Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see [Predefined Database Service Names for Autonomous Transaction Processing](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE)
20716
20716
  """
@@ -22232,10 +22232,10 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureResult(d
22232
22232
  availability_domain: str,
22233
22233
  compartment_id: str,
22234
22234
  create_async: bool,
22235
- defined_tags: Mapping[str, Any],
22235
+ defined_tags: Mapping[str, str],
22236
22236
  display_name: str,
22237
22237
  domain: str,
22238
- freeform_tags: Mapping[str, Any],
22238
+ freeform_tags: Mapping[str, str],
22239
22239
  hostname: str,
22240
22240
  id: str,
22241
22241
  last_maintenance_run_id: str,
@@ -22254,10 +22254,10 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureResult(d
22254
22254
  """
22255
22255
  :param str availability_domain: A filter to return only resources that match the given availability domain exactly.
22256
22256
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
22257
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22257
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22258
22258
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
22259
22259
  :param str domain: The domain name for the Autonomous Exadata Infrastructure.
22260
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22260
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22261
22261
  :param str hostname: The host name for the Autonomous Exadata Infrastructure node.
22262
22262
  :param str id: The OCID of the Autonomous Exadata Infrastructure.
22263
22263
  :param str last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
@@ -22321,7 +22321,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureResult(d
22321
22321
 
22322
22322
  @property
22323
22323
  @pulumi.getter(name="definedTags")
22324
- def defined_tags(self) -> Mapping[str, Any]:
22324
+ def defined_tags(self) -> Mapping[str, str]:
22325
22325
  """
22326
22326
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22327
22327
  """
@@ -22345,7 +22345,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureResult(d
22345
22345
 
22346
22346
  @property
22347
22347
  @pulumi.getter(name="freeformTags")
22348
- def freeform_tags(self) -> Mapping[str, Any]:
22348
+ def freeform_tags(self) -> Mapping[str, str]:
22349
22349
  """
22350
22350
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22351
22351
  """
@@ -22837,8 +22837,8 @@ class GetAutonomousVirtualMachinesAutonomousVirtualMachineResult(dict):
22837
22837
  db_node_storage_size_in_gbs: int,
22838
22838
  db_server_display_name: str,
22839
22839
  db_server_id: str,
22840
- defined_tags: Mapping[str, Any],
22841
- freeform_tags: Mapping[str, Any],
22840
+ defined_tags: Mapping[str, str],
22841
+ freeform_tags: Mapping[str, str],
22842
22842
  id: str,
22843
22843
  memory_size_in_gbs: int,
22844
22844
  state: str,
@@ -22851,8 +22851,8 @@ class GetAutonomousVirtualMachinesAutonomousVirtualMachineResult(dict):
22851
22851
  :param int db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Autonomous Virtual Machine.
22852
22852
  :param str db_server_display_name: The display name of the dbServer associated with the Autonomous Virtual Machine.
22853
22853
  :param str db_server_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Db server associated with the Autonomous Virtual Machine.
22854
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22855
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22854
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22855
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22856
22856
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Virtual Machine.
22857
22857
  :param int memory_size_in_gbs: The allocated memory in GBs on the Autonomous Virtual Machine.
22858
22858
  :param str state: A filter to return only resources that match the given lifecycle state exactly.
@@ -22930,7 +22930,7 @@ class GetAutonomousVirtualMachinesAutonomousVirtualMachineResult(dict):
22930
22930
 
22931
22931
  @property
22932
22932
  @pulumi.getter(name="definedTags")
22933
- def defined_tags(self) -> Mapping[str, Any]:
22933
+ def defined_tags(self) -> Mapping[str, str]:
22934
22934
  """
22935
22935
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22936
22936
  """
@@ -22938,7 +22938,7 @@ class GetAutonomousVirtualMachinesAutonomousVirtualMachineResult(dict):
22938
22938
 
22939
22939
  @property
22940
22940
  @pulumi.getter(name="freeformTags")
22941
- def freeform_tags(self) -> Mapping[str, Any]:
22941
+ def freeform_tags(self) -> Mapping[str, str]:
22942
22942
  """
22943
22943
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
22944
22944
  """
@@ -23009,9 +23009,9 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
23009
23009
  def __init__(__self__, *,
23010
23010
  autonomous_container_database_vm_usages: Sequence['outputs.GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageResult'],
23011
23011
  available_cpus: float,
23012
- defined_tags: Mapping[str, Any],
23012
+ defined_tags: Mapping[str, str],
23013
23013
  display_name: str,
23014
- freeform_tags: Mapping[str, Any],
23014
+ freeform_tags: Mapping[str, str],
23015
23015
  id: str,
23016
23016
  largest_provisionable_autonomous_database_in_cpus: float,
23017
23017
  provisionable_cpuses: Sequence[float],
@@ -23022,9 +23022,9 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
23022
23022
  """
23023
23023
  :param Sequence['GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: list of autonomous container database resource usage per autonomous virtual machine.
23024
23024
  :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
23025
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23025
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23026
23026
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
23027
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23027
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23028
23028
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
23029
23029
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
23030
23030
  :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
@@ -23064,7 +23064,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
23064
23064
 
23065
23065
  @property
23066
23066
  @pulumi.getter(name="definedTags")
23067
- def defined_tags(self) -> Mapping[str, Any]:
23067
+ def defined_tags(self) -> Mapping[str, str]:
23068
23068
  """
23069
23069
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23070
23070
  """
@@ -23080,7 +23080,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
23080
23080
 
23081
23081
  @property
23082
23082
  @pulumi.getter(name="freeformTags")
23083
- def freeform_tags(self) -> Mapping[str, Any]:
23083
+ def freeform_tags(self) -> Mapping[str, str]:
23084
23084
  """
23085
23085
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23086
23086
  """
@@ -23733,11 +23733,11 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
23733
23733
  data_storage_size_in_tbs: float,
23734
23734
  db_node_storage_size_in_gbs: int,
23735
23735
  db_servers: Sequence[str],
23736
- defined_tags: Mapping[str, Any],
23736
+ defined_tags: Mapping[str, str],
23737
23737
  display_name: str,
23738
23738
  exadata_infrastructure_id: str,
23739
23739
  exadata_storage_in_tbs_lowest_scaled_value: float,
23740
- freeform_tags: Mapping[str, Any],
23740
+ freeform_tags: Mapping[str, str],
23741
23741
  id: str,
23742
23742
  is_local_backup_enabled: bool,
23743
23743
  is_mtls_enabled: bool,
@@ -23783,11 +23783,11 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
23783
23783
  :param float data_storage_size_in_tbs: The total data storage allocated in TBs
23784
23784
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
23785
23785
  :param Sequence[str] db_servers: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Db servers.
23786
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23786
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23787
23787
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
23788
23788
  :param str exadata_infrastructure_id: If provided, filters the results for the given Exadata Infrastructure.
23789
23789
  :param float exadata_storage_in_tbs_lowest_scaled_value: The lowest value to which exadataStorage(in TBs) can be scaled down.
23790
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23790
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23791
23791
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous VM cluster.
23792
23792
  :param bool is_local_backup_enabled: If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
23793
23793
  :param bool is_mtls_enabled: Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
@@ -23994,7 +23994,7 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
23994
23994
 
23995
23995
  @property
23996
23996
  @pulumi.getter(name="definedTags")
23997
- def defined_tags(self) -> Mapping[str, Any]:
23997
+ def defined_tags(self) -> Mapping[str, str]:
23998
23998
  """
23999
23999
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24000
24000
  """
@@ -24026,7 +24026,7 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
24026
24026
 
24027
24027
  @property
24028
24028
  @pulumi.getter(name="freeformTags")
24029
- def freeform_tags(self) -> Mapping[str, Any]:
24029
+ def freeform_tags(self) -> Mapping[str, str]:
24030
24030
  """
24031
24031
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
24032
24032
  """
@@ -24673,9 +24673,9 @@ class GetBackupDestinationsBackupDestinationResult(dict):
24673
24673
  associated_databases: Sequence['outputs.GetBackupDestinationsBackupDestinationAssociatedDatabaseResult'],
24674
24674
  compartment_id: str,
24675
24675
  connection_string: str,
24676
- defined_tags: Mapping[str, Any],
24676
+ defined_tags: Mapping[str, str],
24677
24677
  display_name: str,
24678
- freeform_tags: Mapping[str, Any],
24678
+ freeform_tags: Mapping[str, str],
24679
24679
  id: str,
24680
24680
  lifecycle_details: str,
24681
24681
  local_mount_point_path: str,
@@ -24691,9 +24691,9 @@ class GetBackupDestinationsBackupDestinationResult(dict):
24691
24691
  :param Sequence['GetBackupDestinationsBackupDestinationAssociatedDatabaseArgs'] associated_databases: List of databases associated with the backup destination.
24692
24692
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
24693
24693
  :param str connection_string: For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.
24694
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24694
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24695
24695
  :param str display_name: The user-provided name of the backup destination.
24696
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
24696
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
24697
24697
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
24698
24698
  :param str lifecycle_details: A descriptive text associated with the lifecycleState. Typically contains additional displayable text
24699
24699
  :param str local_mount_point_path: The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.
@@ -24749,7 +24749,7 @@ class GetBackupDestinationsBackupDestinationResult(dict):
24749
24749
 
24750
24750
  @property
24751
24751
  @pulumi.getter(name="definedTags")
24752
- def defined_tags(self) -> Mapping[str, Any]:
24752
+ def defined_tags(self) -> Mapping[str, str]:
24753
24753
  """
24754
24754
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24755
24755
  """
@@ -24765,7 +24765,7 @@ class GetBackupDestinationsBackupDestinationResult(dict):
24765
24765
 
24766
24766
  @property
24767
24767
  @pulumi.getter(name="freeformTags")
24768
- def freeform_tags(self) -> Mapping[str, Any]:
24768
+ def freeform_tags(self) -> Mapping[str, str]:
24769
24769
  """
24770
24770
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
24771
24771
  """
@@ -25209,9 +25209,9 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
25209
25209
  def __init__(__self__, *,
25210
25210
  autonomous_container_database_vm_usages: Sequence['outputs.GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageResult'],
25211
25211
  available_cpus: float,
25212
- defined_tags: Mapping[str, Any],
25212
+ defined_tags: Mapping[str, str],
25213
25213
  display_name: str,
25214
- freeform_tags: Mapping[str, Any],
25214
+ freeform_tags: Mapping[str, str],
25215
25215
  id: str,
25216
25216
  largest_provisionable_autonomous_database_in_cpus: float,
25217
25217
  provisionable_cpuses: Sequence[float],
@@ -25222,9 +25222,9 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
25222
25222
  """
25223
25223
  :param Sequence['GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: List of autonomous container database resource usage per autonomous virtual machine.
25224
25224
  :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
25225
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
25225
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
25226
25226
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
25227
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
25227
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
25228
25228
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
25229
25229
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
25230
25230
  :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
@@ -25264,7 +25264,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
25264
25264
 
25265
25265
  @property
25266
25266
  @pulumi.getter(name="definedTags")
25267
- def defined_tags(self) -> Mapping[str, Any]:
25267
+ def defined_tags(self) -> Mapping[str, str]:
25268
25268
  """
25269
25269
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
25270
25270
  """
@@ -25280,7 +25280,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
25280
25280
 
25281
25281
  @property
25282
25282
  @pulumi.getter(name="freeformTags")
25283
- def freeform_tags(self) -> Mapping[str, Any]:
25283
+ def freeform_tags(self) -> Mapping[str, str]:
25284
25284
  """
25285
25285
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
25286
25286
  """
@@ -25966,12 +25966,12 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
25966
25966
  data_storage_size_in_tbs: float,
25967
25967
  db_node_storage_size_in_gbs: int,
25968
25968
  db_servers: Sequence[str],
25969
- defined_tags: Mapping[str, Any],
25969
+ defined_tags: Mapping[str, str],
25970
25970
  description: str,
25971
25971
  display_name: str,
25972
25972
  domain: str,
25973
25973
  exadata_storage_in_tbs_lowest_scaled_value: float,
25974
- freeform_tags: Mapping[str, Any],
25974
+ freeform_tags: Mapping[str, str],
25975
25975
  hostname: str,
25976
25976
  id: str,
25977
25977
  is_mtls_enabled_vm_cluster: bool,
@@ -26023,12 +26023,12 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
26023
26023
  :param float data_storage_size_in_tbs: The total data storage allocated, in terabytes (TB).
26024
26024
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
26025
26025
  :param Sequence[str] db_servers: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Db servers.
26026
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
26026
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
26027
26027
  :param str description: User defined description of the cloud Autonomous VM cluster.
26028
26028
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
26029
26029
  :param str domain: The domain name for the cloud Autonomous VM cluster.
26030
26030
  :param float exadata_storage_in_tbs_lowest_scaled_value: The lowest value to which exadataStorage (in TBs) can be scaled down.
26031
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
26031
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
26032
26032
  :param str hostname: The hostname for the cloud Autonomous VM cluster.
26033
26033
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Autonomous VM cluster.
26034
26034
  :param bool is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
@@ -26260,7 +26260,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
26260
26260
 
26261
26261
  @property
26262
26262
  @pulumi.getter(name="definedTags")
26263
- def defined_tags(self) -> Mapping[str, Any]:
26263
+ def defined_tags(self) -> Mapping[str, str]:
26264
26264
  """
26265
26265
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
26266
26266
  """
@@ -26300,7 +26300,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
26300
26300
 
26301
26301
  @property
26302
26302
  @pulumi.getter(name="freeformTags")
26303
- def freeform_tags(self) -> Mapping[str, Any]:
26303
+ def freeform_tags(self) -> Mapping[str, str]:
26304
26304
  """
26305
26305
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
26306
26306
  """
@@ -27204,9 +27204,9 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27204
27204
  db_node_storage_size_in_gbs: int,
27205
27205
  db_server_version: str,
27206
27206
  defined_file_system_configurations: Sequence['outputs.GetCloudExadataInfrastructuresCloudExadataInfrastructureDefinedFileSystemConfigurationResult'],
27207
- defined_tags: Mapping[str, Any],
27207
+ defined_tags: Mapping[str, str],
27208
27208
  display_name: str,
27209
- freeform_tags: Mapping[str, Any],
27209
+ freeform_tags: Mapping[str, str],
27210
27210
  id: str,
27211
27211
  last_maintenance_run_id: str,
27212
27212
  lifecycle_details: str,
@@ -27224,7 +27224,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27224
27224
  storage_count: int,
27225
27225
  storage_server_version: str,
27226
27226
  subscription_id: str,
27227
- system_tags: Mapping[str, Any],
27227
+ system_tags: Mapping[str, str],
27228
27228
  time_created: str,
27229
27229
  total_storage_size_in_gbs: int):
27230
27230
  """
@@ -27241,9 +27241,9 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27241
27241
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
27242
27242
  :param str db_server_version: The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
27243
27243
  :param Sequence['GetCloudExadataInfrastructuresCloudExadataInfrastructureDefinedFileSystemConfigurationArgs'] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
27244
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27244
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27245
27245
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
27246
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
27246
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
27247
27247
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Exadata infrastructure resource.
27248
27248
  :param str last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
27249
27249
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -27261,7 +27261,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27261
27261
  :param int storage_count: The number of storage servers for the cloud Exadata infrastructure.
27262
27262
  :param str storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
27263
27263
  :param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
27264
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27264
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27265
27265
  :param str time_created: The date and time the cloud Exadata infrastructure resource was created.
27266
27266
  :param int total_storage_size_in_gbs: The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
27267
27267
  """
@@ -27408,7 +27408,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27408
27408
 
27409
27409
  @property
27410
27410
  @pulumi.getter(name="definedTags")
27411
- def defined_tags(self) -> Mapping[str, Any]:
27411
+ def defined_tags(self) -> Mapping[str, str]:
27412
27412
  """
27413
27413
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27414
27414
  """
@@ -27424,7 +27424,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27424
27424
 
27425
27425
  @property
27426
27426
  @pulumi.getter(name="freeformTags")
27427
- def freeform_tags(self) -> Mapping[str, Any]:
27427
+ def freeform_tags(self) -> Mapping[str, str]:
27428
27428
  """
27429
27429
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
27430
27430
  """
@@ -27568,7 +27568,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
27568
27568
 
27569
27569
  @property
27570
27570
  @pulumi.getter(name="systemTags")
27571
- def system_tags(self) -> Mapping[str, Any]:
27571
+ def system_tags(self) -> Mapping[str, str]:
27572
27572
  """
27573
27573
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27574
27574
  """
@@ -28071,12 +28071,12 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28071
28071
  data_storage_size_in_tbs: float,
28072
28072
  db_node_storage_size_in_gbs: int,
28073
28073
  db_servers: Sequence[str],
28074
- defined_tags: Mapping[str, Any],
28074
+ defined_tags: Mapping[str, str],
28075
28075
  disk_redundancy: str,
28076
28076
  display_name: str,
28077
28077
  domain: str,
28078
28078
  file_system_configuration_details: Sequence['outputs.GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetailResult'],
28079
- freeform_tags: Mapping[str, Any],
28079
+ freeform_tags: Mapping[str, str],
28080
28080
  gi_version: str,
28081
28081
  hostname: str,
28082
28082
  id: str,
@@ -28103,7 +28103,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28103
28103
  storage_size_in_gbs: int,
28104
28104
  subnet_id: str,
28105
28105
  subscription_id: str,
28106
- system_tags: Mapping[str, Any],
28106
+ system_tags: Mapping[str, str],
28107
28107
  system_version: str,
28108
28108
  time_created: str,
28109
28109
  time_zone: str,
@@ -28122,12 +28122,12 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28122
28122
  :param float data_storage_size_in_tbs: The data disk group size to be allocated in TBs.
28123
28123
  :param int db_node_storage_size_in_gbs: The local node storage to be allocated in GBs.
28124
28124
  :param Sequence[str] db_servers: The list of DB servers.
28125
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28125
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28126
28126
  :param str disk_redundancy: The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
28127
28127
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
28128
28128
  :param str domain: The domain name for the cloud VM cluster.
28129
28129
  :param Sequence['GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetailArgs'] file_system_configuration_details: Details of the file system configuration of the VM cluster.
28130
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
28130
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
28131
28131
  :param str gi_version: A valid Oracle Grid Infrastructure (GI) software version.
28132
28132
  :param str hostname: The hostname for the cloud VM cluster.
28133
28133
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud VM cluster.
@@ -28153,7 +28153,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28153
28153
  :param int storage_size_in_gbs: The storage allocation for the disk group, in gigabytes (GB).
28154
28154
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
28155
28155
  :param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
28156
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28156
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28157
28157
  :param str system_version: Operating system version of the image.
28158
28158
  :param str time_created: The date and time that the cloud VM cluster was created.
28159
28159
  :param str time_zone: The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
@@ -28315,7 +28315,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28315
28315
 
28316
28316
  @property
28317
28317
  @pulumi.getter(name="definedTags")
28318
- def defined_tags(self) -> Mapping[str, Any]:
28318
+ def defined_tags(self) -> Mapping[str, str]:
28319
28319
  """
28320
28320
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28321
28321
  """
@@ -28355,7 +28355,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28355
28355
 
28356
28356
  @property
28357
28357
  @pulumi.getter(name="freeformTags")
28358
- def freeform_tags(self) -> Mapping[str, Any]:
28358
+ def freeform_tags(self) -> Mapping[str, str]:
28359
28359
  """
28360
28360
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
28361
28361
  """
@@ -28566,7 +28566,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
28566
28566
 
28567
28567
  @property
28568
28568
  @pulumi.getter(name="systemTags")
28569
- def system_tags(self) -> Mapping[str, Any]:
28569
+ def system_tags(self) -> Mapping[str, str]:
28570
28570
  """
28571
28571
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28572
28572
  """
@@ -28816,12 +28816,12 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
28816
28816
  creation_type: str,
28817
28817
  data_collection_options: Sequence['outputs.GetDataGuardAssociationsDataGuardAssociationDataCollectionOptionResult'],
28818
28818
  database_admin_password: str,
28819
- database_defined_tags: Mapping[str, Any],
28820
- database_freeform_tags: Mapping[str, Any],
28819
+ database_defined_tags: Mapping[str, str],
28820
+ database_freeform_tags: Mapping[str, str],
28821
28821
  database_id: str,
28822
28822
  database_software_image_id: str,
28823
- db_system_defined_tags: Mapping[str, Any],
28824
- db_system_freeform_tags: Mapping[str, Any],
28823
+ db_system_defined_tags: Mapping[str, str],
28824
+ db_system_freeform_tags: Mapping[str, str],
28825
28825
  delete_standby_db_home_on_delete: str,
28826
28826
  display_name: str,
28827
28827
  fault_domains: Sequence[str],
@@ -28965,12 +28965,12 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
28965
28965
 
28966
28966
  @property
28967
28967
  @pulumi.getter(name="databaseDefinedTags")
28968
- def database_defined_tags(self) -> Mapping[str, Any]:
28968
+ def database_defined_tags(self) -> Mapping[str, str]:
28969
28969
  return pulumi.get(self, "database_defined_tags")
28970
28970
 
28971
28971
  @property
28972
28972
  @pulumi.getter(name="databaseFreeformTags")
28973
- def database_freeform_tags(self) -> Mapping[str, Any]:
28973
+ def database_freeform_tags(self) -> Mapping[str, str]:
28974
28974
  return pulumi.get(self, "database_freeform_tags")
28975
28975
 
28976
28976
  @property
@@ -28988,12 +28988,12 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
28988
28988
 
28989
28989
  @property
28990
28990
  @pulumi.getter(name="dbSystemDefinedTags")
28991
- def db_system_defined_tags(self) -> Mapping[str, Any]:
28991
+ def db_system_defined_tags(self) -> Mapping[str, str]:
28992
28992
  return pulumi.get(self, "db_system_defined_tags")
28993
28993
 
28994
28994
  @property
28995
28995
  @pulumi.getter(name="dbSystemFreeformTags")
28996
- def db_system_freeform_tags(self) -> Mapping[str, Any]:
28996
+ def db_system_freeform_tags(self) -> Mapping[str, str]:
28997
28997
  return pulumi.get(self, "db_system_freeform_tags")
28998
28998
 
28999
28999
  @property
@@ -29232,11 +29232,11 @@ class GetDataGuardAssociationsFilterResult(dict):
29232
29232
  @pulumi.output_type
29233
29233
  class GetDatabaseConnectionStringResult(dict):
29234
29234
  def __init__(__self__, *,
29235
- all_connection_strings: Mapping[str, Any],
29235
+ all_connection_strings: Mapping[str, str],
29236
29236
  cdb_default: str,
29237
29237
  cdb_ip_default: str):
29238
29238
  """
29239
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the Database.
29239
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the Database.
29240
29240
  :param str cdb_default: Host name based CDB Connection String.
29241
29241
  :param str cdb_ip_default: IP based CDB Connection String.
29242
29242
  """
@@ -29246,7 +29246,7 @@ class GetDatabaseConnectionStringResult(dict):
29246
29246
 
29247
29247
  @property
29248
29248
  @pulumi.getter(name="allConnectionStrings")
29249
- def all_connection_strings(self) -> Mapping[str, Any]:
29249
+ def all_connection_strings(self) -> Mapping[str, str]:
29250
29250
  """
29251
29251
  All connection strings to use to connect to the Database.
29252
29252
  """
@@ -29281,8 +29281,8 @@ class GetDatabaseDatabaseResult(dict):
29281
29281
  db_name: str,
29282
29282
  db_unique_name: str,
29283
29283
  db_workload: str,
29284
- defined_tags: Mapping[str, Any],
29285
- freeform_tags: Mapping[str, Any],
29284
+ defined_tags: Mapping[str, str],
29285
+ freeform_tags: Mapping[str, str],
29286
29286
  kms_key_id: str,
29287
29287
  kms_key_version_id: str,
29288
29288
  ncharacter_set: str,
@@ -29298,8 +29298,8 @@ class GetDatabaseDatabaseResult(dict):
29298
29298
  :param str db_name: The database name.
29299
29299
  :param str db_unique_name: A system-generated name for the database to ensure uniqueness within an Oracle Data Guard group (a primary database and its standby databases). The unique name cannot be changed.
29300
29300
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
29301
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29302
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
29301
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29302
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
29303
29303
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
29304
29304
  :param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
29305
29305
  :param str ncharacter_set: The national character set for the database.
@@ -29392,7 +29392,7 @@ class GetDatabaseDatabaseResult(dict):
29392
29392
 
29393
29393
  @property
29394
29394
  @pulumi.getter(name="definedTags")
29395
- def defined_tags(self) -> Mapping[str, Any]:
29395
+ def defined_tags(self) -> Mapping[str, str]:
29396
29396
  """
29397
29397
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29398
29398
  """
@@ -29400,7 +29400,7 @@ class GetDatabaseDatabaseResult(dict):
29400
29400
 
29401
29401
  @property
29402
29402
  @pulumi.getter(name="freeformTags")
29403
- def freeform_tags(self) -> Mapping[str, Any]:
29403
+ def freeform_tags(self) -> Mapping[str, str]:
29404
29404
  """
29405
29405
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
29406
29406
  """
@@ -29943,6 +29943,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
29943
29943
  current_custom_action_timeout_in_mins: int,
29944
29944
  current_patching_component: str,
29945
29945
  custom_action_timeout_in_mins: int,
29946
+ database_software_image_id: str,
29946
29947
  description: str,
29947
29948
  display_name: str,
29948
29949
  estimated_component_patching_start_time: str,
@@ -29973,6 +29974,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
29973
29974
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
29974
29975
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
29975
29976
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
29977
+ :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
29976
29978
  :param str description: Description of the maintenance run.
29977
29979
  :param str display_name: The user-friendly name for the maintenance run.
29978
29980
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -30003,6 +30005,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
30003
30005
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
30004
30006
  pulumi.set(__self__, "current_patching_component", current_patching_component)
30005
30007
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
30008
+ pulumi.set(__self__, "database_software_image_id", database_software_image_id)
30006
30009
  pulumi.set(__self__, "description", description)
30007
30010
  pulumi.set(__self__, "display_name", display_name)
30008
30011
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -30061,6 +30064,14 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
30061
30064
  """
30062
30065
  return pulumi.get(self, "custom_action_timeout_in_mins")
30063
30066
 
30067
+ @property
30068
+ @pulumi.getter(name="databaseSoftwareImageId")
30069
+ def database_software_image_id(self) -> str:
30070
+ """
30071
+ The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30072
+ """
30073
+ return pulumi.get(self, "database_software_image_id")
30074
+
30064
30075
  @property
30065
30076
  @pulumi.getter
30066
30077
  def description(self) -> str:
@@ -30411,6 +30422,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30411
30422
  current_custom_action_timeout_in_mins: int,
30412
30423
  current_patching_component: str,
30413
30424
  custom_action_timeout_in_mins: int,
30425
+ database_software_image_id: str,
30414
30426
  description: str,
30415
30427
  display_name: str,
30416
30428
  estimated_component_patching_start_time: str,
@@ -30441,6 +30453,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30441
30453
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
30442
30454
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
30443
30455
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
30456
+ :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30444
30457
  :param str description: Description of the maintenance run.
30445
30458
  :param str display_name: The user-friendly name for the maintenance run.
30446
30459
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -30471,6 +30484,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30471
30484
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
30472
30485
  pulumi.set(__self__, "current_patching_component", current_patching_component)
30473
30486
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
30487
+ pulumi.set(__self__, "database_software_image_id", database_software_image_id)
30474
30488
  pulumi.set(__self__, "description", description)
30475
30489
  pulumi.set(__self__, "display_name", display_name)
30476
30490
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -30529,6 +30543,14 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30529
30543
  """
30530
30544
  return pulumi.get(self, "custom_action_timeout_in_mins")
30531
30545
 
30546
+ @property
30547
+ @pulumi.getter(name="databaseSoftwareImageId")
30548
+ def database_software_image_id(self) -> str:
30549
+ """
30550
+ The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30551
+ """
30552
+ return pulumi.get(self, "database_software_image_id")
30553
+
30532
30554
  @property
30533
30555
  @pulumi.getter
30534
30556
  def description(self) -> str:
@@ -30953,9 +30975,9 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
30953
30975
  database_software_image_included_patches: Sequence[str],
30954
30976
  database_software_image_one_off_patches: Sequence[str],
30955
30977
  database_version: str,
30956
- defined_tags: Mapping[str, Any],
30978
+ defined_tags: Mapping[str, str],
30957
30979
  display_name: str,
30958
- freeform_tags: Mapping[str, Any],
30980
+ freeform_tags: Mapping[str, str],
30959
30981
  id: str,
30960
30982
  image_shape_family: str,
30961
30983
  image_type: str,
@@ -30972,9 +30994,9 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
30972
30994
  :param Sequence[str] database_software_image_included_patches: List of one-off patches for Database Homes.
30973
30995
  :param Sequence[str] database_software_image_one_off_patches: List of one-off patches for Database Homes.
30974
30996
  :param str database_version: The database version with which the database software image is to be built.
30975
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
30997
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
30976
30998
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
30977
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
30999
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
30978
31000
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database software image.
30979
31001
  :param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
30980
31002
  :param str image_type: A filter to return only resources that match the given image type exactly.
@@ -31039,7 +31061,7 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
31039
31061
 
31040
31062
  @property
31041
31063
  @pulumi.getter(name="definedTags")
31042
- def defined_tags(self) -> Mapping[str, Any]:
31064
+ def defined_tags(self) -> Mapping[str, str]:
31043
31065
  """
31044
31066
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31045
31067
  """
@@ -31055,7 +31077,7 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
31055
31077
 
31056
31078
  @property
31057
31079
  @pulumi.getter(name="freeformTags")
31058
- def freeform_tags(self) -> Mapping[str, Any]:
31080
+ def freeform_tags(self) -> Mapping[str, str]:
31059
31081
  """
31060
31082
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31061
31083
  """
@@ -31360,8 +31382,8 @@ class GetDatabasesDatabaseResult(dict):
31360
31382
  db_unique_name: str,
31361
31383
  db_version: str,
31362
31384
  db_workload: str,
31363
- defined_tags: Mapping[str, Any],
31364
- freeform_tags: Mapping[str, Any],
31385
+ defined_tags: Mapping[str, str],
31386
+ freeform_tags: Mapping[str, str],
31365
31387
  id: str,
31366
31388
  is_cdb: bool,
31367
31389
  key_store_id: str,
@@ -31395,8 +31417,8 @@ class GetDatabasesDatabaseResult(dict):
31395
31417
  :param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
31396
31418
  :param str db_unique_name: A system-generated name for the database to ensure uniqueness within an Oracle Data Guard group (a primary database and its standby databases). The unique name cannot be changed.
31397
31419
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
31398
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31399
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31420
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31421
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31400
31422
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
31401
31423
  :param bool is_cdb: True if the database is a container database.
31402
31424
  :param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
@@ -31553,7 +31575,7 @@ class GetDatabasesDatabaseResult(dict):
31553
31575
 
31554
31576
  @property
31555
31577
  @pulumi.getter(name="definedTags")
31556
- def defined_tags(self) -> Mapping[str, Any]:
31578
+ def defined_tags(self) -> Mapping[str, str]:
31557
31579
  """
31558
31580
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31559
31581
  """
@@ -31561,7 +31583,7 @@ class GetDatabasesDatabaseResult(dict):
31561
31583
 
31562
31584
  @property
31563
31585
  @pulumi.getter(name="freeformTags")
31564
- def freeform_tags(self) -> Mapping[str, Any]:
31586
+ def freeform_tags(self) -> Mapping[str, str]:
31565
31587
  """
31566
31588
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31567
31589
  """
@@ -31730,11 +31752,11 @@ class GetDatabasesDatabaseResult(dict):
31730
31752
  @pulumi.output_type
31731
31753
  class GetDatabasesDatabaseConnectionStringResult(dict):
31732
31754
  def __init__(__self__, *,
31733
- all_connection_strings: Mapping[str, Any],
31755
+ all_connection_strings: Mapping[str, str],
31734
31756
  cdb_default: str,
31735
31757
  cdb_ip_default: str):
31736
31758
  """
31737
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the Database.
31759
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the Database.
31738
31760
  :param str cdb_default: Host name based CDB Connection String.
31739
31761
  :param str cdb_ip_default: IP based CDB Connection String.
31740
31762
  """
@@ -31744,7 +31766,7 @@ class GetDatabasesDatabaseConnectionStringResult(dict):
31744
31766
 
31745
31767
  @property
31746
31768
  @pulumi.getter(name="allConnectionStrings")
31747
- def all_connection_strings(self) -> Mapping[str, Any]:
31769
+ def all_connection_strings(self) -> Mapping[str, str]:
31748
31770
  """
31749
31771
  All connection strings to use to connect to the Database.
31750
31772
  """
@@ -31779,8 +31801,8 @@ class GetDatabasesDatabaseDatabaseResult(dict):
31779
31801
  db_name: str,
31780
31802
  db_unique_name: str,
31781
31803
  db_workload: str,
31782
- defined_tags: Mapping[str, Any],
31783
- freeform_tags: Mapping[str, Any],
31804
+ defined_tags: Mapping[str, str],
31805
+ freeform_tags: Mapping[str, str],
31784
31806
  kms_key_id: str,
31785
31807
  kms_key_version_id: str,
31786
31808
  ncharacter_set: str,
@@ -31796,8 +31818,8 @@ class GetDatabasesDatabaseDatabaseResult(dict):
31796
31818
  :param str db_name: A filter to return only resources that match the entire database name given. The match is not case sensitive.
31797
31819
  :param str db_unique_name: A system-generated name for the database to ensure uniqueness within an Oracle Data Guard group (a primary database and its standby databases). The unique name cannot be changed.
31798
31820
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
31799
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31800
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31821
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31822
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31801
31823
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
31802
31824
  :param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
31803
31825
  :param str ncharacter_set: The national character set for the database.
@@ -31890,7 +31912,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
31890
31912
 
31891
31913
  @property
31892
31914
  @pulumi.getter(name="definedTags")
31893
- def defined_tags(self) -> Mapping[str, Any]:
31915
+ def defined_tags(self) -> Mapping[str, str]:
31894
31916
  """
31895
31917
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31896
31918
  """
@@ -31898,7 +31920,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
31898
31920
 
31899
31921
  @property
31900
31922
  @pulumi.getter(name="freeformTags")
31901
- def freeform_tags(self) -> Mapping[str, Any]:
31923
+ def freeform_tags(self) -> Mapping[str, str]:
31902
31924
  """
31903
31925
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
31904
31926
  """
@@ -32317,8 +32339,8 @@ class GetDbHomeDatabaseResult(dict):
32317
32339
  db_name: str,
32318
32340
  db_unique_name: str,
32319
32341
  db_workload: str,
32320
- defined_tags: Mapping[str, Any],
32321
- freeform_tags: Mapping[str, Any],
32342
+ defined_tags: Mapping[str, str],
32343
+ freeform_tags: Mapping[str, str],
32322
32344
  id: str,
32323
32345
  key_store_id: str,
32324
32346
  kms_key_id: str,
@@ -32336,8 +32358,8 @@ class GetDbHomeDatabaseResult(dict):
32336
32358
  vault_id: str):
32337
32359
  """
32338
32360
  :param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
32339
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32340
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
32361
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32362
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
32341
32363
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
32342
32364
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
32343
32365
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -32434,7 +32456,7 @@ class GetDbHomeDatabaseResult(dict):
32434
32456
 
32435
32457
  @property
32436
32458
  @pulumi.getter(name="definedTags")
32437
- def defined_tags(self) -> Mapping[str, Any]:
32459
+ def defined_tags(self) -> Mapping[str, str]:
32438
32460
  """
32439
32461
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32440
32462
  """
@@ -32442,7 +32464,7 @@ class GetDbHomeDatabaseResult(dict):
32442
32464
 
32443
32465
  @property
32444
32466
  @pulumi.getter(name="freeformTags")
32445
- def freeform_tags(self) -> Mapping[str, Any]:
32467
+ def freeform_tags(self) -> Mapping[str, str]:
32446
32468
  """
32447
32469
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
32448
32470
  """
@@ -32545,7 +32567,7 @@ class GetDbHomeDatabaseResult(dict):
32545
32567
  @pulumi.output_type
32546
32568
  class GetDbHomeDatabaseConnectionStringResult(dict):
32547
32569
  def __init__(__self__, *,
32548
- all_connection_strings: Mapping[str, Any],
32570
+ all_connection_strings: Mapping[str, str],
32549
32571
  cdb_default: str,
32550
32572
  cdb_ip_default: str):
32551
32573
  pulumi.set(__self__, "all_connection_strings", all_connection_strings)
@@ -32554,7 +32576,7 @@ class GetDbHomeDatabaseConnectionStringResult(dict):
32554
32576
 
32555
32577
  @property
32556
32578
  @pulumi.getter(name="allConnectionStrings")
32557
- def all_connection_strings(self) -> Mapping[str, Any]:
32579
+ def all_connection_strings(self) -> Mapping[str, str]:
32558
32580
  return pulumi.get(self, "all_connection_strings")
32559
32581
 
32560
32582
  @property
@@ -32915,10 +32937,10 @@ class GetDbHomesDbHomeResult(dict):
32915
32937
  db_home_location: str,
32916
32938
  db_system_id: str,
32917
32939
  db_version: str,
32918
- defined_tags: Mapping[str, Any],
32940
+ defined_tags: Mapping[str, str],
32919
32941
  display_name: str,
32920
32942
  enable_database_delete: bool,
32921
- freeform_tags: Mapping[str, Any],
32943
+ freeform_tags: Mapping[str, str],
32922
32944
  id: str,
32923
32945
  is_desupported_version: bool,
32924
32946
  is_unified_auditing_enabled: bool,
@@ -32936,9 +32958,9 @@ class GetDbHomesDbHomeResult(dict):
32936
32958
  :param str db_home_location: The location of the Oracle Database Home.
32937
32959
  :param str db_system_id: The DB system [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
32938
32960
  :param str db_version: A filter to return only DB Homes that match the specified dbVersion.
32939
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32961
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32940
32962
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
32941
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
32963
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
32942
32964
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
32943
32965
  :param bool is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not.
32944
32966
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
@@ -33023,7 +33045,7 @@ class GetDbHomesDbHomeResult(dict):
33023
33045
 
33024
33046
  @property
33025
33047
  @pulumi.getter(name="definedTags")
33026
- def defined_tags(self) -> Mapping[str, Any]:
33048
+ def defined_tags(self) -> Mapping[str, str]:
33027
33049
  """
33028
33050
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33029
33051
  """
@@ -33044,7 +33066,7 @@ class GetDbHomesDbHomeResult(dict):
33044
33066
 
33045
33067
  @property
33046
33068
  @pulumi.getter(name="freeformTags")
33047
- def freeform_tags(self) -> Mapping[str, Any]:
33069
+ def freeform_tags(self) -> Mapping[str, str]:
33048
33070
  """
33049
33071
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33050
33072
  """
@@ -33144,8 +33166,8 @@ class GetDbHomesDbHomeDatabaseResult(dict):
33144
33166
  db_name: str,
33145
33167
  db_unique_name: str,
33146
33168
  db_workload: str,
33147
- defined_tags: Mapping[str, Any],
33148
- freeform_tags: Mapping[str, Any],
33169
+ defined_tags: Mapping[str, str],
33170
+ freeform_tags: Mapping[str, str],
33149
33171
  id: str,
33150
33172
  key_store_id: str,
33151
33173
  kms_key_id: str,
@@ -33164,8 +33186,8 @@ class GetDbHomesDbHomeDatabaseResult(dict):
33164
33186
  """
33165
33187
  :param str backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
33166
33188
  :param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
33167
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33168
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33189
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33190
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33169
33191
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
33170
33192
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
33171
33193
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -33265,7 +33287,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
33265
33287
 
33266
33288
  @property
33267
33289
  @pulumi.getter(name="definedTags")
33268
- def defined_tags(self) -> Mapping[str, Any]:
33290
+ def defined_tags(self) -> Mapping[str, str]:
33269
33291
  """
33270
33292
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33271
33293
  """
@@ -33273,7 +33295,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
33273
33295
 
33274
33296
  @property
33275
33297
  @pulumi.getter(name="freeformTags")
33276
- def freeform_tags(self) -> Mapping[str, Any]:
33298
+ def freeform_tags(self) -> Mapping[str, str]:
33277
33299
  """
33278
33300
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33279
33301
  """
@@ -33376,7 +33398,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
33376
33398
  @pulumi.output_type
33377
33399
  class GetDbHomesDbHomeDatabaseConnectionStringResult(dict):
33378
33400
  def __init__(__self__, *,
33379
- all_connection_strings: Mapping[str, Any],
33401
+ all_connection_strings: Mapping[str, str],
33380
33402
  cdb_default: str,
33381
33403
  cdb_ip_default: str):
33382
33404
  pulumi.set(__self__, "all_connection_strings", all_connection_strings)
@@ -33385,7 +33407,7 @@ class GetDbHomesDbHomeDatabaseConnectionStringResult(dict):
33385
33407
 
33386
33408
  @property
33387
33409
  @pulumi.getter(name="allConnectionStrings")
33388
- def all_connection_strings(self) -> Mapping[str, Any]:
33410
+ def all_connection_strings(self) -> Mapping[str, str]:
33389
33411
  return pulumi.get(self, "all_connection_strings")
33390
33412
 
33391
33413
  @property
@@ -33525,9 +33547,9 @@ class GetDbNodeConsoleConnectionsConsoleConnectionResult(dict):
33525
33547
  compartment_id: str,
33526
33548
  connection_string: str,
33527
33549
  db_node_id: str,
33528
- defined_tags: Mapping[str, Any],
33550
+ defined_tags: Mapping[str, str],
33529
33551
  fingerprint: str,
33530
- freeform_tags: Mapping[str, Any],
33552
+ freeform_tags: Mapping[str, str],
33531
33553
  id: str,
33532
33554
  lifecycle_details: str,
33533
33555
  public_key: str,
@@ -33537,9 +33559,9 @@ class GetDbNodeConsoleConnectionsConsoleConnectionResult(dict):
33537
33559
  :param str compartment_id: The OCID of the compartment to contain the console connection.
33538
33560
  :param str connection_string: The SSH connection string for the console connection.
33539
33561
  :param str db_node_id: The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
33540
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33562
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33541
33563
  :param str fingerprint: The SSH public key fingerprint for the console connection.
33542
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33564
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33543
33565
  :param str id: The OCID of the console connection.
33544
33566
  :param str lifecycle_details: Information about the current lifecycle state.
33545
33567
  :param str service_host_key_fingerprint: The SSH public key's fingerprint for the console connection service host.
@@ -33583,7 +33605,7 @@ class GetDbNodeConsoleConnectionsConsoleConnectionResult(dict):
33583
33605
 
33584
33606
  @property
33585
33607
  @pulumi.getter(name="definedTags")
33586
- def defined_tags(self) -> Mapping[str, Any]:
33608
+ def defined_tags(self) -> Mapping[str, str]:
33587
33609
  """
33588
33610
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33589
33611
  """
@@ -33599,7 +33621,7 @@ class GetDbNodeConsoleConnectionsConsoleConnectionResult(dict):
33599
33621
 
33600
33622
  @property
33601
33623
  @pulumi.getter(name="freeformTags")
33602
- def freeform_tags(self) -> Mapping[str, Any]:
33624
+ def freeform_tags(self) -> Mapping[str, str]:
33603
33625
  """
33604
33626
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33605
33627
  """
@@ -33687,9 +33709,9 @@ class GetDbNodeConsoleHistoriesConsoleHistoryCollectionItemResult(dict):
33687
33709
  def __init__(__self__, *,
33688
33710
  compartment_id: str,
33689
33711
  db_node_id: str,
33690
- defined_tags: Mapping[str, Any],
33712
+ defined_tags: Mapping[str, str],
33691
33713
  display_name: str,
33692
- freeform_tags: Mapping[str, Any],
33714
+ freeform_tags: Mapping[str, str],
33693
33715
  id: str,
33694
33716
  lifecycle_details: str,
33695
33717
  state: str,
@@ -33697,9 +33719,9 @@ class GetDbNodeConsoleHistoriesConsoleHistoryCollectionItemResult(dict):
33697
33719
  """
33698
33720
  :param str compartment_id: The OCID of the compartment containing the console history.
33699
33721
  :param str db_node_id: The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
33700
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33722
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33701
33723
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
33702
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33724
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33703
33725
  :param str id: The OCID of the console history.
33704
33726
  :param str lifecycle_details: Additional information about the current lifecycle state.
33705
33727
  :param str state: A filter to return only resources that match the given lifecycle state exactly.
@@ -33733,7 +33755,7 @@ class GetDbNodeConsoleHistoriesConsoleHistoryCollectionItemResult(dict):
33733
33755
 
33734
33756
  @property
33735
33757
  @pulumi.getter(name="definedTags")
33736
- def defined_tags(self) -> Mapping[str, Any]:
33758
+ def defined_tags(self) -> Mapping[str, str]:
33737
33759
  """
33738
33760
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33739
33761
  """
@@ -33749,7 +33771,7 @@ class GetDbNodeConsoleHistoriesConsoleHistoryCollectionItemResult(dict):
33749
33771
 
33750
33772
  @property
33751
33773
  @pulumi.getter(name="freeformTags")
33752
- def freeform_tags(self) -> Mapping[str, Any]:
33774
+ def freeform_tags(self) -> Mapping[str, str]:
33753
33775
  """
33754
33776
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33755
33777
  """
@@ -33827,9 +33849,9 @@ class GetDbNodesDbNodeResult(dict):
33827
33849
  db_node_storage_size_in_gbs: int,
33828
33850
  db_server_id: str,
33829
33851
  db_system_id: str,
33830
- defined_tags: Mapping[str, Any],
33852
+ defined_tags: Mapping[str, str],
33831
33853
  fault_domain: str,
33832
- freeform_tags: Mapping[str, Any],
33854
+ freeform_tags: Mapping[str, str],
33833
33855
  host_ip_id: str,
33834
33856
  hostname: str,
33835
33857
  id: str,
@@ -33853,9 +33875,9 @@ class GetDbNodesDbNodeResult(dict):
33853
33875
  :param int db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Db node.
33854
33876
  :param str db_server_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exacc Db server.
33855
33877
  :param str db_system_id: The DB system [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
33856
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33878
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33857
33879
  :param str fault_domain: The name of the Fault Domain the instance is contained in.
33858
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33880
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33859
33881
  :param str host_ip_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
33860
33882
  **Note:** Applies only to Exadata Cloud Service.
33861
33883
  :param str hostname: The host name for the database node.
@@ -33970,7 +33992,7 @@ class GetDbNodesDbNodeResult(dict):
33970
33992
 
33971
33993
  @property
33972
33994
  @pulumi.getter(name="definedTags")
33973
- def defined_tags(self) -> Mapping[str, Any]:
33995
+ def defined_tags(self) -> Mapping[str, str]:
33974
33996
  """
33975
33997
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33976
33998
  """
@@ -33986,7 +34008,7 @@ class GetDbNodesDbNodeResult(dict):
33986
34008
 
33987
34009
  @property
33988
34010
  @pulumi.getter(name="freeformTags")
33989
- def freeform_tags(self) -> Mapping[str, Any]:
34011
+ def freeform_tags(self) -> Mapping[str, str]:
33990
34012
  """
33991
34013
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
33992
34014
  """
@@ -34194,10 +34216,10 @@ class GetDbServersDbServerResult(dict):
34194
34216
  db_node_ids: Sequence[str],
34195
34217
  db_node_storage_size_in_gbs: int,
34196
34218
  db_server_patching_details: Sequence['outputs.GetDbServersDbServerDbServerPatchingDetailResult'],
34197
- defined_tags: Mapping[str, Any],
34219
+ defined_tags: Mapping[str, str],
34198
34220
  display_name: str,
34199
34221
  exadata_infrastructure_id: str,
34200
- freeform_tags: Mapping[str, Any],
34222
+ freeform_tags: Mapping[str, str],
34201
34223
  id: str,
34202
34224
  lifecycle_details: str,
34203
34225
  max_cpu_count: int,
@@ -34216,10 +34238,10 @@ class GetDbServersDbServerResult(dict):
34216
34238
  :param Sequence[str] db_node_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Db nodes associated with the Db server.
34217
34239
  :param int db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Db server.
34218
34240
  :param Sequence['GetDbServersDbServerDbServerPatchingDetailArgs'] db_server_patching_details: The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
34219
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34241
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34220
34242
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
34221
34243
  :param str exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ExadataInfrastructure.
34222
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
34244
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
34223
34245
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exacc Db server.
34224
34246
  :param str lifecycle_details: Additional information about the current lifecycle state.
34225
34247
  :param int max_cpu_count: The total number of CPU cores available.
@@ -34311,7 +34333,7 @@ class GetDbServersDbServerResult(dict):
34311
34333
 
34312
34334
  @property
34313
34335
  @pulumi.getter(name="definedTags")
34314
- def defined_tags(self) -> Mapping[str, Any]:
34336
+ def defined_tags(self) -> Mapping[str, str]:
34315
34337
  """
34316
34338
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34317
34339
  """
@@ -34335,7 +34357,7 @@ class GetDbServersDbServerResult(dict):
34335
34357
 
34336
34358
  @property
34337
34359
  @pulumi.getter(name="freeformTags")
34338
- def freeform_tags(self) -> Mapping[str, Any]:
34360
+ def freeform_tags(self) -> Mapping[str, str]:
34339
34361
  """
34340
34362
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
34341
34363
  """
@@ -35423,12 +35445,12 @@ class GetDbSystemsDbSystemResult(dict):
35423
35445
  database_edition: str,
35424
35446
  db_homes: Sequence['outputs.GetDbSystemsDbSystemDbHomeResult'],
35425
35447
  db_system_options: Sequence['outputs.GetDbSystemsDbSystemDbSystemOptionResult'],
35426
- defined_tags: Mapping[str, Any],
35448
+ defined_tags: Mapping[str, str],
35427
35449
  disk_redundancy: str,
35428
35450
  display_name: str,
35429
35451
  domain: str,
35430
35452
  fault_domains: Sequence[str],
35431
- freeform_tags: Mapping[str, Any],
35453
+ freeform_tags: Mapping[str, str],
35432
35454
  hostname: str,
35433
35455
  id: str,
35434
35456
  iorm_config_caches: Sequence['outputs.GetDbSystemsDbSystemIormConfigCachResult'],
@@ -35477,12 +35499,12 @@ class GetDbSystemsDbSystemResult(dict):
35477
35499
  :param int data_storage_size_in_gb: The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
35478
35500
  :param str database_edition: The Oracle Database edition that applies to all the databases on the DB system.
35479
35501
  :param Sequence['GetDbSystemsDbSystemDbSystemOptionArgs'] db_system_options: The DB system options.
35480
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
35502
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
35481
35503
  :param str disk_redundancy: The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
35482
35504
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
35483
35505
  :param str domain: The domain name for the DB system.
35484
35506
  :param Sequence[str] fault_domains: List of the Fault Domains in which this DB system is provisioned.
35485
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
35507
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
35486
35508
  :param str hostname: The hostname for the DB system.
35487
35509
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
35488
35510
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
@@ -35668,7 +35690,7 @@ class GetDbSystemsDbSystemResult(dict):
35668
35690
 
35669
35691
  @property
35670
35692
  @pulumi.getter(name="definedTags")
35671
- def defined_tags(self) -> Mapping[str, Any]:
35693
+ def defined_tags(self) -> Mapping[str, str]:
35672
35694
  """
35673
35695
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
35674
35696
  """
@@ -35708,7 +35730,7 @@ class GetDbSystemsDbSystemResult(dict):
35708
35730
 
35709
35731
  @property
35710
35732
  @pulumi.getter(name="freeformTags")
35711
- def freeform_tags(self) -> Mapping[str, Any]:
35733
+ def freeform_tags(self) -> Mapping[str, str]:
35712
35734
  """
35713
35735
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
35714
35736
  """
@@ -36039,18 +36061,18 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
36039
36061
  databases: Sequence['outputs.GetDbSystemsDbSystemDbHomeDatabaseResult'],
36040
36062
  db_home_location: str,
36041
36063
  db_version: str,
36042
- defined_tags: Mapping[str, Any],
36064
+ defined_tags: Mapping[str, str],
36043
36065
  display_name: str,
36044
- freeform_tags: Mapping[str, Any],
36066
+ freeform_tags: Mapping[str, str],
36045
36067
  id: str,
36046
36068
  last_patch_history_entry_id: str,
36047
36069
  lifecycle_details: str,
36048
36070
  state: str,
36049
36071
  time_created: str):
36050
36072
  """
36051
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36073
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36052
36074
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
36053
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36075
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36054
36076
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
36055
36077
  :param str last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
36056
36078
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -36098,7 +36120,7 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
36098
36120
 
36099
36121
  @property
36100
36122
  @pulumi.getter(name="definedTags")
36101
- def defined_tags(self) -> Mapping[str, Any]:
36123
+ def defined_tags(self) -> Mapping[str, str]:
36102
36124
  """
36103
36125
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36104
36126
  """
@@ -36114,7 +36136,7 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
36114
36136
 
36115
36137
  @property
36116
36138
  @pulumi.getter(name="freeformTags")
36117
- def freeform_tags(self) -> Mapping[str, Any]:
36139
+ def freeform_tags(self) -> Mapping[str, str]:
36118
36140
  """
36119
36141
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36120
36142
  """
@@ -36176,8 +36198,8 @@ class GetDbSystemsDbSystemDbHomeDatabaseResult(dict):
36176
36198
  db_name: str,
36177
36199
  db_unique_name: str,
36178
36200
  db_workload: str,
36179
- defined_tags: Mapping[str, Any],
36180
- freeform_tags: Mapping[str, Any],
36201
+ defined_tags: Mapping[str, str],
36202
+ freeform_tags: Mapping[str, str],
36181
36203
  id: str,
36182
36204
  kms_key_id: str,
36183
36205
  kms_key_version_id: str,
@@ -36192,8 +36214,8 @@ class GetDbSystemsDbSystemDbHomeDatabaseResult(dict):
36192
36214
  vault_id: str):
36193
36215
  """
36194
36216
  :param str backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
36195
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36196
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36217
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36218
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36197
36219
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
36198
36220
  :param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
36199
36221
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -36292,7 +36314,7 @@ class GetDbSystemsDbSystemDbHomeDatabaseResult(dict):
36292
36314
 
36293
36315
  @property
36294
36316
  @pulumi.getter(name="definedTags")
36295
- def defined_tags(self) -> Mapping[str, Any]:
36317
+ def defined_tags(self) -> Mapping[str, str]:
36296
36318
  """
36297
36319
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36298
36320
  """
@@ -36300,7 +36322,7 @@ class GetDbSystemsDbSystemDbHomeDatabaseResult(dict):
36300
36322
 
36301
36323
  @property
36302
36324
  @pulumi.getter(name="freeformTags")
36303
- def freeform_tags(self) -> Mapping[str, Any]:
36325
+ def freeform_tags(self) -> Mapping[str, str]:
36304
36326
  """
36305
36327
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
36306
36328
  """
@@ -36385,7 +36407,7 @@ class GetDbSystemsDbSystemDbHomeDatabaseResult(dict):
36385
36407
  @pulumi.output_type
36386
36408
  class GetDbSystemsDbSystemDbHomeDatabaseConnectionStringResult(dict):
36387
36409
  def __init__(__self__, *,
36388
- all_connection_strings: Mapping[str, Any],
36410
+ all_connection_strings: Mapping[str, str],
36389
36411
  cdb_default: str,
36390
36412
  cdb_ip_default: str):
36391
36413
  pulumi.set(__self__, "all_connection_strings", all_connection_strings)
@@ -36394,7 +36416,7 @@ class GetDbSystemsDbSystemDbHomeDatabaseConnectionStringResult(dict):
36394
36416
 
36395
36417
  @property
36396
36418
  @pulumi.getter(name="allConnectionStrings")
36397
- def all_connection_strings(self) -> Mapping[str, Any]:
36419
+ def all_connection_strings(self) -> Mapping[str, str]:
36398
36420
  return pulumi.get(self, "all_connection_strings")
36399
36421
 
36400
36422
  @property
@@ -37563,10 +37585,10 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
37563
37585
  db_node_storage_size_in_gbs: int,
37564
37586
  db_server_version: str,
37565
37587
  defined_file_system_configurations: Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult'],
37566
- defined_tags: Mapping[str, Any],
37588
+ defined_tags: Mapping[str, str],
37567
37589
  display_name: str,
37568
37590
  dns_servers: Sequence[str],
37569
- freeform_tags: Mapping[str, Any],
37591
+ freeform_tags: Mapping[str, str],
37570
37592
  gateway: str,
37571
37593
  id: str,
37572
37594
  infini_band_network_cidr: str,
@@ -37611,10 +37633,10 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
37611
37633
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
37612
37634
  :param str db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
37613
37635
  :param Sequence['GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationArgs'] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
37614
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37636
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37615
37637
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
37616
37638
  :param Sequence[str] dns_servers: The list of DNS server IP addresses. Maximum of 3 allowed.
37617
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
37639
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
37618
37640
  :param str gateway: The gateway for the control plane network.
37619
37641
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
37620
37642
  :param str infini_band_network_cidr: The CIDR block for the Exadata InfiniBand interconnect.
@@ -37847,7 +37869,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
37847
37869
 
37848
37870
  @property
37849
37871
  @pulumi.getter(name="definedTags")
37850
- def defined_tags(self) -> Mapping[str, Any]:
37872
+ def defined_tags(self) -> Mapping[str, str]:
37851
37873
  """
37852
37874
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37853
37875
  """
@@ -37871,7 +37893,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
37871
37893
 
37872
37894
  @property
37873
37895
  @pulumi.getter(name="freeformTags")
37874
- def freeform_tags(self) -> Mapping[str, Any]:
37896
+ def freeform_tags(self) -> Mapping[str, str]:
37875
37897
  """
37876
37898
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
37877
37899
  """
@@ -38992,11 +39014,11 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
38992
39014
  cluster_name: str,
38993
39015
  compartment_id: str,
38994
39016
  data_collection_options: Sequence['outputs.GetExadbVmClustersExadbVmClusterDataCollectionOptionResult'],
38995
- defined_tags: Mapping[str, Any],
39017
+ defined_tags: Mapping[str, str],
38996
39018
  display_name: str,
38997
39019
  domain: str,
38998
39020
  exascale_db_storage_vault_id: str,
38999
- freeform_tags: Mapping[str, Any],
39021
+ freeform_tags: Mapping[str, str],
39000
39022
  gi_version: str,
39001
39023
  grid_image_id: str,
39002
39024
  grid_image_type: str,
@@ -39020,7 +39042,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39020
39042
  ssh_public_keys: Sequence[str],
39021
39043
  state: str,
39022
39044
  subnet_id: str,
39023
- system_tags: Mapping[str, Any],
39045
+ system_tags: Mapping[str, str],
39024
39046
  system_version: str,
39025
39047
  time_created: str,
39026
39048
  time_zone: str,
@@ -39033,11 +39055,11 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39033
39055
  :param str cluster_name: The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
39034
39056
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
39035
39057
  :param Sequence['GetExadbVmClustersExadbVmClusterDataCollectionOptionArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
39036
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39058
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39037
39059
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
39038
39060
  :param str domain: A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
39039
39061
  :param str exascale_db_storage_vault_id: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
39040
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39062
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39041
39063
  :param str gi_version: A valid Oracle Grid Infrastructure (GI) software version.
39042
39064
  :param str grid_image_id: Grid Setup will be done using this grid image id
39043
39065
  :param str grid_image_type: The type of Grid Image
@@ -39062,7 +39084,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39062
39084
  :param Sequence[str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
39063
39085
  :param str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
39064
39086
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
39065
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39087
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39066
39088
  :param str system_version: Operating system version of the image.
39067
39089
  :param str time_created: The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
39068
39090
  :param str time_zone: The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
@@ -39160,7 +39182,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39160
39182
 
39161
39183
  @property
39162
39184
  @pulumi.getter(name="definedTags")
39163
- def defined_tags(self) -> Mapping[str, Any]:
39185
+ def defined_tags(self) -> Mapping[str, str]:
39164
39186
  """
39165
39187
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39166
39188
  """
@@ -39192,7 +39214,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39192
39214
 
39193
39215
  @property
39194
39216
  @pulumi.getter(name="freeformTags")
39195
- def freeform_tags(self) -> Mapping[str, Any]:
39217
+ def freeform_tags(self) -> Mapping[str, str]:
39196
39218
  """
39197
39219
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39198
39220
  """
@@ -39385,7 +39407,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
39385
39407
 
39386
39408
  @property
39387
39409
  @pulumi.getter(name="systemTags")
39388
- def system_tags(self) -> Mapping[str, Any]:
39410
+ def system_tags(self) -> Mapping[str, str]:
39389
39411
  """
39390
39412
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39391
39413
  """
@@ -39737,15 +39759,15 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
39737
39759
  additional_flash_cache_in_percent: int,
39738
39760
  availability_domain: str,
39739
39761
  compartment_id: str,
39740
- defined_tags: Mapping[str, Any],
39762
+ defined_tags: Mapping[str, str],
39741
39763
  description: str,
39742
39764
  display_name: str,
39743
- freeform_tags: Mapping[str, Any],
39765
+ freeform_tags: Mapping[str, str],
39744
39766
  high_capacity_database_storages: Sequence['outputs.GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult'],
39745
39767
  id: str,
39746
39768
  lifecycle_details: str,
39747
39769
  state: str,
39748
- system_tags: Mapping[str, Any],
39770
+ system_tags: Mapping[str, str],
39749
39771
  time_created: str,
39750
39772
  time_zone: str,
39751
39773
  vm_cluster_count: int,
@@ -39754,15 +39776,15 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
39754
39776
  :param int additional_flash_cache_in_percent: The size of additional Flash Cache in percentage of High Capacity database storage.
39755
39777
  :param str availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
39756
39778
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
39757
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39779
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39758
39780
  :param str description: Exadata Database Storage Vault description.
39759
39781
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
39760
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39782
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39761
39783
  :param Sequence['GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storages: Exadata Database Storage Details
39762
39784
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
39763
39785
  :param str lifecycle_details: Additional information about the current lifecycle state.
39764
39786
  :param str state: A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
39765
- :param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39787
+ :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39766
39788
  :param str time_created: The date and time that the Exadata Database Storage Vault was created.
39767
39789
  :param str time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
39768
39790
  :param int vm_cluster_count: The number of Exadata VM clusters used the Exadata Database Storage Vault.
@@ -39811,7 +39833,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
39811
39833
 
39812
39834
  @property
39813
39835
  @pulumi.getter(name="definedTags")
39814
- def defined_tags(self) -> Mapping[str, Any]:
39836
+ def defined_tags(self) -> Mapping[str, str]:
39815
39837
  """
39816
39838
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39817
39839
  """
@@ -39835,7 +39857,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
39835
39857
 
39836
39858
  @property
39837
39859
  @pulumi.getter(name="freeformTags")
39838
- def freeform_tags(self) -> Mapping[str, Any]:
39860
+ def freeform_tags(self) -> Mapping[str, str]:
39839
39861
  """
39840
39862
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
39841
39863
  """
@@ -39875,7 +39897,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
39875
39897
 
39876
39898
  @property
39877
39899
  @pulumi.getter(name="systemTags")
39878
- def system_tags(self) -> Mapping[str, Any]:
39900
+ def system_tags(self) -> Mapping[str, str]:
39879
39901
  """
39880
39902
  System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39881
39903
  """
@@ -40051,9 +40073,9 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
40051
40073
  db_id: str,
40052
40074
  db_packs: str,
40053
40075
  db_unique_name: str,
40054
- defined_tags: Mapping[str, Any],
40076
+ defined_tags: Mapping[str, str],
40055
40077
  display_name: str,
40056
- freeform_tags: Mapping[str, Any],
40078
+ freeform_tags: Mapping[str, str],
40057
40079
  id: str,
40058
40080
  lifecycle_details: str,
40059
40081
  ncharacter_set: str,
@@ -40071,9 +40093,9 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
40071
40093
  :param str db_id: The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
40072
40094
  :param str db_packs: The database packs licensed for the external Oracle Database.
40073
40095
  :param str db_unique_name: The `DB_UNIQUE_NAME` of the external database.
40074
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40096
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40075
40097
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
40076
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40098
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40077
40099
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure external database resource.
40078
40100
  :param str lifecycle_details: Additional information about the current lifecycle state.
40079
40101
  :param str ncharacter_set: The national character of the external database.
@@ -40176,7 +40198,7 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
40176
40198
 
40177
40199
  @property
40178
40200
  @pulumi.getter(name="definedTags")
40179
- def defined_tags(self) -> Mapping[str, Any]:
40201
+ def defined_tags(self) -> Mapping[str, str]:
40180
40202
  """
40181
40203
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40182
40204
  """
@@ -40192,7 +40214,7 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
40192
40214
 
40193
40215
  @property
40194
40216
  @pulumi.getter(name="freeformTags")
40195
- def freeform_tags(self) -> Mapping[str, Any]:
40217
+ def freeform_tags(self) -> Mapping[str, str]:
40196
40218
  """
40197
40219
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40198
40220
  """
@@ -40484,10 +40506,10 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
40484
40506
  connection_strings: Sequence['outputs.GetExternalDatabaseConnectorsExternalDatabaseConnectorConnectionStringResult'],
40485
40507
  connector_agent_id: str,
40486
40508
  connector_type: str,
40487
- defined_tags: Mapping[str, Any],
40509
+ defined_tags: Mapping[str, str],
40488
40510
  display_name: str,
40489
40511
  external_database_id: str,
40490
- freeform_tags: Mapping[str, Any],
40512
+ freeform_tags: Mapping[str, str],
40491
40513
  id: str,
40492
40514
  lifecycle_details: str,
40493
40515
  state: str,
@@ -40500,10 +40522,10 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
40500
40522
  :param Sequence['GetExternalDatabaseConnectorsExternalDatabaseConnectorConnectionStringArgs'] connection_strings: The Oracle Database connection string.
40501
40523
  :param str connector_agent_id: The ID of the agent used for the [external database connector](https://docs.cloud.oracle.com/iaas/api/#/en/database/latest/datatypes/CreateExternalDatabaseConnectorDetails).
40502
40524
  :param str connector_type: The type of connector used by the external database resource.
40503
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40525
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40504
40526
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
40505
40527
  :param str external_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database whose connectors will be listed.
40506
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40528
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40507
40529
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the [external database connector](https://docs.cloud.oracle.com/iaas/api/#/en/database/latest/datatypes/CreateExternalDatabaseConnectorDetails).
40508
40530
  :param str lifecycle_details: Additional information about the current lifecycle state.
40509
40531
  :param str state: A filter to return only resources that match the specified lifecycle state.
@@ -40576,7 +40598,7 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
40576
40598
 
40577
40599
  @property
40578
40600
  @pulumi.getter(name="definedTags")
40579
- def defined_tags(self) -> Mapping[str, Any]:
40601
+ def defined_tags(self) -> Mapping[str, str]:
40580
40602
  """
40581
40603
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40582
40604
  """
@@ -40600,7 +40622,7 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
40600
40622
 
40601
40623
  @property
40602
40624
  @pulumi.getter(name="freeformTags")
40603
- def freeform_tags(self) -> Mapping[str, Any]:
40625
+ def freeform_tags(self) -> Mapping[str, str]:
40604
40626
  """
40605
40627
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40606
40628
  """
@@ -40908,9 +40930,9 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
40908
40930
  db_id: str,
40909
40931
  db_packs: str,
40910
40932
  db_unique_name: str,
40911
- defined_tags: Mapping[str, Any],
40933
+ defined_tags: Mapping[str, str],
40912
40934
  display_name: str,
40913
- freeform_tags: Mapping[str, Any],
40935
+ freeform_tags: Mapping[str, str],
40914
40936
  id: str,
40915
40937
  lifecycle_details: str,
40916
40938
  ncharacter_set: str,
@@ -40929,9 +40951,9 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
40929
40951
  :param str db_id: The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
40930
40952
  :param str db_packs: The database packs licensed for the external Oracle Database.
40931
40953
  :param str db_unique_name: The `DB_UNIQUE_NAME` of the external database.
40932
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40954
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40933
40955
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
40934
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40956
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
40935
40957
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure external database resource.
40936
40958
  :param str lifecycle_details: Additional information about the current lifecycle state.
40937
40959
  :param str ncharacter_set: The national character of the external database.
@@ -41036,7 +41058,7 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
41036
41058
 
41037
41059
  @property
41038
41060
  @pulumi.getter(name="definedTags")
41039
- def defined_tags(self) -> Mapping[str, Any]:
41061
+ def defined_tags(self) -> Mapping[str, str]:
41040
41062
  """
41041
41063
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41042
41064
  """
@@ -41052,7 +41074,7 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
41052
41074
 
41053
41075
  @property
41054
41076
  @pulumi.getter(name="freeformTags")
41055
- def freeform_tags(self) -> Mapping[str, Any]:
41077
+ def freeform_tags(self) -> Mapping[str, str]:
41056
41078
  """
41057
41079
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41058
41080
  """
@@ -41358,10 +41380,10 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
41358
41380
  db_id: str,
41359
41381
  db_packs: str,
41360
41382
  db_unique_name: str,
41361
- defined_tags: Mapping[str, Any],
41383
+ defined_tags: Mapping[str, str],
41362
41384
  display_name: str,
41363
41385
  external_container_database_id: str,
41364
- freeform_tags: Mapping[str, Any],
41386
+ freeform_tags: Mapping[str, str],
41365
41387
  id: str,
41366
41388
  lifecycle_details: str,
41367
41389
  ncharacter_set: str,
@@ -41381,10 +41403,10 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
41381
41403
  :param str db_id: The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
41382
41404
  :param str db_packs: The database packs licensed for the external Oracle Database.
41383
41405
  :param str db_unique_name: The `DB_UNIQUE_NAME` of the external database.
41384
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41406
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41385
41407
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
41386
41408
  :param str external_container_database_id: The ExternalContainerDatabase [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
41387
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41409
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41388
41410
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure external database resource.
41389
41411
  :param str lifecycle_details: Additional information about the current lifecycle state.
41390
41412
  :param str ncharacter_set: The national character of the external database.
@@ -41492,7 +41514,7 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
41492
41514
 
41493
41515
  @property
41494
41516
  @pulumi.getter(name="definedTags")
41495
- def defined_tags(self) -> Mapping[str, Any]:
41517
+ def defined_tags(self) -> Mapping[str, str]:
41496
41518
  """
41497
41519
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41498
41520
  """
@@ -41516,7 +41538,7 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
41516
41538
 
41517
41539
  @property
41518
41540
  @pulumi.getter(name="freeformTags")
41519
- def freeform_tags(self) -> Mapping[str, Any]:
41541
+ def freeform_tags(self) -> Mapping[str, str]:
41520
41542
  """
41521
41543
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41522
41544
  """
@@ -42041,9 +42063,9 @@ class GetKeyStoresKeyStoreResult(dict):
42041
42063
  associated_databases: Sequence['outputs.GetKeyStoresKeyStoreAssociatedDatabaseResult'],
42042
42064
  compartment_id: str,
42043
42065
  confirm_details_trigger: int,
42044
- defined_tags: Mapping[str, Any],
42066
+ defined_tags: Mapping[str, str],
42045
42067
  display_name: str,
42046
- freeform_tags: Mapping[str, Any],
42068
+ freeform_tags: Mapping[str, str],
42047
42069
  id: str,
42048
42070
  lifecycle_details: str,
42049
42071
  state: str,
@@ -42052,9 +42074,9 @@ class GetKeyStoresKeyStoreResult(dict):
42052
42074
  """
42053
42075
  :param Sequence['GetKeyStoresKeyStoreAssociatedDatabaseArgs'] associated_databases: List of databases associated with the key store.
42054
42076
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
42055
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42077
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42056
42078
  :param str display_name: The user-friendly name for the key store. The name does not need to be unique.
42057
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42079
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42058
42080
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
42059
42081
  :param str lifecycle_details: Additional information about the current lifecycle state.
42060
42082
  :param str state: The current state of the key store.
@@ -42096,7 +42118,7 @@ class GetKeyStoresKeyStoreResult(dict):
42096
42118
 
42097
42119
  @property
42098
42120
  @pulumi.getter(name="definedTags")
42099
- def defined_tags(self) -> Mapping[str, Any]:
42121
+ def defined_tags(self) -> Mapping[str, str]:
42100
42122
  """
42101
42123
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42102
42124
  """
@@ -42112,7 +42134,7 @@ class GetKeyStoresKeyStoreResult(dict):
42112
42134
 
42113
42135
  @property
42114
42136
  @pulumi.getter(name="freeformTags")
42115
- def freeform_tags(self) -> Mapping[str, Any]:
42137
+ def freeform_tags(self) -> Mapping[str, str]:
42116
42138
  """
42117
42139
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42118
42140
  """
@@ -42335,6 +42357,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42335
42357
  current_custom_action_timeout_in_mins: int,
42336
42358
  current_patching_component: str,
42337
42359
  custom_action_timeout_in_mins: int,
42360
+ database_software_image_id: str,
42338
42361
  description: str,
42339
42362
  display_name: str,
42340
42363
  estimated_component_patching_start_time: str,
@@ -42366,6 +42389,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42366
42389
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
42367
42390
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
42368
42391
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
42392
+ :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
42369
42393
  :param str description: Description of the maintenance run.
42370
42394
  :param str display_name: The user-friendly name for the maintenance run.
42371
42395
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -42396,6 +42420,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42396
42420
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
42397
42421
  pulumi.set(__self__, "current_patching_component", current_patching_component)
42398
42422
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
42423
+ pulumi.set(__self__, "database_software_image_id", database_software_image_id)
42399
42424
  pulumi.set(__self__, "description", description)
42400
42425
  pulumi.set(__self__, "display_name", display_name)
42401
42426
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -42455,6 +42480,14 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42455
42480
  """
42456
42481
  return pulumi.get(self, "custom_action_timeout_in_mins")
42457
42482
 
42483
+ @property
42484
+ @pulumi.getter(name="databaseSoftwareImageId")
42485
+ def database_software_image_id(self) -> str:
42486
+ """
42487
+ The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
42488
+ """
42489
+ return pulumi.get(self, "database_software_image_id")
42490
+
42458
42491
  @property
42459
42492
  @pulumi.getter
42460
42493
  def description(self) -> str:
@@ -42878,10 +42911,10 @@ class GetOneoffPatchesOneoffPatchResult(dict):
42878
42911
  def __init__(__self__, *,
42879
42912
  compartment_id: str,
42880
42913
  db_version: str,
42881
- defined_tags: Mapping[str, Any],
42914
+ defined_tags: Mapping[str, str],
42882
42915
  display_name: str,
42883
42916
  download_oneoff_patch_trigger: int,
42884
- freeform_tags: Mapping[str, Any],
42917
+ freeform_tags: Mapping[str, str],
42885
42918
  id: str,
42886
42919
  lifecycle_details: str,
42887
42920
  one_off_patches: Sequence[str],
@@ -42895,9 +42928,9 @@ class GetOneoffPatchesOneoffPatchResult(dict):
42895
42928
  """
42896
42929
  :param str compartment_id: (Updatable) The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
42897
42930
  :param str db_version: A valid Oracle Database version. To get a list of supported versions, use the [ListDbVersions](https://docs.cloud.oracle.com/iaas/api/#/en/database/latest/DbVersionSummary/ListDbVersions) operation.
42898
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42931
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42899
42932
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
42900
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42933
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42901
42934
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the one-off patch.
42902
42935
  :param str lifecycle_details: Detailed message for the lifecycle state.
42903
42936
  :param Sequence[str] one_off_patches: List of one-off patches for Database Homes.
@@ -42944,7 +42977,7 @@ class GetOneoffPatchesOneoffPatchResult(dict):
42944
42977
 
42945
42978
  @property
42946
42979
  @pulumi.getter(name="definedTags")
42947
- def defined_tags(self) -> Mapping[str, Any]:
42980
+ def defined_tags(self) -> Mapping[str, str]:
42948
42981
  """
42949
42982
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42950
42983
  """
@@ -42965,7 +42998,7 @@ class GetOneoffPatchesOneoffPatchResult(dict):
42965
42998
 
42966
42999
  @property
42967
43000
  @pulumi.getter(name="freeformTags")
42968
- def freeform_tags(self) -> Mapping[str, Any]:
43001
+ def freeform_tags(self) -> Mapping[str, str]:
42969
43002
  """
42970
43003
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42971
43004
  """
@@ -43055,11 +43088,11 @@ class GetOneoffPatchesOneoffPatchResult(dict):
43055
43088
  @pulumi.output_type
43056
43089
  class GetPluggableDatabaseConnectionStringResult(dict):
43057
43090
  def __init__(__self__, *,
43058
- all_connection_strings: Mapping[str, Any],
43091
+ all_connection_strings: Mapping[str, str],
43059
43092
  pdb_default: str,
43060
43093
  pdb_ip_default: str):
43061
43094
  """
43062
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
43095
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
43063
43096
  :param str pdb_default: A host name-based PDB connection string.
43064
43097
  :param str pdb_ip_default: An IP-based PDB connection string.
43065
43098
  """
@@ -43069,7 +43102,7 @@ class GetPluggableDatabaseConnectionStringResult(dict):
43069
43102
 
43070
43103
  @property
43071
43104
  @pulumi.getter(name="allConnectionStrings")
43072
- def all_connection_strings(self) -> Mapping[str, Any]:
43105
+ def all_connection_strings(self) -> Mapping[str, str]:
43073
43106
  """
43074
43107
  All connection strings to use to connect to the pluggable database.
43075
43108
  """
@@ -43264,8 +43297,8 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
43264
43297
  container_database_admin_password: str,
43265
43298
  container_database_id: str,
43266
43299
  convert_to_regular_trigger: int,
43267
- defined_tags: Mapping[str, Any],
43268
- freeform_tags: Mapping[str, Any],
43300
+ defined_tags: Mapping[str, str],
43301
+ freeform_tags: Mapping[str, str],
43269
43302
  id: str,
43270
43303
  is_restricted: bool,
43271
43304
  lifecycle_details: str,
@@ -43287,8 +43320,8 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
43287
43320
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
43288
43321
  :param Sequence['GetPluggableDatabasesPluggableDatabaseConnectionStringArgs'] connection_strings: Connection strings to connect to an Oracle Pluggable Database.
43289
43322
  :param str container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CDB.
43290
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43291
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
43323
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43324
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
43292
43325
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pluggable database.
43293
43326
  :param bool is_restricted: The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
43294
43327
  :param str lifecycle_details: Detailed message for the lifecycle state.
@@ -43361,7 +43394,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
43361
43394
 
43362
43395
  @property
43363
43396
  @pulumi.getter(name="definedTags")
43364
- def defined_tags(self) -> Mapping[str, Any]:
43397
+ def defined_tags(self) -> Mapping[str, str]:
43365
43398
  """
43366
43399
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43367
43400
  """
@@ -43369,7 +43402,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
43369
43402
 
43370
43403
  @property
43371
43404
  @pulumi.getter(name="freeformTags")
43372
- def freeform_tags(self) -> Mapping[str, Any]:
43405
+ def freeform_tags(self) -> Mapping[str, str]:
43373
43406
  """
43374
43407
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
43375
43408
  """
@@ -43494,11 +43527,11 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
43494
43527
  @pulumi.output_type
43495
43528
  class GetPluggableDatabasesPluggableDatabaseConnectionStringResult(dict):
43496
43529
  def __init__(__self__, *,
43497
- all_connection_strings: Mapping[str, Any],
43530
+ all_connection_strings: Mapping[str, str],
43498
43531
  pdb_default: str,
43499
43532
  pdb_ip_default: str):
43500
43533
  """
43501
- :param Mapping[str, Any] all_connection_strings: All connection strings to use to connect to the pluggable database.
43534
+ :param Mapping[str, str] all_connection_strings: All connection strings to use to connect to the pluggable database.
43502
43535
  :param str pdb_default: A host name-based PDB connection string.
43503
43536
  :param str pdb_ip_default: An IP-based PDB connection string.
43504
43537
  """
@@ -43508,7 +43541,7 @@ class GetPluggableDatabasesPluggableDatabaseConnectionStringResult(dict):
43508
43541
 
43509
43542
  @property
43510
43543
  @pulumi.getter(name="allConnectionStrings")
43511
- def all_connection_strings(self) -> Mapping[str, Any]:
43544
+ def all_connection_strings(self) -> Mapping[str, str]:
43512
43545
  """
43513
43546
  All connection strings to use to connect to the pluggable database.
43514
43547
  """
@@ -44102,12 +44135,12 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
44102
44135
  def __init__(__self__, *,
44103
44136
  action: str,
44104
44137
  compartment_id: str,
44105
- defined_tags: Mapping[str, Any],
44138
+ defined_tags: Mapping[str, str],
44106
44139
  display_name: str,
44107
44140
  dns: Sequence[str],
44108
44141
  dr_scans: Sequence['outputs.GetVmClusterNetworksVmClusterNetworkDrScanResult'],
44109
44142
  exadata_infrastructure_id: str,
44110
- freeform_tags: Mapping[str, Any],
44143
+ freeform_tags: Mapping[str, str],
44111
44144
  id: str,
44112
44145
  lifecycle_details: str,
44113
44146
  ntps: Sequence[str],
@@ -44119,12 +44152,12 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
44119
44152
  vm_networks: Sequence['outputs.GetVmClusterNetworksVmClusterNetworkVmNetworkResult']):
44120
44153
  """
44121
44154
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
44122
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44155
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44123
44156
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
44124
44157
  :param Sequence[str] dns: The list of DNS server IP addresses. Maximum of 3 allowed.
44125
44158
  :param Sequence['GetVmClusterNetworksVmClusterNetworkDrScanArgs'] dr_scans: The SCAN details for DR network
44126
44159
  :param str exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
44127
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
44160
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
44128
44161
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
44129
44162
  :param str lifecycle_details: Additional information about the current lifecycle state.
44130
44163
  :param Sequence[str] ntps: The list of NTP server IP addresses. Maximum of 3 allowed.
@@ -44167,7 +44200,7 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
44167
44200
 
44168
44201
  @property
44169
44202
  @pulumi.getter(name="definedTags")
44170
- def defined_tags(self) -> Mapping[str, Any]:
44203
+ def defined_tags(self) -> Mapping[str, str]:
44171
44204
  """
44172
44205
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44173
44206
  """
@@ -44207,7 +44240,7 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
44207
44240
 
44208
44241
  @property
44209
44242
  @pulumi.getter(name="freeformTags")
44210
- def freeform_tags(self) -> Mapping[str, Any]:
44243
+ def freeform_tags(self) -> Mapping[str, str]:
44211
44244
  """
44212
44245
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
44213
44246
  """
@@ -45390,11 +45423,11 @@ class GetVmClustersVmClusterResult(dict):
45390
45423
  data_storage_size_in_tbs: float,
45391
45424
  db_node_storage_size_in_gbs: int,
45392
45425
  db_servers: Sequence[str],
45393
- defined_tags: Mapping[str, Any],
45426
+ defined_tags: Mapping[str, str],
45394
45427
  display_name: str,
45395
45428
  exadata_infrastructure_id: str,
45396
45429
  file_system_configuration_details: Sequence['outputs.GetVmClustersVmClusterFileSystemConfigurationDetailResult'],
45397
- freeform_tags: Mapping[str, Any],
45430
+ freeform_tags: Mapping[str, str],
45398
45431
  gi_version: str,
45399
45432
  id: str,
45400
45433
  is_local_backup_enabled: bool,
@@ -45421,11 +45454,11 @@ class GetVmClustersVmClusterResult(dict):
45421
45454
  :param float data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
45422
45455
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
45423
45456
  :param Sequence[str] db_servers: The list of Db server.
45424
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
45457
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
45425
45458
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
45426
45459
  :param str exadata_infrastructure_id: If provided, filters the results for the given Exadata Infrastructure.
45427
45460
  :param Sequence['GetVmClustersVmClusterFileSystemConfigurationDetailArgs'] file_system_configuration_details: Details of the file system configuration of the VM cluster.
45428
- :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45461
+ :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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45429
45462
  :param str gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
45430
45463
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
45431
45464
  :param bool is_local_backup_enabled: If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
@@ -45545,7 +45578,7 @@ class GetVmClustersVmClusterResult(dict):
45545
45578
 
45546
45579
  @property
45547
45580
  @pulumi.getter(name="definedTags")
45548
- def defined_tags(self) -> Mapping[str, Any]:
45581
+ def defined_tags(self) -> Mapping[str, str]:
45549
45582
  """
45550
45583
  Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
45551
45584
  """
@@ -45577,7 +45610,7 @@ class GetVmClustersVmClusterResult(dict):
45577
45610
 
45578
45611
  @property
45579
45612
  @pulumi.getter(name="freeformTags")
45580
- def freeform_tags(self) -> Mapping[str, Any]:
45613
+ def freeform_tags(self) -> Mapping[str, str]:
45581
45614
  """
45582
45615
  Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45583
45616
  """