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
@@ -95,6 +95,11 @@ __all__ = [
95
95
  'DeploymentDeploymentArgumentsArgs',
96
96
  'DeploymentDeploymentArgumentsItemArgs',
97
97
  'DeploymentDeploymentExecutionProgressArgs',
98
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs',
99
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs',
100
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs',
101
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs',
102
+ 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs',
98
103
  'ProjectNotificationConfigArgs',
99
104
  'RepositoryMirrorRepositoryConfigArgs',
100
105
  'RepositoryMirrorRepositoryConfigTriggerScheduleArgs',
@@ -155,7 +160,7 @@ class BuildPipelineBuildPipelineParametersItemArgs:
155
160
  """
156
161
  :param pulumi.Input[str] default_value: (Updatable) Default value of the parameter.
157
162
  :param pulumi.Input[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'
158
- :param pulumi.Input[str] description: (Updatable) Description of the parameter.
163
+ :param pulumi.Input[str] description: (Updatable) Optional description about the build pipeline.
159
164
  """
160
165
  pulumi.set(__self__, "default_value", default_value)
161
166
  pulumi.set(__self__, "name", name)
@@ -190,7 +195,7 @@ class BuildPipelineBuildPipelineParametersItemArgs:
190
195
  @pulumi.getter
191
196
  def description(self) -> Optional[pulumi.Input[str]]:
192
197
  """
193
- (Updatable) Description of the parameter.
198
+ (Updatable) Optional description about the build pipeline.
194
199
  """
195
200
  return pulumi.get(self, "description")
196
201
 
@@ -204,7 +209,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs:
204
209
  def __init__(__self__, *,
205
210
  items: pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]]):
206
211
  """
207
- :param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]] items: (Updatable) A list of build pipeline stage predecessors for a stage.
212
+ :param pulumi.Input[Sequence[pulumi.Input['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.
208
213
  """
209
214
  pulumi.set(__self__, "items", items)
210
215
 
@@ -212,7 +217,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs:
212
217
  @pulumi.getter
213
218
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]]:
214
219
  """
215
- (Updatable) A list of build pipeline stage predecessors for a stage.
220
+ (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.
216
221
  """
217
222
  return pulumi.get(self, "items")
218
223
 
@@ -302,7 +307,7 @@ class BuildPipelineStageBuildSourceCollectionArgs:
302
307
  def __init__(__self__, *,
303
308
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]]] = None):
304
309
  """
305
- :param pulumi.Input[Sequence[pulumi.Input['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.
310
+ :param pulumi.Input[Sequence[pulumi.Input['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.
306
311
  """
307
312
  if items is not None:
308
313
  pulumi.set(__self__, "items", items)
@@ -311,7 +316,7 @@ class BuildPipelineStageBuildSourceCollectionArgs:
311
316
  @pulumi.getter
312
317
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]]]:
313
318
  """
314
- (Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
319
+ (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.
315
320
  """
316
321
  return pulumi.get(self, "items")
317
322
 
@@ -658,7 +663,7 @@ class BuildRunBuildOutputArtifactOverrideParameterArgs:
658
663
  def __init__(__self__, *,
659
664
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]]] = None):
660
665
  """
661
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]] items: List of exported variables.
666
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]] items: List of arguments provided at the time of running the build.
662
667
  """
663
668
  if items is not None:
664
669
  pulumi.set(__self__, "items", items)
@@ -667,7 +672,7 @@ class BuildRunBuildOutputArtifactOverrideParameterArgs:
667
672
  @pulumi.getter
668
673
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]]]:
669
674
  """
670
- List of exported variables.
675
+ List of arguments provided at the time of running the build.
671
676
  """
672
677
  return pulumi.get(self, "items")
673
678
 
@@ -684,7 +689,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItemArgs:
684
689
  value: Optional[pulumi.Input[str]] = None):
685
690
  """
686
691
  :param pulumi.Input[str] deploy_artifact_id: The OCID of the deployment artifact definition.
687
- :param pulumi.Input[str] name: Name of the step.
692
+ :param pulumi.Input[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'
688
693
  :param pulumi.Input[str] value: Value of the argument.
689
694
  """
690
695
  if deploy_artifact_id is not None:
@@ -710,7 +715,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItemArgs:
710
715
  @pulumi.getter
711
716
  def name(self) -> Optional[pulumi.Input[str]]:
712
717
  """
713
- Name of the step.
718
+ 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'
714
719
  """
715
720
  return pulumi.get(self, "name")
716
721
 
@@ -736,7 +741,7 @@ class BuildRunBuildOutputDeliveredArtifactArgs:
736
741
  def __init__(__self__, *,
737
742
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]]] = None):
738
743
  """
739
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]] items: List of exported variables.
744
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]] items: List of arguments provided at the time of running the build.
740
745
  """
741
746
  if items is not None:
742
747
  pulumi.set(__self__, "items", items)
@@ -745,7 +750,7 @@ class BuildRunBuildOutputDeliveredArtifactArgs:
745
750
  @pulumi.getter
746
751
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]]]:
747
752
  """
748
- List of exported variables.
753
+ List of arguments provided at the time of running the build.
749
754
  """
750
755
  return pulumi.get(self, "items")
751
756
 
@@ -910,7 +915,7 @@ class BuildRunBuildOutputExportedVariableArgs:
910
915
  def __init__(__self__, *,
911
916
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]]] = None):
912
917
  """
913
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]] items: List of exported variables.
918
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]] items: List of arguments provided at the time of running the build.
914
919
  """
915
920
  if items is not None:
916
921
  pulumi.set(__self__, "items", items)
@@ -919,7 +924,7 @@ class BuildRunBuildOutputExportedVariableArgs:
919
924
  @pulumi.getter
920
925
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]]]:
921
926
  """
922
- List of exported variables.
927
+ List of arguments provided at the time of running the build.
923
928
  """
924
929
  return pulumi.get(self, "items")
