pulumi-oci 2.7.0a1723456529__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 (1034) hide show
  1. pulumi_oci/__init__.py +16 -0
  2. pulumi_oci/adm/_inputs.py +4 -4
  3. pulumi_oci/adm/get_knowledgebase.py +3 -3
  4. pulumi_oci/adm/get_remediation_recipe.py +3 -3
  5. pulumi_oci/adm/get_remediation_run.py +3 -3
  6. pulumi_oci/adm/get_vulnerability_audit.py +3 -3
  7. pulumi_oci/adm/knowledge_base.py +35 -35
  8. pulumi_oci/adm/outputs.py +45 -45
  9. pulumi_oci/adm/remediation_recipe.py +35 -35
  10. pulumi_oci/adm/remediation_run.py +35 -35
  11. pulumi_oci/adm/vulnerability_audit.py +35 -35
  12. pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
  13. pulumi_oci/aianomalydetection/data_asset.py +35 -35
  14. pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
  15. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
  16. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
  17. pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
  18. pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
  19. pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
  20. pulumi_oci/aianomalydetection/model.py +35 -35
  21. pulumi_oci/aianomalydetection/outputs.py +45 -45
  22. pulumi_oci/aianomalydetection/project.py +35 -35
  23. pulumi_oci/aidocument/get_model.py +3 -3
  24. pulumi_oci/aidocument/get_project.py +3 -3
  25. pulumi_oci/aidocument/model.py +35 -35
  26. pulumi_oci/aidocument/outputs.py +18 -18
  27. pulumi_oci/aidocument/project.py +35 -35
  28. pulumi_oci/ailanguage/endpoint.py +35 -35
  29. pulumi_oci/ailanguage/get_endpoint.py +3 -3
  30. pulumi_oci/ailanguage/get_model.py +3 -3
  31. pulumi_oci/ailanguage/get_project.py +3 -3
  32. pulumi_oci/ailanguage/model.py +35 -35
  33. pulumi_oci/ailanguage/outputs.py +33 -33
  34. pulumi_oci/ailanguage/project.py +35 -35
  35. pulumi_oci/aivision/get_model.py +3 -3
  36. pulumi_oci/aivision/get_project.py +3 -3
  37. pulumi_oci/aivision/model.py +35 -35
  38. pulumi_oci/aivision/outputs.py +18 -18
  39. pulumi_oci/aivision/project.py +35 -35
  40. pulumi_oci/analytics/_inputs.py +4 -4
  41. pulumi_oci/analytics/analytics_instance.py +227 -53
  42. pulumi_oci/analytics/get_analytics_instance.py +53 -4
  43. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  44. pulumi_oci/analytics/outputs.py +58 -18
  45. pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
  46. pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
  47. pulumi_oci/announcementsservice/outputs.py +9 -9
  48. pulumi_oci/apigateway/_inputs.py +8 -8
  49. pulumi_oci/apigateway/api.py +28 -28
  50. pulumi_oci/apigateway/certificate.py +28 -28
  51. pulumi_oci/apigateway/deployment.py +28 -28
  52. pulumi_oci/apigateway/gateway.py +28 -28
  53. pulumi_oci/apigateway/get_api.py +2 -2
  54. pulumi_oci/apigateway/get_certificate.py +2 -2
  55. pulumi_oci/apigateway/get_deployment.py +2 -2
  56. pulumi_oci/apigateway/get_gateway.py +2 -2
  57. pulumi_oci/apigateway/get_subscriber.py +2 -2
  58. pulumi_oci/apigateway/get_usage_plan.py +2 -2
  59. pulumi_oci/apigateway/outputs.py +54 -54
  60. pulumi_oci/apigateway/subscriber.py +28 -28
  61. pulumi_oci/apigateway/usage_plan.py +28 -28
  62. pulumi_oci/apm/apm_domain.py +28 -28
  63. pulumi_oci/apm/get_apm_domain.py +2 -2
  64. pulumi_oci/apm/outputs.py +6 -6
  65. pulumi_oci/apmconfig/config.py +28 -28
  66. pulumi_oci/apmconfig/get_config.py +2 -2
  67. pulumi_oci/apmconfig/outputs.py +6 -6
  68. pulumi_oci/apmsynthetics/config.py +28 -28
  69. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
  70. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
  71. pulumi_oci/apmsynthetics/get_monitor.py +2 -2
  72. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
  73. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
  74. pulumi_oci/apmsynthetics/get_script.py +2 -2
  75. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
  76. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
  77. pulumi_oci/apmsynthetics/outputs.py +30 -30
  78. pulumi_oci/apmsynthetics/script.py +28 -28
  79. pulumi_oci/artifacts/container_image_signature.py +35 -35
  80. pulumi_oci/artifacts/container_repository.py +35 -35
  81. pulumi_oci/artifacts/generic_artifact.py +28 -28
  82. pulumi_oci/artifacts/get_container_image.py +3 -3
  83. pulumi_oci/artifacts/get_container_image_signature.py +3 -3
  84. pulumi_oci/artifacts/get_container_repository.py +3 -3
  85. pulumi_oci/artifacts/get_generic_artifact.py +2 -2
  86. pulumi_oci/artifacts/get_repository.py +2 -2
  87. pulumi_oci/artifacts/outputs.py +39 -39
  88. pulumi_oci/artifacts/repository.py +28 -28
  89. pulumi_oci/audit/outputs.py +27 -27
  90. pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
  91. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
  92. pulumi_oci/autoscaling/outputs.py +6 -6
  93. pulumi_oci/bastion/bastion.py +35 -35
  94. pulumi_oci/bastion/get_bastion.py +3 -3
  95. pulumi_oci/bastion/get_session.py +1 -1
  96. pulumi_oci/bastion/outputs.py +12 -12
  97. pulumi_oci/bastion/session.py +7 -7
  98. pulumi_oci/bigdataservice/bds_instance.py +28 -28
  99. pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
  100. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
  101. pulumi_oci/bigdataservice/outputs.py +6 -6
  102. pulumi_oci/blockchain/blockchain_platform.py +28 -28
  103. pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
  104. pulumi_oci/blockchain/outputs.py +6 -6
  105. pulumi_oci/budget/budget.py +28 -28
  106. pulumi_oci/budget/get_alert_rule.py +2 -2
  107. pulumi_oci/budget/get_budget.py +2 -2
  108. pulumi_oci/budget/outputs.py +12 -12
  109. pulumi_oci/budget/rule.py +28 -28
  110. pulumi_oci/capacitymanagement/_inputs.py +4 -4
  111. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
  112. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
  113. pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
  114. pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
  115. pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
  116. pulumi_oci/capacitymanagement/outputs.py +43 -43
  117. pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
  118. pulumi_oci/certificatesmanagement/certificate.py +28 -28
  119. pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
  120. pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
  121. pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
  122. pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
  123. pulumi_oci/certificatesmanagement/outputs.py +18 -18
  124. pulumi_oci/cloudbridge/_inputs.py +8 -8
  125. pulumi_oci/cloudbridge/agent.py +35 -35
  126. pulumi_oci/cloudbridge/agent_dependency.py +42 -42
  127. pulumi_oci/cloudbridge/agent_plugin.py +21 -21
  128. pulumi_oci/cloudbridge/asset.py +35 -35
  129. pulumi_oci/cloudbridge/asset_source.py +42 -42
  130. pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
  131. pulumi_oci/cloudbridge/environment.py +35 -35
  132. pulumi_oci/cloudbridge/get_agent.py +3 -3
  133. pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
  134. pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
  135. pulumi_oci/cloudbridge/get_asset.py +3 -3
  136. pulumi_oci/cloudbridge/get_asset_source.py +3 -3
  137. pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
  138. pulumi_oci/cloudbridge/get_environment.py +3 -3
  139. pulumi_oci/cloudbridge/get_inventory.py +3 -3
  140. pulumi_oci/cloudbridge/inventory.py +35 -35
  141. pulumi_oci/cloudbridge/outputs.py +93 -93
  142. pulumi_oci/cloudguard/_inputs.py +12 -12
  143. pulumi_oci/cloudguard/adhoc_query.py +35 -35
  144. pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
  145. pulumi_oci/cloudguard/data_mask_rule.py +35 -35
  146. pulumi_oci/cloudguard/detector_recipe.py +35 -35
  147. pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
  148. pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
  149. pulumi_oci/cloudguard/get_data_source.py +3 -3
  150. pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
  151. pulumi_oci/cloudguard/get_guard_target.py +3 -3
  152. pulumi_oci/cloudguard/get_managed_list.py +3 -3
  153. pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
  154. pulumi_oci/cloudguard/get_saved_query.py +3 -3
  155. pulumi_oci/cloudguard/get_security_policy.py +2 -2
  156. pulumi_oci/cloudguard/get_security_recipe.py +2 -2
  157. pulumi_oci/cloudguard/get_security_zone.py +2 -2
  158. pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
  159. pulumi_oci/cloudguard/managed_list.py +35 -35
  160. pulumi_oci/cloudguard/outputs.py +126 -126
  161. pulumi_oci/cloudguard/responder_recipe.py +35 -35
  162. pulumi_oci/cloudguard/saved_query.py +35 -35
  163. pulumi_oci/cloudguard/security_recipe.py +28 -28
  164. pulumi_oci/cloudguard/security_zone.py +28 -28
  165. pulumi_oci/cloudguard/target.py +35 -35
  166. pulumi_oci/cloudguard/wlp_agent.py +35 -35
  167. pulumi_oci/cloudmigrations/_inputs.py +56 -56
  168. pulumi_oci/cloudmigrations/get_migration.py +3 -3
  169. pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
  170. pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
  171. pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
  172. pulumi_oci/cloudmigrations/migration.py +35 -35
  173. pulumi_oci/cloudmigrations/migration_asset.py +7 -7
  174. pulumi_oci/cloudmigrations/migration_plan.py +42 -42
  175. pulumi_oci/cloudmigrations/outputs.py +177 -177
  176. pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
  177. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
  178. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
  179. pulumi_oci/clusterplacementgroups/outputs.py +9 -9
  180. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
  181. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
  182. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
  183. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
  184. pulumi_oci/computecloud/outputs.py +18 -18
  185. pulumi_oci/containerengine/_inputs.py +64 -64
  186. pulumi_oci/containerengine/cluster.py +28 -28
  187. pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
  188. pulumi_oci/containerengine/container_instance.py +35 -35
  189. pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
  190. pulumi_oci/containerengine/get_node_pool.py +3 -3
  191. pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
  192. pulumi_oci/containerengine/node_pool.py +42 -42
  193. pulumi_oci/containerengine/outputs.py +135 -135
  194. pulumi_oci/containerengine/virtual_node_pool.py +35 -35
  195. pulumi_oci/containerinstances/get_container_instance.py +3 -3
  196. pulumi_oci/containerinstances/outputs.py +43 -43
  197. pulumi_oci/core/_inputs.py +124 -124
  198. pulumi_oci/core/boot_volume.py +35 -35
  199. pulumi_oci/core/boot_volume_backup.py +35 -35
  200. pulumi_oci/core/capture_filter.py +28 -28
  201. pulumi_oci/core/cluster_network.py +28 -28
  202. pulumi_oci/core/compute_capacity_reservation.py +28 -28
  203. pulumi_oci/core/compute_capacity_topology.py +28 -28
  204. pulumi_oci/core/compute_cluster.py +28 -28
  205. pulumi_oci/core/compute_image_capability_schema.py +42 -92
  206. pulumi_oci/core/console_history.py +28 -28
  207. pulumi_oci/core/cpe.py +28 -28
  208. pulumi_oci/core/cross_connect.py +28 -28
  209. pulumi_oci/core/cross_connect_group.py +28 -28
  210. pulumi_oci/core/dedicated_vm_host.py +28 -28
  211. pulumi_oci/core/default_dhcp_options.py +20 -20
  212. pulumi_oci/core/default_route_table.py +20 -20
  213. pulumi_oci/core/default_security_list.py +20 -20
  214. pulumi_oci/core/dhcp_options.py +28 -28
  215. pulumi_oci/core/drg.py +28 -28
  216. pulumi_oci/core/drg_attachment.py +28 -28
  217. pulumi_oci/core/drg_attachment_management.py +28 -28
  218. pulumi_oci/core/drg_route_distribution.py +28 -28
  219. pulumi_oci/core/drg_route_table.py +28 -28
  220. pulumi_oci/core/drg_route_table_route_rule.py +7 -7
  221. pulumi_oci/core/get_block_volume_replica.py +2 -2
  222. pulumi_oci/core/get_boot_volume.py +3 -3
  223. pulumi_oci/core/get_boot_volume_backup.py +3 -3
  224. pulumi_oci/core/get_boot_volume_replica.py +2 -2
  225. pulumi_oci/core/get_byoip_range.py +2 -2
  226. pulumi_oci/core/get_capture_filter.py +2 -2
  227. pulumi_oci/core/get_cluster_network.py +2 -2
  228. pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
  229. pulumi_oci/core/get_compute_capacity_topology.py +2 -2
  230. pulumi_oci/core/get_compute_cluster.py +2 -2
  231. pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
  232. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
  233. pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
  234. pulumi_oci/core/get_cross_connect.py +2 -2
  235. pulumi_oci/core/get_cross_connect_group.py +2 -2
  236. pulumi_oci/core/get_dedicated_vm_host.py +2 -2
  237. pulumi_oci/core/get_drg_route_distribution.py +2 -2
  238. pulumi_oci/core/get_drg_route_rule.py +2 -2
  239. pulumi_oci/core/get_image.py +2 -2
  240. pulumi_oci/core/get_instance.py +5 -5
  241. pulumi_oci/core/get_instance_configuration.py +2 -2
  242. pulumi_oci/core/get_instance_maintenance_event.py +3 -3
  243. pulumi_oci/core/get_instance_pool.py +2 -2
  244. pulumi_oci/core/get_ipv6.py +2 -2
  245. pulumi_oci/core/get_nat_gateway.py +2 -2
  246. pulumi_oci/core/get_network_security_group.py +2 -2
  247. pulumi_oci/core/get_private_ip.py +2 -2
  248. pulumi_oci/core/get_public_ip.py +2 -2
  249. pulumi_oci/core/get_public_ip_pool.py +2 -2
  250. pulumi_oci/core/get_subnet.py +2 -2
  251. pulumi_oci/core/get_vcn.py +2 -2
  252. pulumi_oci/core/get_virtual_circuit.py +2 -2
  253. pulumi_oci/core/get_vlan.py +2 -2
  254. pulumi_oci/core/get_vnic.py +2 -2
  255. pulumi_oci/core/get_volume.py +3 -3
  256. pulumi_oci/core/get_volume_group_replica.py +2 -2
  257. pulumi_oci/core/get_vtap.py +2 -2
  258. pulumi_oci/core/image.py +28 -28
  259. pulumi_oci/core/instance.py +59 -59
  260. pulumi_oci/core/instance_configuration.py +28 -28
  261. pulumi_oci/core/instance_console_connection.py +28 -28
  262. pulumi_oci/core/instance_maintenance_event.py +35 -35
  263. pulumi_oci/core/instance_pool.py +28 -28
  264. pulumi_oci/core/internet_gateway.py +28 -28
  265. pulumi_oci/core/ipsec.py +28 -28
  266. pulumi_oci/core/ipv6.py +28 -28
  267. pulumi_oci/core/local_peering_gateway.py +28 -28
  268. pulumi_oci/core/nat_gateway.py +28 -28
  269. pulumi_oci/core/network_security_group.py +28 -28
  270. pulumi_oci/core/outputs.py +620 -620
  271. pulumi_oci/core/private_ip.py +28 -28
  272. pulumi_oci/core/public_ip.py +28 -28
  273. pulumi_oci/core/public_ip_pool.py +28 -28
  274. pulumi_oci/core/remote_peering_connection.py +28 -28
  275. pulumi_oci/core/route_table.py +28 -28
  276. pulumi_oci/core/security_list.py +28 -28
  277. pulumi_oci/core/service_gateway.py +28 -28
  278. pulumi_oci/core/subnet.py +28 -28
  279. pulumi_oci/core/vcn.py +28 -28
  280. pulumi_oci/core/virtual_circuit.py +28 -28
  281. pulumi_oci/core/virtual_network.py +20 -20
  282. pulumi_oci/core/vlan.py +28 -28
  283. pulumi_oci/core/volume.py +35 -35
  284. pulumi_oci/core/volume_backup.py +35 -35
  285. pulumi_oci/core/volume_backup_policy.py +28 -28
  286. pulumi_oci/core/volume_group.py +28 -28
  287. pulumi_oci/core/volume_group_backup.py +28 -28
  288. pulumi_oci/core/vtap.py +28 -28
  289. pulumi_oci/database/_inputs.py +66 -66
  290. pulumi_oci/database/application_vip.py +14 -14
  291. pulumi_oci/database/autonomous_container_database.py +28 -28
  292. pulumi_oci/database/autonomous_database.py +42 -42
  293. pulumi_oci/database/autonomous_database_software_image.py +28 -28
  294. pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
  295. pulumi_oci/database/autonomous_vm_cluster.py +28 -28
  296. pulumi_oci/database/backup_destination.py +28 -28
  297. pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
  298. pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
  299. pulumi_oci/database/cloud_vm_cluster.py +35 -35
  300. pulumi_oci/database/data_guard_association.py +56 -56
  301. pulumi_oci/database/database.py +14 -14
  302. pulumi_oci/database/database_software_image.py +28 -28
  303. pulumi_oci/database/database_upgrade.py +14 -14
  304. pulumi_oci/database/db_home.py +28 -28
  305. pulumi_oci/database/db_node.py +28 -28
  306. pulumi_oci/database/db_node_console_connection.py +28 -28
  307. pulumi_oci/database/db_node_console_history.py +28 -28
  308. pulumi_oci/database/db_system.py +28 -28
  309. pulumi_oci/database/db_systems_upgrade.py +14 -14
  310. pulumi_oci/database/exadata_infrastructure.py +28 -28
  311. pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
  312. pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
  313. pulumi_oci/database/exadb_vm_cluster.py +35 -35
  314. pulumi_oci/database/exascale_db_storage_vault.py +35 -35
  315. pulumi_oci/database/external_container_database.py +28 -28
  316. pulumi_oci/database/external_database_connector.py +28 -28
  317. pulumi_oci/database/external_non_container_database.py +28 -28
  318. pulumi_oci/database/external_pluggable_database.py +28 -28
  319. pulumi_oci/database/get_application_vip.py +2 -2
  320. pulumi_oci/database/get_autonomous_container_database.py +2 -2
  321. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
  322. pulumi_oci/database/get_autonomous_database.py +4 -4
  323. pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
  324. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
  325. pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
  326. pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
  327. pulumi_oci/database/get_backup_destination.py +2 -2
  328. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
  329. pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
  330. pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
  331. pulumi_oci/database/get_data_guard_association.py +4 -4
  332. pulumi_oci/database/get_database.py +2 -2
  333. pulumi_oci/database/get_database_software_image.py +2 -2
  334. pulumi_oci/database/get_db_home.py +2 -2
  335. pulumi_oci/database/get_db_node.py +2 -2
  336. pulumi_oci/database/get_db_node_console_connection.py +2 -2
  337. pulumi_oci/database/get_db_node_console_history.py +2 -2
  338. pulumi_oci/database/get_db_server.py +2 -2
  339. pulumi_oci/database/get_exadata_infrastructure.py +2 -2
  340. pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
  341. pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
  342. pulumi_oci/database/get_external_container_database.py +2 -2
  343. pulumi_oci/database/get_external_database_connector.py +2 -2
  344. pulumi_oci/database/get_external_non_container_database.py +2 -2
  345. pulumi_oci/database/get_external_pluggable_database.py +2 -2
  346. pulumi_oci/database/get_key_store.py +2 -2
  347. pulumi_oci/database/get_maintenance_run.py +14 -1
  348. pulumi_oci/database/get_oneoff_patch.py +2 -2
  349. pulumi_oci/database/get_pluggable_database.py +2 -2
  350. pulumi_oci/database/get_vm_cluster.py +2 -2
  351. pulumi_oci/database/get_vm_cluster_network.py +2 -2
  352. pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
  353. pulumi_oci/database/key_store.py +28 -28
  354. pulumi_oci/database/maintenance_run.py +56 -7
  355. pulumi_oci/database/oneoff_patch.py +28 -28
  356. pulumi_oci/database/outputs.py +379 -346
  357. pulumi_oci/database/pluggable_database.py +28 -28
  358. pulumi_oci/database/pluggable_database_managements_management.py +14 -14
  359. pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
  360. pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
  361. pulumi_oci/database/vm_cluster.py +28 -28
  362. pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
  363. pulumi_oci/database/vm_cluster_network.py +28 -28
  364. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
  365. pulumi_oci/databasemanagement/_inputs.py +52 -52
  366. pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
  367. pulumi_oci/databasemanagement/external_asm.py +42 -42
  368. pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
  369. pulumi_oci/databasemanagement/external_cluster.py +42 -42
  370. pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
  371. pulumi_oci/databasemanagement/external_db_home.py +42 -42
  372. pulumi_oci/databasemanagement/external_db_node.py +42 -42
  373. pulumi_oci/databasemanagement/external_db_system.py +35 -35
  374. pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
  375. pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
  376. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
  377. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
  378. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
  379. pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
  380. pulumi_oci/databasemanagement/external_listener.py +42 -42
  381. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
  382. pulumi_oci/databasemanagement/get_external_asm.py +4 -4
  383. pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
  384. pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
  385. pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
  386. pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
  387. pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
  388. pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
  389. pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
  390. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
  391. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
  392. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
  393. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
  394. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
  395. pulumi_oci/databasemanagement/get_external_listener.py +4 -4
  396. pulumi_oci/databasemanagement/get_managed_database.py +3 -3
  397. pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
  398. pulumi_oci/databasemanagement/get_named_credential.py +3 -3
  399. pulumi_oci/databasemanagement/managed_database.py +42 -42
  400. pulumi_oci/databasemanagement/managed_database_group.py +35 -35
  401. pulumi_oci/databasemanagement/named_credential.py +35 -35
  402. pulumi_oci/databasemanagement/outputs.py +282 -282
  403. pulumi_oci/databasemigration/_inputs.py +12 -12
  404. pulumi_oci/databasemigration/connection.py +35 -35
  405. pulumi_oci/databasemigration/get_connection.py +3 -3
  406. pulumi_oci/databasemigration/get_migration.py +3 -3
  407. pulumi_oci/databasemigration/get_migrations.py +3 -3
  408. pulumi_oci/databasemigration/job.py +35 -35
  409. pulumi_oci/databasemigration/migration.py +35 -35
  410. pulumi_oci/databasemigration/outputs.py +18 -18
  411. pulumi_oci/databasetools/database_tools_connection.py +49 -49
  412. pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
  413. pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
  414. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
  415. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
  416. pulumi_oci/databasetools/outputs.py +30 -30
  417. pulumi_oci/datacatalog/catalog.py +35 -35
  418. pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
  419. pulumi_oci/datacatalog/connection.py +24 -24
  420. pulumi_oci/datacatalog/data_asset.py +10 -10
  421. pulumi_oci/datacatalog/get_catalog.py +3 -3
  422. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
  423. pulumi_oci/datacatalog/get_catalog_type.py +1 -1
  424. pulumi_oci/datacatalog/get_connection.py +2 -2
  425. pulumi_oci/datacatalog/get_data_asset.py +1 -1
  426. pulumi_oci/datacatalog/get_metastore.py +3 -3
  427. pulumi_oci/datacatalog/metastore.py +35 -35
  428. pulumi_oci/datacatalog/outputs.py +35 -35
  429. pulumi_oci/dataflow/application.py +42 -42
  430. pulumi_oci/dataflow/get_application.py +3 -3
  431. pulumi_oci/dataflow/get_invoke_run.py +3 -3
  432. pulumi_oci/dataflow/get_pool.py +2 -2
  433. pulumi_oci/dataflow/get_private_endpoint.py +2 -2
  434. pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
  435. pulumi_oci/dataflow/invoke_run.py +42 -42
  436. pulumi_oci/dataflow/outputs.py +42 -42
  437. pulumi_oci/dataflow/pool.py +28 -28
  438. pulumi_oci/dataflow/private_endpoint.py +28 -28
  439. pulumi_oci/dataflow/sql_endpoint.py +49 -49
  440. pulumi_oci/dataintegration/_inputs.py +44 -44
  441. pulumi_oci/dataintegration/get_workspace.py +2 -2
  442. pulumi_oci/dataintegration/get_workspace_application.py +3 -3
  443. pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
  444. pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
  445. pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
  446. pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
  447. pulumi_oci/dataintegration/get_workspace_project.py +1 -1
  448. pulumi_oci/dataintegration/get_workspace_task.py +1 -1
  449. pulumi_oci/dataintegration/outputs.py +135 -135
  450. pulumi_oci/dataintegration/workspace.py +28 -28
  451. pulumi_oci/dataintegration/workspace_application.py +35 -35
  452. pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
  453. pulumi_oci/dataintegration/workspace_export_request.py +7 -7
  454. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  455. pulumi_oci/dataintegration/workspace_import_request.py +7 -7
  456. pulumi_oci/dataintegration/workspace_project.py +7 -7
  457. pulumi_oci/dataintegration/workspace_task.py +7 -7
  458. pulumi_oci/datalabellingservice/dataset.py +35 -35
  459. pulumi_oci/datalabellingservice/get_dataset.py +3 -3
  460. pulumi_oci/datalabellingservice/outputs.py +9 -9
  461. pulumi_oci/datasafe/__init__.py +2 -0
  462. pulumi_oci/datasafe/_inputs.py +132 -12
  463. pulumi_oci/datasafe/alert.py +42 -42
  464. pulumi_oci/datasafe/alert_policy.py +35 -35
  465. pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
  466. pulumi_oci/datasafe/audit_policy.py +35 -35
  467. pulumi_oci/datasafe/audit_policy_management.py +35 -35
  468. pulumi_oci/datasafe/audit_profile.py +35 -35
  469. pulumi_oci/datasafe/audit_profile_management.py +28 -28
  470. pulumi_oci/datasafe/audit_trail.py +35 -35
  471. pulumi_oci/datasafe/audit_trail_management.py +35 -35
  472. pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
  473. pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
  474. pulumi_oci/datasafe/data_safe_configuration.py +14 -14
  475. pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
  476. pulumi_oci/datasafe/database_security_config.py +35 -35
  477. pulumi_oci/datasafe/database_security_config_management.py +25 -25
  478. pulumi_oci/datasafe/discovery_mod.py +35 -35
  479. pulumi_oci/datasafe/get_alert.py +4 -4
  480. pulumi_oci/datasafe/get_alert_policy.py +3 -3
  481. pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
  482. pulumi_oci/datasafe/get_audit_policy.py +3 -3
  483. pulumi_oci/datasafe/get_audit_profile.py +3 -3
  484. pulumi_oci/datasafe/get_audit_trail.py +3 -3
  485. pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
  486. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
  487. pulumi_oci/datasafe/get_discovery_job.py +3 -3
  488. pulumi_oci/datasafe/get_library_masking_format.py +2 -2
  489. pulumi_oci/datasafe/get_masking_policy.py +2 -2
  490. pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
  491. pulumi_oci/datasafe/get_onprem_connector.py +3 -3
  492. pulumi_oci/datasafe/get_report.py +3 -3
  493. pulumi_oci/datasafe/get_report_definition.py +3 -3
  494. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
  495. pulumi_oci/datasafe/get_security_assessment.py +3 -3
  496. pulumi_oci/datasafe/get_security_policy.py +3 -3
  497. pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
  498. pulumi_oci/datasafe/get_security_policy_report.py +3 -3
  499. pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
  500. pulumi_oci/datasafe/get_sensitive_type.py +3 -3
  501. pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
  502. pulumi_oci/datasafe/get_target_database.py +3 -3
  503. pulumi_oci/datasafe/get_user_assessment.py +3 -3
  504. pulumi_oci/datasafe/library_masing_format.py +28 -28
  505. pulumi_oci/datasafe/masking_policy.py +28 -28
  506. pulumi_oci/datasafe/on_prem_connector.py +35 -35
  507. pulumi_oci/datasafe/outputs.py +393 -261
  508. pulumi_oci/datasafe/report.py +35 -35
  509. pulumi_oci/datasafe/report_definition.py +35 -35
  510. pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
  511. pulumi_oci/datasafe/security_assessment.py +35 -35
  512. pulumi_oci/datasafe/security_policy.py +35 -35
  513. pulumi_oci/datasafe/security_policy_deployment.py +35 -35
  514. pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
  515. pulumi_oci/datasafe/security_policy_management.py +25 -25
  516. pulumi_oci/datasafe/sensitive_data_model.py +35 -35
  517. pulumi_oci/datasafe/sensitive_type.py +35 -35
  518. pulumi_oci/datasafe/sql_collection.py +35 -35
  519. pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
  520. pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
  521. pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
  522. pulumi_oci/datasafe/target_database.py +35 -35
  523. pulumi_oci/datasafe/user_assessment.py +35 -35
  524. pulumi_oci/datascience/_inputs.py +36 -36
  525. pulumi_oci/datascience/get_job.py +2 -2
  526. pulumi_oci/datascience/get_job_run.py +2 -2
  527. pulumi_oci/datascience/get_model.py +2 -2
  528. pulumi_oci/datascience/get_model_deployment.py +2 -2
  529. pulumi_oci/datascience/get_model_version_set.py +3 -3
  530. pulumi_oci/datascience/get_notebook_session.py +2 -2
  531. pulumi_oci/datascience/get_pipeline.py +3 -3
  532. pulumi_oci/datascience/get_pipeline_run.py +3 -3
  533. pulumi_oci/datascience/get_private_endpoint.py +3 -3
  534. pulumi_oci/datascience/get_project.py +3 -3
  535. pulumi_oci/datascience/job.py +28 -28
  536. pulumi_oci/datascience/job_run.py +28 -28
  537. pulumi_oci/datascience/model.py +28 -28
  538. pulumi_oci/datascience/model_deployment.py +28 -28
  539. pulumi_oci/datascience/model_version_set.py +35 -35
  540. pulumi_oci/datascience/notebook_session.py +28 -28
  541. pulumi_oci/datascience/outputs.py +156 -156
  542. pulumi_oci/datascience/pipeline.py +35 -35
  543. pulumi_oci/datascience/pipeline_run.py +42 -42
  544. pulumi_oci/datascience/private_endpoint.py +35 -35
  545. pulumi_oci/datascience/project.py +35 -35
  546. pulumi_oci/demandsignal/_inputs.py +4 -4
  547. pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
  548. pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
  549. pulumi_oci/demandsignal/outputs.py +18 -18
  550. pulumi_oci/devops/_inputs.py +8 -8
  551. pulumi_oci/devops/build_pipeline.py +35 -35
  552. pulumi_oci/devops/build_pipeline_stage.py +35 -35
  553. pulumi_oci/devops/build_run.py +35 -35
  554. pulumi_oci/devops/connection.py +35 -35
  555. pulumi_oci/devops/deploy_artifact.py +35 -35
  556. pulumi_oci/devops/deploy_environment.py +35 -35
  557. pulumi_oci/devops/deploy_pipeline.py +35 -35
  558. pulumi_oci/devops/deploy_stage.py +49 -49
  559. pulumi_oci/devops/deployment.py +35 -35
  560. pulumi_oci/devops/get_build_pipeline.py +3 -3
  561. pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
  562. pulumi_oci/devops/get_build_run.py +3 -3
  563. pulumi_oci/devops/get_connection.py +3 -3
  564. pulumi_oci/devops/get_deploy_artifact.py +3 -3
  565. pulumi_oci/devops/get_deploy_environment.py +3 -3
  566. pulumi_oci/devops/get_deploy_pipeline.py +3 -3
  567. pulumi_oci/devops/get_deploy_stage.py +4 -4
  568. pulumi_oci/devops/get_deployment.py +3 -3
  569. pulumi_oci/devops/get_project.py +3 -3
  570. pulumi_oci/devops/get_repository.py +3 -3
  571. pulumi_oci/devops/get_repository_ref.py +2 -2
  572. pulumi_oci/devops/get_trigger.py +3 -3
  573. pulumi_oci/devops/outputs.py +179 -179
  574. pulumi_oci/devops/project.py +35 -35
  575. pulumi_oci/devops/repository.py +35 -35
  576. pulumi_oci/devops/repository_protected_branch_management.py +7 -7
  577. pulumi_oci/devops/repository_ref.py +14 -14
  578. pulumi_oci/devops/trigger.py +35 -35
  579. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  580. pulumi_oci/disasterrecovery/dr_plan.py +35 -35
  581. pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
  582. pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
  583. pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
  584. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
  585. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -18
  586. pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
  587. pulumi_oci/disasterrecovery/outputs.py +177 -37
  588. pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
  589. pulumi_oci/dns/get_resolver.py +2 -2
  590. pulumi_oci/dns/get_steering_policy.py +2 -2
  591. pulumi_oci/dns/get_tsig_key.py +2 -2
  592. pulumi_oci/dns/get_view.py +2 -2
  593. pulumi_oci/dns/outputs.py +30 -30
  594. pulumi_oci/dns/resolver.py +28 -28
  595. pulumi_oci/dns/steering_policy.py +28 -28
  596. pulumi_oci/dns/tsig_key.py +28 -28
  597. pulumi_oci/dns/view.py +28 -28
  598. pulumi_oci/dns/zone.py +28 -28
  599. pulumi_oci/email/dkim.py +35 -35
  600. pulumi_oci/email/email_domain.py +35 -35
  601. pulumi_oci/email/email_return_path.py +35 -35
  602. pulumi_oci/email/get_dkim.py +3 -3
  603. pulumi_oci/email/get_email_domain.py +3 -3
  604. pulumi_oci/email/get_email_return_path.py +3 -3
  605. pulumi_oci/email/get_sender.py +3 -3
  606. pulumi_oci/email/outputs.py +36 -36
  607. pulumi_oci/email/sender.py +35 -35
  608. pulumi_oci/events/get_rule.py +2 -2
  609. pulumi_oci/events/outputs.py +6 -6
  610. pulumi_oci/events/rule.py +28 -28
  611. pulumi_oci/filestorage/file_system.py +28 -28
  612. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
  613. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
  614. pulumi_oci/filestorage/get_outbound_connector.py +2 -2
  615. pulumi_oci/filestorage/get_replication.py +2 -2
  616. pulumi_oci/filestorage/get_replication_target.py +2 -2
  617. pulumi_oci/filestorage/get_snapshot.py +2 -2
  618. pulumi_oci/filestorage/mount_target.py +28 -28
  619. pulumi_oci/filestorage/outbound_connector.py +28 -28
  620. pulumi_oci/filestorage/outputs.py +42 -42
  621. pulumi_oci/filestorage/replication.py +28 -28
  622. pulumi_oci/filestorage/snapshot.py +28 -28
  623. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
  624. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
  625. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
  626. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
  627. pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
  628. pulumi_oci/functions/application.py +42 -42
  629. pulumi_oci/functions/function.py +42 -42
  630. pulumi_oci/functions/get_application.py +3 -3
  631. pulumi_oci/functions/get_function.py +3 -3
  632. pulumi_oci/functions/get_fusion_environment.py +2 -2
  633. pulumi_oci/functions/get_fusion_environment_family.py +2 -2
  634. pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
  635. pulumi_oci/functions/get_pbf_listing.py +3 -3
  636. pulumi_oci/functions/get_pbf_listing_version.py +3 -3
  637. pulumi_oci/functions/outputs.py +56 -56
  638. pulumi_oci/fusionapps/fusion_environment.py +28 -28
  639. pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
  640. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
  641. pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
  642. pulumi_oci/generativeai/endpoint.py +35 -35
  643. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
  644. pulumi_oci/generativeai/get_endpoint.py +3 -3
  645. pulumi_oci/generativeai/get_model.py +3 -3
  646. pulumi_oci/generativeai/model.py +35 -35
  647. pulumi_oci/generativeai/outputs.py +20 -20
  648. pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
  649. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
  650. pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
  651. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
  652. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
  653. pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
  654. pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
  655. pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
  656. pulumi_oci/goldengate/connection.py +35 -35
  657. pulumi_oci/goldengate/database_registration.py +35 -35
  658. pulumi_oci/goldengate/deployment.py +35 -35
  659. pulumi_oci/goldengate/deployment_backup.py +35 -35
  660. pulumi_oci/goldengate/get_connection.py +3 -3
  661. pulumi_oci/goldengate/get_database_registration.py +3 -3
  662. pulumi_oci/goldengate/get_deployment.py +3 -3
  663. pulumi_oci/goldengate/get_deployment_backup.py +3 -3
  664. pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
  665. pulumi_oci/goldengate/outputs.py +45 -45
  666. pulumi_oci/healthchecks/get_http_monitor.py +3 -3
  667. pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
  668. pulumi_oci/healthchecks/http_monitor.py +42 -42
  669. pulumi_oci/healthchecks/http_probe.py +14 -14
  670. pulumi_oci/healthchecks/outputs.py +15 -15
  671. pulumi_oci/healthchecks/ping_monitor.py +28 -28
  672. pulumi_oci/identity/compartment.py +28 -28
  673. pulumi_oci/identity/domain.py +28 -28
  674. pulumi_oci/identity/dynamic_group.py +28 -28
  675. pulumi_oci/identity/get_compartment.py +2 -2
  676. pulumi_oci/identity/get_domain.py +2 -2
  677. pulumi_oci/identity/get_group.py +2 -2
  678. pulumi_oci/identity/get_network_source.py +2 -2
  679. pulumi_oci/identity/get_tag.py +2 -2
  680. pulumi_oci/identity/get_tenancy.py +2 -2
  681. pulumi_oci/identity/get_user.py +2 -2
  682. pulumi_oci/identity/group.py +28 -28
  683. pulumi_oci/identity/identity_provider.py +42 -42
  684. pulumi_oci/identity/network_source.py +28 -28
  685. pulumi_oci/identity/outputs.py +69 -69
  686. pulumi_oci/identity/policy.py +28 -28
  687. pulumi_oci/identity/tag.py +28 -28
  688. pulumi_oci/identity/tag_namespace.py +28 -28
  689. pulumi_oci/identity/user.py +28 -28
  690. pulumi_oci/integration/get_integration_instance.py +40 -4
  691. pulumi_oci/integration/integration_instance.py +144 -28
  692. pulumi_oci/integration/outputs.py +41 -12
  693. pulumi_oci/jms/fleet.py +35 -35
  694. pulumi_oci/jms/get_fleet.py +3 -3
  695. pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
  696. pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
  697. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
  698. pulumi_oci/jms/get_jms_plugin.py +3 -3
  699. pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
  700. pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
  701. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
  702. pulumi_oci/jms/jms_plugin.py +35 -35
  703. pulumi_oci/jms/outputs.py +45 -45
  704. pulumi_oci/kms/ekms_private_endpoint.py +28 -28
  705. pulumi_oci/kms/encrypted_data.py +28 -28
  706. pulumi_oci/kms/generated_key.py +28 -28
  707. pulumi_oci/kms/get_decrypted_data.py +5 -5
  708. pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
  709. pulumi_oci/kms/get_encrypted_data.py +5 -5
  710. pulumi_oci/kms/get_key.py +2 -2
  711. pulumi_oci/kms/get_vault.py +2 -2
  712. pulumi_oci/kms/key.py +28 -28
  713. pulumi_oci/kms/outputs.py +18 -18
  714. pulumi_oci/kms/vault.py +28 -28
  715. pulumi_oci/licensemanager/get_license_record.py +3 -3
  716. pulumi_oci/licensemanager/get_product_license.py +3 -3
  717. pulumi_oci/licensemanager/license_record.py +35 -35
  718. pulumi_oci/licensemanager/outputs.py +18 -18
  719. pulumi_oci/licensemanager/product_license.py +35 -35
  720. pulumi_oci/limits/get_limit_definitions.py +24 -7
  721. pulumi_oci/limits/get_limit_values.py +24 -7
  722. pulumi_oci/limits/get_quota.py +2 -2
  723. pulumi_oci/limits/get_resource_availability.py +24 -5
  724. pulumi_oci/limits/get_services.py +24 -7
  725. pulumi_oci/limits/outputs.py +41 -8
  726. pulumi_oci/limits/quota.py +28 -28
  727. pulumi_oci/loadbalancer/load_balancer.py +35 -35
  728. pulumi_oci/loadbalancer/outputs.py +9 -9
  729. pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
  730. pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
  731. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
  732. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
  733. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
  734. pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
  735. pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
  736. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
  737. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
  738. pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
  739. pulumi_oci/loganalytics/outputs.py +45 -45
  740. pulumi_oci/logging/_inputs.py +36 -36
  741. pulumi_oci/logging/get_log.py +2 -2
  742. pulumi_oci/logging/get_log_group.py +2 -2
  743. pulumi_oci/logging/get_log_saved_search.py +2 -2
  744. pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
  745. pulumi_oci/logging/log.py +28 -28
  746. pulumi_oci/logging/log_group.py +28 -28
  747. pulumi_oci/logging/log_saved_search.py +28 -28
  748. pulumi_oci/logging/outputs.py +81 -81
  749. pulumi_oci/logging/unified_agent_configuration.py +28 -28
  750. pulumi_oci/managementagent/get_management_agent.py +2 -2
  751. pulumi_oci/managementagent/management_agent.py +28 -28
  752. pulumi_oci/managementagent/outputs.py +6 -6
  753. pulumi_oci/marketplace/accepted_agreement.py +28 -28
  754. pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
  755. pulumi_oci/marketplace/get_publication.py +3 -3
  756. pulumi_oci/marketplace/outputs.py +15 -15
  757. pulumi_oci/marketplace/publication.py +35 -35
  758. pulumi_oci/mediaservices/_inputs.py +4 -4
  759. pulumi_oci/mediaservices/get_media_asset.py +3 -3
  760. pulumi_oci/mediaservices/get_media_workflow.py +3 -3
  761. pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
  762. pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
  763. pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
  764. pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
  765. pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
  766. pulumi_oci/mediaservices/media_asset.py +35 -35
  767. pulumi_oci/mediaservices/media_workflow.py +35 -35
  768. pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
  769. pulumi_oci/mediaservices/media_workflow_job.py +35 -35
  770. pulumi_oci/mediaservices/outputs.py +75 -75
  771. pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
  772. pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
  773. pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
  774. pulumi_oci/meteringcomputation/get_schedule.py +3 -3
  775. pulumi_oci/meteringcomputation/outputs.py +9 -9
  776. pulumi_oci/meteringcomputation/schedule.py +35 -35
  777. pulumi_oci/monitoring/alarm.py +28 -28
  778. pulumi_oci/monitoring/alarm_suppression.py +42 -42
  779. pulumi_oci/monitoring/get_alarm.py +2 -2
  780. pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
  781. pulumi_oci/monitoring/get_metrics.py +5 -5
  782. pulumi_oci/monitoring/outputs.py +27 -27
  783. pulumi_oci/mysql/_inputs.py +234 -34
  784. pulumi_oci/mysql/channel.py +28 -28
  785. pulumi_oci/mysql/get_channel.py +2 -2
  786. pulumi_oci/mysql/get_mysql_backup.py +3 -3
  787. pulumi_oci/mysql/get_mysql_configuration.py +2 -2
  788. pulumi_oci/mysql/get_mysql_db_system.py +17 -4
  789. pulumi_oci/mysql/get_replica.py +2 -2
  790. pulumi_oci/mysql/mysql_backup.py +32 -32
  791. pulumi_oci/mysql/mysql_configuration.py +28 -28
  792. pulumi_oci/mysql/mysql_db_system.py +83 -28
  793. pulumi_oci/mysql/outputs.py +605 -112
  794. pulumi_oci/mysql/replica.py +28 -28
  795. pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
  796. pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
  797. pulumi_oci/networkfirewall/network_firewall.py +35 -35
  798. pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
  799. pulumi_oci/networkfirewall/outputs.py +18 -18
  800. pulumi_oci/networkloadbalancer/backend_set.py +2 -2
  801. pulumi_oci/networkloadbalancer/get_listener.py +29 -3
  802. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
  803. pulumi_oci/networkloadbalancer/listener.py +122 -24
  804. pulumi_oci/networkloadbalancer/network_load_balancer.py +42 -42
  805. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +2 -2
  806. pulumi_oci/networkloadbalancer/outputs.py +36 -14
  807. pulumi_oci/nosql/get_table.py +3 -3
  808. pulumi_oci/nosql/outputs.py +9 -9
  809. pulumi_oci/nosql/table.py +35 -35
  810. pulumi_oci/objectstorage/bucket.py +42 -42
  811. pulumi_oci/objectstorage/get_bucket.py +3 -3
  812. pulumi_oci/objectstorage/get_object.py +1 -1
  813. pulumi_oci/objectstorage/get_object_head.py +1 -1
  814. pulumi_oci/objectstorage/outputs.py +9 -9
  815. pulumi_oci/objectstorage/storage_object.py +14 -14
  816. pulumi_oci/oce/get_oce_instance.py +4 -4
  817. pulumi_oci/oce/instance.py +42 -42
  818. pulumi_oci/oce/outputs.py +12 -12
  819. pulumi_oci/ocvp/cluster.py +28 -28
  820. pulumi_oci/ocvp/esxi_host.py +28 -28
  821. pulumi_oci/ocvp/get_cluster.py +2 -2
  822. pulumi_oci/ocvp/get_exsi_host.py +2 -2
  823. pulumi_oci/ocvp/get_retrieve_password.py +1 -1
  824. pulumi_oci/ocvp/get_sddc.py +2 -2
  825. pulumi_oci/ocvp/outputs.py +18 -18
  826. pulumi_oci/ocvp/sddc.py +28 -28
  827. pulumi_oci/oda/get_oda_instance.py +2 -2
  828. pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
  829. pulumi_oci/oda/oda_instance.py +28 -28
  830. pulumi_oci/oda/oda_private_endpoint.py +28 -28
  831. pulumi_oci/oda/outputs.py +12 -12
  832. pulumi_oci/ons/get_notification_topic.py +2 -2
  833. pulumi_oci/ons/get_subscription.py +2 -2
  834. pulumi_oci/ons/notification_topic.py +28 -28
  835. pulumi_oci/ons/outputs.py +12 -12
  836. pulumi_oci/ons/subscription.py +28 -28
  837. pulumi_oci/opa/get_opa_instance.py +3 -3
  838. pulumi_oci/opa/opa_instance.py +35 -35
  839. pulumi_oci/opa/outputs.py +9 -9
  840. pulumi_oci/opensearch/cluster.py +42 -42
  841. pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
  842. pulumi_oci/opensearch/outputs.py +9 -9
  843. pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
  844. pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
  845. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
  846. pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
  847. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
  848. pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
  849. pulumi_oci/opsi/_inputs.py +12 -12
  850. pulumi_oci/opsi/awr_hub.py +35 -35
  851. pulumi_oci/opsi/awr_hub_source.py +35 -35
  852. pulumi_oci/opsi/database_insight.py +35 -35
  853. pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
  854. pulumi_oci/opsi/exadata_insight.py +35 -35
  855. pulumi_oci/opsi/get_awr_hub.py +3 -3
  856. pulumi_oci/opsi/get_awr_hub_source.py +3 -3
  857. pulumi_oci/opsi/get_database_insight.py +3 -3
  858. pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
  859. pulumi_oci/opsi/get_exadata_insight.py +3 -3
  860. pulumi_oci/opsi/get_host_insight.py +3 -3
  861. pulumi_oci/opsi/get_news_report.py +3 -3
  862. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
  863. pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
  864. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
  865. pulumi_oci/opsi/get_opsi_configuration.py +3 -3
  866. pulumi_oci/opsi/host_insight.py +35 -35
  867. pulumi_oci/opsi/news_report.py +35 -35
  868. pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
  869. pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
  870. pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
  871. pulumi_oci/opsi/opsi_configuration.py +42 -42
  872. pulumi_oci/opsi/outputs.py +126 -126
  873. pulumi_oci/optimizer/get_category.py +1 -1
  874. pulumi_oci/optimizer/get_profile.py +3 -3
  875. pulumi_oci/optimizer/get_recommendation.py +1 -1
  876. pulumi_oci/optimizer/get_resource_action.py +2 -2
  877. pulumi_oci/optimizer/outputs.py +26 -26
  878. pulumi_oci/optimizer/profile.py +33 -33
  879. pulumi_oci/optimizer/recommendation.py +7 -7
  880. pulumi_oci/optimizer/resource_action.py +14 -14
  881. pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
  882. pulumi_oci/osmanagement/get_software_source.py +2 -2
  883. pulumi_oci/osmanagement/managed_instance_group.py +28 -28
  884. pulumi_oci/osmanagement/outputs.py +12 -12
  885. pulumi_oci/osmanagement/software_source.py +28 -28
  886. pulumi_oci/osmanagementhub/_inputs.py +12 -12
  887. pulumi_oci/osmanagementhub/event.py +35 -35
  888. pulumi_oci/osmanagementhub/get_event.py +3 -3
  889. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
  890. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
  891. pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
  892. pulumi_oci/osmanagementhub/get_management_station.py +3 -3
  893. pulumi_oci/osmanagementhub/get_profile.py +3 -3
  894. pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
  895. pulumi_oci/osmanagementhub/get_software_source.py +3 -3
  896. pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
  897. pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
  898. pulumi_oci/osmanagementhub/management_station.py +35 -35
  899. pulumi_oci/osmanagementhub/outputs.py +108 -108
  900. pulumi_oci/osmanagementhub/profile.py +35 -35
  901. pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
  902. pulumi_oci/osmanagementhub/software_source.py +35 -35
  903. pulumi_oci/psql/_inputs.py +4 -4
  904. pulumi_oci/psql/backup.py +35 -35
  905. pulumi_oci/psql/configuration.py +42 -42
  906. pulumi_oci/psql/db_system.py +35 -35
  907. pulumi_oci/psql/get_backup.py +3 -3
  908. pulumi_oci/psql/get_configuration.py +3 -3
  909. pulumi_oci/psql/get_db_system.py +3 -3
  910. pulumi_oci/psql/outputs.py +34 -34
  911. pulumi_oci/pulumi-plugin.json +1 -1
  912. pulumi_oci/queue/get_queue.py +3 -3
  913. pulumi_oci/queue/outputs.py +9 -9
  914. pulumi_oci/queue/queue.py +35 -35
  915. pulumi_oci/recoverymod/get_protected_database.py +3 -3
  916. pulumi_oci/recoverymod/get_protection_policy.py +3 -3
  917. pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
  918. pulumi_oci/recoverymod/outputs.py +27 -27
  919. pulumi_oci/recoverymod/protected_database.py +35 -35
  920. pulumi_oci/recoverymod/protection_policy.py +35 -35
  921. pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
  922. pulumi_oci/redis/__init__.py +1 -0
  923. pulumi_oci/redis/_inputs.py +40 -0
  924. pulumi_oci/redis/get_redis_cluster.py +50 -24
  925. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  926. pulumi_oci/redis/get_redis_clusters.py +8 -8
  927. pulumi_oci/redis/outputs.py +169 -37
  928. pulumi_oci/redis/redis_cluster.py +212 -114
  929. pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
  930. pulumi_oci/resourcemanager/get_stack.py +3 -3
  931. pulumi_oci/resourcemanager/outputs.py +14 -14
  932. pulumi_oci/resourcemanager/private_endpoint.py +28 -28
  933. pulumi_oci/resourcescheduler/_inputs.py +4 -4
  934. pulumi_oci/resourcescheduler/get_schedule.py +3 -3
  935. pulumi_oci/resourcescheduler/outputs.py +18 -18
  936. pulumi_oci/resourcescheduler/schedule.py +35 -35
  937. pulumi_oci/sch/connector.py +35 -35
  938. pulumi_oci/sch/get_service_connector.py +3 -3
  939. pulumi_oci/sch/outputs.py +9 -9
  940. pulumi_oci/secrets/get_secretbundle.py +1 -1
  941. pulumi_oci/servicecatalog/catalog.py +28 -28
  942. pulumi_oci/servicecatalog/get_private_application.py +2 -2
  943. pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
  944. pulumi_oci/servicecatalog/outputs.py +12 -12
  945. pulumi_oci/servicecatalog/private_application.py +28 -28
  946. pulumi_oci/servicemanagerproxy/outputs.py +4 -4
  947. pulumi_oci/servicemesh/access_policy.py +35 -35
  948. pulumi_oci/servicemesh/get_access_policy.py +3 -3
  949. pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
  950. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
  951. pulumi_oci/servicemesh/get_mesh.py +3 -3
  952. pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
  953. pulumi_oci/servicemesh/get_virtual_service.py +3 -3
  954. pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
  955. pulumi_oci/servicemesh/ingress_gateway.py +35 -35
  956. pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
  957. pulumi_oci/servicemesh/mesh.py +35 -35
  958. pulumi_oci/servicemesh/outputs.py +63 -63
  959. pulumi_oci/servicemesh/virtual_deployment.py +35 -35
  960. pulumi_oci/servicemesh/virtual_service.py +35 -35
  961. pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
  962. pulumi_oci/stackmonitoring/_inputs.py +44 -44
  963. pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
  964. pulumi_oci/stackmonitoring/config.py +35 -35
  965. pulumi_oci/stackmonitoring/discovery_job.py +35 -35
  966. pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
  967. pulumi_oci/stackmonitoring/get_config.py +3 -3
  968. pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
  969. pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
  970. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
  971. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
  972. pulumi_oci/stackmonitoring/get_process_set.py +3 -3
  973. pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
  974. pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
  975. pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
  976. pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
  977. pulumi_oci/stackmonitoring/outputs.py +114 -114
  978. pulumi_oci/stackmonitoring/process_set.py +35 -35
  979. pulumi_oci/streaming/connect_harness.py +28 -28
  980. pulumi_oci/streaming/get_connect_harness.py +2 -2
  981. pulumi_oci/streaming/get_stream.py +2 -2
  982. pulumi_oci/streaming/get_stream_pool.py +2 -2
  983. pulumi_oci/streaming/outputs.py +18 -18
  984. pulumi_oci/streaming/stream.py +28 -28
  985. pulumi_oci/streaming/stream_pool.py +28 -28
  986. pulumi_oci/vault/get_secret.py +3 -3
  987. pulumi_oci/vault/outputs.py +9 -9
  988. pulumi_oci/vault/secret.py +42 -42
  989. pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
  990. pulumi_oci/vbs/inst_vbs_instance.py +35 -35
  991. pulumi_oci/vbs/outputs.py +9 -9
  992. pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
  993. pulumi_oci/visualbuilder/outputs.py +9 -9
  994. pulumi_oci/visualbuilder/vb_instance.py +35 -35
  995. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
  996. pulumi_oci/vnmonitoring/outputs.py +9 -9
  997. pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
  998. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
  999. pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
  1000. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
  1001. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
  1002. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
  1003. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
  1004. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
  1005. pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
  1006. pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
  1007. pulumi_oci/waa/app_acceleration.py +42 -42
  1008. pulumi_oci/waa/app_acceleration_policy.py +42 -42
  1009. pulumi_oci/waa/get_app_acceleration.py +3 -3
  1010. pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
  1011. pulumi_oci/waa/outputs.py +18 -18
  1012. pulumi_oci/waas/_inputs.py +4 -4
  1013. pulumi_oci/waas/address_list.py +28 -28
  1014. pulumi_oci/waas/certificate.py +28 -28
  1015. pulumi_oci/waas/custom_protection_rule.py +28 -28
  1016. pulumi_oci/waas/get_address_list.py +2 -2
  1017. pulumi_oci/waas/get_certificate.py +2 -2
  1018. pulumi_oci/waas/get_custom_protection_rule.py +2 -2
  1019. pulumi_oci/waas/get_http_redirect.py +2 -2
  1020. pulumi_oci/waas/get_waas_policy.py +2 -2
  1021. pulumi_oci/waas/http_redirect.py +28 -28
  1022. pulumi_oci/waas/outputs.py +39 -39
  1023. pulumi_oci/waas/policy.py +28 -28
  1024. pulumi_oci/waf/app_firewall.py +42 -42
  1025. pulumi_oci/waf/app_firewall_policy.py +42 -42
  1026. pulumi_oci/waf/get_network_address_list.py +3 -3
  1027. pulumi_oci/waf/get_web_app_firewall.py +3 -3
  1028. pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
  1029. pulumi_oci/waf/network_address_list.py +42 -42
  1030. pulumi_oci/waf/outputs.py +27 -27
  1031. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
  1032. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1034 -1031
  1033. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
  1034. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
