pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  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 +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  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 +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.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: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
43
+ :param pulumi.Input[str] display_name: Display name of the database instance node. 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: (Updatable) A user-provided description of a database system.
51
+ :param pulumi.Input[str] description: A user-provided description of the database instance node.
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
- (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
129
+ Display name of the database instance node. 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
- (Updatable) A user-provided description of a database system.
225
+ A user-provided description of the database instance node.
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: (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.
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.
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
- (Updatable) A user-provided description of a database system.
553
+ A user-provided description of the database instance node.
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
- (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
565
+ Display name of the database instance node. 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: (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.
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.
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: (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.
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.
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
- (Updatable) A user-provided description of a database system.
1273
+ A user-provided description of the database instance node.
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
- (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
1281
+ Display name of the database instance node. 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 ConfigParms object.
138
+ :param Sequence['ConfigurationConfigurationDetailItemArgs'] items: List of configuration overridden values.
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 ConfigParms object.
147
+ List of configuration overridden values.
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: The configuration variable name.
194
+ :param str config_key: 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 configuration variable value.
200
+ :param str overriden_config_value: User-selected 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
- The configuration variable name.
231
+ 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 configuration variable value.
279
+ User-selected 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: (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.
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.
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
- (Updatable) A user-provided description of a database system.
546
+ A user-provided description of the database instance node.
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
- (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
554
+ Display name of the database instance node. Avoid entering confidential information.
555
555
  """
556
556
  return pulumi.get(self, "display_name")
557
557
 
@@ -1039,6 +1039,10 @@ 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
1042
1046
  :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.
1043
1047
  :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).
1044
1048
  """
@@ -1062,6 +1066,10 @@ class DbSystemStorageDetails(dict):
1062
1066
  def system_type(self) -> str:
1063
1067
  """
1064
1068
  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
1065
1073
  """
1066
1074
  return pulumi.get(self, "system_type")
1067
1075
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "1.37.0"
4
+ "version": "1.37.0-alpha.1715927489"
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_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):
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):
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_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)
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)
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="purgeTrigger")
168
- def purge_trigger(self) -> int:
169
- return pulumi.get(self, "purge_trigger")
167
+ @pulumi.getter(name="purgeQueue")
168
+ def purge_queue(self) -> bool:
169
+ return pulumi.get(self, "purge_queue")
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_trigger=self.purge_trigger,
254
+ purge_queue=self.purge_queue,
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_trigger=pulumi.get(__ret__, 'purge_trigger'),
301
+ purge_queue=pulumi.get(__ret__, 'purge_queue'),
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_trigger: int,
71
+ purge_queue: bool,
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_trigger", purge_trigger)
109
+ pulumi.set(__self__, "purge_queue", purge_queue)
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="purgeTrigger")
201
- def purge_trigger(self) -> int:
202
- return pulumi.get(self, "purge_trigger")
200
+ @pulumi.getter(name="purgeQueue")
201
+ def purge_queue(self) -> bool:
202
+ return pulumi.get(self, "purge_queue")
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_trigger: Optional[pulumi.Input[int]] = None,
24
+ purge_queue: Optional[pulumi.Input[bool]] = 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,11 +35,6 @@ 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
43
38
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
44
39
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) The default polling timeout of the messages in the queue, in seconds.
45
40
  :param pulumi.Input[int] visibility_in_seconds: (Updatable) The default visibility timeout of the messages consumed from the queue, in seconds.
@@ -56,8 +51,8 @@ class QueueArgs:
56
51
  pulumi.set(__self__, "defined_tags", defined_tags)
57
52
  if freeform_tags is not None:
58
53
  pulumi.set(__self__, "freeform_tags", freeform_tags)
59
- if purge_trigger is not None:
60
- pulumi.set(__self__, "purge_trigger", purge_trigger)
54
+ if purge_queue is not None:
55
+ pulumi.set(__self__, "purge_queue", purge_queue)
61
56
  if purge_type is not None:
62
57
  pulumi.set(__self__, "purge_type", purge_type)
63
58
  if retention_in_seconds is not None:
@@ -152,26 +147,17 @@ class QueueArgs:
152
147
  pulumi.set(self, "freeform_tags", value)
153
148
 
154
149
  @property
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")
150
+ @pulumi.getter(name="purgeQueue")
151
+ def purge_queue(self) -> Optional[pulumi.Input[bool]]:
152
+ return pulumi.get(self, "purge_queue")
161
153
 
162
- @purge_trigger.setter
163
- def purge_trigger(self, value: Optional[pulumi.Input[int]]):
164
- pulumi.set(self, "purge_trigger", value)
154
+ @purge_queue.setter
155
+ def purge_queue(self, value: Optional[pulumi.Input[bool]]):
156
+ pulumi.set(self, "purge_queue", value)
165
157
 
166
158
  @property
167
159
  @pulumi.getter(name="purgeType")
168
160
  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
- """
175
161
  return pulumi.get(self, "purge_type")
176
162
 
177
163
  @purge_type.setter
@@ -227,7 +213,7 @@ class _QueueState:
227
213
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
228
214
  lifecycle_details: Optional[pulumi.Input[str]] = None,
229
215
  messages_endpoint: Optional[pulumi.Input[str]] = None,
230
- purge_trigger: Optional[pulumi.Input[int]] = None,
216
+ purge_queue: Optional[pulumi.Input[bool]] = None,
231
217
  purge_type: Optional[pulumi.Input[str]] = None,
232
218
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
233
219
  state: Optional[pulumi.Input[str]] = None,
@@ -247,11 +233,6 @@ class _QueueState:
247
233
  :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"}`
248
234
  :param pulumi.Input[str] lifecycle_details: Any additional details about the current state of the queue.
249
235
  :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
255
236
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
256
237
  :param pulumi.Input[str] state: The current state of the queue.
257
238
  :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"}`
@@ -278,8 +259,8 @@ class _QueueState:
278
259
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
279
260
  if messages_endpoint is not None:
280
261
  pulumi.set(__self__, "messages_endpoint", messages_endpoint)
281
- if purge_trigger is not None:
282
- pulumi.set(__self__, "purge_trigger", purge_trigger)
262
+ if purge_queue is not None:
263
+ pulumi.set(__self__, "purge_queue", purge_queue)
283
264
  if purge_type is not None:
284
265
  pulumi.set(__self__, "purge_type", purge_type)
285
266
  if retention_in_seconds is not None:
@@ -406,26 +387,17 @@ class _QueueState:
406
387
  pulumi.set(self, "messages_endpoint", value)
407
388
 
408
389
  @property
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")
390
+ @pulumi.getter(name="purgeQueue")
391
+ def purge_queue(self) -> Optional[pulumi.Input[bool]]:
392
+ return pulumi.get(self, "purge_queue")
415
393
 
416
- @purge_trigger.setter
417
- def purge_trigger(self, value: Optional[pulumi.Input[int]]):
418
- pulumi.set(self, "purge_trigger", value)
394
+ @purge_queue.setter
395
+ def purge_queue(self, value: Optional[pulumi.Input[bool]]):
396
+ pulumi.set(self, "purge_queue", value)
419
397
 
420
398
  @property
421
399
  @pulumi.getter(name="purgeType")
422
400
  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
- """
429
401
  return pulumi.get(self, "purge_type")
430
402
 
431
403
  @purge_type.setter
@@ -529,7 +501,7 @@ class Queue(pulumi.CustomResource):
529
501
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
530
502
  display_name: Optional[pulumi.Input[str]] = None,
531
503
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
532
- purge_trigger: Optional[pulumi.Input[int]] = None,
504
+ purge_queue: Optional[pulumi.Input[bool]] = None,
533
505
  purge_type: Optional[pulumi.Input[str]] = None,
534
506
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
535
507
  timeout_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -552,8 +524,6 @@ class Queue(pulumi.CustomResource):
552
524
  channel_consumption_limit=queue_channel_consumption_limit,
553
525
  custom_encryption_key_id=test_key["id"],
554
526
  dead_letter_queue_delivery_count=queue_dead_letter_queue_delivery_count,
555
- purge_trigger=purge_trigger,
556
- purge_type=purge_type,
557
527
  defined_tags={
558
528
  "foo-namespace.bar-key": "value",
559
529
  },
@@ -582,11 +552,6 @@ class Queue(pulumi.CustomResource):
582
552
  :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"}`
583
553
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name of the queue.
584
554
  :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
590
555
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
591
556
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) The default polling timeout of the messages in the queue, in seconds.
592
557
  :param pulumi.Input[int] visibility_in_seconds: (Updatable) The default visibility timeout of the messages consumed from the queue, in seconds.