925
930
 
@@ -934,7 +939,7 @@ class BuildRunBuildOutputExportedVariableItemArgs:
934
939
  name: Optional[pulumi.Input[str]] = None,
935
940
  value: Optional[pulumi.Input[str]] = None):
936
941
  """
937
- :param pulumi.Input[str] name: Name of the step.
942
+ :param pulumi.Input[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'
938
943
  :param pulumi.Input[str] value: Value of the argument.
939
944
  """
940
945
  if name is not None:
@@ -946,7 +951,7 @@ class BuildRunBuildOutputExportedVariableItemArgs:
946
951
  @pulumi.getter
947
952
  def name(self) -> Optional[pulumi.Input[str]]:
948
953
  """
949
- Name of the step.
954
+ 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'
950
955
  """
951
956
  return pulumi.get(self, "name")
952
957
 
@@ -972,7 +977,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs:
972
977
  def __init__(__self__, *,
973
978
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]]] = None):
974
979
  """
975
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]] items: List of exported variables.
980
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]] items: List of arguments provided at the time of running the build.
976
981
  """
977
982
  if items is not None:
978
983
  pulumi.set(__self__, "items", items)
@@ -981,7 +986,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs:
981
986
  @pulumi.getter
982
987
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]]]:
983
988
  """
984
- List of exported variables.
989
+ List of arguments provided at the time of running the build.
985
990
  """
986
991
  return pulumi.get(self, "items")
987
992
 
@@ -2040,7 +2045,7 @@ class DeployPipelineDeployPipelineArtifactArgs:
2040
2045
  def __init__(__self__, *,
2041
2046
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]]] = None):
2042
2047
  """
2043
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]] items: List of parameters defined for a deployment pipeline.
2048
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2044
2049
  """
2045
2050
  if items is not None:
2046
2051
  pulumi.set(__self__, "items", items)
@@ -2049,7 +2054,7 @@ class DeployPipelineDeployPipelineArtifactArgs:
2049
2054
  @pulumi.getter
2050
2055
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]]]:
2051
2056
  """
2052
- List of parameters defined for a deployment pipeline.
2057
+ (Updatable) List of parameters defined for a deployment pipeline.
2053
2058
  """
2054
2059
  return pulumi.get(self, "items")
2055
2060
 
@@ -2118,7 +2123,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs:
2118
2123
  def __init__(__self__, *,
2119
2124
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None):
2120
2125
  """
2121
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: List of parameters defined for a deployment pipeline.
2126
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2122
2127
  """
2123
2128
  if items is not None:
2124
2129
  pulumi.set(__self__, "items", items)
@@ -2127,7 +2132,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs:
2127
2132
  @pulumi.getter
2128
2133
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]]:
2129
2134
  """
2130
- List of parameters defined for a deployment pipeline.
2135
+ (Updatable) List of parameters defined for a deployment pipeline.
2131
2136
  """
2132
2137
  return pulumi.get(self, "items")
2133
2138
 
@@ -2180,7 +2185,7 @@ class DeployPipelineDeployPipelineEnvironmentArgs:
2180
2185
  def __init__(__self__, *,
2181
2186
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]]] = None):
2182
2187
  """
2183
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]] items: List of parameters defined for a deployment pipeline.
2188
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2184
2189
  """
2185
2190
  if items is not None:
2186
2191
  pulumi.set(__self__, "items", items)
@@ -2189,7 +2194,7 @@ class DeployPipelineDeployPipelineEnvironmentArgs:
2189
2194
  @pulumi.getter
2190
2195
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]]]:
2191
2196
  """
2192
- List of parameters defined for a deployment pipeline.
2197
+ (Updatable) List of parameters defined for a deployment pipeline.
2193
2198
  """
2194
2199
  return pulumi.get(self, "items")
2195
2200
 
@@ -2258,7 +2263,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs:
2258
2263
  def __init__(__self__, *,
2259
2264
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None):
2260
2265
  """
2261
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: List of parameters defined for a deployment pipeline.
2266
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2262
2267
  """
2263
2268
  if items is not None:
2264
2269
  pulumi.set(__self__, "items", items)
@@ -2267,7 +2272,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs:
2267
2272
  @pulumi.getter
2268
2273
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]]:
2269
2274
  """
2270
- List of parameters defined for a deployment pipeline.
2275
+ (Updatable) List of parameters defined for a deployment pipeline.
2271
2276
  """
2272
2277
  return pulumi.get(self, "items")
2273
2278
 
@@ -2346,7 +2351,7 @@ class DeployPipelineDeployPipelineParametersItemArgs:
2346
2351
  """
2347
2352
  :param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
2348
2353
  :param pulumi.Input[str] default_value: (Updatable) Default value of the parameter.
2349
- :param pulumi.Input[str] description: (Updatable) Description of the parameter.
2354
+ :param pulumi.Input[str] description: (Updatable) Optional description about the deployment pipeline.
2350
2355
  """
2351
2356
  pulumi.set(__self__, "name", name)
2352
2357
  if default_value is not None:
@@ -2382,7 +2387,7 @@ class DeployPipelineDeployPipelineParametersItemArgs:
2382
2387
  @pulumi.getter
2383
2388
  def description(self) -> Optional[pulumi.Input[str]]:
2384
2389
  """
2385
- (Updatable) Description of the parameter.
2390
+ (Updatable) Optional description about the deployment pipeline.
2386
2391
  """
2387
2392
  return pulumi.get(self, "description")
2388
2393
 
