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
@@ -1375,11 +1375,11 @@ class BuildRunBuildRunProgress(dict):
1375
1375
  return super().get(key, default)
1376
1376
 
1377
1377
  def __init__(__self__, *,
1378
- build_pipeline_stage_run_progress: Optional[Mapping[str, Any]] = None,
1378
+ build_pipeline_stage_run_progress: Optional[Mapping[str, str]] = None,
1379
1379
  time_finished: Optional[str] = None,
1380
1380
  time_started: Optional[str] = None):
1381
1381
  """
1382
- :param Mapping[str, Any] build_pipeline_stage_run_progress: Map of stage OCIDs to build pipeline stage run progress model.
1382
+ :param Mapping[str, str] build_pipeline_stage_run_progress: Map of stage OCIDs to build pipeline stage run progress model.
1383
1383
  :param str time_finished: The time the build run finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
1384
1384
  :param str time_started: The time the build run started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
1385
1385
  """
@@ -1392,7 +1392,7 @@ class BuildRunBuildRunProgress(dict):
1392
1392
 
1393
1393
  @property
1394
1394
  @pulumi.getter(name="buildPipelineStageRunProgress")
1395
- def build_pipeline_stage_run_progress(self) -> Optional[Mapping[str, Any]]:
1395
+ def build_pipeline_stage_run_progress(self) -> Optional[Mapping[str, str]]:
1396
1396
  """
1397
1397
  Map of stage OCIDs to build pipeline stage run progress model.
1398
1398
  """
@@ -4376,11 +4376,11 @@ class DeploymentDeploymentExecutionProgress(dict):
4376
4376
  return super().get(key, default)
4377
4377
 
4378
4378
  def __init__(__self__, *,
4379
- deploy_stage_execution_progress: Optional[Mapping[str, Any]] = None,
4379
+ deploy_stage_execution_progress: Optional[Mapping[str, str]] = None,
4380
4380
  time_finished: Optional[str] = None,
4381
4381
  time_started: Optional[str] = None):
4382
4382
  """
4383
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
4383
+ :param Mapping[str, str] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
4384
4384
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4385
4385
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4386
4386
  """
@@ -4393,7 +4393,7 @@ class DeploymentDeploymentExecutionProgress(dict):
4393
4393
 
4394
4394
  @property
4395
4395
  @pulumi.getter(name="deployStageExecutionProgress")
4396
- def deploy_stage_execution_progress(self) -> Optional[Mapping[str, Any]]:
4396
+ def deploy_stage_execution_progress(self) -> Optional[Mapping[str, str]]:
4397
4397
  """
4398
4398
  Map of stage OCIDs to deploy stage execution progress model.
4399
4399
  """
@@ -5726,12 +5726,12 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5726
5726
  build_spec_file: str,
5727
5727
  compartment_id: str,
5728
5728
  connection_type: str,
5729
- defined_tags: Mapping[str, Any],
5729
+ defined_tags: Mapping[str, str],
5730
5730
  deliver_artifact_collection: 'outputs.GetBuildPipelineStagesBuildPipelineStageCollectionItemDeliverArtifactCollectionResult',
5731
5731
  deploy_pipeline_id: str,
5732
5732
  description: str,
5733
5733
  display_name: str,
5734
- freeform_tags: Mapping[str, Any],
5734
+ freeform_tags: Mapping[str, str],
5735
5735
  id: str,
5736
5736
  image: str,
5737
5737
  is_pass_all_parameters_enabled: bool,
@@ -5741,7 +5741,7 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5741
5741
  project_id: str,
5742
5742
  stage_execution_timeout_in_seconds: int,
5743
5743
  state: str,
5744
- system_tags: Mapping[str, Any],
5744
+ system_tags: Mapping[str, str],
5745
5745
  time_created: str,
5746
5746
  time_updated: str,
5747
5747
  wait_criteria: 'outputs.GetBuildPipelineStagesBuildPipelineStageCollectionItemWaitCriteriaResult'):
@@ -5754,12 +5754,12 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5754
5754
  :param str build_spec_file: The path to the build specification file for this environment. The default location of the file if not specified is build_spec.yaml.
5755
5755
  :param str compartment_id: The OCID of the compartment in which to list resources.
5756
5756
  :param str connection_type: The type of source provider.
5757
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
5757
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
5758
5758
  :param 'GetBuildPipelineStagesBuildPipelineStageCollectionItemDeliverArtifactCollectionArgs' deliver_artifact_collection: Specifies an array of artifacts that need to be pushed to the artifactory stores.
5759
5759
  :param str deploy_pipeline_id: A target deployment pipeline OCID that will run in this stage.
5760
5760
  :param str description: Optional description about the build stage.
5761
5761
  :param str display_name: A filter to return only resources that match the entire display name given.
5762
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
5762
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
5763
5763
  :param str id: Unique identifier or OCID for listing a single resource by ID.
5764
5764
  :param str image: Image name for the build environment.
5765
5765
  :param bool is_pass_all_parameters_enabled: A boolean flag that specifies whether all the parameters must be passed when the deployment is triggered.
@@ -5769,7 +5769,7 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5769
5769
  :param str project_id: The OCID of the DevOps project.
5770
5770
  :param int stage_execution_timeout_in_seconds: Timeout for the build stage execution. Specify value in seconds.
5771
5771
  :param str state: A filter to return the stages that matches the given lifecycle state.
5772
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
5772
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
5773
5773
  :param str time_created: The time the stage was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
5774
5774
  :param str time_updated: The time the stage was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
5775
5775
  :param 'GetBuildPipelineStagesBuildPipelineStageCollectionItemWaitCriteriaArgs' wait_criteria: Specifies wait criteria for the Wait stage.
@@ -5868,7 +5868,7 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5868
5868
 
5869
5869
  @property
5870
5870
  @pulumi.getter(name="definedTags")
5871
- def defined_tags(self) -> Mapping[str, Any]:
5871
+ def defined_tags(self) -> Mapping[str, str]:
5872
5872
  """
5873
5873
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
5874
5874
  """
@@ -5908,7 +5908,7 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5908
5908
 
5909
5909
  @property
5910
5910
  @pulumi.getter(name="freeformTags")
5911
- def freeform_tags(self) -> Mapping[str, Any]:
5911
+ def freeform_tags(self) -> Mapping[str, str]:
5912
5912
  """
5913
5913
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
5914
5914
  """
@@ -5988,7 +5988,7 @@ class GetBuildPipelineStagesBuildPipelineStageCollectionItemResult(dict):
5988
5988
 
5989
5989
  @property
5990
5990
  @pulumi.getter(name="systemTags")
5991
- def system_tags(self) -> Mapping[str, Any]:
5991
+ def system_tags(self) -> Mapping[str, str]:
5992
5992
  """
5993
5993
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
5994
5994
  """
@@ -6358,29 +6358,29 @@ class GetBuildPipelinesBuildPipelineCollectionItemResult(dict):
6358
6358
  def __init__(__self__, *,
6359
6359
  build_pipeline_parameters: Sequence['outputs.GetBuildPipelinesBuildPipelineCollectionItemBuildPipelineParameterResult'],
6360
6360
  compartment_id: str,
6361
- defined_tags: Mapping[str, Any],
6361
+ defined_tags: Mapping[str, str],
6362
6362
  description: str,
6363
6363
  display_name: str,
6364
- freeform_tags: Mapping[str, Any],
6364
+ freeform_tags: Mapping[str, str],
6365
6365
  id: str,
6366
6366
  lifecycle_details: str,
6367
6367
  project_id: str,
6368
6368
  state: str,
6369
- system_tags: Mapping[str, Any],
6369
+ system_tags: Mapping[str, str],
6370
6370
  time_created: str,
6371
6371
  time_updated: str):
