pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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 (307) hide show
  1. pulumi_oci/__init__.py +40 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,7 @@ class DbSystemArgs:
40
40
  The set of arguments for constructing a DbSystem resource.
41
41
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the database system.
42
42
  :param pulumi.Input[str] db_version: Version of database system software.
43
- :param pulumi.Input[str] display_name: Display name of the database instance node. Avoid entering confidential information.
43
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
44
44
  :param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: Network details for the database system.
45
45
  :param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
46
46
  :param pulumi.Input['DbSystemStorageDetailsArgs'] storage_details: (Updatable) Storage details of the database system.
@@ -48,7 +48,7 @@ class DbSystemArgs:
48
48
  :param pulumi.Input[str] config_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the configuration associated with the database system.
49
49
  :param pulumi.Input['DbSystemCredentialsArgs'] credentials: Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
50
50
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
51
- :param pulumi.Input[str] description: A user-provided description of the database instance node.
51
+ :param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
52
52
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
53
53
  :param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
54
54
  :param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
@@ -126,7 +126,7 @@ class DbSystemArgs:
126
126
  @pulumi.getter(name="displayName")
127
127
  def display_name(self) -> pulumi.Input[str]:
128
128
  """
129
- Display name of the database instance node. Avoid entering confidential information.
129
+ (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
130
130
  """
131
131
  return pulumi.get(self, "display_name")
132
132
 
@@ -222,7 +222,7 @@ class DbSystemArgs:
222
222
  @pulumi.getter
223
223
  def description(self) -> Optional[pulumi.Input[str]]:
224
224
  """
225
- A user-provided description of the database instance node.
225
+ (Updatable) A user-provided description of a database system.
226
226
  """
227
227
  return pulumi.get(self, "description")
228
228
 
@@ -382,8 +382,8 @@ class _DbSystemState:
382
382
  :param pulumi.Input['DbSystemCredentialsArgs'] credentials: Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
383
383
  :param pulumi.Input[str] db_version: Version of database system software.
384
384
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
385
- :param pulumi.Input[str] description: A user-provided description of the database instance node.
386
- :param pulumi.Input[str] display_name: Display name of the database instance node. Avoid entering confidential information.
385
+ :param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
386
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
387
387
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
388
388
  :param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
389
389
  :param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
@@ -550,7 +550,7 @@ class _DbSystemState:
550
550
  @pulumi.getter
551
551
  def description(self) -> Optional[pulumi.Input[str]]:
552
552
  """
553
- A user-provided description of the database instance node.
553
+ (Updatable) A user-provided description of a database system.
554
554
  """
555
555
  return pulumi.get(self, "description")
556
556
 
@@ -562,7 +562,7 @@ class _DbSystemState:
562
562
  @pulumi.getter(name="displayName")
563
563
  def display_name(self) -> Optional[pulumi.Input[str]]:
564
564
  """
565
- Display name of the database instance node. Avoid entering confidential information.
565
+ (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
566
566
  """
567
567
  return pulumi.get(self, "display_name")
568
568
 
@@ -909,8 +909,8 @@ class DbSystem(pulumi.CustomResource):
909
909
  :param pulumi.Input[pulumi.InputType['DbSystemCredentialsArgs']] credentials: Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
910
910
  :param pulumi.Input[str] db_version: Version of database system software.
911
911
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
912
- :param pulumi.Input[str] description: A user-provided description of the database instance node.
913
- :param pulumi.Input[str] display_name: Display name of the database instance node. Avoid entering confidential information.
912
+ :param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
913
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
914
914
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
915
915
  :param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
916
916
  :param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
@@ -1152,8 +1152,8 @@ class DbSystem(pulumi.CustomResource):
1152
1152
  :param pulumi.Input[pulumi.InputType['DbSystemCredentialsArgs']] credentials: Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
1153
1153
  :param pulumi.Input[str] db_version: Version of database system software.