@@ -15,13 +15,13 @@ __all__ = ['GenericArtifactArgs', 'GenericArtifact']
15
15
  class GenericArtifactArgs:
16
16
  def __init__(__self__, *,
17
17
  artifact_id: pulumi.Input[str],
18
- defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
19
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
18
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
19
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
20
20
  """
21
21
  The set of arguments for constructing a GenericArtifact resource.
22
22
  :param pulumi.Input[str] artifact_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID`
23
- :param pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
24
- :param pulumi.Input[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"}`
23
+ :param pulumi.Input[Mapping[str, pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
24
+ :param pulumi.Input[Mapping[str, pulumi.Input[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"}`
25
25
 
26
26
 
27
27
  ** IMPORTANT **
@@ -47,19 +47,19 @@ class GenericArtifactArgs:
47
47
 
48
48
  @property
49
49
  @pulumi.getter(name="definedTags")
50
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
50
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
51
51
  """
52
52
  (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). Example: `{"Operations.CostCenter": "42"}`
53
53
  """
54
54
  return pulumi.get(self, "defined_tags")
55
55
 
56
56
  @defined_tags.setter
57
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
57
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
58
58
  pulumi.set(self, "defined_tags", value)
59
59
 
60
60
  @property
61
61
  @pulumi.getter(name="freeformTags")
62
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
62
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
63
63
  """
64
64
  (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"}`
65
65
 
@@ -70,7 +70,7 @@ class GenericArtifactArgs:
70
70
  return pulumi.get(self, "freeform_tags")
71
71
 
72
72
  @freeform_tags.setter
73
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
73
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
74
74
  pulumi.set(self, "freeform_tags", value)
75
75
 
76
76
 
@@ -80,9 +80,9 @@ class _GenericArtifactState:
80
80
  artifact_id: Optional[pulumi.Input[str]] = None,
81
81
  artifact_path: Optional[pulumi.Input[str]] = None,
82
82
  compartment_id: Optional[pulumi.Input[str]] = None,
83
- defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
83
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
84
84
  display_name: Optional[pulumi.Input[str]] = None,
85
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
85
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
86
86
  repository_id: Optional[pulumi.Input[str]] = None,
87
87
  sha256: Optional[pulumi.Input[str]] = None,
88
88
  size_in_bytes: Optional[pulumi.Input[str]] = None,
@@ -94,9 +94,9 @@ class _GenericArtifactState:
94
94
  :param pulumi.Input[str] artifact_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID`
95
95
  :param pulumi.Input[str] artifact_path: A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version. Example: `project01/my-web-app/artifact-abc`
96
96
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
97
- :param pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
97
+ :param pulumi.Input[Mapping[str, pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
98
98
  :param pulumi.Input[str] display_name: The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255. Example: `project01/my-web-app/artifact-abc:1.0.0`
99
- :param pulumi.Input[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"}`
99
+ :param pulumi.Input[Mapping[str, pulumi.Input[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"}`
100
100
 
101
101
 
102
102
  ** IMPORTANT **
@@ -171,14 +171,14 @@ class _GenericArtifactState:
171
171
 
172
172
  @property
173
173
  @pulumi.getter(name="definedTags")
174
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
174
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
175
175
  """
176
176
  (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). Example: `{"Operations.CostCenter": "42"}`
177
177
  """
178
178
  return pulumi.get(self, "defined_tags")
179
179
 
180
180
  @defined_tags.setter
181
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
181
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
182
182
  pulumi.set(self, "defined_tags", value)
183
183
 
184
184
  @property
@@ -195,7 +195,7 @@ class _GenericArtifactState:
195
195
 
196
196
  @property
197
197
  @pulumi.getter(name="freeformTags")
198
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
198
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
199
199
  """
200
200
  (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"}`
201
201
 
@@ -206,7 +206,7 @@ class _GenericArtifactState:
206
206
  return pulumi.get(self, "freeform_tags")
207
207
 
208
208
  @freeform_tags.setter
209
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
209
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
210
210
  pulumi.set(self, "freeform_tags", value)
211
211
 
212
212
  @property
@@ -288,8 +288,8 @@ class GenericArtifact(pulumi.CustomResource):
288
288
  resource_name: str,
289
289
  opts: Optional[pulumi.ResourceOptions] = None,
290
290
  artifact_id: Optional[pulumi.Input[str]] = None,
291
- defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
292
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
291
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
292
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
293
293
  __props__=None):
294
294
  """
295
295
  This resource provides the Generic Artifact resource in Oracle Cloud Infrastructure Artifacts service.
@@ -321,8 +321,8 @@ class GenericArtifact(pulumi.CustomResource):
321
321
  :param str resource_name: The name of the resource.
322
322
  :param pulumi.ResourceOptions opts: Options for the resource.
323
323
  :param pulumi.Input[str] artifact_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID`
324
- :param pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
325
- :param pulumi.Input[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"}`
324
+ :param pulumi.Input[Mapping[str, pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
325
+ :param pulumi.Input[Mapping[str, pulumi.Input[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"}`
326
326
 
327
327
 
328
328
  ** IMPORTANT **
@@ -377,8 +377,8 @@ class GenericArtifact(pulumi.CustomResource):
377
377
  resource_name: str,
378
378
  opts: Optional[pulumi.ResourceOptions] = None,
379
379
  artifact_id: Optional[pulumi.Input[str]] = None,
380
- defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
381
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
380
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
381
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
382
382
  __props__=None):
383
383
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
384
384
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -415,9 +415,9 @@ class GenericArtifact(pulumi.CustomResource):
415
415
  artifact_id: Optional[pulumi.Input[str]] = None,
416
416
  artifact_path: Optional[pulumi.Input[str]] = None,
417
417
  compartment_id: Optional[pulumi.Input[str]] = None,
418
- defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
418
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
419
419
  display_name: Optional[pulumi.Input[str]] = None,
420
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
420
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
421
421
  repository_id: Optional[pulumi.Input[str]] = None,
422
422
  sha256: Optional[pulumi.Input[str]] = None,
423
423
  size_in_bytes: Optional[pulumi.Input[str]] = None,
@@ -434,9 +434,9 @@ class GenericArtifact(pulumi.CustomResource):
434
434
  :param pulumi.Input[str] artifact_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID`
435
435
  :param pulumi.Input[str] artifact_path: A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version. Example: `project01/my-web-app/artifact-abc`
436
436
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
437
- :param pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
437
+ :param pulumi.Input[Mapping[str, pulumi.Input[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). Example: `{"Operations.CostCenter": "42"}`
438
438
  :param pulumi.Input[str] display_name: The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255. Example: `project01/my-web-app/artifact-abc:1.0.0`
439
- :param pulumi.Input[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"}`
439
+ :param pulumi.Input[Mapping[str, pulumi.Input[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"}`
440
440
 
441
441
 
442
442
  ** IMPORTANT **
@@ -492,7 +492,7 @@ class GenericArtifact(pulumi.CustomResource):
492
492
 
493
493
  @property
494
494
  @pulumi.getter(name="definedTags")
495
- def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
495
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
496
496
  """
497
497
  (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). Example: `{"Operations.CostCenter": "42"}`
498
498
  """
@@ -508,7 +508,7 @@ class GenericArtifact(pulumi.CustomResource):
508
508
 
509
509
  @property
510
510
  @pulumi.getter(name="freeformTags")
511
- def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
511
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
512
512
  """
513
513
  (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"}`
514
514
 
@@ -102,7 +102,7 @@ class GetContainerImageResult:
102
102
 
103
103
  @property
104
104
  @pulumi.getter(name="definedTags")
105
- def defined_tags(self) -> Mapping[str, Any]:
105
+ def defined_tags(self) -> Mapping[str, str]:
106
106
  """
107
107
  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). Example: `{"Operations.CostCenter": "42"}`
108
108
  """
@@ -126,7 +126,7 @@ class GetContainerImageResult:
126
126
 
127
127
  @property
128
128
  @pulumi.getter(name="freeformTags")
129
- def freeform_tags(self) -> Mapping[str, Any]:
129
+ def freeform_tags(self) -> Mapping[str, str]:
130
130
  """
131
131
  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"}`
132
132
  """
@@ -203,7 +203,7 @@ class GetContainerImageResult:
203
203
 
204
204
  @property
205
205
  @pulumi.getter(name="systemTags")
206
- def system_tags(self) -> Mapping[str, Any]:
206
+ def system_tags(self) -> Mapping[str, str]:
207
207
  """
208
208
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
209
209
  """
@@ -89,7 +89,7 @@ class GetContainerImageSignatureResult:
89
89
 
90
90
  @property
91
91
  @pulumi.getter(name="definedTags")
92
- def defined_tags(self) -> Mapping[str, Any]:
92
+ def defined_tags(self) -> Mapping[str, str]:
93
93
  """
94
94
  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). Example: `{"Operations.CostCenter": "42"}`
95
95
  """
@@ -105,7 +105,7 @@ class GetContainerImageSignatureResult:
105
105
 
106
106
  @property
107
107
  @pulumi.getter(name="freeformTags")
108
- def freeform_tags(self) -> Mapping[str, Any]:
108
+ def freeform_tags(self) -> Mapping[str, str]:
109
109
  """
110
110
  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"}`
111
111
  """
@@ -182,7 +182,7 @@ class GetContainerImageSignatureResult:
182
182
 
183
183
  @property
184
184
  @pulumi.getter(name="systemTags")
185
- def system_tags(self) -> Mapping[str, Any]:
185
+ def system_tags(self) -> Mapping[str, str]:
186
186
  """
187
187
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
188
188
  """
@@ -107,7 +107,7 @@ class GetContainerRepositoryResult:
107
107
 
108
108
  @property
109
109
  @pulumi.getter(name="definedTags")
110
- def defined_tags(self) -> Mapping[str, Any]:
110
+ def defined_tags(self) -> Mapping[str, str]:
111
111
  """
112
112
  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). Example: `{"Operations.CostCenter": "42"}`
113
113
  """
@@ -123,7 +123,7 @@ class GetContainerRepositoryResult:
123
123
 
124
124
  @property
125
125
  @pulumi.getter(name="freeformTags")
126
- def freeform_tags(self) -> Mapping[str, Any]:
126
+ def freeform_tags(self) -> Mapping[str, str]:
127
127
  """
128
128
  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"}`
129
129
  """
@@ -208,7 +208,7 @@ class GetContainerRepositoryResult:
208
208
 
209
209
  @property
210
210
  @pulumi.getter(name="systemTags")
211
- def system_tags(self) -> Mapping[str, Any]:
211
+ def system_tags(self) -> Mapping[str, str]:
212
212
  """
213
213
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
214
214
  """
@@ -85,7 +85,7 @@ class GetGenericArtifactResult:
85
85
 
86
86
  @property
87
87
  @pulumi.getter(name="definedTags")
88
- def defined_tags(self) -> Mapping[str, Any]:
88
+ def defined_tags(self) -> Mapping[str, str]:
89
89
  """
90
90
  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). Example: `{"Operations.CostCenter": "42"}`
91
91
  """
@@ -101,7 +101,7 @@ class GetGenericArtifactResult:
101
101
 
102
102
  @property
103
103
  @pulumi.getter(name="freeformTags")
104
- def freeform_tags(self) -> Mapping[str, Any]:
104
+ def freeform_tags(self) -> Mapping[str, str]:
105
105
  """
106
106
  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"}`
107
107
  """
@@ -66,7 +66,7 @@ class GetRepositoryResult:
66
66
 
67
67
  @property
68
68
  @pulumi.getter(name="definedTags")
69
- def defined_tags(self) -> Mapping[str, Any]:
69
+ def defined_tags(self) -> Mapping[str, str]:
70
70
  """
71
71
  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). Example: `{"Operations.CostCenter": "42"}`
72
72
  """
@@ -90,7 +90,7 @@ class GetRepositoryResult:
90
90
 
91
91
  @property
92
92
  @pulumi.getter(name="freeformTags")
93
- def freeform_tags(self) -> Mapping[str, Any]:
93
+ def freeform_tags(self) -> Mapping[str, str]:
94
94
  """
95
95
  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"}`
96
96
  """
@@ -176,10 +176,10 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
176
176
  def __init__(__self__, *,
177
177
  compartment_id: str,
178
178
  created_by: str,
179
- defined_tags: Mapping[str, Any],
179
+ defined_tags: Mapping[str, str],
180
180
  digest: str,
181
181
  display_name: str,
182
- freeform_tags: Mapping[str, Any],
182
+ freeform_tags: Mapping[str, str],
183
183
  id: str,
184
184
  layers: Sequence['outputs.GetContainerImagesContainerImageCollectionItemLayerResult'],
185
185
  layers_size_in_bytes: str,
@@ -188,7 +188,7 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
188
188
  repository_id: str,
189
189
  repository_name: str,
190
190
  state: str,
191
- system_tags: Mapping[str, Any],
191
+ system_tags: Mapping[str, str],
192
192
  time_created: str,
193
193
  time_last_pulled: str,
194
194
  version: str,
@@ -196,10 +196,10 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
196
196
  """
197
197
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
198
198
  :param str created_by: The OCID of the user or principal that pushed the version.
199
- :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). Example: `{"Operations.CostCenter": "42"}`
199
+ :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). Example: `{"Operations.CostCenter": "42"}`
200
200
  :param str digest: The sha256 digest of the image layer.
201
201
  :param str display_name: A filter to return only resources that match the given display name exactly.
202
- :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"}`
202
+ :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"}`
203
203
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image. Example: `ocid1.containerimage.oc1..exampleuniqueID`
204
204
  :param Sequence['GetContainerImagesContainerImageCollectionItemLayerArgs'] layers: Layers of which the image is composed, ordered by the layer digest.
205
205
  :param str layers_size_in_bytes: The total size of the container image layers in bytes.
@@ -208,7 +208,7 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
208
208
  :param str repository_id: A filter to return container images only for the specified container repository OCID.
209
209
  :param str repository_name: A filter to return container images or container image signatures that match the repository name. Example: `foo` or `foo*`
210
210
  :param str state: A filter to return only resources that match the given lifecycle state name exactly.
211
- :param Mapping[str, Any] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
211
+ :param Mapping[str, str] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
212
212
  :param str time_created: The creation time of the version.
213
213
  :param str time_last_pulled: An RFC 3339 timestamp indicating when the image was last pulled.
214
214
  :param str version: A filter to return container images that match the version. Example: `foo` or `foo*`
@@ -252,7 +252,7 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
252
252
 
253
253
  @property
254
254
  @pulumi.getter(name="definedTags")
255
- def defined_tags(self) -> Mapping[str, Any]:
255
+ def defined_tags(self) -> Mapping[str, str]:
256
256
  """
257
257
  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). Example: `{"Operations.CostCenter": "42"}`
258
258
  """
@@ -276,7 +276,7 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
276
276
 
277
277
  @property
278
278
  @pulumi.getter(name="freeformTags")
279
- def freeform_tags(self) -> Mapping[str, Any]:
279
+ def freeform_tags(self) -> Mapping[str, str]:
280
280
  """
281
281
  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"}`
282
282
  """
@@ -348,7 +348,7 @@ class GetContainerImagesContainerImageCollectionItemResult(dict):
348
348
 
349
349
  @property
350
350
  @pulumi.getter(name="systemTags")
351
- def system_tags(self) -> Mapping[str, Any]:
351
+ def system_tags(self) -> Mapping[str, str]:
352
352
  """
353
353
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
354
354
  """
@@ -561,9 +561,9 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
561
561
  billable_size_in_gbs: str,
562
562
  compartment_id: str,
563
563
  created_by: str,
564
- defined_tags: Mapping[str, Any],
564
+ defined_tags: Mapping[str, str],
565
565
  display_name: str,
566
- freeform_tags: Mapping[str, Any],
566
+ freeform_tags: Mapping[str, str],
567
567
  id: str,
568
568
  image_count: int,
569
569
  is_immutable: bool,
@@ -573,16 +573,16 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
573
573
  namespace: str,
574
574
  readmes: Sequence['outputs.GetContainerRepositoriesContainerRepositoryCollectionItemReadmeResult'],
575
575
  state: str,
576
- system_tags: Mapping[str, Any],
576
+ system_tags: Mapping[str, str],
577
577
  time_created: str,
578
578
  time_last_pushed: str):
579
579
  """
580
580
  :param str billable_size_in_gbs: Total storage size in GBs that will be charged.
581
581
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
582
582
  :param str created_by: The id of the user or principal that created the resource.
583
- :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). Example: `{"Operations.CostCenter": "42"}`
583
+ :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). Example: `{"Operations.CostCenter": "42"}`
584
584
  :param str display_name: A filter to return only resources that match the given display name exactly.
585
- :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"}`
585
+ :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"}`
586
586
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository. Example: `ocid1.containerrepo.oc1..exampleuniqueID`
587
587
  :param int image_count: Total number of images.
588
588
  :param bool is_immutable: Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
@@ -592,7 +592,7 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
592
592
  :param str namespace: The tenancy namespace used in the container repository path.
593
593
  :param Sequence['GetContainerRepositoriesContainerRepositoryCollectionItemReadmeArgs'] readmes: Container repository readme.
594
594
  :param str state: A filter to return only resources that match the given lifecycle state name exactly.
595
- :param Mapping[str, Any] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
595
+ :param Mapping[str, str] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
596
596
  :param str time_created: An RFC 3339 timestamp indicating when the repository was created.
597
597
  :param str time_last_pushed: An RFC 3339 timestamp indicating when an image was last pushed to the repository.
598
598
  """
@@ -641,7 +641,7 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
641
641
 
642
642
  @property
643
643
  @pulumi.getter(name="definedTags")
644
- def defined_tags(self) -> Mapping[str, Any]:
644
+ def defined_tags(self) -> Mapping[str, str]:
645
645
  """
646
646
  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). Example: `{"Operations.CostCenter": "42"}`
647
647
  """
@@ -657,7 +657,7 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
657
657
 
658
658
  @property
659
659
  @pulumi.getter(name="freeformTags")
660
- def freeform_tags(self) -> Mapping[str, Any]:
660
+ def freeform_tags(self) -> Mapping[str, str]:
661
661
  """
662
662
  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"}`
663
663
  """
@@ -737,7 +737,7 @@ class GetContainerRepositoriesContainerRepositoryCollectionItemResult(dict):
737
737
 
738
738
  @property
739
739
  @pulumi.getter(name="systemTags")
740
- def system_tags(self) -> Mapping[str, Any]:
740
+ def system_tags(self) -> Mapping[str, str]:
741
741
  """
742
742
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
743
743
  """
@@ -869,9 +869,9 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
869
869
  def __init__(__self__, *,
870
870
  compartment_id: str,
871
871
  created_by: str,
872
- defined_tags: Mapping[str, Any],
872
+ defined_tags: Mapping[str, str],
873
873
  display_name: str,
874
- freeform_tags: Mapping[str, Any],
874
+ freeform_tags: Mapping[str, str],
875
875
  id: str,
876
876
  image_id: str,
877
877
  kms_key_id: str,
@@ -880,14 +880,14 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
880
880
  signature: str,
881
881
  signing_algorithm: str,
882
882
  state: str,
883
- system_tags: Mapping[str, Any],
883
+ system_tags: Mapping[str, str],
884
884
  time_created: str):
885
885
  """
886
886
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
887
887
  :param str created_by: The id of the user or principal that created the resource.
888
- :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). Example: `{"Operations.CostCenter": "42"}`
888
+ :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). Example: `{"Operations.CostCenter": "42"}`
889
889
  :param str display_name: A filter to return only resources that match the given display name exactly.
890
- :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"}`
890
+ :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"}`
891
891
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature. Example: `ocid1.containerimagesignature.oc1..exampleuniqueID`
892
892
  :param str image_id: A filter to return a container image summary only for the specified container image OCID.
893
893
  :param str kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image. Example: `ocid1.keyversion.oc1..exampleuniqueID`
@@ -896,7 +896,7 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
896
896
  :param str signature: The signature of the message field using the kmsKeyId, the kmsKeyVersionId, and the signingAlgorithm.
897
897
  :param str signing_algorithm: The algorithm to be used for signing. These are the only supported signing algorithms for container images.
898
898
  :param str state: The current state of the container image signature.
899
- :param Mapping[str, Any] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
899
+ :param Mapping[str, str] system_tags: The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
900
900
  :param str time_created: An RFC 3339 timestamp indicating when the image was created.
901
901
  """
902
902
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -933,7 +933,7 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
933
933
 
934
934
  @property
935
935
  @pulumi.getter(name="definedTags")
936
- def defined_tags(self) -> Mapping[str, Any]:
936
+ def defined_tags(self) -> Mapping[str, str]:
937
937
  """
938
938
  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). Example: `{"Operations.CostCenter": "42"}`
939
939
  """
@@ -949,7 +949,7 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
949
949
 
950
950
  @property
951
951
  @pulumi.getter(name="freeformTags")
952
- def freeform_tags(self) -> Mapping[str, Any]:
952
+ def freeform_tags(self) -> Mapping[str, str]:
953
953
  """
954
954
  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"}`
955
955
  """
@@ -1021,7 +1021,7 @@ class GetContainerSignaturesContainerImageSignatureCollectionItemResult(dict):
1021
1021
 
1022
1022
  @property
1023
1023
  @pulumi.getter(name="systemTags")
1024
- def system_tags(self) -> Mapping[str, Any]:
1024
+ def system_tags(self) -> Mapping[str, str]:
1025
1025
  """
1026
1026
  The system tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1027
1027
  """
@@ -1108,9 +1108,9 @@ class GetGenericArtifactsGenericArtifactCollectionItemResult(dict):
1108
1108
  artifact_id: str,
1109
1109
  artifact_path: str,
1110
1110
  compartment_id: str,
1111
- defined_tags: Mapping[str, Any],
1111
+ defined_tags: Mapping[str, str],
1112
1112
  display_name: str,
1113
- freeform_tags: Mapping[str, Any],
1113
+ freeform_tags: Mapping[str, str],
1114
1114
  id: str,
1115
1115
  repository_id: str,
1116
1116
  sha256: str,
@@ -1121,9 +1121,9 @@ class GetGenericArtifactsGenericArtifactCollectionItemResult(dict):
1121
1121
  """
1122
1122
  :param str artifact_path: Filter results by a prefix for the `artifactPath` and and return artifacts that begin with the specified prefix in their path.
1123
1123
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
1124
- :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). Example: `{"Operations.CostCenter": "42"}`
1124
+ :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). Example: `{"Operations.CostCenter": "42"}`
1125
1125
  :param str display_name: A filter to return only resources that match the given display name exactly.
1126
- :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"}`
1126
+ :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"}`
1127
1127
  :param str id: A filter to return the resources for the specified OCID.
1128
1128
  :param str repository_id: A filter to return the artifacts only for the specified repository OCID.
1129
1129
  :param str sha256: Filter results by a specified SHA256 digest for the artifact.
@@ -1169,7 +1169,7 @@ class GetGenericArtifactsGenericArtifactCollectionItemResult(dict):
1169
1169
 
1170
1170
  @property
1171
1171
  @pulumi.getter(name="definedTags")
1172
- def defined_tags(self) -> Mapping[str, Any]:
1172
+ def defined_tags(self) -> Mapping[str, str]:
1173
1173
  """
1174
1174
  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). Example: `{"Operations.CostCenter": "42"}`
1175
1175
  """
@@ -1185,7 +1185,7 @@ class GetGenericArtifactsGenericArtifactCollectionItemResult(dict):
1185
1185
 
1186
1186
  @property
1187
1187
  @pulumi.getter(name="freeformTags")
1188
- def freeform_tags(self) -> Mapping[str, Any]:
1188
+ def freeform_tags(self) -> Mapping[str, str]:
1189
1189
  """
1190
1190
  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"}`
1191
1191
  """
@@ -1291,10 +1291,10 @@ class GetRepositoriesRepositoryCollectionResult(dict):
1291
1291
  class GetRepositoriesRepositoryCollectionItemResult(dict):
1292
1292
  def __init__(__self__, *,
1293
1293
  compartment_id: str,
1294
- defined_tags: Mapping[str, Any],
1294
+ defined_tags: Mapping[str, str],
1295
1295
  description: str,
1296
1296
  display_name: str,
1297
- freeform_tags: Mapping[str, Any],
1297
+ freeform_tags: Mapping[str, str],
1298
1298
  id: str,
1299
1299
  is_immutable: bool,
1300
1300
  repository_type: str,
@@ -1302,10 +1302,10 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
1302
1302
  time_created: str):
1303
1303
  """
1304
1304
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
1305
- :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). Example: `{"Operations.CostCenter": "42"}`
1305
+ :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). Example: `{"Operations.CostCenter": "42"}`
1306
1306
  :param str description: The repository description.
1307
1307
  :param str display_name: A filter to return only resources that match the given display name exactly.
1308
- :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"}`
1308
+ :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"}`
1309
1309
  :param str id: A filter to return the resources for the specified OCID.
1310
1310
  :param bool is_immutable: A filter to return resources that match the isImmutable value.
1311
1311
  :param str repository_type: The repository's supported artifact type.
@@ -1333,7 +1333,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
1333
1333
 
1334
1334
  @property
1335
1335
  @pulumi.getter(name="definedTags")
1336
- def defined_tags(self) -> Mapping[str, Any]:
1336
+ def defined_tags(self) -> Mapping[str, str]:
1337
1337
  """
1338
1338
  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). Example: `{"Operations.CostCenter": "42"}`
1339
1339
  """
@@ -1357,7 +1357,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
1357
1357
 
1358
1358
  @property
1359
1359
  @pulumi.getter(name="freeformTags")
1360
- def freeform_tags(self) -> Mapping[str, Any]:
1360
+ def freeform_tags(self) -> Mapping[str, str]:
1361
1361
  """
1362
1362
  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"}`
1363
1363
  """