6372
6372
  """
6373
6373
  :param Sequence['GetBuildPipelinesBuildPipelineCollectionItemBuildPipelineParameterArgs'] build_pipeline_parameters: Specifies list of parameters present in a build pipeline. An UPDATE operation replaces the existing parameters list entirely.
6374
6374
  :param str compartment_id: The OCID of the compartment in which to list resources.
6375
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
6375
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
6376
6376
  :param str description: Optional description about the build pipeline.
6377
6377
  :param str display_name: A filter to return only resources that match the entire display name given.
6378
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
6378
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
6379
6379
  :param str id: Unique identifier or OCID for listing a single resource by ID.
6380
6380
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
6381
6381
  :param str project_id: unique project identifier
6382
6382
  :param str state: A filter to return only build pipelines that matches the given lifecycle state.
6383
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
6383
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
6384
6384
  :param str time_created: The time the build pipeline was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
6385
6385
  :param str time_updated: The time the build pipeline was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
6386
6386
  """
@@ -6416,7 +6416,7 @@ class GetBuildPipelinesBuildPipelineCollectionItemResult(dict):
6416
6416
 
6417
6417
  @property
6418
6418
  @pulumi.getter(name="definedTags")
6419
- def defined_tags(self) -> Mapping[str, Any]:
6419
+ def defined_tags(self) -> Mapping[str, str]:
6420
6420
  """
6421
6421
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
6422
6422
  """
@@ -6440,7 +6440,7 @@ class GetBuildPipelinesBuildPipelineCollectionItemResult(dict):
6440
6440
 
6441
6441
  @property
6442
6442
  @pulumi.getter(name="freeformTags")
6443
- def freeform_tags(self) -> Mapping[str, Any]:
6443
+ def freeform_tags(self) -> Mapping[str, str]:
6444
6444
  """
6445
6445
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
6446
6446
  """
@@ -6480,7 +6480,7 @@ class GetBuildPipelinesBuildPipelineCollectionItemResult(dict):
6480
6480
 
6481
6481
  @property
6482
6482
  @pulumi.getter(name="systemTags")
6483
- def system_tags(self) -> Mapping[str, Any]:
6483
+ def system_tags(self) -> Mapping[str, str]:
6484
6484
  """
6485
6485
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
6486
6486
  """
@@ -6982,11 +6982,11 @@ class GetBuildRunBuildRunArgumentItemResult(dict):
6982
6982
  @pulumi.output_type
6983
6983
  class GetBuildRunBuildRunProgressResult(dict):
6984
6984
  def __init__(__self__, *,
6985
- build_pipeline_stage_run_progress: Mapping[str, Any],
6985
+ build_pipeline_stage_run_progress: Mapping[str, str],
6986
6986
  time_finished: str,
6987
6987
  time_started: str):
6988
6988
  """
6989
- :param Mapping[str, Any] build_pipeline_stage_run_progress: Map of stage OCIDs to build pipeline stage run progress model.
6989
+ :param Mapping[str, str] build_pipeline_stage_run_progress: Map of stage OCIDs to build pipeline stage run progress model.
6990
6990
  :param str time_finished: The time the build run finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
6991
6991
  :param str time_started: The time the build run started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
6992
6992
  """
@@ -6996,7 +6996,7 @@ class GetBuildRunBuildRunProgressResult(dict):
6996
6996
 
6997
6997
  @property
6998
6998
  @pulumi.getter(name="buildPipelineStageRunProgress")
6999
- def build_pipeline_stage_run_progress(self) -> Mapping[str, Any]:
6999
+ def build_pipeline_stage_run_progress(self) -> Mapping[str, str]:
7000
7000
  """
7001
7001
  Map of stage OCIDs to build pipeline stage run progress model.
7002
7002
  """
@@ -7358,14 +7358,14 @@ class GetBuildRunsBuildRunSummaryCollectionItemResult(dict):
7358
7358
  build_run_sources: Sequence['outputs.GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceResult'],
7359
7359
  commit_info: 'outputs.GetBuildRunsBuildRunSummaryCollectionItemCommitInfoResult',
7360
7360
  compartment_id: str,
7361
- defined_tags: Mapping[str, Any],
7361
+ defined_tags: Mapping[str, str],
7362
7362
  display_name: str,
7363
- freeform_tags: Mapping[str, Any],
7363
+ freeform_tags: Mapping[str, str],
7364
7364
  id: str,
7365
7365
  lifecycle_details: str,
7366
7366
  project_id: str,
7367
7367
  state: str,
7368
- system_tags: Mapping[str, Any],
7368
+ system_tags: Mapping[str, str],
7369
7369
  time_created: str,
7370
7370
  time_updated: str):
7371
7371
  """
@@ -7374,14 +7374,14 @@ class GetBuildRunsBuildRunSummaryCollectionItemResult(dict):
7374
7374
  :param Sequence['GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceArgs'] build_run_sources: The source from which the build run is triggered.
7375
7375
  :param 'GetBuildRunsBuildRunSummaryCollectionItemCommitInfoArgs' commit_info: Commit details that need to be used for the build run.
7376
7376
  :param str compartment_id: The OCID of the compartment in which to list resources.
7377
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
7377
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
7378
7378
  :param str display_name: A filter to return only resources that match the entire display name given.
7379
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
7379
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
7380
7380
  :param str id: Unique identifier or OCID for listing a single resource by ID.
7381
7381
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
7382
7382
  :param str project_id: unique project identifier
7383
7383
  :param str state: A filter to return only build runs that matches the given lifecycle state.
7384
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
7384
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
7385
7385
  :param str time_created: The time the build run was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
7386
7386
  :param str time_updated: The time the build run was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
7387
7387
  """
@@ -7449,7 +7449,7 @@ class GetBuildRunsBuildRunSummaryCollectionItemResult(dict):
7449
7449
 
7450
7450
  @property
7451
7451
  @pulumi.getter(name="definedTags")
7452
- def defined_tags(self) -> Mapping[str, Any]:
7452
+ def defined_tags(self) -> Mapping[str, str]:
7453
7453
  """
7454
7454
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
7455
7455
  """
@@ -7465,7 +7465,7 @@ class GetBuildRunsBuildRunSummaryCollectionItemResult(dict):
7465
7465
 
7466
7466
  @property
7467
7467
  @pulumi.getter(name="freeformTags")
7468
- def freeform_tags(self) -> Mapping[str, Any]:
7468
+ def freeform_tags(self) -> Mapping[str, str]:
7469
7469
  """
7470
7470
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
7471
7471
  """
@@ -7505,7 +7505,7 @@ class GetBuildRunsBuildRunSummaryCollectionItemResult(dict):
7505
7505
 
7506
7506
  @property
7507
7507
  @pulumi.getter(name="systemTags")
7508
- def system_tags(self) -> Mapping[str, Any]:
7508
+ def system_tags(self) -> Mapping[str, str]:
7509
7509
  """
7510
7510
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
7511
7511
  """
@@ -7951,15 +7951,15 @@ class GetConnectionsConnectionCollectionItemResult(dict):
7951
7951
  base_url: str,
7952
7952
  compartment_id: str,
7953
7953
  connection_type: str,
7954
- defined_tags: Mapping[str, Any],
7954
+ defined_tags: Mapping[str, str],
7955
7955
  description: str,
7956
7956
  display_name: str,
7957
- freeform_tags: Mapping[str, Any],
7957
+ freeform_tags: Mapping[str, str],
7958
7958
  id: str,
7959
7959
  last_connection_validation_results: Sequence['outputs.GetConnectionsConnectionCollectionItemLastConnectionValidationResultResult'],
7960
7960
  project_id: str,
7961
7961
  state: str,
7962
- system_tags: Mapping[str, Any],
7962
+ system_tags: Mapping[str, str],
7963
7963
  time_created: str,
7964
7964
  time_updated: str,
7965
7965
  tls_verify_configs: Sequence['outputs.GetConnectionsConnectionCollectionItemTlsVerifyConfigResult'],
@@ -7970,15 +7970,15 @@ class GetConnectionsConnectionCollectionItemResult(dict):
7970
7970
  :param str base_url: The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
7971
7971
  :param str compartment_id: The OCID of the compartment in which to list resources.
7972
7972
  :param str connection_type: A filter to return only resources that match the given connection type.
7973
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
7973
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
7974
7974
  :param str description: Optional description about the connection.
7975
7975
  :param str display_name: A filter to return only resources that match the entire display name given.