1154
1154
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1155
- :param pulumi.Input[str] description: A user-provided description of the database instance node.
1156
- :param pulumi.Input[str] display_name: Display name of the database instance node. Avoid entering confidential information.
1155
+ :param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
1156
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
1157
1157
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1158
1158
  :param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
1159
1159
  :param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
@@ -1270,7 +1270,7 @@ class DbSystem(pulumi.CustomResource):
1270
1270
  @pulumi.getter
1271
1271
  def description(self) -> pulumi.Output[str]:
1272
1272
  """
1273
- A user-provided description of the database instance node.
1273
+ (Updatable) A user-provided description of a database system.
1274
1274
  """
1275
1275
  return pulumi.get(self, "description")
1276
1276
 
@@ -1278,7 +1278,7 @@ class DbSystem(pulumi.CustomResource):
1278
1278
  @pulumi.getter(name="displayName")
1279
1279
  def display_name(self) -> pulumi.Output[str]:
1280
1280
  """
1281
- Display name of the database instance node. Avoid entering confidential information.
1281
+ (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
1282
1282
  """
1283
1283
  return pulumi.get(self, "display_name")
1284
1284
 
@@ -135,7 +135,7 @@ class ConfigurationConfigurationDetail(dict):
135
135
  def __init__(__self__, *,
136
136
  items: Optional[Sequence['outputs.ConfigurationConfigurationDetailItem']] = None):
137
137
  """
138
- :param Sequence['ConfigurationConfigurationDetailItemArgs'] items: List of configuration overridden values.
138
+ :param Sequence['ConfigurationConfigurationDetailItemArgs'] items: List of ConfigParms object.
139
139
  """
140
140
  if items is not None:
141
141
  pulumi.set(__self__, "items", items)
@@ -144,7 +144,7 @@ class ConfigurationConfigurationDetail(dict):
144
144
  @pulumi.getter
145
145
  def items(self) -> Optional[Sequence['outputs.ConfigurationConfigurationDetailItem']]:
146
146
  """
147
- List of configuration overridden values.
147
+ List of ConfigParms object.
148
148
  """
149
149
  return pulumi.get(self, "items")
150
150
 
@@ -191,13 +191,13 @@ class ConfigurationConfigurationDetailItem(dict):
191
191
  overriden_config_value: Optional[str] = None):
192
192
  """
193
193
  :param str allowed_values: Range or list of allowed values.
194
- :param str config_key: Configuration variable name.
194
+ :param str config_key: The configuration variable name.
195
195
  :param str data_type: Data type of the variable.
196
196
  :param str default_config_value: Default value for the configuration variable.
197
197
  :param str description: (Updatable) Details about the configuration set.
198
198
  :param bool is_overridable: Whether the value can be overridden or not.
199
199
  :param bool is_restart_required: If true, modifying this configuration value will require a restart of the database.
200
- :param str overriden_config_value: User-selected variable value.
200
+ :param str overriden_config_value: User-selected configuration variable value.
201
201
  """
202
202
  if allowed_values is not None:
203
203
  pulumi.set(__self__, "allowed_values", allowed_values)
@@ -228,7 +228,7 @@ class ConfigurationConfigurationDetailItem(dict):
228
228
  @pulumi.getter(name="configKey")
229
229
  def config_key(self) -> Optional[str]:
230
230
  """
231
- Configuration variable name.
231
+ The configuration variable name.
232
232
  """
233
233
  return pulumi.get(self, "config_key")
234
234
 
@@ -276,7 +276,7 @@ class ConfigurationConfigurationDetailItem(dict):
276
276
  @pulumi.getter(name="overridenConfigValue")
277
277
  def overriden_config_value(self) -> Optional[str]:
278
278
  """
279
- User-selected variable value.
279
+ User-selected configuration variable value.
280
280
  """
281
281
  return pulumi.get(self, "overriden_config_value")
282
282
 
@@ -506,8 +506,8 @@ class DbSystemInstance(dict):
506
506
  time_updated: Optional[str] = None):