@@ -2433,7 +2438,7 @@ class DeployStageBlueBackendIpsArgs:
2433
2438
  def __init__(__self__, *,
2434
2439
  items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2435
2440
  """
2436
- :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2441
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
2437
2442
  """
2438
2443
  if items is not None:
2439
2444
  pulumi.set(__self__, "items", items)
@@ -2442,7 +2447,7 @@ class DeployStageBlueBackendIpsArgs:
2442
2447
  @pulumi.getter
2443
2448
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2444
2449
  """
2445
- (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2450
+ (Updatable) List of parameters defined to set helm value.
2446
2451
  """
2447
2452
  return pulumi.get(self, "items")
2448
2453
 
@@ -2462,7 +2467,7 @@ class DeployStageBlueGreenStrategyArgs:
2462
2467
  :param pulumi.Input[str] ingress_name: Name of the Ingress resource.
2463
2468
  :param pulumi.Input[str] namespace_a: First Namespace for deployment.
2464
2469
  :param pulumi.Input[str] namespace_b: Second Namespace for deployment.
2465
- :param pulumi.Input[str] strategy_type: Blue Green strategy type
2470
+ :param pulumi.Input[str] strategy_type: Canary strategy type.
2466
2471
  """
2467
2472
  pulumi.set(__self__, "ingress_name", ingress_name)
2468
2473
  pulumi.set(__self__, "namespace_a", namespace_a)
@@ -2509,7 +2514,7 @@ class DeployStageBlueGreenStrategyArgs:
2509
2514
  @pulumi.getter(name="strategyType")
2510
2515
  def strategy_type(self) -> pulumi.Input[str]:
2511
2516
  """
2512
- Blue Green strategy type
2517
+ Canary strategy type.
2513
2518
  """
2514
2519
  return pulumi.get(self, "strategy_type")
2515
2520
 
@@ -2526,7 +2531,7 @@ class DeployStageCanaryStrategyArgs:
2526
2531
  strategy_type: pulumi.Input[str]):
2527
2532
  """
2528
2533
  :param pulumi.Input[str] ingress_name: Name of the Ingress resource.
2529
- :param pulumi.Input[str] namespace: Canary namespace to be used for Kubernetes canary deployment.
2534
+ :param pulumi.Input[str] namespace: (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2530
2535
  :param pulumi.Input[str] strategy_type: Canary strategy type.
2531
2536
  """
2532
2537
  pulumi.set(__self__, "ingress_name", ingress_name)
@@ -2549,7 +2554,7 @@ class DeployStageCanaryStrategyArgs:
2549
2554
  @pulumi.getter
2550
2555
  def namespace(self) -> pulumi.Input[str]:
2551
2556
  """
2552
- Canary namespace to be used for Kubernetes canary deployment.
2557
+ (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2553
2558
  """
2554
2559
  return pulumi.get(self, "namespace")
2555
2560
 
@@ -2765,7 +2770,7 @@ class DeployStageDeployStagePredecessorCollectionArgs:
2765
2770
  def __init__(__self__, *,
2766
2771
  items: pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]]):
2767
2772
  """
2768
- :param pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]] items: (Updatable) A list of stage predecessors for a stage.
2773
+ :param pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]] items: (Updatable) List of parameters defined to set helm value.
2769
2774
  """
2770
2775
  pulumi.set(__self__, "items", items)
2771
2776
 
@@ -2773,7 +2778,7 @@ class DeployStageDeployStagePredecessorCollectionArgs:
2773
2778
  @pulumi.getter
2774
2779
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]]:
2775
2780
  """
2776
- (Updatable) A list of stage predecessors for a stage.
2781
+ (Updatable) List of parameters defined to set helm value.
2777
2782
  """
2778
2783
  return pulumi.get(self, "items")
2779
2784
 
@@ -2811,7 +2816,7 @@ class DeployStageFailurePolicyArgs:
2811
2816
  failure_count: Optional[pulumi.Input[int]] = None,
2812
2817
  failure_percentage: Optional[pulumi.Input[int]] = None):
2813
2818
  """