7976
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
7976
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
7977
7977
  :param str id: Unique identifier or OCID for listing a single resource by ID.
7978
7978
  :param Sequence['GetConnectionsConnectionCollectionItemLastConnectionValidationResultArgs'] last_connection_validation_results: The result of validating the credentials of a connection.
7979
7979
  :param str project_id: unique project identifier
7980
7980
  :param str state: A filter to return only connections that matches the given lifecycle state.
7981
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
7981
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
7982
7982
  :param str time_created: The time the connection was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
7983
7983
  :param str time_updated: The time the connection was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
7984
7984
  :param Sequence['GetConnectionsConnectionCollectionItemTlsVerifyConfigArgs'] tls_verify_configs: TLS configuration used by build service to verify TLS connection.
@@ -8045,7 +8045,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
8045
8045
 
8046
8046
  @property
8047
8047
  @pulumi.getter(name="definedTags")
8048
- def defined_tags(self) -> Mapping[str, Any]:
8048
+ def defined_tags(self) -> Mapping[str, str]:
8049
8049
  """
8050
8050
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8051
8051
  """
@@ -8069,7 +8069,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
8069
8069
 
8070
8070
  @property
8071
8071
  @pulumi.getter(name="freeformTags")
8072
- def freeform_tags(self) -> Mapping[str, Any]:
8072
+ def freeform_tags(self) -> Mapping[str, str]:
8073
8073
  """
8074
8074
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8075
8075
  """
@@ -8109,7 +8109,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
8109
8109
 
8110
8110
  @property
8111
8111
  @pulumi.getter(name="systemTags")
8112
- def system_tags(self) -> Mapping[str, Any]:
8112
+ def system_tags(self) -> Mapping[str, str]:
8113
8113
  """
8114
8114
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8115
8115
  """
@@ -8429,33 +8429,33 @@ class GetDeployArtifactsDeployArtifactCollectionItemResult(dict):
8429
8429
  def __init__(__self__, *,
8430
8430
  argument_substitution_mode: str,
8431
8431
  compartment_id: str,
8432
- defined_tags: Mapping[str, Any],
8432
+ defined_tags: Mapping[str, str],
8433
8433
  deploy_artifact_sources: Sequence['outputs.GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult'],
8434
8434
  deploy_artifact_type: str,
8435
8435
  description: str,
8436
8436
  display_name: str,
8437
- freeform_tags: Mapping[str, Any],
8437
+ freeform_tags: Mapping[str, str],
8438
8438
  id: str,
8439
8439
  lifecycle_details: str,
8440
8440
  project_id: str,
8441
8441
  state: str,
8442
- system_tags: Mapping[str, Any],
8442
+ system_tags: Mapping[str, str],
8443
8443
  time_created: str,
8444
8444
  time_updated: str):
8445
8445
  """
8446
8446
  :param str argument_substitution_mode: Mode for artifact parameter substitution. Options: `"NONE", "SUBSTITUTE_PLACEHOLDERS"` For Helm Deployments only "NONE" is supported.
8447
8447
  :param str compartment_id: The OCID of the compartment in which to list resources.
8448
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8448
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8449
8449
  :param Sequence['GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceArgs'] deploy_artifact_sources: Specifies source of an artifact.
8450
8450
  :param str deploy_artifact_type: Type of the deployment artifact.
8451
8451
  :param str description: Optional description about the artifact to be deployed.
8452
8452
  :param str display_name: A filter to return only resources that match the entire display name given.
8453
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8453
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8454
8454
  :param str id: Unique identifier or OCID for listing a single resource by ID.
8455
8455
  :param str lifecycle_details: A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.
8456
8456
  :param str project_id: unique project identifier
8457
8457
  :param str state: A filter to return only DeployArtifacts that matches the given lifecycleState.
8458
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8458
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8459
8459
  :param str time_created: Time the deployment artifact was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
8460
8460
  :param str time_updated: Time the deployment artifact was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
8461
8461
  """
@@ -8493,7 +8493,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemResult(dict):
8493
8493
 
8494
8494
  @property
8495
8495
  @pulumi.getter(name="definedTags")
8496
- def defined_tags(self) -> Mapping[str, Any]:
8496
+ def defined_tags(self) -> Mapping[str, str]:
8497
8497
  """
8498
8498
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8499
8499
  """
@@ -8533,7 +8533,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemResult(dict):
8533
8533
 
8534
8534
  @property
8535
8535
  @pulumi.getter(name="freeformTags")
8536
- def freeform_tags(self) -> Mapping[str, Any]:
8536
+ def freeform_tags(self) -> Mapping[str, str]:
8537
8537
  """
8538
8538
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8539
8539
  """
@@ -8573,7 +8573,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemResult(dict):
8573
8573
 
8574
8574
  @property
8575
8575
  @pulumi.getter(name="systemTags")
8576
- def system_tags(self) -> Mapping[str, Any]:
8576
+ def system_tags(self) -> Mapping[str, str]:
8577
8577
  """
8578
8578
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8579
8579
  """
@@ -8924,36 +8924,36 @@ class GetDeployEnvironmentsDeployEnvironmentCollectionItemResult(dict):
8924
8924
  cluster_id: str,
8925
8925
  compartment_id: str,
8926
8926
  compute_instance_group_selectors: Sequence['outputs.GetDeployEnvironmentsDeployEnvironmentCollectionItemComputeInstanceGroupSelectorResult'],
8927
- defined_tags: Mapping[str, Any],
8927
+ defined_tags: Mapping[str, str],
8928
8928
  deploy_environment_type: str,
8929
8929
  description: str,
8930
8930
  display_name: str,
8931
- freeform_tags: Mapping[str, Any],
8931
+ freeform_tags: Mapping[str, str],
8932
8932
  function_id: str,
8933
8933
  id: str,
8934
8934
  lifecycle_details: str,
8935
8935
  network_channels: Sequence['outputs.GetDeployEnvironmentsDeployEnvironmentCollectionItemNetworkChannelResult'],
8936
8936
  project_id: str,
8937
8937
  state: str,
8938
- system_tags: Mapping[str, Any],
8938
+ system_tags: Mapping[str, str],
8939
8939
  time_created: str,
8940
8940
  time_updated: str):
8941
8941
  """
8942
8942
  :param str cluster_id: The OCID of the Kubernetes cluster.
8943
8943
  :param str compartment_id: The OCID of the compartment in which to list resources.
8944
8944
  :param Sequence['GetDeployEnvironmentsDeployEnvironmentCollectionItemComputeInstanceGroupSelectorArgs'] compute_instance_group_selectors: A collection of selectors. The combination of instances matching the selectors are included in the instance group.
8945
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8945
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
8946
8946
  :param str deploy_environment_type: Deployment environment type.
8947
8947
  :param str description: Optional description about the deployment environment.
8948
8948
  :param str display_name: A filter to return only resources that match the entire display name given.
8949
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8949
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
8950
8950
  :param str function_id: The OCID of the Function.
8951
8951
  :param str id: Unique identifier or OCID for listing a single resource by ID.
8952
8952
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
8953
8953
  :param Sequence['GetDeployEnvironmentsDeployEnvironmentCollectionItemNetworkChannelArgs'] network_channels: Specifies the configuration needed when the target Oracle Cloud Infrastructure resource, i.e., OKE cluster, resides in customer's private network.
8954
8954
  :param str project_id: unique project identifier
8955
8955
  :param str state: A filter to return only DeployEnvironments that matches the given lifecycleState.
8956
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8956
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
8957
8957
  :param str time_created: Time the deployment environment was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
8958
8958
  :param str time_updated: Time the deployment environment was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
8959
8959
  """
@@ -9001,7 +9001,7 @@ class GetDeployEnvironmentsDeployEnvironmentCollectionItemResult(dict):
9001
9001
 
9002
9002
  @property
9003
9003
  @pulumi.getter(name="definedTags")
9004
- def defined_tags(self) -> Mapping[str, Any]:
9004
+ def defined_tags(self) -> Mapping[str, str]:
9005
9005
  """
9006
9006
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
9007
9007
  """
