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
@@ -96,6 +96,11 @@ __all__ = [
96
96
  'DeploymentDeploymentArguments',
97
97
  'DeploymentDeploymentArgumentsItem',
98
98
  'DeploymentDeploymentExecutionProgress',
99
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgress',
100
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail',
101
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep',
102
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep',
103
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor',
99
104
  'ProjectNotificationConfig',
100
105
  'RepositoryMirrorRepositoryConfig',
101
106
  'RepositoryMirrorRepositoryConfigTriggerSchedule',
@@ -272,6 +277,11 @@ __all__ = [
272
277
  'GetDeploymentDeploymentArgumentResult',
273
278
  'GetDeploymentDeploymentArgumentItemResult',
274
279
  'GetDeploymentDeploymentExecutionProgressResult',
280
+ 'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult',
281
+ 'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
282
+ 'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
283
+ 'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
284
+ 'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
275
285
  'GetDeploymentsDeploymentCollectionResult',
276
286
  'GetDeploymentsDeploymentCollectionItemResult',
277
287
  'GetDeploymentsDeploymentCollectionItemDeployArtifactOverrideArgumentResult',
@@ -289,6 +299,11 @@ __all__ = [
289
299
  'GetDeploymentsDeploymentCollectionItemDeploymentArgumentResult',
290
300
  'GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult',
291
301
  'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult',
302
+ 'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult',
303
+ 'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
304
+ 'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
305
+ 'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
306
+ 'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
292
307
  'GetDeploymentsFilterResult',
293
308
  'GetProjectNotificationConfigResult',
294
309
  'GetProjectsFilterResult',
@@ -394,7 +409,7 @@ class BuildPipelineBuildPipelineParametersItem(dict):
394
409
  """
395
410
  :param str default_value: (Updatable) Default value of the parameter.
396
411
  :param str name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
397
- :param str description: (Updatable) Description of the parameter.
412
+ :param str description: (Updatable) Optional description about the build pipeline.
398
413
  """
399
414
  pulumi.set(__self__, "default_value", default_value)
400
415
  pulumi.set(__self__, "name", name)
@@ -421,7 +436,7 @@ class BuildPipelineBuildPipelineParametersItem(dict):
421
436
  @pulumi.getter
422
437
  def description(self) -> Optional[str]:
423
438
  """
424
- (Updatable) Description of the parameter.
439
+ (Updatable) Optional description about the build pipeline.
425
440
  """
426
441
  return pulumi.get(self, "description")
427
442
 
@@ -431,7 +446,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollection(dict):
431
446
  def __init__(__self__, *,
432
447
  items: Sequence['outputs.BuildPipelineStageBuildPipelineStagePredecessorCollectionItem']):
433
448
  """
434
- :param Sequence['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs'] items: (Updatable) A list of build pipeline stage predecessors for a stage.
449
+ :param Sequence['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs'] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
435
450
  """
436
451
  pulumi.set(__self__, "items", items)
437
452
 
@@ -439,7 +454,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollection(dict):
439
454
  @pulumi.getter
440
455
  def items(self) -> Sequence['outputs.BuildPipelineStageBuildPipelineStagePredecessorCollectionItem']:
441
456
  """
442
- (Updatable) A list of build pipeline stage predecessors for a stage.
457
+ (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
443
458
  """
444
459
  return pulumi.get(self, "items")
445
460
 
@@ -528,7 +543,7 @@ class BuildPipelineStageBuildSourceCollection(dict):
528
543
  def __init__(__self__, *,
529
544
  items: Optional[Sequence['outputs.BuildPipelineStageBuildSourceCollectionItem']] = None):
530
545
  """
531
- :param Sequence['BuildPipelineStageBuildSourceCollectionItemArgs'] items: (Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
546
+ :param Sequence['BuildPipelineStageBuildSourceCollectionItemArgs'] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
532
547
  """
533
548
  if items is not None:
534
549
  pulumi.set(__self__, "items", items)
@@ -537,7 +552,7 @@ class BuildPipelineStageBuildSourceCollection(dict):
537
552
  @pulumi.getter
538
553
  def items(self) -> Optional[Sequence['outputs.BuildPipelineStageBuildSourceCollectionItem']]:
539
554
  """
540
- (Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
555
+ (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
541
556
  """
542
557
  return pulumi.get(self, "items")
543
558
 
@@ -913,7 +928,7 @@ class BuildRunBuildOutputArtifactOverrideParameter(dict):
913
928
  def __init__(__self__, *,
914
929
  items: Optional[Sequence['outputs.BuildRunBuildOutputArtifactOverrideParameterItem']] = None):
915
930
  """
916
- :param Sequence['BuildRunBuildOutputArtifactOverrideParameterItemArgs'] items: List of exported variables.
931
+ :param Sequence['BuildRunBuildOutputArtifactOverrideParameterItemArgs'] items: List of arguments provided at the time of running the build.
917
932
  """
918
933
  if items is not None:
919
934
  pulumi.set(__self__, "items", items)
@@ -922,7 +937,7 @@ class BuildRunBuildOutputArtifactOverrideParameter(dict):
922
937
  @pulumi.getter
923
938
  def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputArtifactOverrideParameterItem']]:
924
939
  """
925
- List of exported variables.
940
+ List of arguments provided at the time of running the build.
926
941
  """
927
942
  return pulumi.get(self, "items")
928
943
 
@@ -952,7 +967,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItem(dict):
952
967
  value: Optional[str] = None):
953
968
  """
954
969
  :param str deploy_artifact_id: The OCID of the deployment artifact definition.
955
- :param str name: Name of the step.
970
+ :param str name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
956
971
  :param str value: Value of the argument.
957
972
  """
958
973
  if deploy_artifact_id is not None:
@@ -974,7 +989,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItem(dict):
974
989
  @pulumi.getter
975
990
  def name(self) -> Optional[str]:
976
991
  """
977
- Name of the step.
992
+ Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
978
993
  """
979
994
  return pulumi.get(self, "name")
980
995
 
@@ -992,7 +1007,7 @@ class BuildRunBuildOutputDeliveredArtifact(dict):
992
1007
  def __init__(__self__, *,
993
1008
  items: Optional[Sequence['outputs.BuildRunBuildOutputDeliveredArtifactItem']] = None):
994
1009
  """
995
- :param Sequence['BuildRunBuildOutputDeliveredArtifactItemArgs'] items: List of exported variables.
1010
+ :param Sequence['BuildRunBuildOutputDeliveredArtifactItemArgs'] items: List of arguments provided at the time of running the build.
996
1011
  """
997
1012
  if items is not None:
998
1013
  pulumi.set(__self__, "items", items)
@@ -1001,7 +1016,7 @@ class BuildRunBuildOutputDeliveredArtifact(dict):
1001
1016
  @pulumi.getter
1002
1017
  def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputDeliveredArtifactItem']]:
1003
1018
  """
1004
- List of exported variables.
1019
+ List of arguments provided at the time of running the build.
1005
1020
  """
1006
1021
  return pulumi.get(self, "items")
1007
1022
 
@@ -1155,7 +1170,7 @@ class BuildRunBuildOutputExportedVariable(dict):
1155
1170
  def __init__(__self__, *,
1156
1171
  items: Optional[Sequence['outputs.BuildRunBuildOutputExportedVariableItem']] = None):
1157
1172
  """
1158
- :param Sequence['BuildRunBuildOutputExportedVariableItemArgs'] items: List of exported variables.
1173
+ :param Sequence['BuildRunBuildOutputExportedVariableItemArgs'] items: List of arguments provided at the time of running the build.
1159
1174
  """
1160
1175
  if items is not None:
1161
1176
  pulumi.set(__self__, "items", items)
@@ -1164,7 +1179,7 @@ class BuildRunBuildOutputExportedVariable(dict):
1164
1179
  @pulumi.getter
1165
1180
  def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputExportedVariableItem']]:
1166
1181
  """
1167
- List of exported variables.
1182
+ List of arguments provided at the time of running the build.
1168
1183
  """
1169
1184
  return pulumi.get(self, "items")
1170
1185
 
@@ -1175,7 +1190,7 @@ class BuildRunBuildOutputExportedVariableItem(dict):
1175
1190
  name: Optional[str] = None,
1176
1191
  value: Optional[str] = None):
1177
1192
  """
1178
- :param str name: Name of the step.
1193
+ :param str name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
1179
1194
  :param str value: Value of the argument.
1180
1195
  """
1181
1196
  if name is not None:
@@ -1187,7 +1202,7 @@ class BuildRunBuildOutputExportedVariableItem(dict):
1187
1202
  @pulumi.getter
1188
1203
  def name(self) -> Optional[str]:
1189
1204
  """
1190
- Name of the step.
1205
+ Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
1191
1206
  """
1192
1207
  return pulumi.get(self, "name")
1193
1208
 
@@ -1205,7 +1220,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollection(dict):
1205
1220
  def __init__(__self__, *,
1206
1221
  items: Optional[Sequence['outputs.BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem']] = None):
1207
1222
  """
1208
- :param Sequence['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs'] items: List of exported variables.
1223
+ :param Sequence['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs'] items: List of arguments provided at the time of running the build.
1209
1224
  """
1210
1225
  if items is not None:
1211
1226
  pulumi.set(__self__, "items", items)
@@ -1214,7 +1229,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollection(dict):
1214
1229
  @pulumi.getter
1215
1230
  def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem']]:
1216
1231
  """
1217
- List of exported variables.
1232
+ List of arguments provided at the time of running the build.
1218
1233
  """
1219
1234
  return pulumi.get(self, "items")
1220
1235
 
@@ -2378,7 +2393,7 @@ class DeployPipelineDeployPipelineArtifact(dict):
2378
2393
  def __init__(__self__, *,
2379
2394
  items: Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItem']] = None):
2380
2395
  """
2381
- :param Sequence['DeployPipelineDeployPipelineArtifactItemArgs'] items: List of parameters defined for a deployment pipeline.
2396
+ :param Sequence['DeployPipelineDeployPipelineArtifactItemArgs'] items: (Updatable) List of parameters defined for a deployment pipeline.
2382
2397
  """
2383
2398
  if items is not None:
2384
2399
  pulumi.set(__self__, "items", items)
@@ -2387,7 +2402,7 @@ class DeployPipelineDeployPipelineArtifact(dict):
2387
2402
  @pulumi.getter
2388
2403
  def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItem']]:
2389
2404
  """
2390
- List of parameters defined for a deployment pipeline.
2405
+ (Updatable) List of parameters defined for a deployment pipeline.
2391
2406
  """
2392
2407
  return pulumi.get(self, "items")
2393
2408
 
@@ -2461,7 +2476,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStage(dict):
2461
2476
  def __init__(__self__, *,
2462
2477
  items: Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItem']] = None):
2463
2478
  """
2464
- :param Sequence['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: List of parameters defined for a deployment pipeline.
2479
+ :param Sequence['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: (Updatable) List of parameters defined for a deployment pipeline.
2465
2480
  """
2466
2481
  if items is not None:
2467
2482
  pulumi.set(__self__, "items", items)
@@ -2470,7 +2485,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStage(dict):
2470
2485
  @pulumi.getter
2471
2486
  def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItem']]:
2472
2487
  """
2473
- List of parameters defined for a deployment pipeline.
2488
+ (Updatable) List of parameters defined for a deployment pipeline.
2474
2489
  """
2475
2490
  return pulumi.get(self, "items")
2476
2491
 
@@ -2530,7 +2545,7 @@ class DeployPipelineDeployPipelineEnvironment(dict):
2530
2545
  def __init__(__self__, *,
2531
2546
  items: Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItem']] = None):
2532
2547
  """
2533
- :param Sequence['DeployPipelineDeployPipelineEnvironmentItemArgs'] items: List of parameters defined for a deployment pipeline.
2548
+ :param Sequence['DeployPipelineDeployPipelineEnvironmentItemArgs'] items: (Updatable) List of parameters defined for a deployment pipeline.
2534
2549
  """
2535
2550
  if items is not None:
2536
2551
  pulumi.set(__self__, "items", items)
@@ -2539,7 +2554,7 @@ class DeployPipelineDeployPipelineEnvironment(dict):
2539
2554
  @pulumi.getter
2540
2555
  def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItem']]:
2541
2556
  """
2542
- List of parameters defined for a deployment pipeline.
2557
+ (Updatable) List of parameters defined for a deployment pipeline.
2543
2558
  """
2544
2559
  return pulumi.get(self, "items")
2545
2560
 
@@ -2613,7 +2628,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage(dict):
2613
2628
  def __init__(__self__, *,
2614
2629
  items: Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItem']] = None):
2615
2630
  """
2616
- :param Sequence['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: List of parameters defined for a deployment pipeline.
2631
+ :param Sequence['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: (Updatable) List of parameters defined for a deployment pipeline.
2617
2632
  """
2618
2633
  if items is not None:
2619
2634
  pulumi.set(__self__, "items", items)
@@ -2622,7 +2637,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage(dict):
2622
2637
  @pulumi.getter
2623
2638
  def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItem']]:
2624
2639
  """
2625
- List of parameters defined for a deployment pipeline.
2640
+ (Updatable) List of parameters defined for a deployment pipeline.
2626
2641
  """
2627
2642
  return pulumi.get(self, "items")
2628
2643
 
@@ -2721,7 +2736,7 @@ class DeployPipelineDeployPipelineParametersItem(dict):
2721
2736
  """
2722
2737
  :param str name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
2723
2738
  :param str default_value: (Updatable) Default value of the parameter.
2724
- :param str description: (Updatable) Description of the parameter.
2739
+ :param str description: (Updatable) Optional description about the deployment pipeline.
2725
2740
  """
2726
2741
  pulumi.set(__self__, "name", name)
2727
2742
  if default_value is not None:
@@ -2749,7 +2764,7 @@ class DeployPipelineDeployPipelineParametersItem(dict):
2749
2764
  @pulumi.getter
2750
2765
  def description(self) -> Optional[str]:
2751
2766
  """
2752
- (Updatable) Description of the parameter.
2767
+ (Updatable) Optional description about the deployment pipeline.
2753
2768
  """
2754
2769
  return pulumi.get(self, "description")
2755
2770
 
@@ -2807,7 +2822,7 @@ class DeployStageBlueBackendIps(dict):
2807
2822
  def __init__(__self__, *,
2808
2823
  items: Optional[Sequence[str]] = None):
2809
2824
  """
2810
- :param Sequence[str] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2825
+ :param Sequence[str] items: (Updatable) List of parameters defined to set helm value.
2811
2826
  """
2812
2827
  if items is not None:
2813
2828
  pulumi.set(__self__, "items", items)
@@ -2816,7 +2831,7 @@ class DeployStageBlueBackendIps(dict):
2816
2831
  @pulumi.getter
2817
2832
  def items(self) -> Optional[Sequence[str]]:
2818
2833
  """
2819
- (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2834
+ (Updatable) List of parameters defined to set helm value.
2820
2835
  """
2821
2836
  return pulumi.get(self, "items")
2822
2837
 
@@ -2855,7 +2870,7 @@ class DeployStageBlueGreenStrategy(dict):
2855
2870
  :param str ingress_name: Name of the Ingress resource.
2856
2871
  :param str namespace_a: First Namespace for deployment.
2857
2872
  :param str namespace_b: Second Namespace for deployment.
2858
- :param str strategy_type: Blue Green strategy type
2873
+ :param str strategy_type: Canary strategy type.
2859
2874
  """
2860
2875
  pulumi.set(__self__, "ingress_name", ingress_name)
2861
2876
  pulumi.set(__self__, "namespace_a", namespace_a)
@@ -2890,7 +2905,7 @@ class DeployStageBlueGreenStrategy(dict):
2890
2905
  @pulumi.getter(name="strategyType")
2891
2906
  def strategy_type(self) -> str:
2892
2907
  """
2893
- Blue Green strategy type
2908
+ Canary strategy type.
2894
2909
  """
2895
2910
  return pulumi.get(self, "strategy_type")
2896
2911
 
@@ -2922,7 +2937,7 @@ class DeployStageCanaryStrategy(dict):
2922
2937
  strategy_type: str):
2923
2938
  """
2924
2939
  :param str ingress_name: Name of the Ingress resource.
2925
- :param str namespace: Canary namespace to be used for Kubernetes canary deployment.
2940
+ :param str namespace: (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2926
2941
  :param str strategy_type: Canary strategy type.
2927
2942
  """
2928
2943
  pulumi.set(__self__, "ingress_name", ingress_name)
@@ -2941,7 +2956,7 @@ class DeployStageCanaryStrategy(dict):
2941
2956
  @pulumi.getter
2942
2957
  def namespace(self) -> str:
2943
2958
  """
2944
- Canary namespace to be used for Kubernetes canary deployment.
2959
+ (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2945
2960
  """
2946
2961
  return pulumi.get(self, "namespace")
2947
2962
 
@@ -3170,7 +3185,7 @@ class DeployStageDeployStagePredecessorCollection(dict):
3170
3185
  def __init__(__self__, *,
3171
3186
  items: Sequence['outputs.DeployStageDeployStagePredecessorCollectionItem']):
3172
3187
  """
3173
- :param Sequence['DeployStageDeployStagePredecessorCollectionItemArgs'] items: (Updatable) A list of stage predecessors for a stage.
3188
+ :param Sequence['DeployStageDeployStagePredecessorCollectionItemArgs'] items: (Updatable) List of parameters defined to set helm value.
3174
3189
  """
3175
3190
  pulumi.set(__self__, "items", items)
3176
3191
 
@@ -3178,7 +3193,7 @@ class DeployStageDeployStagePredecessorCollection(dict):
3178
3193
  @pulumi.getter
3179
3194
  def items(self) -> Sequence['outputs.DeployStageDeployStagePredecessorCollectionItem']:
3180
3195
  """
3181
- (Updatable) A list of stage predecessors for a stage.
3196
+ (Updatable) List of parameters defined to set helm value.
3182
3197
  """
3183
3198
  return pulumi.get(self, "items")
3184
3199
 
@@ -3229,7 +3244,7 @@ class DeployStageFailurePolicy(dict):
3229
3244
  failure_count: Optional[int] = None,
3230
3245
  failure_percentage: Optional[int] = None):
3231
3246
  """
3232
- :param str policy_type: (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
3247
+ :param str policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
3233
3248
  :param int failure_count: (Updatable) The threshold count of failed instances in the group, which when reached or exceeded sets the stage as FAILED.
3234
3249
  :param int failure_percentage: (Updatable) The failure percentage threshold, which when reached or exceeded sets the stage as FAILED. Percentage is computed as the ceiling value of the number of failed instances over the total count of the instances in the group.
3235
3250
  """
@@ -3243,7 +3258,7 @@ class DeployStageFailurePolicy(dict):
3243
3258
  @pulumi.getter(name="policyType")
3244
3259
  def policy_type(self) -> str:
3245
3260
  """
3246
- (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
3261
+ (Updatable) The type of policy used for rolling out a deployment stage.
3247
3262
  """
3248
3263
  return pulumi.get(self, "policy_type")
3249
3264
 
@@ -3269,7 +3284,7 @@ class DeployStageGreenBackendIps(dict):
3269
3284
  def __init__(__self__, *,
3270
3285
  items: Optional[Sequence[str]] = None):
3271
3286
  """
3272
- :param Sequence[str] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
3287
+ :param Sequence[str] items: (Updatable) List of parameters defined to set helm value.
3273
3288
  """
3274
3289
  if items is not None:
3275
3290
  pulumi.set(__self__, "items", items)
@@ -3278,7 +3293,7 @@ class DeployStageGreenBackendIps(dict):
3278
3293
  @pulumi.getter
3279
3294
  def items(self) -> Optional[Sequence[str]]:
3280
3295
  """
3281
- (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
3296
+ (Updatable) List of parameters defined to set helm value.
3282
3297
  """
3283
3298
  return pulumi.get(self, "items")
3284
3299
 
@@ -3388,9 +3403,9 @@ class DeployStageProductionLoadBalancerConfig(dict):
3388
3403
  load_balancer_id: Optional[str] = None,
3389
3404
  state: Optional[str] = None):
3390
3405
  """
3391
- :param int backend_port: Listen port for the backend server.
3392
- :param str listener_name: Name of the load balancer listener.
3393
- :param str load_balancer_id: The OCID of the load balancer.
3406
+ :param int backend_port: (Updatable) Listen port for the backend server.
3407
+ :param str listener_name: (Updatable) Name of the load balancer listener.
3408
+ :param str load_balancer_id: (Updatable) The OCID of the load balancer.
3394
3409
  :param str state: The current state of the deployment stage.
3395
3410
  """
3396
3411
  if backend_port is not None:
@@ -3406,7 +3421,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
3406
3421
  @pulumi.getter(name="backendPort")
3407
3422
  def backend_port(self) -> Optional[int]:
3408
3423
  """
3409
- Listen port for the backend server.
3424
+ (Updatable) Listen port for the backend server.
3410
3425
  """
3411
3426
  return pulumi.get(self, "backend_port")
3412
3427
 
@@ -3414,7 +3429,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
3414
3429
  @pulumi.getter(name="listenerName")
3415
3430
  def listener_name(self) -> Optional[str]:
3416
3431
  """
3417
- Name of the load balancer listener.
3432
+ (Updatable) Name of the load balancer listener.
3418
3433
  """
3419
3434
  return pulumi.get(self, "listener_name")
3420
3435
 
@@ -3422,7 +3437,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
3422
3437
  @pulumi.getter(name="loadBalancerId")
3423
3438
  def load_balancer_id(self) -> Optional[str]:
3424
3439
  """
3425
- The OCID of the load balancer.
3440
+ (Updatable) The OCID of the load balancer.
3426
3441
  """
3427
3442
  return pulumi.get(self, "load_balancer_id")
3428
3443
 
@@ -3457,7 +3472,7 @@ class DeployStageRollbackPolicy(dict):
3457
3472
  def __init__(__self__, *,
3458
3473
  policy_type: Optional[str] = None):
3459
3474
  """
3460
- :param str policy_type: (Updatable) Specifies type of the deployment stage rollback policy.
3475
+ :param str policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
3461
3476
  """
3462
3477
  if policy_type is not None:
3463
3478
  pulumi.set(__self__, "policy_type", policy_type)
@@ -3466,7 +3481,7 @@ class DeployStageRollbackPolicy(dict):
3466
3481
  @pulumi.getter(name="policyType")
3467
3482
  def policy_type(self) -> Optional[str]:
3468
3483
  """
3469
- (Updatable) Specifies type of the deployment stage rollback policy.
3484
+ (Updatable) The type of policy used for rolling out a deployment stage.
3470
3485
  """
3471
3486
  return pulumi.get(self, "policy_type")
3472
3487
 
@@ -3800,7 +3815,7 @@ class DeploymentDeployArtifactOverrideArguments(dict):
3800
3815
  def __init__(__self__, *,
3801
3816
  items: Optional[Sequence['outputs.DeploymentDeployArtifactOverrideArgumentsItem']] = None):
3802
3817
  """
3803
- :param Sequence['DeploymentDeployArtifactOverrideArgumentsItemArgs'] items: List of artifact override arguments at the time of deployment.
3818
+ :param Sequence['DeploymentDeployArtifactOverrideArgumentsItemArgs'] items: List of arguments provided at the time of deployment.
3804
3819
  """
3805
3820
  if items is not None:
3806
3821
  pulumi.set(__self__, "items", items)
@@ -3809,7 +3824,7 @@ class DeploymentDeployArtifactOverrideArguments(dict):
3809
3824
  @pulumi.getter
3810
3825
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployArtifactOverrideArgumentsItem']]:
3811
3826
  """
3812
- List of artifact override arguments at the time of deployment.
3827
+ List of arguments provided at the time of deployment.
3813
3828
  """
3814
3829
  return pulumi.get(self, "items")
3815
3830
 
@@ -3840,7 +3855,8 @@ class DeploymentDeployArtifactOverrideArgumentsItem(dict):
3840
3855
  """
3841
3856
  :param str deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3842
3857
  :param str name: Name of the parameter (case-sensitive).
3843
- :param str value: Value of the parameter.
3858
+ :param str value: value of the argument.
3859
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3844
3860
  """
3845
3861
  if deploy_artifact_id is not None:
3846
3862
  pulumi.set(__self__, "deploy_artifact_id", deploy_artifact_id)
@@ -3869,7 +3885,8 @@ class DeploymentDeployArtifactOverrideArgumentsItem(dict):
3869
3885
  @pulumi.getter
3870
3886
  def value(self) -> Optional[str]:
3871
3887
  """
3872
- Value of the parameter.
3888
+ value of the argument.
3889
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3873
3890
  """
3874
3891
  return pulumi.get(self, "value")
3875
3892
 
@@ -3879,7 +3896,7 @@ class DeploymentDeployPipelineArtifact(dict):
3879
3896
  def __init__(__self__, *,
3880
3897
  items: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItem']] = None):
3881
3898
  """
3882
- :param Sequence['DeploymentDeployPipelineArtifactItemArgs'] items: A list of stage predecessors for a stage.
3899
+ :param Sequence['DeploymentDeployPipelineArtifactItemArgs'] items: List of arguments provided at the time of deployment.
3883
3900
  """
3884
3901
  if items is not None:
3885
3902
  pulumi.set(__self__, "items", items)
@@ -3888,7 +3905,7 @@ class DeploymentDeployPipelineArtifact(dict):
3888
3905
  @pulumi.getter
3889
3906
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItem']]:
3890
3907
  """
3891
- A list of stage predecessors for a stage.
3908
+ List of arguments provided at the time of deployment.
3892
3909
  """
3893
3910
  return pulumi.get(self, "items")
3894
3911
 
@@ -3921,7 +3938,7 @@ class DeploymentDeployPipelineArtifactItem(dict):
3921
3938
  deploy_pipeline_stages: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStage']] = None,
3922
3939
  display_name: Optional[str] = None):
3923
3940
  """
3924
- :param str deploy_artifact_id: The OCID of an artifact
3941
+ :param str deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3925
3942
  :param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs'] deploy_pipeline_stages: List of stages.
3926
3943
  :param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3927
3944
  """
@@ -3936,7 +3953,7 @@ class DeploymentDeployPipelineArtifactItem(dict):
3936
3953
  @pulumi.getter(name="deployArtifactId")
3937
3954
  def deploy_artifact_id(self) -> Optional[str]:
3938
3955
  """
3939
- The OCID of an artifact
3956
+ The OCID of the artifact to which this parameter applies.
3940
3957
  """
3941
3958
  return pulumi.get(self, "deploy_artifact_id")
3942
3959
 
@@ -3962,7 +3979,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStage(dict):
3962
3979
  def __init__(__self__, *,
3963
3980
  items: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStageItem']] = None):
3964
3981
  """
3965
- :param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: A list of stage predecessors for a stage.
3982
+ :param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: List of arguments provided at the time of deployment.
3966
3983
  """
3967
3984
  if items is not None:
3968
3985
  pulumi.set(__self__, "items", items)
@@ -3971,7 +3988,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStage(dict):
3971
3988
  @pulumi.getter
3972
3989
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStageItem']]:
3973
3990
  """
3974
- A list of stage predecessors for a stage.
3991
+ List of arguments provided at the time of deployment.
3975
3992
  """
3976
3993
  return pulumi.get(self, "items")
3977
3994
 
@@ -4001,7 +4018,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItem(dict):
4001
4018
  deploy_stage_id: Optional[str] = None,
4002
4019
  display_name: Optional[str] = None):
4003
4020
  """
4004
- :param str deploy_stage_id: Specifies the OCID of the stage to be redeployed.
4021
+ :param str deploy_stage_id: The OCID of the stage.
4005
4022
  :param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
4006
4023
  """
4007
4024
  if deploy_stage_id is not None:
@@ -4013,7 +4030,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItem(dict):
4013
4030
  @pulumi.getter(name="deployStageId")
4014
4031
  def deploy_stage_id(self) -> Optional[str]:
4015
4032
  """
4016
- Specifies the OCID of the stage to be redeployed.
4033
+ The OCID of the stage.
4017
4034
  """
4018
4035
  return pulumi.get(self, "deploy_stage_id")
4019
4036
 
@@ -4031,7 +4048,7 @@ class DeploymentDeployPipelineEnvironment(dict):
4031
4048
  def __init__(__self__, *,
4032
4049
  items: Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItem']] = None):
4033
4050
  """
4034
- :param Sequence['DeploymentDeployPipelineEnvironmentItemArgs'] items: A list of stage predecessors for a stage.
4051
+ :param Sequence['DeploymentDeployPipelineEnvironmentItemArgs'] items: List of arguments provided at the time of deployment.
4035
4052
  """
4036
4053
  if items is not None:
4037
4054
  pulumi.set(__self__, "items", items)
@@ -4040,7 +4057,7 @@ class DeploymentDeployPipelineEnvironment(dict):
4040
4057
  @pulumi.getter
4041
4058
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItem']]:
4042
4059
  """
4043
- A list of stage predecessors for a stage.
4060
+ List of arguments provided at the time of deployment.
4044
4061
  """
4045
4062
  return pulumi.get(self, "items")
4046
4063
 
@@ -4114,7 +4131,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStage(dict):
4114
4131
  def __init__(__self__, *,
4115
4132
  items: Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem']] = None):
4116
4133
  """
4117
- :param Sequence['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: A list of stage predecessors for a stage.
4134
+ :param Sequence['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: List of arguments provided at the time of deployment.
4118
4135
  """
4119
4136
  if items is not None:
4120
4137
  pulumi.set(__self__, "items", items)
@@ -4123,7 +4140,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStage(dict):
4123
4140
  @pulumi.getter
4124
4141
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem']]:
4125
4142
  """
4126
- A list of stage predecessors for a stage.
4143
+ List of arguments provided at the time of deployment.
4127
4144
  """
4128
4145
  return pulumi.get(self, "items")
4129
4146
 
@@ -4153,7 +4170,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem(dict):
4153
4170
  deploy_stage_id: Optional[str] = None,
4154
4171
  display_name: Optional[str] = None):
4155
4172
  """
4156
- :param str deploy_stage_id: Specifies the OCID of the stage to be redeployed.
4173
+ :param str deploy_stage_id: The OCID of the stage.
4157
4174
  :param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
4158
4175
  """
4159
4176
  if deploy_stage_id is not None:
@@ -4165,7 +4182,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem(dict):
4165
4182
  @pulumi.getter(name="deployStageId")
4166
4183
  def deploy_stage_id(self) -> Optional[str]:
4167
4184
  """
4168
- Specifies the OCID of the stage to be redeployed.
4185
+ The OCID of the stage.
4169
4186
  """
4170
4187
  return pulumi.get(self, "deploy_stage_id")
4171
4188
 
@@ -4183,7 +4200,7 @@ class DeploymentDeployStageOverrideArguments(dict):
4183
4200
  def __init__(__self__, *,
4184
4201
  items: Optional[Sequence['outputs.DeploymentDeployStageOverrideArgumentsItem']] = None):
4185
4202
  """
4186
- :param Sequence['DeploymentDeployStageOverrideArgumentsItemArgs'] items: List of stage override arguments at the time of deployment.
4203
+ :param Sequence['DeploymentDeployStageOverrideArgumentsItemArgs'] items: List of arguments provided at the time of deployment.
4187
4204
  """
4188
4205
  if items is not None:
4189
4206
  pulumi.set(__self__, "items", items)
@@ -4192,7 +4209,7 @@ class DeploymentDeployStageOverrideArguments(dict):
4192
4209
  @pulumi.getter
4193
4210
  def items(self) -> Optional[Sequence['outputs.DeploymentDeployStageOverrideArgumentsItem']]:
4194
4211
  """
4195
- List of stage override arguments at the time of deployment.
4212
+ List of arguments provided at the time of deployment.
4196
4213
  """
4197
4214
  return pulumi.get(self, "items")
4198
4215
 
@@ -4223,7 +4240,8 @@ class DeploymentDeployStageOverrideArgumentsItem(dict):
4223
4240
  """
4224
4241
  :param str deploy_stage_id: The OCID of the stage.
4225
4242
  :param str name: Name of the parameter (case-sensitive).
4226
- :param str value: Value of the parameter.
4243
+ :param str value: value of the argument.
4244
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
4227
4245
  """
4228
4246
  if deploy_stage_id is not None:
4229
4247
  pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
@@ -4252,7 +4270,8 @@ class DeploymentDeployStageOverrideArgumentsItem(dict):
4252
4270
  @pulumi.getter
4253
4271
  def value(self) -> Optional[str]:
4254
4272
  """
4255
- Value of the parameter.
4273
+ value of the argument.
4274
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
4256
4275
  """
4257
4276
  return pulumi.get(self, "value")
4258
4277
 
@@ -4314,8 +4333,8 @@ class DeploymentDeploymentExecutionProgress(dict):
4314
4333
  @staticmethod
4315
4334
  def __key_warning(key: str):
4316
4335
  suggest = None
4317
- if key == "deployStageExecutionProgress":
4318
- suggest = "deploy_stage_execution_progress"
4336
+ if key == "deployStageExecutionProgresses":
4337
+ suggest = "deploy_stage_execution_progresses"
4319
4338
  elif key == "timeFinished":
4320
4339
  suggest = "time_finished"
4321
4340
  elif key == "timeStarted":
@@ -4333,28 +4352,28 @@ class DeploymentDeploymentExecutionProgress(dict):
4333
4352
  return super().get(key, default)
4334
4353
 
4335
4354
  def __init__(__self__, *,
4336
- deploy_stage_execution_progress: Optional[Mapping[str, Any]] = None,
4355
+ deploy_stage_execution_progresses: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgress']] = None,
4337
4356
  time_finished: Optional[str] = None,
4338
4357
  time_started: Optional[str] = None):
4339
4358
  """
4340
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
4359
+ :param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
4341
4360
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4342
4361
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4343
4362
  """
4344
- if deploy_stage_execution_progress is not None:
4345
- pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
4363
+ if deploy_stage_execution_progresses is not None:
4364
+ pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
4346
4365
  if time_finished is not None:
4347
4366
  pulumi.set(__self__, "time_finished", time_finished)
4348
4367
  if time_started is not None:
4349
4368
  pulumi.set(__self__, "time_started", time_started)
4350
4369
 
4351
4370
  @property
4352
- @pulumi.getter(name="deployStageExecutionProgress")
4353
- def deploy_stage_execution_progress(self) -> Optional[Mapping[str, Any]]:
4371
+ @pulumi.getter(name="deployStageExecutionProgresses")
4372
+ def deploy_stage_execution_progresses(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgress']]:
4354
4373
  """
4355
4374
  Map of stage OCIDs to deploy stage execution progress model.
4356
4375
  """
4357
- return pulumi.get(self, "deploy_stage_execution_progress")
4376
+ return pulumi.get(self, "deploy_stage_execution_progresses")
4358
4377
 
4359
4378
  @property
4360
4379
  @pulumi.getter(name="timeFinished")
@@ -4374,197 +4393,583 @@ class DeploymentDeploymentExecutionProgress(dict):
4374
4393
 
4375
4394
 
4376
4395
  @pulumi.output_type
4377
- class ProjectNotificationConfig(dict):
4396
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgress(dict):
4378
4397
  @staticmethod
4379
4398
  def __key_warning(key: str):
4380
4399
  suggest = None
4381
- if key == "topicId":
4382
- suggest = "topic_id"
4400
+ if key == "deployStageDisplayName":
4401
+ suggest = "deploy_stage_display_name"
4402
+ elif key == "deployStageExecutionProgressDetails":
4403
+ suggest = "deploy_stage_execution_progress_details"
4404
+ elif key == "deployStageId":
4405
+ suggest = "deploy_stage_id"
4406
+ elif key == "deployStagePredecessors":
4407
+ suggest = "deploy_stage_predecessors"
4408
+ elif key == "deployStageType":
4409
+ suggest = "deploy_stage_type"
4410
+ elif key == "timeFinished":
4411
+ suggest = "time_finished"
4412
+ elif key == "timeStarted":
4413
+ suggest = "time_started"
4383
4414
 
4384
4415
  if suggest:
4385
- pulumi.log.warn(f"Key '{key}' not found in ProjectNotificationConfig. Access the value via the '{suggest}' property getter instead.")
4416
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgress. Access the value via the '{suggest}' property getter instead.")
4386
4417
 
4387
4418
  def __getitem__(self, key: str) -> Any:
4388
- ProjectNotificationConfig.__key_warning(key)
4419
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgress.__key_warning(key)
4389
4420
  return super().__getitem__(key)
4390
4421
 
4391
4422
  def get(self, key: str, default = None) -> Any:
4392
- ProjectNotificationConfig.__key_warning(key)
4423
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgress.__key_warning(key)
4393
4424
  return super().get(key, default)
4394
4425
 
4395
4426
  def __init__(__self__, *,
4396
- topic_id: str):
4427
+ deploy_stage_display_name: Optional[str] = None,
4428
+ deploy_stage_execution_progress_details: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']] = None,
4429
+ deploy_stage_id: Optional[str] = None,
4430
+ deploy_stage_predecessors: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']] = None,
4431
+ deploy_stage_type: Optional[str] = None,
4432
+ status: Optional[str] = None,
4433
+ time_finished: Optional[str] = None,
4434
+ time_started: Optional[str] = None):
4397
4435
  """
4398
- :param str topic_id: (Updatable) The topic ID for notifications.
4399
-
4400
-
4401
- ** IMPORTANT **
4402
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4436
+ :param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
4437
+ :param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
4438
+ :param str deploy_stage_id: The OCID of the stage.
4439
+ :param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
4440
+ :param str deploy_stage_type: Deployment stage type.
4441
+ :param str status: The current state of the stage.
4442
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4443
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4403
4444
  """
4404
- pulumi.set(__self__, "topic_id", topic_id)
4445
+ if deploy_stage_display_name is not None:
4446
+ pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
4447
+ if deploy_stage_execution_progress_details is not None:
4448
+ pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
4449
+ if deploy_stage_id is not None:
4450
+ pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
4451
+ if deploy_stage_predecessors is not None:
4452
+ pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
4453
+ if deploy_stage_type is not None:
4454
+ pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
4455
+ if status is not None:
4456
+ pulumi.set(__self__, "status", status)
4457
+ if time_finished is not None:
4458
+ pulumi.set(__self__, "time_finished", time_finished)
4459
+ if time_started is not None:
4460
+ pulumi.set(__self__, "time_started", time_started)
4405
4461
 
4406
4462
  @property
4407
- @pulumi.getter(name="topicId")
4408
- def topic_id(self) -> str:
4463
+ @pulumi.getter(name="deployStageDisplayName")
4464
+ def deploy_stage_display_name(self) -> Optional[str]:
4409
4465
  """
4410
- (Updatable) The topic ID for notifications.
4411
-
4412
-
4413
- ** IMPORTANT **
4414
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4466
+ Stage display name. Avoid entering confidential information.
4415
4467
  """
4416
- return pulumi.get(self, "topic_id")
4417
-
4418
-
4419
- @pulumi.output_type
4420
- class RepositoryMirrorRepositoryConfig(dict):
4421
- @staticmethod
4422
- def __key_warning(key: str):
4423
- suggest = None
4424
- if key == "connectorId":
4425
- suggest = "connector_id"
4426
- elif key == "repositoryUrl":
4427
- suggest = "repository_url"
4428
- elif key == "triggerSchedule":
4429
- suggest = "trigger_schedule"
4468
+ return pulumi.get(self, "deploy_stage_display_name")
4430
4469
 
4431
- if suggest:
4432
- pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfig. Access the value via the '{suggest}' property getter instead.")
4470
+ @property
4471
+ @pulumi.getter(name="deployStageExecutionProgressDetails")
4472
+ def deploy_stage_execution_progress_details(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']]:
4473
+ """
4474
+ Details about stage execution for all the target environments.
4475
+ """
4476
+ return pulumi.get(self, "deploy_stage_execution_progress_details")
4433
4477
 
4434
- def __getitem__(self, key: str) -> Any:
4435
- RepositoryMirrorRepositoryConfig.__key_warning(key)
4436
- return super().__getitem__(key)
4478
+ @property
4479
+ @pulumi.getter(name="deployStageId")
4480
+ def deploy_stage_id(self) -> Optional[str]:
4481
+ """
4482
+ The OCID of the stage.
4483
+ """
4484
+ return pulumi.get(self, "deploy_stage_id")
4437
4485
 
4438
- def get(self, key: str, default = None) -> Any:
4439
- RepositoryMirrorRepositoryConfig.__key_warning(key)
4440
- return super().get(key, default)
4486
+ @property
4487
+ @pulumi.getter(name="deployStagePredecessors")
4488
+ def deploy_stage_predecessors(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']]:
4489
+ """
4490
+ Collection containing the predecessors of a stage.
4491
+ """
4492
+ return pulumi.get(self, "deploy_stage_predecessors")
4441
4493
 
4442
- def __init__(__self__, *,
4443
- connector_id: Optional[str] = None,
4444
- repository_url: Optional[str] = None,
4445
- trigger_schedule: Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule'] = None):
4494
+ @property
4495
+ @pulumi.getter(name="deployStageType")
4496
+ def deploy_stage_type(self) -> Optional[str]:
4446
4497
  """
4447
- :param str connector_id: (Updatable) Upstream git repository connection identifer.
4448
- :param str repository_url: (Updatable) URL of external repository you want to mirror.
4449
- :param 'RepositoryMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
4498
+ Deployment stage type.
4450
4499
  """
4451
- if connector_id is not None:
4452
- pulumi.set(__self__, "connector_id", connector_id)
4453
- if repository_url is not None:
4454
- pulumi.set(__self__, "repository_url", repository_url)
4455
- if trigger_schedule is not None:
4456
- pulumi.set(__self__, "trigger_schedule", trigger_schedule)
4500
+ return pulumi.get(self, "deploy_stage_type")
4457
4501
 
4458
4502
  @property
4459
- @pulumi.getter(name="connectorId")
4460
- def connector_id(self) -> Optional[str]:
4503
+ @pulumi.getter
4504
+ def status(self) -> Optional[str]:
4461
4505
  """
4462
- (Updatable) Upstream git repository connection identifer.
4506
+ The current state of the stage.
4463
4507
  """
4464
- return pulumi.get(self, "connector_id")
4508
+ return pulumi.get(self, "status")
4465
4509
 
4466
4510
  @property
4467
- @pulumi.getter(name="repositoryUrl")
4468
- def repository_url(self) -> Optional[str]:
4511
+ @pulumi.getter(name="timeFinished")
4512
+ def time_finished(self) -> Optional[str]:
4469
4513
  """
4470
- (Updatable) URL of external repository you want to mirror.
4514
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4471
4515
  """
4472
- return pulumi.get(self, "repository_url")
4516
+ return pulumi.get(self, "time_finished")
4473
4517
 
4474
4518
  @property
4475
- @pulumi.getter(name="triggerSchedule")
4476
- def trigger_schedule(self) -> Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule']:
4519
+ @pulumi.getter(name="timeStarted")
4520
+ def time_started(self) -> Optional[str]:
4477
4521
  """
4478
- (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
4522
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4479
4523
  """
4480
- return pulumi.get(self, "trigger_schedule")
4524
+ return pulumi.get(self, "time_started")
4481
4525
 
4482
4526
 
4483
4527
  @pulumi.output_type
4484
- class RepositoryMirrorRepositoryConfigTriggerSchedule(dict):
4528
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail(dict):
4485
4529
  @staticmethod
4486
4530
  def __key_warning(key: str):
4487
4531
  suggest = None
4488
- if key == "scheduleType":
4489
- suggest = "schedule_type"
4490
- elif key == "customSchedule":
4491
- suggest = "custom_schedule"
4532
+ if key == "rollbackSteps":
4533
+ suggest = "rollback_steps"
4534
+ elif key == "targetGroup":
4535
+ suggest = "target_group"
4536
+ elif key == "targetId":
4537
+ suggest = "target_id"
4492
4538
 
4493
4539
  if suggest:
4494
- pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfigTriggerSchedule. Access the value via the '{suggest}' property getter instead.")
4540
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail. Access the value via the '{suggest}' property getter instead.")
4495
4541
 
4496
4542
  def __getitem__(self, key: str) -> Any:
4497
- RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
4543
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail.__key_warning(key)
4498
4544
  return super().__getitem__(key)
4499
4545
 
4500
4546
  def get(self, key: str, default = None) -> Any:
4501
- RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
4547
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail.__key_warning(key)
4502
4548
  return super().get(key, default)
4503
4549
 
4504
4550
  def __init__(__self__, *,
4505
- schedule_type: str,
4506
- custom_schedule: Optional[str] = None):
4551
+ rollback_steps: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep']] = None,
4552
+ steps: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep']] = None,
4553
+ target_group: Optional[str] = None,
4554
+ target_id: Optional[str] = None):
4507
4555
  """
4508
- :param str schedule_type: (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
4509
- :param str custom_schedule: (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
4556
+ :param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
4557
+ :param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
4558
+ :param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
4559
+ :param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4510
4560
  """
4511
- pulumi.set(__self__, "schedule_type", schedule_type)
4512
- if custom_schedule is not None:
4513
- pulumi.set(__self__, "custom_schedule", custom_schedule)
4561
+ if rollback_steps is not None:
4562
+ pulumi.set(__self__, "rollback_steps", rollback_steps)
4563
+ if steps is not None:
4564
+ pulumi.set(__self__, "steps", steps)
4565
+ if target_group is not None:
4566
+ pulumi.set(__self__, "target_group", target_group)
4567
+ if target_id is not None:
4568
+ pulumi.set(__self__, "target_id", target_id)
4514
4569
 
4515
4570
  @property
4516
- @pulumi.getter(name="scheduleType")
4517
- def schedule_type(self) -> str:
4571
+ @pulumi.getter(name="rollbackSteps")
4572
+ def rollback_steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep']]:
4518
4573
  """
4519
- (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
4574
+ Details about all the rollback steps for one target environment.
4520
4575
  """
4521
- return pulumi.get(self, "schedule_type")
4576
+ return pulumi.get(self, "rollback_steps")
4522
4577
 
4523
4578
  @property
4524
- @pulumi.getter(name="customSchedule")
4525
- def custom_schedule(self) -> Optional[str]:
4579
+ @pulumi.getter
4580
+ def steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep']]:
4526
4581
  """
4527
- (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
4582
+ Details about all the steps for one target environment.
4528
4583
  """
4529
- return pulumi.get(self, "custom_schedule")
4584
+ return pulumi.get(self, "steps")
4585
+
4586
+ @property
4587
+ @pulumi.getter(name="targetGroup")
4588
+ def target_group(self) -> Optional[str]:
4589
+ """
4590
+ Group for the target environment for example, the batch number for an Instance Group deployment.
4591
+ """
4592
+ return pulumi.get(self, "target_group")
4593
+
4594
+ @property
4595
+ @pulumi.getter(name="targetId")
4596
+ def target_id(self) -> Optional[str]:
4597
+ """
4598
+ The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4599
+ """
4600
+ return pulumi.get(self, "target_id")
4530
4601
 
4531
4602
 
4532
4603
  @pulumi.output_type
4533
- class TriggerAction(dict):
4604
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep(dict):
4534
4605
  @staticmethod
4535
4606
  def __key_warning(key: str):
4536
4607
  suggest = None
4537
- if key == "buildPipelineId":
4538
- suggest = "build_pipeline_id"
4608
+ if key == "timeFinished":
4609
+ suggest = "time_finished"
4610
+ elif key == "timeStarted":
4611
+ suggest = "time_started"
4539
4612
 
4540
4613
  if suggest:
4541
- pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
4614
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep. Access the value via the '{suggest}' property getter instead.")
4542
4615
 
4543
4616
  def __getitem__(self, key: str) -> Any:
4544
- TriggerAction.__key_warning(key)
4617
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep.__key_warning(key)
4545
4618
  return super().__getitem__(key)
4546
4619
 
4547
4620
  def get(self, key: str, default = None) -> Any:
4548
- TriggerAction.__key_warning(key)
4621
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep.__key_warning(key)
4549
4622
  return super().get(key, default)
4550
4623
 
4551
4624
  def __init__(__self__, *,
4552
- build_pipeline_id: str,
4553
- type: str,
4554
- filter: Optional['outputs.TriggerActionFilter'] = None):
4625
+ name: Optional[str] = None,
4626
+ state: Optional[str] = None,
4627
+ time_finished: Optional[str] = None,
4628
+ time_started: Optional[str] = None):
4555
4629
  """
4556
- :param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
4557
- :param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
4558
- :param 'TriggerActionFilterArgs' filter: (Updatable) The filters for the trigger.
4630
+ :param str name: Name of the parameter (case-sensitive).
4631
+ :param str state: The current state of the deployment.
4632
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4633
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4559
4634
  """
4560
- pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
4561
- pulumi.set(__self__, "type", type)
4562
- if filter is not None:
4563
- pulumi.set(__self__, "filter", filter)
4635
+ if name is not None:
4636
+ pulumi.set(__self__, "name", name)
4637
+ if state is not None:
4638
+ pulumi.set(__self__, "state", state)
4639
+ if time_finished is not None:
4640
+ pulumi.set(__self__, "time_finished", time_finished)
4641
+ if time_started is not None:
4642
+ pulumi.set(__self__, "time_started", time_started)
4564
4643
 
4565
4644
  @property
4566
- @pulumi.getter(name="buildPipelineId")
4567
- def build_pipeline_id(self) -> str:
4645
+ @pulumi.getter
4646
+ def name(self) -> Optional[str]:
4647
+ """
4648
+ Name of the parameter (case-sensitive).
4649
+ """
4650
+ return pulumi.get(self, "name")
4651
+
4652
+ @property
4653
+ @pulumi.getter
4654
+ def state(self) -> Optional[str]:
4655
+ """
4656
+ The current state of the deployment.
4657
+ """
4658
+ return pulumi.get(self, "state")
4659
+
4660
+ @property
4661
+ @pulumi.getter(name="timeFinished")
4662
+ def time_finished(self) -> Optional[str]:
4663
+ """
4664
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4665
+ """
4666
+ return pulumi.get(self, "time_finished")
4667
+
4668
+ @property
4669
+ @pulumi.getter(name="timeStarted")
4670
+ def time_started(self) -> Optional[str]:
4671
+ """
4672
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4673
+ """
4674
+ return pulumi.get(self, "time_started")
4675
+
4676
+
4677
+ @pulumi.output_type
4678
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep(dict):
4679
+ @staticmethod
4680
+ def __key_warning(key: str):
4681
+ suggest = None
4682
+ if key == "timeFinished":
4683
+ suggest = "time_finished"
4684
+ elif key == "timeStarted":
4685
+ suggest = "time_started"
4686
+
4687
+ if suggest:
4688
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep. Access the value via the '{suggest}' property getter instead.")
4689
+
4690
+ def __getitem__(self, key: str) -> Any:
4691
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
4692
+ return super().__getitem__(key)
4693
+
4694
+ def get(self, key: str, default = None) -> Any:
4695
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
4696
+ return super().get(key, default)
4697
+
4698
+ def __init__(__self__, *,
4699
+ name: Optional[str] = None,
4700
+ state: Optional[str] = None,
4701
+ time_finished: Optional[str] = None,
4702
+ time_started: Optional[str] = None):
4703
+ """
4704
+ :param str name: Name of the parameter (case-sensitive).
4705
+ :param str state: The current state of the deployment.
4706
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4707
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4708
+ """
4709
+ if name is not None:
4710
+ pulumi.set(__self__, "name", name)
4711
+ if state is not None:
4712
+ pulumi.set(__self__, "state", state)
4713
+ if time_finished is not None:
4714
+ pulumi.set(__self__, "time_finished", time_finished)
4715
+ if time_started is not None:
4716
+ pulumi.set(__self__, "time_started", time_started)
4717
+
4718
+ @property
4719
+ @pulumi.getter
4720
+ def name(self) -> Optional[str]:
4721
+ """
4722
+ Name of the parameter (case-sensitive).
4723
+ """
4724
+ return pulumi.get(self, "name")
4725
+
4726
+ @property
4727
+ @pulumi.getter
4728
+ def state(self) -> Optional[str]:
4729
+ """
4730
+ The current state of the deployment.
4731
+ """
4732
+ return pulumi.get(self, "state")
4733
+
4734
+ @property
4735
+ @pulumi.getter(name="timeFinished")
4736
+ def time_finished(self) -> Optional[str]:
4737
+ """
4738
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4739
+ """
4740
+ return pulumi.get(self, "time_finished")
4741
+
4742
+ @property
4743
+ @pulumi.getter(name="timeStarted")
4744
+ def time_started(self) -> Optional[str]:
4745
+ """
4746
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4747
+ """
4748
+ return pulumi.get(self, "time_started")
4749
+
4750
+
4751
+ @pulumi.output_type
4752
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor(dict):
4753
+ @staticmethod
4754
+ def __key_warning(key: str):
4755
+ suggest = None
4756
+ if key == "deployStagePredecessor":
4757
+ suggest = "deploy_stage_predecessor"
4758
+
4759
+ if suggest:
4760
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor. Access the value via the '{suggest}' property getter instead.")
4761
+
4762
+ def __getitem__(self, key: str) -> Any:
4763
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
4764
+ return super().__getitem__(key)
4765
+
4766
+ def get(self, key: str, default = None) -> Any:
4767
+ DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
4768
+ return super().get(key, default)
4769
+
4770
+ def __init__(__self__, *,
4771
+ deploy_stage_predecessor: Optional[str] = None):
4772
+ if deploy_stage_predecessor is not None:
4773
+ pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
4774
+
4775
+ @property
4776
+ @pulumi.getter(name="deployStagePredecessor")
4777
+ def deploy_stage_predecessor(self) -> Optional[str]:
4778
+ return pulumi.get(self, "deploy_stage_predecessor")
4779
+
4780
+
4781
+ @pulumi.output_type
4782
+ class ProjectNotificationConfig(dict):
4783
+ @staticmethod
4784
+ def __key_warning(key: str):
4785
+ suggest = None
4786
+ if key == "topicId":
4787
+ suggest = "topic_id"
4788
+
4789
+ if suggest:
4790
+ pulumi.log.warn(f"Key '{key}' not found in ProjectNotificationConfig. Access the value via the '{suggest}' property getter instead.")
4791
+
4792
+ def __getitem__(self, key: str) -> Any:
4793
+ ProjectNotificationConfig.__key_warning(key)
4794
+ return super().__getitem__(key)
4795
+
4796
+ def get(self, key: str, default = None) -> Any:
4797
+ ProjectNotificationConfig.__key_warning(key)
4798
+ return super().get(key, default)
4799
+
4800
+ def __init__(__self__, *,
4801
+ topic_id: str):
4802
+ """
4803
+ :param str topic_id: (Updatable) The topic ID for notifications.
4804
+
4805
+
4806
+ ** IMPORTANT **
4807
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4808
+ """
4809
+ pulumi.set(__self__, "topic_id", topic_id)
4810
+
4811
+ @property
4812
+ @pulumi.getter(name="topicId")
4813
+ def topic_id(self) -> str:
4814
+ """
4815
+ (Updatable) The topic ID for notifications.
4816
+
4817
+
4818
+ ** IMPORTANT **
4819
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4820
+ """
4821
+ return pulumi.get(self, "topic_id")
4822
+
4823
+
4824
+ @pulumi.output_type
4825
+ class RepositoryMirrorRepositoryConfig(dict):
4826
+ @staticmethod
4827
+ def __key_warning(key: str):
4828
+ suggest = None
4829
+ if key == "connectorId":
4830
+ suggest = "connector_id"
4831
+ elif key == "repositoryUrl":
4832
+ suggest = "repository_url"
4833
+ elif key == "triggerSchedule":
4834
+ suggest = "trigger_schedule"
4835
+
4836
+ if suggest:
4837
+ pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfig. Access the value via the '{suggest}' property getter instead.")
4838
+
4839
+ def __getitem__(self, key: str) -> Any:
4840
+ RepositoryMirrorRepositoryConfig.__key_warning(key)
4841
+ return super().__getitem__(key)
4842
+
4843
+ def get(self, key: str, default = None) -> Any:
4844
+ RepositoryMirrorRepositoryConfig.__key_warning(key)
4845
+ return super().get(key, default)
4846
+
4847
+ def __init__(__self__, *,
4848
+ connector_id: Optional[str] = None,
4849
+ repository_url: Optional[str] = None,
4850
+ trigger_schedule: Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule'] = None):
4851
+ """
4852
+ :param str connector_id: (Updatable) Upstream git repository connection identifer.
4853
+ :param str repository_url: (Updatable) URL of external repository you want to mirror.
4854
+ :param 'RepositoryMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
4855
+ """
4856
+ if connector_id is not None:
4857
+ pulumi.set(__self__, "connector_id", connector_id)
4858
+ if repository_url is not None:
4859
+ pulumi.set(__self__, "repository_url", repository_url)
4860
+ if trigger_schedule is not None:
4861
+ pulumi.set(__self__, "trigger_schedule", trigger_schedule)
4862
+
4863
+ @property
4864
+ @pulumi.getter(name="connectorId")
4865
+ def connector_id(self) -> Optional[str]:
4866
+ """
4867
+ (Updatable) Upstream git repository connection identifer.
4868
+ """
4869
+ return pulumi.get(self, "connector_id")
4870
+
4871
+ @property
4872
+ @pulumi.getter(name="repositoryUrl")
4873
+ def repository_url(self) -> Optional[str]:
4874
+ """
4875
+ (Updatable) URL of external repository you want to mirror.
4876
+ """
4877
+ return pulumi.get(self, "repository_url")
4878
+
4879
+ @property
4880
+ @pulumi.getter(name="triggerSchedule")
4881
+ def trigger_schedule(self) -> Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule']:
4882
+ """
4883
+ (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
4884
+ """
4885
+ return pulumi.get(self, "trigger_schedule")
4886
+
4887
+
4888
+ @pulumi.output_type
4889
+ class RepositoryMirrorRepositoryConfigTriggerSchedule(dict):
4890
+ @staticmethod
4891
+ def __key_warning(key: str):
4892
+ suggest = None
4893
+ if key == "scheduleType":
4894
+ suggest = "schedule_type"
4895
+ elif key == "customSchedule":
4896
+ suggest = "custom_schedule"
4897
+
4898
+ if suggest:
4899
+ pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfigTriggerSchedule. Access the value via the '{suggest}' property getter instead.")
4900
+
4901
+ def __getitem__(self, key: str) -> Any:
4902
+ RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
4903
+ return super().__getitem__(key)
4904
+
4905
+ def get(self, key: str, default = None) -> Any:
4906
+ RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
4907
+ return super().get(key, default)
4908
+
4909
+ def __init__(__self__, *,
4910
+ schedule_type: str,
4911
+ custom_schedule: Optional[str] = None):
4912
+ """
4913
+ :param str schedule_type: (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
4914
+ :param str custom_schedule: (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
4915
+ """
4916
+ pulumi.set(__self__, "schedule_type", schedule_type)
4917
+ if custom_schedule is not None:
4918
+ pulumi.set(__self__, "custom_schedule", custom_schedule)
4919
+
4920
+ @property
4921
+ @pulumi.getter(name="scheduleType")
4922
+ def schedule_type(self) -> str:
4923
+ """
4924
+ (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
4925
+ """
4926
+ return pulumi.get(self, "schedule_type")
4927
+
4928
+ @property
4929
+ @pulumi.getter(name="customSchedule")
4930
+ def custom_schedule(self) -> Optional[str]:
4931
+ """
4932
+ (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
4933
+ """
4934
+ return pulumi.get(self, "custom_schedule")
4935
+
4936
+
4937
+ @pulumi.output_type
4938
+ class TriggerAction(dict):
4939
+ @staticmethod
4940
+ def __key_warning(key: str):
4941
+ suggest = None
4942
+ if key == "buildPipelineId":
4943
+ suggest = "build_pipeline_id"
4944
+
4945
+ if suggest:
4946
+ pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
4947
+
4948
+ def __getitem__(self, key: str) -> Any:
4949
+ TriggerAction.__key_warning(key)
4950
+ return super().__getitem__(key)
4951
+
4952
+ def get(self, key: str, default = None) -> Any:
4953
+ TriggerAction.__key_warning(key)
4954
+ return super().get(key, default)
4955
+
4956
+ def __init__(__self__, *,
4957
+ build_pipeline_id: str,
4958
+ type: str,
4959
+ filter: Optional['outputs.TriggerActionFilter'] = None):
4960
+ """
4961
+ :param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
4962
+ :param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
4963
+ :param 'TriggerActionFilterArgs' filter: (Updatable) The filters for the trigger.
4964
+ """
4965
+ pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
4966
+ pulumi.set(__self__, "type", type)
4967
+ if filter is not None:
4968
+ pulumi.set(__self__, "filter", filter)
4969
+
4970
+ @property
4971
+ @pulumi.getter(name="buildPipelineId")
4972
+ def build_pipeline_id(self) -> str:
4568
4973
  """
4569
4974
  (Updatable) The OCID of the build pipeline to be triggered.
4570
4975
  """
@@ -4613,6 +5018,10 @@ class TriggerActionFilter(dict):
4613
5018
  include: Optional['outputs.TriggerActionFilterInclude'] = None):
4614
5019
  """
4615
5020
  :param str trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
5021
+
5022
+
5023
+ ** IMPORTANT **
5024
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4616
5025
  :param Sequence[str] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4617
5026
  :param 'TriggerActionFilterExcludeArgs' exclude: (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4618
5027
  :param 'TriggerActionFilterIncludeArgs' include: (Updatable) Attributes to filter GitLab self-hosted server events.
@@ -4630,6 +5039,10 @@ class TriggerActionFilter(dict):
4630
5039
  def trigger_source(self) -> str:
4631
5040
  """
4632
5041
  (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
5042
+
5043
+
5044
+ ** IMPORTANT **
5045
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4633
5046
  """
4634
5047
  return pulumi.get(self, "trigger_source")
4635
5048
 
@@ -12115,22 +12528,243 @@ class GetDeploymentDeploymentArgumentResult(dict):
12115
12528
  @pulumi.getter
12116
12529
  def items(self) -> Sequence['outputs.GetDeploymentDeploymentArgumentItemResult']:
12117
12530
  """
12118
- A list of stage predecessors for a stage.
12531
+ A list of stage predecessors for a stage.
12532
+ """
12533
+ return pulumi.get(self, "items")
12534
+
12535
+
12536
+ @pulumi.output_type
12537
+ class GetDeploymentDeploymentArgumentItemResult(dict):
12538
+ def __init__(__self__, *,
12539
+ name: str,
12540
+ value: str):
12541
+ """
12542
+ :param str name: Name of the step.
12543
+ :param str value: value of the argument.
12544
+ """
12545
+ pulumi.set(__self__, "name", name)
12546
+ pulumi.set(__self__, "value", value)
12547
+
12548
+ @property
12549
+ @pulumi.getter
12550
+ def name(self) -> str:
12551
+ """
12552
+ Name of the step.
12553
+ """
12554
+ return pulumi.get(self, "name")
12555
+
12556
+ @property
12557
+ @pulumi.getter
12558
+ def value(self) -> str:
12559
+ """
12560
+ value of the argument.
12561
+ """
12562
+ return pulumi.get(self, "value")
12563
+
12564
+
12565
+ @pulumi.output_type
12566
+ class GetDeploymentDeploymentExecutionProgressResult(dict):
12567
+ def __init__(__self__, *,
12568
+ deploy_stage_execution_progresses: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult'],
12569
+ time_finished: str,
12570
+ time_started: str):
12571
+ """
12572
+ :param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
12573
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12574
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12575
+ """
12576
+ pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
12577
+ pulumi.set(__self__, "time_finished", time_finished)
12578
+ pulumi.set(__self__, "time_started", time_started)
12579
+
12580
+ @property
12581
+ @pulumi.getter(name="deployStageExecutionProgresses")
12582
+ def deploy_stage_execution_progresses(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult']:
12583
+ """
12584
+ Map of stage OCIDs to deploy stage execution progress model.
12585
+ """
12586
+ return pulumi.get(self, "deploy_stage_execution_progresses")
12587
+
12588
+ @property
12589
+ @pulumi.getter(name="timeFinished")
12590
+ def time_finished(self) -> str:
12591
+ """
12592
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12593
+ """
12594
+ return pulumi.get(self, "time_finished")
12595
+
12596
+ @property
12597
+ @pulumi.getter(name="timeStarted")
12598
+ def time_started(self) -> str:
12599
+ """
12600
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12601
+ """
12602
+ return pulumi.get(self, "time_started")
12603
+
12604
+
12605
+ @pulumi.output_type
12606
+ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
12607
+ def __init__(__self__, *,
12608
+ deploy_stage_display_name: str,
12609
+ deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
12610
+ deploy_stage_id: str,
12611
+ deploy_stage_predecessors: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
12612
+ deploy_stage_type: str,
12613
+ status: str,
12614
+ time_finished: str,
12615
+ time_started: str):
12616
+ """
12617
+ :param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
12618
+ :param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
12619
+ :param str deploy_stage_id: The OCID of the stage.
12620
+ :param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
12621
+ :param str deploy_stage_type: Deployment stage type.
12622
+ :param str status: The current state of the stage.
12623
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12624
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12625
+ """
12626
+ pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
12627
+ pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
12628
+ pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
12629
+ pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
12630
+ pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
12631
+ pulumi.set(__self__, "status", status)
12632
+ pulumi.set(__self__, "time_finished", time_finished)
12633
+ pulumi.set(__self__, "time_started", time_started)
12634
+
12635
+ @property
12636
+ @pulumi.getter(name="deployStageDisplayName")
12637
+ def deploy_stage_display_name(self) -> str:
12638
+ """
12639
+ Stage display name. Avoid entering confidential information.
12640
+ """
12641
+ return pulumi.get(self, "deploy_stage_display_name")
12642
+
12643
+ @property
12644
+ @pulumi.getter(name="deployStageExecutionProgressDetails")
12645
+ def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
12646
+ """
12647
+ Details about stage execution for all the target environments.
12648
+ """
12649
+ return pulumi.get(self, "deploy_stage_execution_progress_details")
12650
+
12651
+ @property
12652
+ @pulumi.getter(name="deployStageId")
12653
+ def deploy_stage_id(self) -> str:
12654
+ """
12655
+ The OCID of the stage.
12656
+ """
12657
+ return pulumi.get(self, "deploy_stage_id")
12658
+
12659
+ @property
12660
+ @pulumi.getter(name="deployStagePredecessors")
12661
+ def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
12662
+ """
12663
+ Collection containing the predecessors of a stage.
12664
+ """
12665
+ return pulumi.get(self, "deploy_stage_predecessors")
12666
+
12667
+ @property
12668
+ @pulumi.getter(name="deployStageType")
12669
+ def deploy_stage_type(self) -> str:
12670
+ """
12671
+ Deployment stage type.
12672
+ """
12673
+ return pulumi.get(self, "deploy_stage_type")
12674
+
12675
+ @property
12676
+ @pulumi.getter
12677
+ def status(self) -> str:
12678
+ """
12679
+ The current state of the stage.
12680
+ """
12681
+ return pulumi.get(self, "status")
12682
+
12683
+ @property
12684
+ @pulumi.getter(name="timeFinished")
12685
+ def time_finished(self) -> str:
12686
+ """
12687
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12688
+ """
12689
+ return pulumi.get(self, "time_finished")
12690
+
12691
+ @property
12692
+ @pulumi.getter(name="timeStarted")
12693
+ def time_started(self) -> str:
12694
+ """
12695
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12696
+ """
12697
+ return pulumi.get(self, "time_started")
12698
+
12699
+
12700
+ @pulumi.output_type
12701
+ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
12702
+ def __init__(__self__, *,
12703
+ rollback_steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
12704
+ steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
12705
+ target_group: str,
12706
+ target_id: str):
12707
+ """
12708
+ :param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
12709
+ :param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
12710
+ :param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
12711
+ :param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
12712
+ """
12713
+ pulumi.set(__self__, "rollback_steps", rollback_steps)
12714
+ pulumi.set(__self__, "steps", steps)
12715
+ pulumi.set(__self__, "target_group", target_group)
12716
+ pulumi.set(__self__, "target_id", target_id)
12717
+
12718
+ @property
12719
+ @pulumi.getter(name="rollbackSteps")
12720
+ def rollback_steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
12721
+ """
12722
+ Details about all the rollback steps for one target environment.
12723
+ """
12724
+ return pulumi.get(self, "rollback_steps")
12725
+
12726
+ @property
12727
+ @pulumi.getter
12728
+ def steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
12729
+ """
12730
+ Details about all the steps for one target environment.
12731
+ """
12732
+ return pulumi.get(self, "steps")
12733
+
12734
+ @property
12735
+ @pulumi.getter(name="targetGroup")
12736
+ def target_group(self) -> str:
12737
+ """
12738
+ Group for the target environment for example, the batch number for an Instance Group deployment.
12739
+ """
12740
+ return pulumi.get(self, "target_group")
12741
+
12742
+ @property
12743
+ @pulumi.getter(name="targetId")
12744
+ def target_id(self) -> str:
12745
+ """
12746
+ The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
12119
12747
  """
12120
- return pulumi.get(self, "items")
12748
+ return pulumi.get(self, "target_id")
12121
12749
 
12122
12750
 
12123
12751
  @pulumi.output_type
12124
- class GetDeploymentDeploymentArgumentItemResult(dict):
12752
+ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult(dict):
12125
12753
  def __init__(__self__, *,
12126
12754
  name: str,
12127
- value: str):
12755
+ state: str,
12756
+ time_finished: str,
12757
+ time_started: str):
12128
12758
  """
12129
12759
  :param str name: Name of the step.
12130
- :param str value: value of the argument.
12760
+ :param str state: The current state of the deployment.
12761
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12762
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12131
12763
  """
12132
12764
  pulumi.set(__self__, "name", name)
12133
- pulumi.set(__self__, "value", value)
12765
+ pulumi.set(__self__, "state", state)
12766
+ pulumi.set(__self__, "time_finished", time_finished)
12767
+ pulumi.set(__self__, "time_started", time_started)
12134
12768
 
12135
12769
  @property
12136
12770
  @pulumi.getter
@@ -12142,35 +12776,62 @@ class GetDeploymentDeploymentArgumentItemResult(dict):
12142
12776
 
12143
12777
  @property
12144
12778
  @pulumi.getter
12145
- def value(self) -> str:
12779
+ def state(self) -> str:
12146
12780
  """
12147
- value of the argument.
12781
+ The current state of the deployment.
12148
12782
  """
12149
- return pulumi.get(self, "value")
12783
+ return pulumi.get(self, "state")
12784
+
12785
+ @property
12786
+ @pulumi.getter(name="timeFinished")
12787
+ def time_finished(self) -> str:
12788
+ """
12789
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12790
+ """
12791
+ return pulumi.get(self, "time_finished")
12792
+
12793
+ @property
12794
+ @pulumi.getter(name="timeStarted")
12795
+ def time_started(self) -> str:
12796
+ """
12797
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12798
+ """
12799
+ return pulumi.get(self, "time_started")
12150
12800
 
12151
12801
 
12152
12802
  @pulumi.output_type
12153
- class GetDeploymentDeploymentExecutionProgressResult(dict):
12803
+ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult(dict):
12154
12804
  def __init__(__self__, *,
12155
- deploy_stage_execution_progress: Mapping[str, Any],
12805
+ name: str,
12806
+ state: str,
12156
12807
  time_finished: str,
12157
12808
  time_started: str):
12158
12809
  """
12159
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
12810
+ :param str name: Name of the step.
12811
+ :param str state: The current state of the deployment.
12160
12812
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12161
12813
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12162
12814
  """
12163
- pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
12815
+ pulumi.set(__self__, "name", name)
12816
+ pulumi.set(__self__, "state", state)
12164
12817
  pulumi.set(__self__, "time_finished", time_finished)
12165
12818
  pulumi.set(__self__, "time_started", time_started)
12166
12819
 
12167
12820
  @property
12168
- @pulumi.getter(name="deployStageExecutionProgress")
12169
- def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
12821
+ @pulumi.getter
12822
+ def name(self) -> str:
12170
12823
  """
12171
- Map of stage OCIDs to deploy stage execution progress model.
12824
+ Name of the step.
12825
+ """
12826
+ return pulumi.get(self, "name")
12827
+
12828
+ @property
12829
+ @pulumi.getter
12830
+ def state(self) -> str:
12831
+ """
12832
+ The current state of the deployment.
12172
12833
  """
12173
- return pulumi.get(self, "deploy_stage_execution_progress")
12834
+ return pulumi.get(self, "state")
12174
12835
 
12175
12836
  @property
12176
12837
  @pulumi.getter(name="timeFinished")
@@ -12189,6 +12850,18 @@ class GetDeploymentDeploymentExecutionProgressResult(dict):
12189
12850
  return pulumi.get(self, "time_started")
12190
12851
 
12191
12852
 
12853
+ @pulumi.output_type
12854
+ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
12855
+ def __init__(__self__, *,
12856
+ deploy_stage_predecessor: str):
12857
+ pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
12858
+
12859
+ @property
12860
+ @pulumi.getter(name="deployStagePredecessor")
12861
+ def deploy_stage_predecessor(self) -> str:
12862
+ return pulumi.get(self, "deploy_stage_predecessor")
12863
+
12864
+
12192
12865
  @pulumi.output_type
12193
12866
  class GetDeploymentsDeploymentCollectionResult(dict):
12194
12867
  def __init__(__self__, *,
@@ -12828,25 +13501,273 @@ class GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult(dict):
12828
13501
  @pulumi.output_type
12829
13502
  class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(dict):
12830
13503
  def __init__(__self__, *,
12831
- deploy_stage_execution_progress: Mapping[str, Any],
13504
+ deploy_stage_execution_progresses: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult'],
12832
13505
  time_finished: str,
12833
13506
  time_started: str):
12834
13507
  """
12835
- :param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
13508
+ :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
12836
13509
  :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12837
13510
  :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
12838
13511
  """
12839
- pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
13512
+ pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
12840
13513
  pulumi.set(__self__, "time_finished", time_finished)
12841
13514
  pulumi.set(__self__, "time_started", time_started)
12842
13515
 
12843
13516
  @property
12844
- @pulumi.getter(name="deployStageExecutionProgress")
12845
- def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
13517
+ @pulumi.getter(name="deployStageExecutionProgresses")
13518
+ def deploy_stage_execution_progresses(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult']:
12846
13519
  """
12847
13520
  Map of stage OCIDs to deploy stage execution progress model.
12848
13521
  """
12849
- return pulumi.get(self, "deploy_stage_execution_progress")
13522
+ return pulumi.get(self, "deploy_stage_execution_progresses")
13523
+
13524
+ @property
13525
+ @pulumi.getter(name="timeFinished")
13526
+ def time_finished(self) -> str:
13527
+ """
13528
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13529
+ """
13530
+ return pulumi.get(self, "time_finished")
13531
+
13532
+ @property
13533
+ @pulumi.getter(name="timeStarted")
13534
+ def time_started(self) -> str:
13535
+ """
13536
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13537
+ """
13538
+ return pulumi.get(self, "time_started")
13539
+
13540
+
13541
+ @pulumi.output_type
13542
+ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
13543
+ def __init__(__self__, *,
13544
+ deploy_stage_display_name: str,
13545
+ deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
13546
+ deploy_stage_id: str,
13547
+ deploy_stage_predecessors: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
13548
+ deploy_stage_type: str,
13549
+ status: str,
13550
+ time_finished: str,
13551
+ time_started: str):
13552
+ """
13553
+ :param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
13554
+ :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
13555
+ :param str deploy_stage_id: The OCID of the stage.
13556
+ :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
13557
+ :param str deploy_stage_type: Deployment stage type.
13558
+ :param str status: The current state of the stage.
13559
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13560
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13561
+ """
13562
+ pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
13563
+ pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
13564
+ pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
13565
+ pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
13566
+ pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
13567
+ pulumi.set(__self__, "status", status)
13568
+ pulumi.set(__self__, "time_finished", time_finished)
13569
+ pulumi.set(__self__, "time_started", time_started)
13570
+
13571
+ @property
13572
+ @pulumi.getter(name="deployStageDisplayName")
13573
+ def deploy_stage_display_name(self) -> str:
13574
+ """
13575
+ Stage display name. Avoid entering confidential information.
13576
+ """
13577
+ return pulumi.get(self, "deploy_stage_display_name")
13578
+
13579
+ @property
13580
+ @pulumi.getter(name="deployStageExecutionProgressDetails")
13581
+ def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
13582
+ """
13583
+ Details about stage execution for all the target environments.
13584
+ """
13585
+ return pulumi.get(self, "deploy_stage_execution_progress_details")
13586
+
13587
+ @property
13588
+ @pulumi.getter(name="deployStageId")
13589
+ def deploy_stage_id(self) -> str:
13590
+ """
13591
+ The OCID of the stage.
13592
+ """
13593
+ return pulumi.get(self, "deploy_stage_id")
13594
+
13595
+ @property
13596
+ @pulumi.getter(name="deployStagePredecessors")
13597
+ def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
13598
+ """
13599
+ Collection containing the predecessors of a stage.
13600
+ """
13601
+ return pulumi.get(self, "deploy_stage_predecessors")
13602
+
13603
+ @property
13604
+ @pulumi.getter(name="deployStageType")
13605
+ def deploy_stage_type(self) -> str:
13606
+ """
13607
+ Deployment stage type.
13608
+ """
13609
+ return pulumi.get(self, "deploy_stage_type")
13610
+
13611
+ @property
13612
+ @pulumi.getter
13613
+ def status(self) -> str:
13614
+ """
13615
+ The current state of the stage.
13616
+ """
13617
+ return pulumi.get(self, "status")
13618
+
13619
+ @property
13620
+ @pulumi.getter(name="timeFinished")
13621
+ def time_finished(self) -> str:
13622
+ """
13623
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13624
+ """
13625
+ return pulumi.get(self, "time_finished")
13626
+
13627
+ @property
13628
+ @pulumi.getter(name="timeStarted")
13629
+ def time_started(self) -> str:
13630
+ """
13631
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13632
+ """
13633
+ return pulumi.get(self, "time_started")
13634
+
13635
+
13636
+ @pulumi.output_type
13637
+ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
13638
+ def __init__(__self__, *,
13639
+ rollback_steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
13640
+ steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
13641
+ target_group: str,
13642
+ target_id: str):
13643
+ """
13644
+ :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
13645
+ :param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
13646
+ :param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
13647
+ :param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
13648
+ """
13649
+ pulumi.set(__self__, "rollback_steps", rollback_steps)
13650
+ pulumi.set(__self__, "steps", steps)
13651
+ pulumi.set(__self__, "target_group", target_group)
13652
+ pulumi.set(__self__, "target_id", target_id)
13653
+
13654
+ @property
13655
+ @pulumi.getter(name="rollbackSteps")
13656
+ def rollback_steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
13657
+ """
13658
+ Details about all the rollback steps for one target environment.
13659
+ """
13660
+ return pulumi.get(self, "rollback_steps")
13661
+
13662
+ @property
13663
+ @pulumi.getter
13664
+ def steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
13665
+ """
13666
+ Details about all the steps for one target environment.
13667
+ """
13668
+ return pulumi.get(self, "steps")
13669
+
13670
+ @property
13671
+ @pulumi.getter(name="targetGroup")
13672
+ def target_group(self) -> str:
13673
+ """
13674
+ Group for the target environment for example, the batch number for an Instance Group deployment.
13675
+ """
13676
+ return pulumi.get(self, "target_group")
13677
+
13678
+ @property
13679
+ @pulumi.getter(name="targetId")
13680
+ def target_id(self) -> str:
13681
+ """
13682
+ The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
13683
+ """
13684
+ return pulumi.get(self, "target_id")
13685
+
13686
+
13687
+ @pulumi.output_type
13688
+ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult(dict):
13689
+ def __init__(__self__, *,
13690
+ name: str,
13691
+ state: str,
13692
+ time_finished: str,
13693
+ time_started: str):
13694
+ """
13695
+ :param str name: Name of the step.
13696
+ :param str state: A filter to return only Deployments that matches the given lifecycleState.
13697
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13698
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13699
+ """
13700
+ pulumi.set(__self__, "name", name)
13701
+ pulumi.set(__self__, "state", state)
13702
+ pulumi.set(__self__, "time_finished", time_finished)
13703
+ pulumi.set(__self__, "time_started", time_started)
13704
+
13705
+ @property
13706
+ @pulumi.getter
13707
+ def name(self) -> str:
13708
+ """
13709
+ Name of the step.
13710
+ """
13711
+ return pulumi.get(self, "name")
13712
+
13713
+ @property
13714
+ @pulumi.getter
13715
+ def state(self) -> str:
13716
+ """
13717
+ A filter to return only Deployments that matches the given lifecycleState.
13718
+ """
13719
+ return pulumi.get(self, "state")
13720
+
13721
+ @property
13722
+ @pulumi.getter(name="timeFinished")
13723
+ def time_finished(self) -> str:
13724
+ """
13725
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13726
+ """
13727
+ return pulumi.get(self, "time_finished")
13728
+
13729
+ @property
13730
+ @pulumi.getter(name="timeStarted")
13731
+ def time_started(self) -> str:
13732
+ """
13733
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13734
+ """
13735
+ return pulumi.get(self, "time_started")
13736
+
13737
+
13738
+ @pulumi.output_type
13739
+ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult(dict):
13740
+ def __init__(__self__, *,
13741
+ name: str,
13742
+ state: str,
13743
+ time_finished: str,
13744
+ time_started: str):
13745
+ """
13746
+ :param str name: Name of the step.
13747
+ :param str state: A filter to return only Deployments that matches the given lifecycleState.
13748
+ :param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13749
+ :param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13750
+ """
13751
+ pulumi.set(__self__, "name", name)
13752
+ pulumi.set(__self__, "state", state)
13753
+ pulumi.set(__self__, "time_finished", time_finished)
13754
+ pulumi.set(__self__, "time_started", time_started)
13755
+
13756
+ @property
13757
+ @pulumi.getter
13758
+ def name(self) -> str:
13759
+ """
13760
+ Name of the step.
13761
+ """
13762
+ return pulumi.get(self, "name")
13763
+
13764
+ @property
13765
+ @pulumi.getter
13766
+ def state(self) -> str:
13767
+ """
13768
+ A filter to return only Deployments that matches the given lifecycleState.
13769
+ """
13770
+ return pulumi.get(self, "state")
12850
13771
 
12851
13772
  @property
12852
13773
  @pulumi.getter(name="timeFinished")
@@ -12865,6 +13786,18 @@ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(di
12865
13786
  return pulumi.get(self, "time_started")
12866
13787
 
12867
13788
 
13789
+ @pulumi.output_type
13790
+ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
13791
+ def __init__(__self__, *,
13792
+ deploy_stage_predecessor: str):
13793
+ pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
13794
+
13795
+ @property
13796
+ @pulumi.getter(name="deployStagePredecessor")
13797
+ def deploy_stage_predecessor(self) -> str:
13798
+ return pulumi.get(self, "deploy_stage_predecessor")
13799
+
13800
+
12868
13801
  @pulumi.output_type
12869
13802
  class GetDeploymentsFilterResult(dict):
12870
13803
  def __init__(__self__, *,