2814
- :param pulumi.Input[str] policy_type: (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
2819
+ :param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
2815
2820
  :param pulumi.Input[int] failure_count: (Updatable) The threshold count of failed instances in the group, which when reached or exceeded sets the stage as FAILED.
2816
2821
  :param pulumi.Input[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.
2817
2822
  """
@@ -2825,7 +2830,7 @@ class DeployStageFailurePolicyArgs:
2825
2830
  @pulumi.getter(name="policyType")
2826
2831
  def policy_type(self) -> pulumi.Input[str]:
2827
2832
  """
2828
- (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
2833
+ (Updatable) The type of policy used for rolling out a deployment stage.
2829
2834
  """
2830
2835
  return pulumi.get(self, "policy_type")
2831
2836
 
@@ -2863,7 +2868,7 @@ class DeployStageGreenBackendIpsArgs:
2863
2868
  def __init__(__self__, *,
2864
2869
  items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2865
2870
  """
2866
- :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2871
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
2867
2872
  """
2868
2873
  if items is not None:
2869
2874
  pulumi.set(__self__, "items", items)
@@ -2872,7 +2877,7 @@ class DeployStageGreenBackendIpsArgs:
2872
2877
  @pulumi.getter
2873
2878
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2874
2879
  """
2875
- (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2880
+ (Updatable) List of parameters defined to set helm value.
2876
2881
  """
2877
2882
  return pulumi.get(self, "items")
2878
2883
 
@@ -2960,9 +2965,9 @@ class DeployStageProductionLoadBalancerConfigArgs:
2960
2965
  load_balancer_id: Optional[pulumi.Input[str]] = None,
2961
2966
  state: Optional[pulumi.Input[str]] = None):
2962
2967
  """
2963
- :param pulumi.Input[int] backend_port: Listen port for the backend server.
2964
- :param pulumi.Input[str] listener_name: Name of the load balancer listener.
2965
- :param pulumi.Input[str] load_balancer_id: The OCID of the load balancer.
2968
+ :param pulumi.Input[int] backend_port: (Updatable) Listen port for the backend server.
2969
+ :param pulumi.Input[str] listener_name: (Updatable) Name of the load balancer listener.
2970
+ :param pulumi.Input[str] load_balancer_id: (Updatable) The OCID of the load balancer.
2966
2971
  :param pulumi.Input[str] state: The current state of the deployment stage.
2967
2972
  """
2968
2973
  if backend_port is not None:
@@ -2978,7 +2983,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
2978
2983
  @pulumi.getter(name="backendPort")
2979
2984
  def backend_port(self) -> Optional[pulumi.Input[int]]:
2980
2985
  """
2981
- Listen port for the backend server.
2986
+ (Updatable) Listen port for the backend server.
2982
2987
  """
2983
2988
  return pulumi.get(self, "backend_port")
2984
2989
 
@@ -2990,7 +2995,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
2990
2995
  @pulumi.getter(name="listenerName")
2991
2996
  def listener_name(self) -> Optional[pulumi.Input[str]]:
2992
2997
  """
2993
- Name of the load balancer listener.
2998
+ (Updatable) Name of the load balancer listener.
2994
2999
  """
2995
3000
  return pulumi.get(self, "listener_name")
2996
3001
 
@@ -3002,7 +3007,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
3002
3007
  @pulumi.getter(name="loadBalancerId")
3003
3008
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
3004
3009
  """
3005
- The OCID of the load balancer.
3010
+ (Updatable) The OCID of the load balancer.
3006
3011
  """
3007
3012
  return pulumi.get(self, "load_balancer_id")
3008
3013
 
@@ -3028,7 +3033,7 @@ class DeployStageRollbackPolicyArgs:
3028
3033
  def __init__(__self__, *,
3029
3034
  policy_type: Optional[pulumi.Input[str]] = None):
3030
3035
  """
3031
- :param pulumi.Input[str] policy_type: (Updatable) Specifies type of the deployment stage rollback policy.
3036
+ :param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
3032
3037
  """
3033
3038
  if policy_type is not None:
3034
3039
  pulumi.set(__self__, "policy_type", policy_type)
@@ -3037,7 +3042,7 @@ class DeployStageRollbackPolicyArgs:
3037
3042
  @pulumi.getter(name="policyType")
3038
3043
  def policy_type(self) -> Optional[pulumi.Input[str]]:
3039
3044
  """
3040
- (Updatable) Specifies type of the deployment stage rollback policy.
3045
+ (Updatable) The type of policy used for rolling out a deployment stage.
3041
3046
  """
3042
3047
  return pulumi.get(self, "policy_type")
3043
3048
 
@@ -3378,7 +3383,7 @@ class DeploymentDeployArtifactOverrideArgumentsArgs:
3378
3383
  def __init__(__self__, *,
3379
3384
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]]] = None):
3380
3385
  """
3381
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]] items: List of artifact override arguments at the time of deployment.
3386
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
3382
3387
  """
3383
3388
  if items is not None:
3384
3389
  pulumi.set(__self__, "items", items)
@@ -3387,7 +3392,7 @@ class DeploymentDeployArtifactOverrideArgumentsArgs:
3387
3392
  @pulumi.getter
3388
3393
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]]]:
3389
3394
  """
3390
- List of artifact override arguments at the time of deployment.
3395
+ List of arguments provided at the time of deployment.
3391
3396
  """
3392
3397
  return pulumi.get(self, "items")
3393
3398
 
@@ -3405,7 +3410,8 @@ class DeploymentDeployArtifactOverrideArgumentsItemArgs:
3405
3410
  """
3406
3411
  :param pulumi.Input[str] deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3407
3412
  :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
3408
- :param pulumi.Input[str] value: Value of the parameter.
3413
+ :param pulumi.Input[str] value: value of the argument.
3414
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3409
3415
  """
3410
3416
  if deploy_artifact_id is not None:
3411
3417
  pulumi.set(__self__, "deploy_artifact_id", deploy_artifact_id)
@@ -3442,7 +3448,8 @@ class DeploymentDeployArtifactOverrideArgumentsItemArgs:
3442
3448
  @pulumi.getter
3443
3449
  def value(self) -> Optional[pulumi.Input[str]]:
3444
3450
  """
3445
- Value of the parameter.
3451
+ value of the argument.
3452
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3446
3453
  """
3447
3454
  return pulumi.get(self, "value")
3448
3455
 
@@ -3456,7 +3463,7 @@ class DeploymentDeployPipelineArtifactArgs:
3456
3463
  def __init__(__self__, *,
3457
3464
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]]] = None):
3458
3465
  """
3459
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]] items: A list of stage predecessors for a stage.
3466
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]] items: List of arguments provided at the time of deployment.
3460
3467
  """
3461
3468
  if items is not None:
3462
3469
  pulumi.set(__self__, "items", items)
@@ -3465,7 +3472,7 @@ class DeploymentDeployPipelineArtifactArgs:
3465
3472
  @pulumi.getter
3466
3473
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]]]:
3467
3474
  """
3468
- A list of stage predecessors for a stage.
3475
+ List of arguments provided at the time of deployment.
3469
3476
  """
3470
3477
  return pulumi.get(self, "items")
3471
3478
 
@@ -3481,7 +3488,7 @@ class DeploymentDeployPipelineArtifactItemArgs:
3481
3488
  deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]]] = None,
3482
3489
  display_name: Optional[pulumi.Input[str]] = None):
3483
3490
  """
3484
- :param pulumi.Input[str] deploy_artifact_id: The OCID of an artifact
3491
+ :param pulumi.Input[str] deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3485
3492
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
3486
3493
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3487
3494
  """
@@ -3496,7 +3503,7 @@ class DeploymentDeployPipelineArtifactItemArgs:
3496
3503
  @pulumi.getter(name="deployArtifactId")
3497
3504
  def deploy_artifact_id(self) -> Optional[pulumi.Input[str]]:
3498
3505
  """
3499
- The OCID of an artifact
3506
+ The OCID of the artifact to which this parameter applies.
3500
3507
  """
3501
3508
  return pulumi.get(self, "deploy_artifact_id")
3502
3509
 
@@ -3534,7 +3541,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs:
3534
3541
  def __init__(__self__, *,
3535
3542
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None):
3536
3543
  """