@@ -9033,7 +9033,7 @@ class GetDeployEnvironmentsDeployEnvironmentCollectionItemResult(dict):
9033
9033
 
9034
9034
  @property
9035
9035
  @pulumi.getter(name="freeformTags")
9036
- def freeform_tags(self) -> Mapping[str, Any]:
9036
+ def freeform_tags(self) -> Mapping[str, str]:
9037
9037
  """
9038
9038
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
9039
9039
  """
@@ -9089,7 +9089,7 @@ class GetDeployEnvironmentsDeployEnvironmentCollectionItemResult(dict):
9089
9089
 
9090
9090
  @property
9091
9091
  @pulumi.getter(name="systemTags")
9092
- def system_tags(self) -> Mapping[str, Any]:
9092
+ def system_tags(self) -> Mapping[str, str]:
9093
9093
  """
9094
9094
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
9095
9095
  """
@@ -9538,34 +9538,34 @@ class GetDeployPipelinesDeployPipelineCollectionResult(dict):
9538
9538
  class GetDeployPipelinesDeployPipelineCollectionItemResult(dict):
9539
9539
  def __init__(__self__, *,
9540
9540
  compartment_id: str,
9541
- defined_tags: Mapping[str, Any],
9541
+ defined_tags: Mapping[str, str],
9542
9542
  deploy_pipeline_artifacts: Sequence['outputs.GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifactResult'],
9543
9543
  deploy_pipeline_environments: Sequence['outputs.GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironmentResult'],
9544
9544
  deploy_pipeline_parameters: Sequence['outputs.GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineParameterResult'],
9545
9545
  description: str,
9546
9546
  display_name: str,
9547
- freeform_tags: Mapping[str, Any],
9547
+ freeform_tags: Mapping[str, str],
9548
9548
  id: str,
9549
9549
  lifecycle_details: str,
9550
9550
  project_id: str,
9551
9551
  state: str,
9552
- system_tags: Mapping[str, Any],
9552
+ system_tags: Mapping[str, str],
9553
9553
  time_created: str,
9554
9554
  time_updated: str):
9555
9555
  """
9556
9556
  :param str compartment_id: The OCID of the compartment in which to list resources.
9557
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
9557
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
9558
9558
  :param Sequence['GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifactArgs'] deploy_pipeline_artifacts: List of all artifacts used in the pipeline.
9559
9559
  :param Sequence['GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironmentArgs'] deploy_pipeline_environments: List of all environments used in the pipeline.
9560
9560
  :param Sequence['GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineParameterArgs'] deploy_pipeline_parameters: Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
9561
9561
  :param str description: Optional description about the deployment pipeline.
9562
9562
  :param str display_name: A filter to return only resources that match the entire display name given.
9563
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
9563
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
9564
9564
  :param str id: Unique identifier or OCID for listing a single resource by ID.
9565
9565
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
9566
9566
  :param str project_id: unique project identifier
9567
9567
  :param str state: A filter to return only DeployPipelines that matches the given lifecycleState.
9568
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
9568
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
9569
9569
  :param str time_created: Time the deployment pipeline was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
9570
9570
  :param str time_updated: Time the deployment pipeline was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
9571
9571
  """
@@ -9595,7 +9595,7 @@ class GetDeployPipelinesDeployPipelineCollectionItemResult(dict):
9595
9595
 
9596
9596
  @property
9597
9597
  @pulumi.getter(name="definedTags")
9598
- def defined_tags(self) -> Mapping[str, Any]:
9598
+ def defined_tags(self) -> Mapping[str, str]:
9599
9599
  """
9600
9600
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
9601
9601
  """
@@ -9643,7 +9643,7 @@ class GetDeployPipelinesDeployPipelineCollectionItemResult(dict):
9643
9643
 
9644
9644
  @property
9645
9645
  @pulumi.getter(name="freeformTags")
9646
- def freeform_tags(self) -> Mapping[str, Any]:
9646
+ def freeform_tags(self) -> Mapping[str, str]:
9647
9647
  """
9648
9648
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
9649
9649
  """
@@ -9683,7 +9683,7 @@ class GetDeployPipelinesDeployPipelineCollectionItemResult(dict):
9683
9683
 
9684
9684
  @property
9685
9685
  @pulumi.getter(name="systemTags")
9686
- def system_tags(self) -> Mapping[str, Any]:
9686
+ def system_tags(self) -> Mapping[str, str]:
9687
9687
  """
9688
9688
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
9689
9689
  """
@@ -10769,9 +10769,9 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10769
10769
  compute_instance_group_canary_deploy_stage_id: str,
10770
10770
  compute_instance_group_canary_traffic_shift_deploy_stage_id: str,
10771
10771
  compute_instance_group_deploy_environment_id: str,
10772
- config: Mapping[str, Any],
10772
+ config: Mapping[str, str],
10773
10773
  container_configs: Sequence['outputs.GetDeployStagesDeployStageCollectionItemContainerConfigResult'],
10774
- defined_tags: Mapping[str, Any],
10774
+ defined_tags: Mapping[str, str],
10775
10775
  deploy_artifact_id: str,
10776
10776
  deploy_artifact_ids: Sequence[str],
10777
10777
  deploy_environment_id_a: str,
@@ -10784,7 +10784,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10784
10784
  display_name: str,
10785
10785
  docker_image_deploy_artifact_id: str,
10786
10786
  failure_policies: Sequence['outputs.GetDeployStagesDeployStageCollectionItemFailurePolicyResult'],
10787
- freeform_tags: Mapping[str, Any],
10787
+ freeform_tags: Mapping[str, str],
10788
10788
  function_deploy_environment_id: str,
10789
10789
  function_timeout_in_seconds: int,
10790
10790
  green_backend_ips: Sequence['outputs.GetDeployStagesDeployStageCollectionItemGreenBackendIpResult'],
@@ -10821,7 +10821,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10821
10821
  should_skip_crds: bool,
10822
10822
  should_skip_render_subchart_notes: bool,
10823
10823
  state: str,
10824
- system_tags: Mapping[str, Any],
10824
+ system_tags: Mapping[str, str],
10825
10825
  test_load_balancer_configs: Sequence['outputs.GetDeployStagesDeployStageCollectionItemTestLoadBalancerConfigResult'],
10826
10826
  time_created: str,
10827
10827
  time_updated: str,
@@ -10841,9 +10841,9 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10841
10841
  :param str compute_instance_group_canary_deploy_stage_id: The OCID of an upstream compute instance group canary deployment stage ID in this pipeline.
10842
10842
  :param str compute_instance_group_canary_traffic_shift_deploy_stage_id: A compute instance group canary traffic shift stage OCID for load balancer.
10843
10843
  :param str compute_instance_group_deploy_environment_id: A compute instance group environment OCID for rolling deployment.
10844
- :param Mapping[str, Any] config: User provided key and value pair configuration, which is assigned through constants or parameter.
10844
+ :param Mapping[str, str] config: User provided key and value pair configuration, which is assigned through constants or parameter.
10845
10845
  :param Sequence['GetDeployStagesDeployStageCollectionItemContainerConfigArgs'] container_configs: Specifies the container configuration.
10846
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
10846
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
10847
10847
  :param str deploy_artifact_id: Optional artifact OCID. The artifact will be included in the body for the function invocation during the stage's execution. If the DeployArtifact.argumentSubstituitionMode is set to SUBSTITUTE_PLACEHOLDERS, then the pipeline parameter values will be used to replace the placeholders in the artifact content.
10848
10848
  :param Sequence[str] deploy_artifact_ids: The list of file artifact OCIDs to deploy.
10849
10849
  :param str deploy_environment_id_a: First compute instance group environment OCID for deployment.
@@ -10856,7 +10856,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10856
10856
  :param str display_name: A filter to return only resources that match the entire display name given.
10857
10857
  :param str docker_image_deploy_artifact_id: A Docker image artifact OCID.
10858
10858
  :param Sequence['GetDeployStagesDeployStageCollectionItemFailurePolicyArgs'] failure_policies: Specifies a failure policy for a compute instance group rolling deployment stage.
10859
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
10859
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
10860
10860
  :param str function_deploy_environment_id: Function environment OCID.