507
507
  """
508
508
  :param str availability_domain: Specifies the availability domain of AD-local storage. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
509
- :param str description: A user-provided description of the database instance node.
510
- :param str display_name: Display name of the database instance node. Avoid entering confidential information.
509
+ :param str description: (Updatable) A user-provided description of a database system.
510
+ :param str display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
511
511
  :param str id: A unique identifier for the database instance node. Immutable on creation.
512
512
  :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.
513
513
  :param str state: The current state of the database system.
@@ -543,7 +543,7 @@ class DbSystemInstance(dict):
543
543
  @pulumi.getter
544
544
  def description(self) -> Optional[str]:
545
545
  """
546
- A user-provided description of the database instance node.
546
+ (Updatable) A user-provided description of a database system.
547
547
  """
548
548
  return pulumi.get(self, "description")
549
549
 
@@ -551,7 +551,7 @@ class DbSystemInstance(dict):
551
551
  @pulumi.getter(name="displayName")
552
552
  def display_name(self) -> Optional[str]:
553
553
  """
554
- Display name of the database instance node. Avoid entering confidential information.
554
+ (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
555
555
  """
556
556
  return pulumi.get(self, "display_name")
557
557
 
@@ -1039,10 +1039,6 @@ class DbSystemStorageDetails(dict):
1039
1039
  """
1040
1040
  :param bool is_regionally_durable: Specifies if the block volume used for the database system is regional or AD-local. If not specified, it will be set to false. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
1041
1041
  :param str system_type: Type of the database system.
1042
-
1043
-
1044
- ** IMPORTANT **
1045
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1046
1042
  :param str availability_domain: Specifies the availability domain of AD-local storage. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
1047
1043
  :param str iops: (Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system. Find more about the supported Peformance Tiers [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/performance-tiers.htm).
1048
1044
  """
@@ -1066,10 +1062,6 @@ class DbSystemStorageDetails(dict):
1066
1062
  def system_type(self) -> str:
1067
1063
  """
1068
1064
  Type of the database system.
1069
-
1070
-
1071
- ** IMPORTANT **
1072
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1073
1065
  """
1074
1066
  return pulumi.get(self, "system_type")
1075
1067
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "1.37.0-alpha.1715927489"
4
+ "version": "1.37.0-alpha.1716526633"
5
5
  }
@@ -21,7 +21,7 @@ class GetQueueResult:
21
21
  """
22
22
  A collection of values returned by getQueue.
23
23
  """
24
- def __init__(__self__, channel_consumption_limit=None, compartment_id=None, custom_encryption_key_id=None, dead_letter_queue_delivery_count=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, messages_endpoint=None, purge_queue=None, purge_type=None, queue_id=None, retention_in_seconds=None, state=None, system_tags=None, time_created=None, time_updated=None, timeout_in_seconds=None, visibility_in_seconds=None):
24
+ def __init__(__self__, channel_consumption_limit=None, compartment_id=None, custom_encryption_key_id=None, dead_letter_queue_delivery_count=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, messages_endpoint=None, purge_trigger=None, purge_type=None, queue_id=None, retention_in_seconds=None, state=None, system_tags=None, time_created=None, time_updated=None, timeout_in_seconds=None, visibility_in_seconds=None):
25
25
  if channel_consumption_limit and not isinstance(channel_consumption_limit, int):
26
26
  raise TypeError("Expected argument 'channel_consumption_limit' to be a int")
27
27
  pulumi.set(__self__, "channel_consumption_limit", channel_consumption_limit)
@@ -52,9 +52,9 @@ class GetQueueResult:
52
52
  if messages_endpoint and not isinstance(messages_endpoint, str):
53
53
  raise TypeError("Expected argument 'messages_endpoint' to be a str")
54
54
  pulumi.set(__self__, "messages_endpoint", messages_endpoint)
55
- if purge_queue and not isinstance(purge_queue, bool):
56
- raise TypeError("Expected argument 'purge_queue' to be a bool")
57
- pulumi.set(__self__, "purge_queue", purge_queue)
55
+ if purge_trigger and not isinstance(purge_trigger, int):
56
+ raise TypeError("Expected argument 'purge_trigger' to be a int")
57
+ pulumi.set(__self__, "purge_trigger", purge_trigger)
58
58
  if purge_type and not isinstance(purge_type, str):
59
59
  raise TypeError("Expected argument 'purge_type' to be a str")
60
60
  pulumi.set(__self__, "purge_type", purge_type)
@@ -164,9 +164,9 @@ class GetQueueResult:
164
164
  return pulumi.get(self, "messages_endpoint")
165
165
 
166
166
  @property
167
- @pulumi.getter(name="purgeQueue")
168
- def purge_queue(self) -> bool:
169
- return pulumi.get(self, "purge_queue")
167
+ @pulumi.getter(name="purgeTrigger")
168
+ def purge_trigger(self) -> int:
169
+ return pulumi.get(self, "purge_trigger")
170
170
 
171
171
  @property
172
172
  @pulumi.getter(name="purgeType")
@@ -251,7 +251,7 @@ class AwaitableGetQueueResult(GetQueueResult):
251
251
  id=self.id,
252
252
  lifecycle_details=self.lifecycle_details,
253
253
  messages_endpoint=self.messages_endpoint,
254
- purge_queue=self.purge_queue,
254
+ purge_trigger=self.purge_trigger,
255
255
  purge_type=self.purge_type,
256
256
  queue_id=self.queue_id,
257
257
  retention_in_seconds=self.retention_in_seconds,
@@ -298,7 +298,7 @@ def get_queue(queue_id: Optional[str] = None,
298
298
  id=pulumi.get(__ret__, 'id'),
299
299
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
300
300
  messages_endpoint=pulumi.get(__ret__, 'messages_endpoint'),
301
- purge_queue=pulumi.get(__ret__, 'purge_queue'),
301
+ purge_trigger=pulumi.get(__ret__, 'purge_trigger'),
302
302
  purge_type=pulumi.get(__ret__, 'purge_type'),
303
303
  queue_id=pulumi.get(__ret__, 'queue_id'),
304
304
  retention_in_seconds=pulumi.get(__ret__, 'retention_in_seconds'),
@@ -68,7 +68,7 @@ class GetQueuesQueueCollectionItemResult(dict):
68
68
  id: str,
69
69
  lifecycle_details: str,
70
70
  messages_endpoint: str,
71
- purge_queue: bool,
71
+ purge_trigger: int,
72
72
  purge_type: str,
73
73
  retention_in_seconds: int,
74
74
  state: str,
@@ -106,7 +106,7 @@ class GetQueuesQueueCollectionItemResult(dict):
106
106
  pulumi.set(__self__, "id", id)
107
107
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
108
108
  pulumi.set(__self__, "messages_endpoint", messages_endpoint)
109
- pulumi.set(__self__, "purge_queue", purge_queue)
109
+ pulumi.set(__self__, "purge_trigger", purge_trigger)
110
110
  pulumi.set(__self__, "purge_type", purge_type)
111
111
  pulumi.set(__self__, "retention_in_seconds", retention_in_seconds)
112
112
  pulumi.set(__self__, "state", state)
@@ -197,9 +197,9 @@ class GetQueuesQueueCollectionItemResult(dict):
197
197
  return pulumi.get(self, "messages_endpoint")
198
198
 
199
199
  @property
200
- @pulumi.getter(name="purgeQueue")
201
- def purge_queue(self) -> bool:
202
- return pulumi.get(self, "purge_queue")
200
+ @pulumi.getter(name="purgeTrigger")
201
+ def purge_trigger(self) -> int:
202
+ return pulumi.get(self, "purge_trigger")
203
203
 
204
204
  @property
205
205
  @pulumi.getter(name="purgeType")
pulumi_oci/queue/queue.py CHANGED
@@ -21,7 +21,7 @@ class QueueArgs:
21
21
  dead_letter_queue_delivery_count: Optional[pulumi.Input[int]] = None,
22
22
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
23
23
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
24
- purge_queue: Optional[pulumi.Input[bool]] = None,
24
+ purge_trigger: Optional[pulumi.Input[int]] = None,
25
25
  purge_type: Optional[pulumi.Input[str]] = None,
26
26
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
27
27
  timeout_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -35,6 +35,11 @@ class QueueArgs:
35
35
  :param pulumi.Input[int] dead_letter_queue_delivery_count: (Updatable) The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
36
36
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
37
37
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
38
+ :param pulumi.Input[int] purge_trigger: (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
39
+ :param pulumi.Input[str] purge_type: (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
40
+
41
+ ** IMPORTANT **
42
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
38
43
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
39
44
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) The default polling timeout of the messages in the queue, in seconds.
40
45
  :param pulumi.Input[int] visibility_in_seconds: (Updatable) The default visibility timeout of the messages consumed from the queue, in seconds.
@@ -51,8 +56,8 @@ class QueueArgs:
51
56
  pulumi.set(__self__, "defined_tags", defined_tags)
52
57
  if freeform_tags is not None:
53
58
  pulumi.set(__self__, "freeform_tags", freeform_tags)
54
- if purge_queue is not None:
55
- pulumi.set(__self__, "purge_queue", purge_queue)
59
+ if purge_trigger is not None:
60
+ pulumi.set(__self__, "purge_trigger", purge_trigger)
56
61
  if purge_type is not None:
57
62
  pulumi.set(__self__, "purge_type", purge_type)
58
63
  if retention_in_seconds is not None:
@@ -147,17 +152,26 @@ class QueueArgs:
147
152
  pulumi.set(self, "freeform_tags", value)
148
153
 
149
154
  @property
150
- @pulumi.getter(name="purgeQueue")
151
- def purge_queue(self) -> Optional[pulumi.Input[bool]]:
152
- return pulumi.get(self, "purge_queue")
155
+ @pulumi.getter(name="purgeTrigger")
156
+ def purge_trigger(self) -> Optional[pulumi.Input[int]]:
157
+ """
158
+ (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
159
+ """
160
+ return pulumi.get(self, "purge_trigger")
153
161
 
154
- @purge_queue.setter
155
- def purge_queue(self, value: Optional[pulumi.Input[bool]]):
156
- pulumi.set(self, "purge_queue", value)
162
+ @purge_trigger.setter
163
+ def purge_trigger(self, value: Optional[pulumi.Input[int]]):
164
+ pulumi.set(self, "purge_trigger", value)
157
165
 
158
166
  @property
159
167
  @pulumi.getter(name="purgeType")
160
168
  def purge_type(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
171
+
172
+ ** IMPORTANT **
173
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
174
+ """
161
175
  return pulumi.get(self, "purge_type")
162
176
 
163
177
  @purge_type.setter
@@ -213,7 +227,7 @@ class _QueueState:
213
227
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
214
228
  lifecycle_details: Optional[pulumi.Input[str]] = None,
215
229
  messages_endpoint: Optional[pulumi.Input[str]] = None,
216
- purge_queue: Optional[pulumi.Input[bool]] = None,
230
+ purge_trigger: Optional[pulumi.Input[int]] = None,
217
231
  purge_type: Optional[pulumi.Input[str]] = None,
218
232
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
219
233
  state: Optional[pulumi.Input[str]] = None,
@@ -233,6 +247,11 @@ class _QueueState:
233
247
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
234
248
  :param pulumi.Input[str] lifecycle_details: Any additional details about the current state of the queue.
235
249
  :param pulumi.Input[str] messages_endpoint: The endpoint to use to consume or publish messages in the queue.
250
+ :param pulumi.Input[int] purge_trigger: (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
251
+ :param pulumi.Input[str] purge_type: (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
252
+
253
+ ** IMPORTANT **
254
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
236
255
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
237
256
  :param pulumi.Input[str] state: The current state of the queue.
238
257
  :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -259,8 +278,8 @@ class _QueueState:
259
278
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
260
279
  if messages_endpoint is not None:
261
280
  pulumi.set(__self__, "messages_endpoint", messages_endpoint)
262
- if purge_queue is not None:
263
- pulumi.set(__self__, "purge_queue", purge_queue)
281
+ if purge_trigger is not None:
282
+ pulumi.set(__self__, "purge_trigger", purge_trigger)
264
283
  if purge_type is not None:
265
284
  pulumi.set(__self__, "purge_type", purge_type)
266
285
  if retention_in_seconds is not None:
@@ -387,17 +406,26 @@ class _QueueState:
387
406
  pulumi.set(self, "messages_endpoint", value)
388
407
 
389
408
  @property
390
- @pulumi.getter(name="purgeQueue")
391
- def purge_queue(self) -> Optional[pulumi.Input[bool]]:
392
- return pulumi.get(self, "purge_queue")
409
+ @pulumi.getter(name="purgeTrigger")
410
+ def purge_trigger(self) -> Optional[pulumi.Input[int]]:
411
+ """
412
+ (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
413
+ """
414
+ return pulumi.get(self, "purge_trigger")
393
415
 
394
- @purge_queue.setter
395
- def purge_queue(self, value: Optional[pulumi.Input[bool]]):
396
- pulumi.set(self, "purge_queue", value)
416
+ @purge_trigger.setter
417
+ def purge_trigger(self, value: Optional[pulumi.Input[int]]):
418
+ pulumi.set(self, "purge_trigger", value)
397
419
 
398
420
  @property
399
421
  @pulumi.getter(name="purgeType")
400
422
  def purge_type(self) -> Optional[pulumi.Input[str]]:
423
+ """
424
+ (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
425
+
426
+ ** IMPORTANT **
427
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
428
+ """
401
429
  return pulumi.get(self, "purge_type")
402
430
 
403
431
  @purge_type.setter
@@ -501,7 +529,7 @@ class Queue(pulumi.CustomResource):
501
529
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
502
530
  display_name: Optional[pulumi.Input[str]] = None,
503
531
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
504
- purge_queue: Optional[pulumi.Input[bool]] = None,
532
+ purge_trigger: Optional[pulumi.Input[int]] = None,
505
533
  purge_type: Optional[pulumi.Input[str]] = None,
506
534
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
507
535
  timeout_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -524,6 +552,8 @@ class Queue(pulumi.CustomResource):
524
552
  channel_consumption_limit=queue_channel_consumption_limit,
525
553
  custom_encryption_key_id=test_key["id"],
526
554
  dead_letter_queue_delivery_count=queue_dead_letter_queue_delivery_count,
555
+ purge_trigger=purge_trigger,
556
+ purge_type=purge_type,
527
557
  defined_tags={
528
558
  "foo-namespace.bar-key": "value",
529
559
  },
@@ -552,6 +582,11 @@ class Queue(pulumi.CustomResource):
552
582
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
553
583
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name of the queue.
554
584
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
585
+ :param pulumi.Input[int] purge_trigger: (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
586
+ :param pulumi.Input[str] purge_type: (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
587
+
588
+ ** IMPORTANT **
589
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
555
590
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
556
591
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) The default polling timeout of the messages in the queue, in seconds.
557
592
  :param pulumi.Input[int] visibility_in_seconds: (Updatable) The default visibility timeout of the messages consumed from the queue, in seconds.
@@ -579,6 +614,8 @@ class Queue(pulumi.CustomResource):
579
614
  channel_consumption_limit=queue_channel_consumption_limit,
580
615
  custom_encryption_key_id=test_key["id"],
581
616
  dead_letter_queue_delivery_count=queue_dead_letter_queue_delivery_count,
617
+ purge_trigger=purge_trigger,
618
+ purge_type=purge_type,
582
619
  defined_tags={
583
620
  "foo-namespace.bar-key": "value",
584
621
  },
@@ -620,7 +657,7 @@ class Queue(pulumi.CustomResource):
620
657
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
621
658
  display_name: Optional[pulumi.Input[str]] = None,
622
659
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
623
- purge_queue: Optional[pulumi.Input[bool]] = None,
660
+ purge_trigger: Optional[pulumi.Input[int]] = None,
624
661
  purge_type: Optional[pulumi.Input[str]] = None,
625
662
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
626
663
  timeout_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -645,7 +682,7 @@ class Queue(pulumi.CustomResource):
645
682
  raise TypeError("Missing required property 'display_name'")
646
683
  __props__.__dict__["display_name"] = display_name
647
684
  __props__.__dict__["freeform_tags"] = freeform_tags
648
- __props__.__dict__["purge_queue"] = purge_queue
685
+ __props__.__dict__["purge_trigger"] = purge_trigger
649
686
  __props__.__dict__["purge_type"] = purge_type
650
687
  __props__.__dict__["retention_in_seconds"] = retention_in_seconds
651
688
  __props__.__dict__["timeout_in_seconds"] = timeout_in_seconds
@@ -675,7 +712,7 @@ class Queue(pulumi.CustomResource):
675
712
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
676
713
  lifecycle_details: Optional[pulumi.Input[str]] = None,
677
714
  messages_endpoint: Optional[pulumi.Input[str]] = None,
678
- purge_queue: Optional[pulumi.Input[bool]] = None,
715
+ purge_trigger: Optional[pulumi.Input[int]] = None,
679
716
  purge_type: Optional[pulumi.Input[str]] = None,
680
717
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
681
718
  state: Optional[pulumi.Input[str]] = None,
@@ -700,6 +737,11 @@ class Queue(pulumi.CustomResource):
700
737
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
701
738
  :param pulumi.Input[str] lifecycle_details: Any additional details about the current state of the queue.
702
739
  :param pulumi.Input[str] messages_endpoint: The endpoint to use to consume or publish messages in the queue.
740
+ :param pulumi.Input[int] purge_trigger: (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
741
+ :param pulumi.Input[str] purge_type: (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
742
+
743
+ ** IMPORTANT **
744
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
703
745
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
704
746
  :param pulumi.Input[str] state: The current state of the queue.
705
747
  :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -721,7 +763,7 @@ class Queue(pulumi.CustomResource):
721
763
  __props__.__dict__["freeform_tags"] = freeform_tags
722
764
  __props__.__dict__["lifecycle_details"] = lifecycle_details
723
765
  __props__.__dict__["messages_endpoint"] = messages_endpoint
724
- __props__.__dict__["purge_queue"] = purge_queue
766
+ __props__.__dict__["purge_trigger"] = purge_trigger
725
767
  __props__.__dict__["purge_type"] = purge_type
726
768
  __props__.__dict__["retention_in_seconds"] = retention_in_seconds
727
769
  __props__.__dict__["state"] = state
@@ -805,13 +847,22 @@ class Queue(pulumi.CustomResource):
805
847
  return pulumi.get(self, "messages_endpoint")
806
848
 
807
849
  @property
808
- @pulumi.getter(name="purgeQueue")
809
- def purge_queue(self) -> pulumi.Output[Optional[bool]]:
810
- return pulumi.get(self, "purge_queue")
850
+ @pulumi.getter(name="purgeTrigger")
851
+ def purge_trigger(self) -> pulumi.Output[Optional[int]]:
852
+ """
853
+ (Updatable) An optional property when incremented triggers Purge. Could be set to any integer value.
854
+ """
855
+ return pulumi.get(self, "purge_trigger")
811
856
 
812
857
  @property
813
858
  @pulumi.getter(name="purgeType")
814
859
  def purge_type(self) -> pulumi.Output[Optional[str]]:
860
+ """
861
+ (Updatable) An optional value that specifies the purge behavior for the Queue. Could be set to NORMAL, DLQ or BOTH. If unset, the default value is NORMAL
862
+
863
+ ** IMPORTANT **
864
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
865
+ """
815
866
  return pulumi.get(self, "purge_type")
816
867
 
817
868
  @property