@@ -614,8 +579,6 @@ class Queue(pulumi.CustomResource):
614
579
  channel_consumption_limit=queue_channel_consumption_limit,
615
580
  custom_encryption_key_id=test_key["id"],
616
581
  dead_letter_queue_delivery_count=queue_dead_letter_queue_delivery_count,
617
- purge_trigger=purge_trigger,
618
- purge_type=purge_type,
619
582
  defined_tags={
620
583
  "foo-namespace.bar-key": "value",
621
584
  },
@@ -657,7 +620,7 @@ class Queue(pulumi.CustomResource):
657
620
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
658
621
  display_name: Optional[pulumi.Input[str]] = None,
659
622
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
660
- purge_trigger: Optional[pulumi.Input[int]] = None,
623
+ purge_queue: Optional[pulumi.Input[bool]] = None,
661
624
  purge_type: Optional[pulumi.Input[str]] = None,
662
625
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
663
626
  timeout_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -682,7 +645,7 @@ class Queue(pulumi.CustomResource):
682
645
  raise TypeError("Missing required property 'display_name'")
683
646
  __props__.__dict__["display_name"] = display_name
684
647
  __props__.__dict__["freeform_tags"] = freeform_tags
685
- __props__.__dict__["purge_trigger"] = purge_trigger
648
+ __props__.__dict__["purge_queue"] = purge_queue
686
649
  __props__.__dict__["purge_type"] = purge_type