10861
10861
  :param int function_timeout_in_seconds: Timeout for execution of the Function. Value in seconds.
10862
10862
  :param Sequence['GetDeployStagesDeployStageCollectionItemGreenBackendIpArgs'] green_backend_ips: Collection of backend environment IP addresses.
@@ -10893,7 +10893,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10893
10893
  :param bool should_skip_crds: If set, no CRDs are installed. By default, CRDs are installed only if they are not present already. Set to false by default.
10894
10894
  :param bool should_skip_render_subchart_notes: If set, renders subchart notes along with the parent. Set to false by default.
10895
10895
  :param str state: A filter to return only deployment stages that matches the given lifecycle state.
10896
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
10896
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
10897
10897
  :param Sequence['GetDeployStagesDeployStageCollectionItemTestLoadBalancerConfigArgs'] test_load_balancer_configs: Specifies config for load balancer traffic shift stages. The Load Balancer specified here should be an Application Load Balancer type. Network Load Balancers are not supported.
10898
10898
  :param str time_created: Time the deployment stage was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
10899
10899
  :param str time_updated: Time the deployment stage was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
@@ -11064,7 +11064,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
11064
11064
 
11065
11065
  @property
11066
11066
  @pulumi.getter
11067
- def config(self) -> Mapping[str, Any]:
11067
+ def config(self) -> Mapping[str, str]:
11068
11068
  """
11069
11069
  User provided key and value pair configuration, which is assigned through constants or parameter.
11070
11070
  """
@@ -11080,7 +11080,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
11080
11080
 
11081
11081
  @property
11082
11082
  @pulumi.getter(name="definedTags")
11083
- def defined_tags(self) -> Mapping[str, Any]:
11083
+ def defined_tags(self) -> Mapping[str, str]:
11084
11084
  """
11085
11085
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
11086
11086
  """
@@ -11184,7 +11184,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
11184
11184
 
11185
11185
  @property
11186
11186
  @pulumi.getter(name="freeformTags")
11187
- def freeform_tags(self) -> Mapping[str, Any]:
11187
+ def freeform_tags(self) -> Mapping[str, str]:
11188
11188
  """
11189
11189
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
11190
11190
  """
@@ -11480,7 +11480,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
11480
11480
 
11481
11481
  @property
11482
11482
  @pulumi.getter(name="systemTags")
11483
- def system_tags(self) -> Mapping[str, Any]:
11483
+ def system_tags(self) -> Mapping[str, str]:
11484
11484
  """
11485
11485
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
11486
11486
  """
@@ -12682,11 +12682,11 @@ class GetDeploymentDeploymentArgumentItemResult(dict):
12682
12682
  @pulumi.output_type
12683
12683
  class GetDeploymentDeploymentExecutionProgressResult(dict):
12684
12684
  def __init__(__self__, *,
12685
- deploy_stage_execution_progress: Mapping[str, Any],
12685
+ deploy_stage_execution_progress: Mapping[str, str],
12686
12686
  time_finished: str,
12687
12687
  time_started: str):
12688
12688
  """
12689
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
12689
+ :param Mapping[str, str] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
12690
12690
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12691
12691
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12692
12692
  """
@@ -12696,7 +12696,7 @@ class GetDeploymentDeploymentExecutionProgressResult(dict):
12696
12696
 
12697
12697
  @property
12698
12698
  @pulumi.getter(name="deployStageExecutionProgress")
12699
- def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
12699
+ def deploy_stage_execution_progress(self) -> Mapping[str, str]:
12700
12700
  """
12701
12701
  Map of stage OCIDs to deploy stage execution progress model.
12702
12702
  """
@@ -12741,7 +12741,7 @@ class GetDeploymentsDeploymentCollectionResult(dict):
12741
12741
  class GetDeploymentsDeploymentCollectionItemResult(dict):
12742
12742
  def __init__(__self__, *,
12743
12743
  compartment_id: str,
12744
- defined_tags: Mapping[str, Any],
12744
+ defined_tags: Mapping[str, str],
12745
12745
  deploy_artifact_override_arguments: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeployArtifactOverrideArgumentResult'],
12746
12746
  deploy_pipeline_artifacts: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeployPipelineArtifactResult'],
12747
12747
  deploy_pipeline_environments: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeployPipelineEnvironmentResult'],
@@ -12752,19 +12752,19 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
12752
12752
  deployment_execution_progresses: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult'],
12753
12753
  deployment_type: str,
12754
12754
  display_name: str,
12755
- freeform_tags: Mapping[str, Any],
12755
+ freeform_tags: Mapping[str, str],
12756
12756
  id: str,
12757
12757
  lifecycle_details: str,
12758
12758
  previous_deployment_id: str,
12759
12759
  project_id: str,
12760
12760
  state: str,
12761
- system_tags: Mapping[str, Any],
12761
+ system_tags: Mapping[str, str],
12762
12762
  time_created: str,
12763
12763
  time_updated: str,
12764
12764
  trigger_new_devops_deployment: bool):
12765
12765
  """
12766
12766
  :param str compartment_id: The OCID of the compartment in which to list resources.
12767
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
12767
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
12768
12768
  :param Sequence['GetDeploymentsDeploymentCollectionItemDeployArtifactOverrideArgumentArgs'] deploy_artifact_override_arguments: Specifies the list of artifact override arguments at the time of deployment.
12769
12769
  :param Sequence['GetDeploymentsDeploymentCollectionItemDeployPipelineArtifactArgs'] deploy_pipeline_artifacts: List of all artifacts used in the pipeline.
12770
12770
  :param Sequence['GetDeploymentsDeploymentCollectionItemDeployPipelineEnvironmentArgs'] deploy_pipeline_environments: List of all environments used in the pipeline.
@@ -12775,13 +12775,13 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
12775
12775
  :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressArgs'] deployment_execution_progresses: The execution progress details of a deployment.
12776
12776
  :param str deployment_type: Specifies type of Deployment
12777
12777
  :param str display_name: A filter to return only resources that match the entire display name given.
12778
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
12778
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
12779
12779
  :param str id: Unique identifier or OCID for listing a single resource by ID.
12780
12780
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
12781
12781
  :param str previous_deployment_id: Specifies the OCID of the previous deployment to be redeployed.
12782
12782
  :param str project_id: unique project identifier
12783
12783
  :param str state: A filter to return only Deployments that matches the given lifecycleState.
12784
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
12784
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
12785
12785
  :param str time_created: Time the deployment was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12786
12786
  :param str time_updated: Time the deployment was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12787
12787
  """
@@ -12818,7 +12818,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
12818
12818
 
12819
12819
  @property
12820
12820
  @pulumi.getter(name="definedTags")
12821
- def defined_tags(self) -> Mapping[str, Any]:
12821
+ def defined_tags(self) -> Mapping[str, str]:
12822
12822
  """
12823
12823
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
12824
12824
  """
@@ -12906,7 +12906,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
12906
12906
 
12907
12907
  @property
12908
12908
  @pulumi.getter(name="freeformTags")
12909
- def freeform_tags(self) -> Mapping[str, Any]:
12909
+ def freeform_tags(self) -> Mapping[str, str]:
12910
12910
  """
12911
12911
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
12912
12912
  """
@@ -12954,7 +12954,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
12954
12954
 
12955
12955
  @property
12956
12956
  @pulumi.getter(name="systemTags")
12957
- def system_tags(self) -> Mapping[str, Any]:
12957
+ def system_tags(self) -> Mapping[str, str]:
12958
12958
  """
12959
12959
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
12960
12960
  """
@@ -13358,11 +13358,11 @@ class GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult(dict):
13358
13358
  @pulumi.output_type
13359
13359
  class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(dict):
13360
13360
  def __init__(__self__, *,
13361
- deploy_stage_execution_progress: Mapping[str, Any],
13361
+ deploy_stage_execution_progress: Mapping[str, str],
13362
13362
  time_finished: str,
13363
13363
  time_started: str):
13364
13364
  """
13365
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
13365
+ :param Mapping[str, str] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
13366
13366
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13367
13367
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13368
13368
  """