3537
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: A list of stage predecessors for a stage.
3544
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
3538
3545
  """
3539
3546
  if items is not None:
3540
3547
  pulumi.set(__self__, "items", items)
@@ -3543,7 +3550,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs:
3543
3550
  @pulumi.getter
3544
3551
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]]:
3545
3552
  """
3546
- A list of stage predecessors for a stage.
3553
+ List of arguments provided at the time of deployment.
3547
3554
  """
3548
3555
  return pulumi.get(self, "items")
3549
3556
 
@@ -3558,7 +3565,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs:
3558
3565
  deploy_stage_id: Optional[pulumi.Input[str]] = None,
3559
3566
  display_name: Optional[pulumi.Input[str]] = None):
3560
3567
  """
3561
- :param pulumi.Input[str] deploy_stage_id: Specifies the OCID of the stage to be redeployed.
3568
+ :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3562
3569
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3563
3570
  """
3564
3571
  if deploy_stage_id is not None:
@@ -3570,7 +3577,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs:
3570
3577
  @pulumi.getter(name="deployStageId")
3571
3578
  def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
3572
3579
  """
3573
- Specifies the OCID of the stage to be redeployed.
3580
+ The OCID of the stage.
3574
3581
  """
3575
3582
  return pulumi.get(self, "deploy_stage_id")
3576
3583
 
@@ -3596,7 +3603,7 @@ class DeploymentDeployPipelineEnvironmentArgs:
3596
3603
  def __init__(__self__, *,
3597
3604
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]]] = None):
3598
3605
  """
3599
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]] items: A list of stage predecessors for a stage.
3606
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]] items: List of arguments provided at the time of deployment.
3600
3607
  """
3601
3608
  if items is not None:
3602
3609
  pulumi.set(__self__, "items", items)
@@ -3605,7 +3612,7 @@ class DeploymentDeployPipelineEnvironmentArgs:
3605
3612
  @pulumi.getter
3606
3613
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]]]:
3607
3614
  """
3608
- A list of stage predecessors for a stage.
3615
+ List of arguments provided at the time of deployment.
3609
3616
  """
3610
3617
  return pulumi.get(self, "items")
3611
3618
 
@@ -3674,7 +3681,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs:
3674
3681
  def __init__(__self__, *,
3675
3682
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None):
3676
3683
  """
3677
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: A list of stage predecessors for a stage.
3684
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
3678
3685
  """
3679
3686
  if items is not None:
3680
3687
  pulumi.set(__self__, "items", items)
@@ -3683,7 +3690,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs:
3683
3690
  @pulumi.getter
3684
3691
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]]:
3685
3692
  """
3686
- A list of stage predecessors for a stage.
3693
+ List of arguments provided at the time of deployment.
3687
3694
  """
3688
3695
  return pulumi.get(self, "items")
3689
3696
 
@@ -3698,7 +3705,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
3698
3705
  deploy_stage_id: Optional[pulumi.Input[str]] = None,
3699
3706
  display_name: Optional[pulumi.Input[str]] = None):
3700
3707
  """
3701
- :param pulumi.Input[str] deploy_stage_id: Specifies the OCID of the stage to be redeployed.
3708
+ :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3702
3709
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3703
3710
  """
3704
3711
  if deploy_stage_id is not None:
@@ -3710,7 +3717,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
3710
3717
  @pulumi.getter(name="deployStageId")
3711
3718
  def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
3712
3719
  """
3713
- Specifies the OCID of the stage to be redeployed.
3720
+ The OCID of the stage.
3714
3721
  """
3715
3722
  return pulumi.get(self, "deploy_stage_id")
3716
3723
 
@@ -3736,7 +3743,7 @@ class DeploymentDeployStageOverrideArgumentsArgs:
3736
3743
  def __init__(__self__, *,
3737
3744
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]]] = None):
3738
3745
  """
3739
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]] items: List of stage override arguments at the time of deployment.
3746
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
3740
3747
  """
3741
3748
  if items is not None:
3742
3749
  pulumi.set(__self__, "items", items)
@@ -3745,7 +3752,7 @@ class DeploymentDeployStageOverrideArgumentsArgs:
3745
3752
  @pulumi.getter
3746
3753
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]]]:
3747
3754
  """
3748
- List of stage override arguments at the time of deployment.
3755
+ List of arguments provided at the time of deployment.
3749
3756
  """
3750
3757
  return pulumi.get(self, "items")
3751
3758
 
@@ -3763,7 +3770,8 @@ class DeploymentDeployStageOverrideArgumentsItemArgs:
3763
3770
  """
3764
3771
  :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3765
3772
  :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
3766
- :param pulumi.Input[str] value: Value of the parameter.
3773
+ :param pulumi.Input[str] value: value of the argument.
3774
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3767
3775
  """
3768
3776
  if deploy_stage_id is not None:
3769
3777
  pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
@@ -3800,7 +3808,8 @@ class DeploymentDeployStageOverrideArgumentsItemArgs:
3800
3808
  @pulumi.getter
3801
3809
  def value(self) -> Optional[pulumi.Input[str]]:
3802
3810
  """
3803
- Value of the parameter.
3811
+ value of the argument.
3812
+ * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3804
3813
  """
3805
3814
  return pulumi.get(self, "value")
3806
3815
 
@@ -3876,32 +3885,32 @@ class DeploymentDeploymentArgumentsItemArgs:
3876
3885
  @pulumi.input_type
3877
3886
  class DeploymentDeploymentExecutionProgressArgs:
3878
3887
  def __init__(__self__, *,
3879
- deploy_stage_execution_progress: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3888
+ deploy_stage_execution_progresses: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]] = None,
3880
3889
  time_finished: Optional[pulumi.Input[str]] = None,
3881
3890
  time_started: Optional[pulumi.Input[str]] = None):
3882
3891
  """