687
650
  __props__.__dict__["retention_in_seconds"] = retention_in_seconds
688
651
  __props__.__dict__["timeout_in_seconds"] = timeout_in_seconds
@@ -712,7 +675,7 @@ class Queue(pulumi.CustomResource):
712
675
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
713
676
  lifecycle_details: Optional[pulumi.Input[str]] = None,
714
677
  messages_endpoint: Optional[pulumi.Input[str]] = None,
715
- purge_trigger: Optional[pulumi.Input[int]] = None,
678
+ purge_queue: Optional[pulumi.Input[bool]] = None,
716
679
  purge_type: Optional[pulumi.Input[str]] = None,
717
680
  retention_in_seconds: Optional[pulumi.Input[int]] = None,
718
681
  state: Optional[pulumi.Input[str]] = None,
@@ -737,11 +700,6 @@ class Queue(pulumi.CustomResource):
737
700
  :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"}`
738
701
  :param pulumi.Input[str] lifecycle_details: Any additional details about the current state of the queue.
739
702
  :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
745
703
  :param pulumi.Input[int] retention_in_seconds: The retention period of messages in the queue, in seconds.
746
704
  :param pulumi.Input[str] state: The current state of the queue.
747
705
  :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"}`
@@ -763,7 +721,7 @@ class Queue(pulumi.CustomResource):
763
721
  __props__.__dict__["freeform_tags"] = freeform_tags
764
722
  __props__.__dict__["lifecycle_details"] = lifecycle_details
765
723
  __props__.__dict__["messages_endpoint"] = messages_endpoint
766
- __props__.__dict__["purge_trigger"] = purge_trigger
724
+ __props__.__dict__["purge_queue"] = purge_queue
767
725
  __props__.__dict__["purge_type"] = purge_type
768
726
  __props__.__dict__["retention_in_seconds"] = retention_in_seconds
769
727
  __props__.__dict__["state"] = state
@@ -847,22 +805,13 @@ class Queue(pulumi.CustomResource):
847
805
  return pulumi.get(self, "messages_endpoint")
848
806
 
849
807
  @property
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")
808
+ @pulumi.getter(name="purgeQueue")
809
+ def purge_queue(self) -> pulumi.Output[Optional[bool]]:
810
+ return pulumi.get(self, "purge_queue")
856
811
 
857
812
  @property
858
813
  @pulumi.getter(name="purgeType")
859
814
  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
- """
866
815
  return pulumi.get(self, "purge_type")
867
816
 
868
817
  @property