@@ -13372,7 +13372,7 @@ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(di
13372
13372
 
13373
13373
  @property
13374
13374
  @pulumi.getter(name="deployStageExecutionProgress")
13375
- def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
13375
+ def deploy_stage_execution_progress(self) -> Mapping[str, str]:
13376
13376
  """
13377
13377
  Map of stage OCIDs to deploy stage execution progress model.
13378
13378
  """
@@ -13644,30 +13644,30 @@ class GetProjectsProjectCollectionResult(dict):
13644
13644
  class GetProjectsProjectCollectionItemResult(dict):
13645
13645
  def __init__(__self__, *,
13646
13646
  compartment_id: str,
13647
- defined_tags: Mapping[str, Any],
13647
+ defined_tags: Mapping[str, str],
13648
13648
  description: str,
13649
- freeform_tags: Mapping[str, Any],
13649
+ freeform_tags: Mapping[str, str],
13650
13650
  id: str,
13651
13651
  lifecycle_details: str,
13652
13652
  name: str,
13653
13653
  namespace: str,
13654
13654
  notification_configs: Sequence['outputs.GetProjectsProjectCollectionItemNotificationConfigResult'],
13655
13655
  state: str,
13656
- system_tags: Mapping[str, Any],
13656
+ system_tags: Mapping[str, str],
13657
13657
  time_created: str,
13658
13658
  time_updated: str):
13659
13659
  """
13660
13660
  :param str compartment_id: The OCID of the compartment in which to list resources.
13661
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13661
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13662
13662
  :param str description: Project description.
13663
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
13663
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
13664
13664
  :param str id: Unique identifier or OCID for listing a single resource by ID.
13665
13665
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
13666
13666
  :param str name: A filter to return only resources that match the entire name given.
13667
13667
  :param str namespace: Namespace associated with the project.
13668
13668
  :param Sequence['GetProjectsProjectCollectionItemNotificationConfigArgs'] notification_configs: Notification configuration for the project.
13669
13669
  :param str state: A filter to return only Projects that matches the given lifecycleState.
13670
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13670
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13671
13671
  :param str time_created: Time the project was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13672
13672
  :param str time_updated: Time the project was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13673
13673
  """
@@ -13695,7 +13695,7 @@ class GetProjectsProjectCollectionItemResult(dict):
13695
13695
 
13696
13696
  @property
13697
13697
  @pulumi.getter(name="definedTags")
13698
- def defined_tags(self) -> Mapping[str, Any]:
13698
+ def defined_tags(self) -> Mapping[str, str]:
13699
13699
  """
13700
13700
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13701
13701
  """
@@ -13711,7 +13711,7 @@ class GetProjectsProjectCollectionItemResult(dict):
13711
13711
 
13712
13712
  @property
13713
13713
  @pulumi.getter(name="freeformTags")
13714
- def freeform_tags(self) -> Mapping[str, Any]:
13714
+ def freeform_tags(self) -> Mapping[str, str]:
13715
13715
  """
13716
13716
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
13717
13717
  """
@@ -13767,7 +13767,7 @@ class GetProjectsProjectCollectionItemResult(dict):
13767
13767
 
13768
13768
  @property
13769
13769
  @pulumi.getter(name="systemTags")
13770
- def system_tags(self) -> Mapping[str, Any]:
13770
+ def system_tags(self) -> Mapping[str, str]:
13771
13771
  """
13772
13772
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13773
13773
  """
@@ -13889,9 +13889,9 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13889
13889
  commit_count: int,
13890
13890
  compartment_id: str,
13891
13891
  default_branch: str,
13892
- defined_tags: Mapping[str, Any],
13892
+ defined_tags: Mapping[str, str],
13893
13893
  description: str,
13894
- freeform_tags: Mapping[str, Any],
13894
+ freeform_tags: Mapping[str, str],
13895
13895
  http_url: str,
13896
13896
  id: str,
13897
13897
  lifecycle_details: str,
@@ -13905,7 +13905,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13905
13905
  size_in_bytes: str,
13906
13906
  ssh_url: str,
13907
13907
  state: str,
13908
- system_tags: Mapping[str, Any],
13908
+ system_tags: Mapping[str, str],
13909
13909
  time_created: str,
13910
13910
  time_updated: str,
13911
13911
  trigger_build_events: Sequence[str]):
@@ -13914,9 +13914,9 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13914
13914
  :param int commit_count: The count of the commits present in the repository.
13915
13915
  :param str compartment_id: The OCID of the compartment in which to list resources.
13916
13916
  :param str default_branch: The default branch of the repository.
13917
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13917
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13918
13918
  :param str description: Details of the repository. Avoid entering confidential information.
13919
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
13919
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
13920
13920
  :param str http_url: HTTP URL that you use to git clone, pull and push.
13921
13921
  :param str id: The OCID of the repository. This value is unique and immutable.
13922
13922
  :param 'GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigArgs' mirror_repository_config: Configuration information for mirroring the repository.
@@ -13929,7 +13929,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13929
13929
  :param str size_in_bytes: The size of the repository in bytes.
13930
13930
  :param str ssh_url: SSH URL that you use to git clone, pull and push.
13931
13931
  :param str state: A filter to return only resources whose lifecycle state matches the given lifecycle state.
13932
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13932
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13933
13933
  :param str time_created: The time the repository was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13934
13934
  :param str time_updated: The time the repository was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13935
13935
  :param Sequence[str] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
@@ -13993,7 +13993,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13993
13993
 
13994
13994
  @property
13995
13995
  @pulumi.getter(name="definedTags")
13996
- def defined_tags(self) -> Mapping[str, Any]:
13996
+ def defined_tags(self) -> Mapping[str, str]:
13997
13997
  """
13998
13998
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13999
13999
  """
@@ -14009,7 +14009,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
14009
14009
 
14010
14010
  @property
14011
14011
  @pulumi.getter(name="freeformTags")
14012
- def freeform_tags(self) -> Mapping[str, Any]:
14012
+ def freeform_tags(self) -> Mapping[str, str]:
14013
14013
  """
14014
14014
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14015
14015
  """
@@ -14118,7 +14118,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
14118
14118
 
14119
14119
  @property
14120
14120
  @pulumi.getter(name="systemTags")
14121
- def system_tags(self) -> Mapping[str, Any]:
14121
+ def system_tags(self) -> Mapping[str, str]:
14122
14122
  """
14123
14123
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14124
14124
  """
@@ -14222,12 +14222,12 @@ class GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigTriggerSchedu
14222
14222
  class GetRepositoryAuthorItemResult(dict):
14223
14223
  def __init__(__self__, *,
14224
14224
  author_name: str,
14225
- defined_tags: Mapping[str, Any],
14226
- freeform_tags: Mapping[str, Any]):
14225
+ defined_tags: Mapping[str, str],
14226
+ freeform_tags: Mapping[str, str]):
14227
14227
  """
14228
14228
  :param str author_name: Author name.
14229
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14230
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14229
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14230
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14231
14231
  """
14232
14232
  pulumi.set(__self__, "author_name", author_name)
14233
14233
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -14243,7 +14243,7 @@ class GetRepositoryAuthorItemResult(dict):
14243
14243
 
14244
14244
  @property
14245
14245
  @pulumi.getter(name="definedTags")
14246
- def defined_tags(self) -> Mapping[str, Any]:
14246
+ def defined_tags(self) -> Mapping[str, str]:
14247
14247
  """
14248
14248
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14249
14249
  """
@@ -14251,7 +14251,7 @@ class GetRepositoryAuthorItemResult(dict):
14251
14251
 
14252
14252
  @property
14253
14253
  @pulumi.getter(name="freeformTags")
14254
- def freeform_tags(self) -> Mapping[str, Any]:
14254
+ def freeform_tags(self) -> Mapping[str, str]:
14255
14255
  """
14256
14256
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14257
14257
  """
@@ -14307,14 +14307,14 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionResult(dict):
14307
14307
  class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