3883
- :param pulumi.Input[Mapping[str, Any]] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
3892
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
3884
3893
  :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3885
3894
  :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3886
3895
  """
3887
- if deploy_stage_execution_progress is not None:
3888
- pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
3896
+ if deploy_stage_execution_progresses is not None:
3897
+ pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
3889
3898
  if time_finished is not None:
3890
3899
  pulumi.set(__self__, "time_finished", time_finished)
3891
3900
  if time_started is not None:
3892
3901
  pulumi.set(__self__, "time_started", time_started)
3893
3902
 
3894
3903
  @property
3895
- @pulumi.getter(name="deployStageExecutionProgress")
3896
- def deploy_stage_execution_progress(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3904
+ @pulumi.getter(name="deployStageExecutionProgresses")
3905
+ def deploy_stage_execution_progresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]]:
3897
3906
  """
3898
3907
  Map of stage OCIDs to deploy stage execution progress model.
3899
3908
  """
3900
- return pulumi.get(self, "deploy_stage_execution_progress")
3909
+ return pulumi.get(self, "deploy_stage_execution_progresses")
3901
3910
 
3902
- @deploy_stage_execution_progress.setter
3903
- def deploy_stage_execution_progress(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
3904
- pulumi.set(self, "deploy_stage_execution_progress", value)
3911
+ @deploy_stage_execution_progresses.setter
3912
+ def deploy_stage_execution_progresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]]):
3913
+ pulumi.set(self, "deploy_stage_execution_progresses", value)
3905
3914
 
3906
3915
  @property
3907
3916
  @pulumi.getter(name="timeFinished")
@@ -3928,6 +3937,371 @@ class DeploymentDeploymentExecutionProgressArgs:
3928
3937
  pulumi.set(self, "time_started", value)
3929
3938
 
3930
3939
 
3940
+ @pulumi.input_type
3941
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs:
3942
+ def __init__(__self__, *,
3943
+ deploy_stage_display_name: Optional[pulumi.Input[str]] = None,
3944
+ deploy_stage_execution_progress_details: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]] = None,
3945
+ deploy_stage_id: Optional[pulumi.Input[str]] = None,
3946
+ deploy_stage_predecessors: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]] = None,
3947
+ deploy_stage_type: Optional[pulumi.Input[str]] = None,
3948
+ status: Optional[pulumi.Input[str]] = None,
3949
+ time_finished: Optional[pulumi.Input[str]] = None,
3950
+ time_started: Optional[pulumi.Input[str]] = None):
3951
+ """
3952
+ :param pulumi.Input[str] deploy_stage_display_name: Stage display name. Avoid entering confidential information.
3953
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
3954
+ :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3955
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]] deploy_stage_predecessors: Collection containing the predecessors of a stage.
3956
+ :param pulumi.Input[str] deploy_stage_type: Deployment stage type.
3957
+ :param pulumi.Input[str] status: The current state of the stage.
3958
+ :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3959
+ :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3960
+ """
3961
+ if deploy_stage_display_name is not None:
3962
+ pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
3963
+ if deploy_stage_execution_progress_details is not None:
3964
+ pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
3965
+ if deploy_stage_id is not None:
3966
+ pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
3967
+ if deploy_stage_predecessors is not None:
3968
+ pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
3969
+ if deploy_stage_type is not None:
3970
+ pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
3971
+ if status is not None:
3972
+ pulumi.set(__self__, "status", status)
3973
+ if time_finished is not None:
3974
+ pulumi.set(__self__, "time_finished", time_finished)
3975
+ if time_started is not None:
3976
+ pulumi.set(__self__, "time_started", time_started)
3977
+
3978
+ @property
3979
+ @pulumi.getter(name="deployStageDisplayName")
3980
+ def deploy_stage_display_name(self) -> Optional[pulumi.Input[str]]:
3981
+ """
3982
+ Stage display name. Avoid entering confidential information.
3983
+ """
3984
+ return pulumi.get(self, "deploy_stage_display_name")
3985
+
3986
+ @deploy_stage_display_name.setter
3987
+ def deploy_stage_display_name(self, value: Optional[pulumi.Input[str]]):
3988
+ pulumi.set(self, "deploy_stage_display_name", value)
3989
+
3990
+ @property
3991
+ @pulumi.getter(name="deployStageExecutionProgressDetails")
3992
+ def deploy_stage_execution_progress_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]]:
3993
+ """
3994
+ Details about stage execution for all the target environments.
3995
+ """
3996
+ return pulumi.get(self, "deploy_stage_execution_progress_details")
3997
+
3998
+ @deploy_stage_execution_progress_details.setter
3999
+ def deploy_stage_execution_progress_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]]):
4000
+ pulumi.set(self, "deploy_stage_execution_progress_details", value)
4001
+
4002
+ @property
4003
+ @pulumi.getter(name="deployStageId")
4004
+ def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
4005
+ """
4006
+ The OCID of the stage.
4007
+ """
4008
+ return pulumi.get(self, "deploy_stage_id")
4009
+
4010
+ @deploy_stage_id.setter
4011
+ def deploy_stage_id(self, value: Optional[pulumi.Input[str]]):
4012
+ pulumi.set(self, "deploy_stage_id", value)
4013
+
4014
+ @property
4015
+ @pulumi.getter(name="deployStagePredecessors")
4016
+ def deploy_stage_predecessors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]]:
4017
+ """
4018
+ Collection containing the predecessors of a stage.
4019
+ """
4020
+ return pulumi.get(self, "deploy_stage_predecessors")
4021
+
4022
+ @deploy_stage_predecessors.setter
4023
+ def deploy_stage_predecessors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]]):
4024
+ pulumi.set(self, "deploy_stage_predecessors", value)
4025
+
4026
+ @property
4027
+ @pulumi.getter(name="deployStageType")
4028
+ def deploy_stage_type(self) -> Optional[pulumi.Input[str]]:
4029
+ """
4030
+ Deployment stage type.
4031
+ """
4032
+ return pulumi.get(self, "deploy_stage_type")
4033
+
4034
+ @deploy_stage_type.setter
4035
+ def deploy_stage_type(self, value: Optional[pulumi.Input[str]]):
4036
+ pulumi.set(self, "deploy_stage_type", value)
4037
+
4038
+ @property
4039
+ @pulumi.getter
4040
+ def status(self) -> Optional[pulumi.Input[str]]:
4041
+ """
4042
+ The current state of the stage.
4043
+ """
4044
+ return pulumi.get(self, "status")
4045
+
4046
+ @status.setter
4047
+ def status(self, value: Optional[pulumi.Input[str]]):
4048
+ pulumi.set(self, "status", value)
4049
+
4050
+ @property
4051
+ @pulumi.getter(name="timeFinished")
4052
+ def time_finished(self) -> Optional[pulumi.Input[str]]:
4053
+ """
4054
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4055
+ """
4056
+ return pulumi.get(self, "time_finished")
4057
+
4058
+ @time_finished.setter
4059
+ def time_finished(self, value: Optional[pulumi.Input[str]]):
4060
+ pulumi.set(self, "time_finished", value)
4061
+
4062
+ @property
4063
+ @pulumi.getter(name="timeStarted")
4064
+ def time_started(self) -> Optional[pulumi.Input[str]]:
4065
+ """
4066
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4067
+ """
4068
+ return pulumi.get(self, "time_started")
4069
+
4070
+ @time_started.setter
4071
+ def time_started(self, value: Optional[pulumi.Input[str]]):
4072
+ pulumi.set(self, "time_started", value)
4073
+
4074
+
4075
+ @pulumi.input_type
4076
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs:
4077
+ def __init__(__self__, *,
4078
+ rollback_steps: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]] = None,
4079
+ steps: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]] = None,
4080
+ target_group: Optional[pulumi.Input[str]] = None,
4081
+ target_id: Optional[pulumi.Input[str]] = None):
4082
+ """
4083
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]] rollback_steps: Details about all the rollback steps for one target environment.
4084
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]] steps: Details about all the steps for one target environment.
4085
+ :param pulumi.Input[str] target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
4086
+ :param pulumi.Input[str] target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4087
+ """
4088
+ if rollback_steps is not None:
4089
+ pulumi.set(__self__, "rollback_steps", rollback_steps)
4090
+ if steps is not None:
4091
+ pulumi.set(__self__, "steps", steps)
4092
+ if target_group is not None:
4093
+ pulumi.set(__self__, "target_group", target_group)
4094
+ if target_id is not None:
4095
+ pulumi.set(__self__, "target_id", target_id)
4096
+
4097
+ @property
4098
+ @pulumi.getter(name="rollbackSteps")
4099
+ def rollback_steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]]:
4100
+ """
4101
+ Details about all the rollback steps for one target environment.
4102
+ """
4103
+ return pulumi.get(self, "rollback_steps")
4104
+
4105
+ @rollback_steps.setter
4106
+ def rollback_steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]]):
4107
+ pulumi.set(self, "rollback_steps", value)
4108
+
4109
+ @property
4110
+ @pulumi.getter
4111
+ def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]]:
4112
+ """
4113
+ Details about all the steps for one target environment.
4114
+ """
4115
+ return pulumi.get(self, "steps")
4116
+
4117
+ @steps.setter
4118
+ def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]]):
4119
+ pulumi.set(self, "steps", value)
4120
+
4121
+ @property
4122
+ @pulumi.getter(name="targetGroup")
4123
+ def target_group(self) -> Optional[pulumi.Input[str]]:
4124
+ """
4125
+ Group for the target environment for example, the batch number for an Instance Group deployment.
4126
+ """
4127
+ return pulumi.get(self, "target_group")
4128
+
4129
+ @target_group.setter
4130
+ def target_group(self, value: Optional[pulumi.Input[str]]):
4131
+ pulumi.set(self, "target_group", value)
4132
+
4133
+ @property
4134
+ @pulumi.getter(name="targetId")
4135
+ def target_id(self) -> Optional[pulumi.Input[str]]:
4136
+ """
4137
+ The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4138
+ """
4139
+ return pulumi.get(self, "target_id")
4140
+
4141
+ @target_id.setter
4142
+ def target_id(self, value: Optional[pulumi.Input[str]]):
4143
+ pulumi.set(self, "target_id", value)
4144
+
4145
+
4146
+ @pulumi.input_type
4147
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs:
4148
+ def __init__(__self__, *,
4149
+ name: Optional[pulumi.Input[str]] = None,
4150
+ state: Optional[pulumi.Input[str]] = None,
4151
+ time_finished: Optional[pulumi.Input[str]] = None,
4152
+ time_started: Optional[pulumi.Input[str]] = None):
4153
+ """
4154
+ :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
4155
+ :param pulumi.Input[str] state: The current state of the deployment.
4156
+ :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4157
+ :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4158
+ """
4159
+ if name is not None:
4160
+ pulumi.set(__self__, "name", name)
4161
+ if state is not None:
4162
+ pulumi.set(__self__, "state", state)
4163
+ if time_finished is not None:
4164
+ pulumi.set(__self__, "time_finished", time_finished)
4165
+ if time_started is not None:
4166
+ pulumi.set(__self__, "time_started", time_started)
4167
+
4168
+ @property
4169
+ @pulumi.getter
4170
+ def name(self) -> Optional[pulumi.Input[str]]:
4171
+ """
4172
+ Name of the parameter (case-sensitive).
4173
+ """
4174
+ return pulumi.get(self, "name")
4175
+
4176
+ @name.setter
4177
+ def name(self, value: Optional[pulumi.Input[str]]):
4178
+ pulumi.set(self, "name", value)
4179
+
4180
+ @property
4181
+ @pulumi.getter
4182
+ def state(self) -> Optional[pulumi.Input[str]]:
4183
+ """
4184
+ The current state of the deployment.
4185
+ """
4186
+ return pulumi.get(self, "state")
4187
+
4188
+ @state.setter
4189
+ def state(self, value: Optional[pulumi.Input[str]]):
4190
+ pulumi.set(self, "state", value)
4191
+
4192
+ @property
4193
+ @pulumi.getter(name="timeFinished")
4194
+ def time_finished(self) -> Optional[pulumi.Input[str]]:
4195
+ """
4196
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4197
+ """
4198
+ return pulumi.get(self, "time_finished")
4199
+
4200
+ @time_finished.setter
4201
+ def time_finished(self, value: Optional[pulumi.Input[str]]):
4202
+ pulumi.set(self, "time_finished", value)
4203
+
4204
+ @property
4205
+ @pulumi.getter(name="timeStarted")
4206
+ def time_started(self) -> Optional[pulumi.Input[str]]:
4207
+ """
4208
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4209
+ """
4210
+ return pulumi.get(self, "time_started")
4211
+
4212
+ @time_started.setter
4213
+ def time_started(self, value: Optional[pulumi.Input[str]]):
4214
+ pulumi.set(self, "time_started", value)
4215
+
4216
+
4217
+ @pulumi.input_type
4218
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs:
4219
+ def __init__(__self__, *,
4220
+ name: Optional[pulumi.Input[str]] = None,
4221
+ state: Optional[pulumi.Input[str]] = None,
4222
+ time_finished: Optional[pulumi.Input[str]] = None,
4223
+ time_started: Optional[pulumi.Input[str]] = None):
4224
+ """
4225
+ :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
4226
+ :param pulumi.Input[str] state: The current state of the deployment.
4227
+ :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4228
+ :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4229
+ """
4230
+ if name is not None:
4231
+ pulumi.set(__self__, "name", name)
4232
+ if state is not None:
4233
+ pulumi.set(__self__, "state", state)
4234
+ if time_finished is not None:
4235
+ pulumi.set(__self__, "time_finished", time_finished)
4236
+ if time_started is not None:
4237
+ pulumi.set(__self__, "time_started", time_started)
4238
+
4239
+ @property
4240
+ @pulumi.getter
4241
+ def name(self) -> Optional[pulumi.Input[str]]:
4242
+ """
4243
+ Name of the parameter (case-sensitive).
4244
+ """
4245
+ return pulumi.get(self, "name")
4246
+
4247
+ @name.setter
4248
+ def name(self, value: Optional[pulumi.Input[str]]):
4249
+ pulumi.set(self, "name", value)
4250
+
4251
+ @property
4252
+ @pulumi.getter
4253
+ def state(self) -> Optional[pulumi.Input[str]]:
4254
+ """
4255
+ The current state of the deployment.
4256
+ """
4257
+ return pulumi.get(self, "state")
4258
+
4259
+ @state.setter
4260
+ def state(self, value: Optional[pulumi.Input[str]]):
4261
+ pulumi.set(self, "state", value)
4262
+
4263
+ @property
4264
+ @pulumi.getter(name="timeFinished")
4265
+ def time_finished(self) -> Optional[pulumi.Input[str]]:
4266
+ """
4267
+ Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4268
+ """
4269
+ return pulumi.get(self, "time_finished")
4270
+
4271
+ @time_finished.setter
4272
+ def time_finished(self, value: Optional[pulumi.Input[str]]):
4273
+ pulumi.set(self, "time_finished", value)
4274
+
4275
+ @property
4276
+ @pulumi.getter(name="timeStarted")
4277
+ def time_started(self) -> Optional[pulumi.Input[str]]:
4278
+ """
4279
+ Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4280
+ """
4281
+ return pulumi.get(self, "time_started")
4282
+
4283
+ @time_started.setter
4284
+ def time_started(self, value: Optional[pulumi.Input[str]]):
4285
+ pulumi.set(self, "time_started", value)
4286
+
4287
+
4288
+ @pulumi.input_type
4289
+ class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs:
4290
+ def __init__(__self__, *,
4291
+ deploy_stage_predecessor: Optional[pulumi.Input[str]] = None):
4292
+ if deploy_stage_predecessor is not None:
4293
+ pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
4294
+
4295
+ @property
4296
+ @pulumi.getter(name="deployStagePredecessor")
4297
+ def deploy_stage_predecessor(self) -> Optional[pulumi.Input[str]]:
4298
+ return pulumi.get(self, "deploy_stage_predecessor")
4299
+
4300
+ @deploy_stage_predecessor.setter
4301
+ def deploy_stage_predecessor(self, value: Optional[pulumi.Input[str]]):
4302
+ pulumi.set(self, "deploy_stage_predecessor", value)
4303
+
4304
+
3931
4305
  @pulumi.input_type
3932
4306
  class ProjectNotificationConfigArgs:
3933
4307
  def __init__(__self__, *,
@@ -4113,6 +4487,10 @@ class TriggerActionFilterArgs:
4113
4487
  include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None):
4114
4488
  """
4115
4489
  :param pulumi.Input[str] trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4490
+
4491
+
4492
+ ** IMPORTANT **
4493
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4116
4494
  :param pulumi.Input[Sequence[pulumi.Input[str]]] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4117
4495
  :param pulumi.Input['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.
4118
4496
  :param pulumi.Input['TriggerActionFilterIncludeArgs'] include: (Updatable) Attributes to filter GitLab self-hosted server events.
@@ -4130,6 +4508,10 @@ class TriggerActionFilterArgs:
4130
4508
  def trigger_source(self) -> pulumi.Input[str]:
4131
4509
  """
4132
4510
  (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4511
+
4512
+
4513
+ ** IMPORTANT **
4514
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4133
4515
  """
4134
4516
  return pulumi.get(self, "trigger_source")
4135
4517