14308
14308
  def __init__(__self__, *,
14309
14309
  author_name: str,
14310
- defined_tags: Mapping[str, Any],
14311
- freeform_tags: Mapping[str, Any],
14312
- system_tags: Mapping[str, Any]):
14310
+ defined_tags: Mapping[str, str],
14311
+ freeform_tags: Mapping[str, str],
14312
+ system_tags: Mapping[str, str]):
14313
14313
  """
14314
14314
  :param str author_name: Author name.
14315
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14316
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14317
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14315
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14316
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14317
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14318
14318
  """
14319
14319
  pulumi.set(__self__, "author_name", author_name)
14320
14320
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -14331,7 +14331,7 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
14331
14331
 
14332
14332
  @property
14333
14333
  @pulumi.getter(name="definedTags")
14334
- def defined_tags(self) -> Mapping[str, Any]:
14334
+ def defined_tags(self) -> Mapping[str, str]:
14335
14335
  """
14336
14336
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
14337
14337
  """
@@ -14339,7 +14339,7 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
14339
14339
 
14340
14340
  @property
14341
14341
  @pulumi.getter(name="freeformTags")
14342
- def freeform_tags(self) -> Mapping[str, Any]:
14342
+ def freeform_tags(self) -> Mapping[str, str]:
14343
14343
  """
14344
14344
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14345
14345
  """
@@ -14347,7 +14347,7 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
14347
14347
 
14348
14348
  @property
14349
14349
  @pulumi.getter(name="systemTags")
14350
- def system_tags(self) -> Mapping[str, Any]:
14350
+ def system_tags(self) -> Mapping[str, str]:
14351
14351
  """
14352
14352
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14353
14353
  """
@@ -14402,8 +14402,8 @@ class GetRepositoryCommitsRepositoryCommitCollectionItemResult(dict):
14402
14402
  commit_message: str,
14403
14403
  committer_email: str,
14404
14404
  committer_name: str,
14405
- defined_tags: Mapping[str, Any],
14406
- freeform_tags: Mapping[str, Any],
14405
+ defined_tags: Mapping[str, str],
14406
+ freeform_tags: Mapping[str, str],
14407
14407
  parent_commit_ids: Sequence[str],
14408
14408
  time_created: str,
14409
14409
  tree_id: str):
@@ -14480,12 +14480,12 @@ class GetRepositoryCommitsRepositoryCommitCollectionItemResult(dict):
14480
14480
 
14481
14481
  @property
14482
14482
  @pulumi.getter(name="definedTags")
14483
- def defined_tags(self) -> Mapping[str, Any]:
14483
+ def defined_tags(self) -> Mapping[str, str]:
14484
14484
  return pulumi.get(self, "defined_tags")
14485
14485
 
14486
14486
  @property
14487
14487
  @pulumi.getter(name="freeformTags")
14488
- def freeform_tags(self) -> Mapping[str, Any]:
14488
+ def freeform_tags(self) -> Mapping[str, str]:
14489
14489
  return pulumi.get(self, "freeform_tags")
14490
14490
 
14491
14491
  @property
@@ -14672,7 +14672,7 @@ class GetRepositoryDiffsDiffCollectionItemResult(dict):
14672
14672
  def __init__(__self__, *,
14673
14673
  are_conflicts_in_file: bool,
14674
14674
  changes: Sequence['outputs.GetRepositoryDiffsDiffCollectionItemChangeResult'],
14675
- freeform_tags: Mapping[str, Any],
14675
+ freeform_tags: Mapping[str, str],
14676
14676
  is_binary: bool,
14677
14677
  is_large: bool,
14678
14678
  new_id: str,
@@ -14717,7 +14717,7 @@ class GetRepositoryDiffsDiffCollectionItemResult(dict):
14717
14717
 
14718
14718
  @property
14719
14719
  @pulumi.getter(name="freeformTags")
14720
- def freeform_tags(self) -> Mapping[str, Any]:
14720
+ def freeform_tags(self) -> Mapping[str, str]:
14721
14721
  return pulumi.get(self, "freeform_tags")
14722
14722
 
14723
14723
  @property
@@ -15151,7 +15151,7 @@ class GetRepositoryMirrorRecordsRepositoryMirrorRecordCollectionResult(dict):
15151
15151
  @pulumi.output_type
15152
15152
  class GetRepositoryMirrorRecordsRepositoryMirrorRecordCollectionItemResult(dict):
15153
15153
  def __init__(__self__, *,
15154
- freeform_tags: Mapping[str, Any],
15154
+ freeform_tags: Mapping[str, str],
15155
15155
  mirror_status: str,
15156
15156
  time_completed: str,
15157
15157
  time_enqueued: str,
@@ -15172,7 +15172,7 @@ class GetRepositoryMirrorRecordsRepositoryMirrorRecordCollectionItemResult(dict)
15172
15172
 
15173
15173
  @property
15174
15174
  @pulumi.getter(name="freeformTags")
15175
- def freeform_tags(self) -> Mapping[str, Any]:
15175
+ def freeform_tags(self) -> Mapping[str, str]:
15176
15176
  return pulumi.get(self, "freeform_tags")
15177
15177
 
15178
15178
  @property
@@ -15285,8 +15285,8 @@ class GetRepositoryMirrorRepositoryConfigTriggerScheduleResult(dict):
15285
15285
  @pulumi.output_type
15286
15286
  class GetRepositoryPathItemResult(dict):
15287
15287
  def __init__(__self__, *,
15288
- defined_tags: Mapping[str, Any],
15289
- freeform_tags: Mapping[str, Any],
15288
+ defined_tags: Mapping[str, str],
15289
+ freeform_tags: Mapping[str, str],
15290
15290
  name: str,
15291
15291
  path: str,
15292
15292
  sha: str,
@@ -15294,8 +15294,8 @@ class GetRepositoryPathItemResult(dict):
15294
15294
  submodule_git_url: str,
15295
15295
  type: str):
15296
15296
  """
15297
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15298
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15297
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15298
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15299
15299
  :param str name: Name of file or directory.
15300
15300
  :param str path: Path to file or directory in a repository.
15301
15301
  :param str sha: SHA-1 checksum of blob or tree.
@@ -15314,7 +15314,7 @@ class GetRepositoryPathItemResult(dict):
15314
15314
 
15315
15315
  @property
15316
15316
  @pulumi.getter(name="definedTags")
15317
- def defined_tags(self) -> Mapping[str, Any]:
15317
+ def defined_tags(self) -> Mapping[str, str]:
15318
15318
  """
15319
15319
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15320
15320
  """
@@ -15322,7 +15322,7 @@ class GetRepositoryPathItemResult(dict):
15322
15322
 
15323
15323
  @property
15324
15324
  @pulumi.getter(name="freeformTags")
15325
- def freeform_tags(self) -> Mapping[str, Any]:
15325
+ def freeform_tags(self) -> Mapping[str, str]:
15326
15326
  """
15327
15327
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15328
15328
  """
@@ -15431,24 +15431,24 @@ class GetRepositoryPathsRepositoryPathCollectionResult(dict):
15431
15431
  @pulumi.output_type
15432
15432
  class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
15433
15433
  def __init__(__self__, *,
15434
- defined_tags: Mapping[str, Any],
15435
- freeform_tags: Mapping[str, Any],
15434
+ defined_tags: Mapping[str, str],
15435
+ freeform_tags: Mapping[str, str],
15436
15436
  name: str,
15437
15437
  path: str,
15438
15438
  sha: str,
15439
15439
  size_in_bytes: str,
15440
15440
  submodule_git_url: str,
15441
- system_tags: Mapping[str, Any],
15441
+ system_tags: Mapping[str, str],
15442
15442
  type: str):
15443
15443
  """
15444
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15445
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15444
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15445
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15446
15446
  :param str name: Name of file or directory.
15447
15447
  :param str path: Path to file or directory in a repository.
15448
15448
  :param str sha: SHA-1 checksum of blob or tree.
15449
15449
  :param str size_in_bytes: Size of file or directory.
15450
15450
  :param str submodule_git_url: The git URL of the submodule.
15451
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15451
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15452
15452
  :param str type: File or directory.
15453
15453
  """
15454
15454
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -15463,7 +15463,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
15463
15463
 
15464
15464
  @property
15465
15465
  @pulumi.getter(name="definedTags")
15466
- def defined_tags(self) -> Mapping[str, Any]:
15466
+ def defined_tags(self) -> Mapping[str, str]:
15467
15467
  """
15468
15468
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15469
15469
  """
@@ -15471,7 +15471,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
15471
15471
 
15472
15472
  @property
15473
15473
  @pulumi.getter(name="freeformTags")
15474
- def freeform_tags(self) -> Mapping[str, Any]:
15474
+ def freeform_tags(self) -> Mapping[str, str]:
15475
15475
  """
15476
15476
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15477
15477
  """
@@ -15519,7 +15519,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
15519
15519
 
15520
15520
  @property
15521
15521
  @pulumi.getter(name="systemTags")
15522
- def system_tags(self) -> Mapping[str, Any]:
15522
+ def system_tags(self) -> Mapping[str, str]:
15523
15523
  """
15524
15524
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15525
15525
  """
@@ -15589,16 +15589,16 @@ class GetRepositoryProtectedBranchesProtectedBranchCollectionResult(dict):
15589
15589
  class GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult(dict):
15590
15590
  def __init__(__self__, *,
15591
15591
  branch_name: str,
15592
- defined_tags: Mapping[str, Any],
15593
- freeform_tags: Mapping[str, Any],
15592
+ defined_tags: Mapping[str, str],
15593
+ freeform_tags: Mapping[str, str],
15594
15594
  protection_levels: Sequence[str],
15595
- system_tags: Mapping[str, Any]):
15595
+ system_tags: Mapping[str, str]):
15596
15596
  """
15597
15597
  :param str branch_name: Branch name inside a repository.
15598
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15599
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15598
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15599
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15600
15600
  :param Sequence[str] protection_levels: Protection level to be added on the branch.
15601
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15601
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15602
15602
  """
15603
15603
  pulumi.set(__self__, "branch_name", branch_name)
15604
15604
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -15616,7 +15616,7 @@ class GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult(dict):
15616
15616
 
15617
15617
  @property
15618
15618
  @pulumi.getter(name="definedTags")
15619
- def defined_tags(self) -> Mapping[str, Any]:
15619
+ def defined_tags(self) -> Mapping[str, str]:
15620
15620
  """
15621
15621
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15622
15622
  """
@@ -15624,7 +15624,7 @@ class GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult(dict):
15624
15624
 
15625
15625
  @property
15626
15626
  @pulumi.getter(name="freeformTags")
15627
- def freeform_tags(self) -> Mapping[str, Any]:
15627
+ def freeform_tags(self) -> Mapping[str, str]:
15628
15628
  """
15629
15629
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15630
15630
  """
@@ -15640,7 +15640,7 @@ class GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult(dict):
15640
15640
 
15641
15641
  @property
15642
15642
  @pulumi.getter(name="systemTags")
15643
- def system_tags(self) -> Mapping[str, Any]:
15643
+ def system_tags(self) -> Mapping[str, str]:
15644
15644
  """
15645
15645
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15646
15646
  """
@@ -15690,8 +15690,8 @@ class GetRepositoryRefsRepositoryRefCollectionResult(dict):
15690
15690
  class GetRepositoryRefsRepositoryRefCollectionItemResult(dict):
15691
15691
  def __init__(__self__, *,
15692
15692
  commit_id: str,
15693
- defined_tags: Mapping[str, Any],
15694
- freeform_tags: Mapping[str, Any],
15693
+ defined_tags: Mapping[str, str],
15694
+ freeform_tags: Mapping[str, str],
15695
15695
  full_ref_name: str,
15696
15696
  id: str,
15697
15697
  object_id: str,
@@ -15700,8 +15700,8 @@ class GetRepositoryRefsRepositoryRefCollectionItemResult(dict):
15700
15700
  repository_id: str):
15701
15701
  """
15702
15702
  :param str commit_id: Commit ID in a repository.
15703
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15704
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15703
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15704
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15705
15705
  :param str full_ref_name: Unique full reference name inside a repository.
15706
15706
  :param str object_id: SHA-1 hash value of the object pointed to by the tag.
15707
15707
  :param str ref_name: A filter to return only resources that match the given reference name.
@@ -15728,7 +15728,7 @@ class GetRepositoryRefsRepositoryRefCollectionItemResult(dict):
15728
15728
 
15729
15729
  @property
15730
15730
  @pulumi.getter(name="definedTags")
15731
- def defined_tags(self) -> Mapping[str, Any]:
15731
+ def defined_tags(self) -> Mapping[str, str]:
15732
15732
  """
15733
15733
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15734
15734
  """
@@ -15736,7 +15736,7 @@ class GetRepositoryRefsRepositoryRefCollectionItemResult(dict):
15736
15736
 
15737
15737
  @property
15738
15738
  @pulumi.getter(name="freeformTags")
15739
- def freeform_tags(self) -> Mapping[str, Any]:
15739
+ def freeform_tags(self) -> Mapping[str, str]:
15740
15740
  """
15741
15741
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15742
15742
  """
@@ -16192,16 +16192,16 @@ class GetTriggersTriggerCollectionItemResult(dict):
16192
16192
  actions: Sequence['outputs.GetTriggersTriggerCollectionItemActionResult'],
16193
16193
  compartment_id: str,
16194
16194
  connection_id: str,
16195
- defined_tags: Mapping[str, Any],
16195
+ defined_tags: Mapping[str, str],
16196
16196
  description: str,
16197
16197
  display_name: str,
16198
- freeform_tags: Mapping[str, Any],
16198
+ freeform_tags: Mapping[str, str],
16199
16199
  id: str,
16200
16200
  lifecycle_details: str,
16201
16201
  project_id: str,
16202
16202
  repository_id: str,
16203
16203
  state: str,
16204
- system_tags: Mapping[str, Any],
16204
+ system_tags: Mapping[str, str],
16205
16205
  time_created: str,
16206
16206
  time_updated: str,
16207
16207
  trigger_source: str,
@@ -16209,16 +16209,16 @@ class GetTriggersTriggerCollectionItemResult(dict):
16209
16209
  """
16210
16210
  :param Sequence['GetTriggersTriggerCollectionItemActionArgs'] actions: The list of actions that are to be performed for this trigger.
16211
16211
  :param str compartment_id: The OCID of the compartment in which to list resources.
16212
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
16212
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
16213
16213
  :param str description: Description about the trigger.
16214
16214
  :param str display_name: A filter to return only resources that match the entire display name given.
16215
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
16215
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
16216
16216
  :param str id: Unique trigger identifier.
16217
16217
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
16218
16218
  :param str project_id: unique project identifier
16219
16219
  :param str repository_id: The OCID of the DevOps code repository.
16220
16220
  :param str state: A filter to return only triggers that matches the given lifecycle state.
16221
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
16221
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
16222
16222
  :param str time_created: The time the trigger was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
16223
16223
  :param str time_updated: The time the trigger was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
16224
16224
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
@@ -16265,7 +16265,7 @@ class GetTriggersTriggerCollectionItemResult(dict):
16265
16265
 
16266
16266
  @property
16267
16267
  @pulumi.getter(name="definedTags")
16268
- def defined_tags(self) -> Mapping[str, Any]:
16268
+ def defined_tags(self) -> Mapping[str, str]:
16269
16269
  """
16270
16270
  Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
16271
16271
  """
@@ -16289,7 +16289,7 @@ class GetTriggersTriggerCollectionItemResult(dict):
16289
16289
 
16290
16290
  @property
16291
16291
  @pulumi.getter(name="freeformTags")
16292
- def freeform_tags(self) -> Mapping[str, Any]:
16292
+ def freeform_tags(self) -> Mapping[str, str]:
16293
16293
  """
16294
16294
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
16295
16295
  """
@@ -16337,7 +16337,7 @@ class GetTriggersTriggerCollectionItemResult(dict):
16337
16337
 
16338
16338
  @property
16339
16339
  @pulumi.getter(name="systemTags")
16340
- def system_tags(self) -> Mapping[str, Any]:
16340
+ def system_tags(self) -> Mapping[str, str]:
16341
16341
  """
16342
16342
  Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
16343
16343
  """