pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -57,10 +57,12 @@ __all__ = [
57
57
  'PipelineRunLogDetailArgs',
58
58
  'PipelineRunStepOverrideDetailArgs',
59
59
  'PipelineRunStepOverrideDetailStepConfigurationDetailsArgs',
60
+ 'PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs',
60
61
  'PipelineRunStepRunArgs',
61
62
  'PipelineStepArtifactArgs',
62
63
  'PipelineStepDetailArgs',
63
64
  'PipelineStepDetailStepConfigurationDetailsArgs',
65
+ 'PipelineStepDetailStepContainerConfigurationDetailsArgs',
64
66
  'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs',
65
67
  'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs',
66
68
  'GetFastLaunchJobConfigsFilterArgs',
@@ -1086,8 +1088,8 @@ class JobRunLogDetailArgs:
1086
1088
  log_group_id: Optional[pulumi.Input[str]] = None,
1087
1089
  log_id: Optional[pulumi.Input[str]] = None):
1088
1090
  """
1089
- :param pulumi.Input[str] log_group_id: The log group id for where log objects are for job runs.
1090
- :param pulumi.Input[str] log_id: The log id the job run will push logs too.
1091
+ :param pulumi.Input[str] log_group_id: The log group id for where log objects will be for job runs.
1092
+ :param pulumi.Input[str] log_id: The log id of the log object the job run logs will be shipped to.
1091
1093
  """
1092
1094
  if log_group_id is not None:
1093
1095
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -1098,7 +1100,7 @@ class JobRunLogDetailArgs:
1098
1100
  @pulumi.getter(name="logGroupId")
1099
1101
  def log_group_id(self) -> Optional[pulumi.Input[str]]:
1100
1102
  """
1101
- The log group id for where log objects are for job runs.
1103
+ The log group id for where log objects will be for job runs.
1102
1104
  """
1103
1105
  return pulumi.get(self, "log_group_id")
1104
1106
 
@@ -1110,7 +1112,7 @@ class JobRunLogDetailArgs:
1110
1112
  @pulumi.getter(name="logId")
1111
1113
  def log_id(self) -> Optional[pulumi.Input[str]]:
1112
1114
  """
1113
- The log id the job run will push logs too.
1115
+ The log id of the log object the job run logs will be shipped to.
1114
1116
  """
1115
1117
  return pulumi.get(self, "log_id")
1116
1118
 
@@ -1128,7 +1130,7 @@ class ModelCustomMetadataListArgs:
1128
1130
  value: Optional[pulumi.Input[str]] = None):
1129
1131
  """
1130
1132
  :param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
1131
- :param pulumi.Input[str] description: (Updatable) A short description of the model.
1133
+ :param pulumi.Input[str] description: (Updatable) Description of model metadata
1132
1134
  :param pulumi.Input[str] key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
1133
1135
  * useCaseType
1134
1136
  * libraryName
@@ -1165,7 +1167,7 @@ class ModelCustomMetadataListArgs:
1165
1167
  @pulumi.getter
1166
1168
  def description(self) -> Optional[pulumi.Input[str]]:
1167
1169
  """
1168
- (Updatable) A short description of the model.
1170
+ (Updatable) Description of model metadata
1169
1171
  """
1170
1172
  return pulumi.get(self, "description")
1171
1173
 
@@ -1215,7 +1217,7 @@ class ModelDefinedMetadataListArgs:
1215
1217
  value: Optional[pulumi.Input[str]] = None):
1216
1218
  """
1217
1219
  :param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
1218
- :param pulumi.Input[str] description: (Updatable) A short description of the model.
1220
+ :param pulumi.Input[str] description: (Updatable) Description of model metadata
1219
1221
  :param pulumi.Input[str] key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
1220
1222
  * useCaseType
1221
1223
  * libraryName
@@ -1252,7 +1254,7 @@ class ModelDefinedMetadataListArgs:
1252
1254
  @pulumi.getter
1253
1255
  def description(self) -> Optional[pulumi.Input[str]]:
1254
1256
  """
1255
- (Updatable) A short description of the model.
1257
+ (Updatable) Description of model metadata
1256
1258
  """
1257
1259
  return pulumi.get(self, "description")
1258
1260
 
@@ -1966,6 +1968,8 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
1966
1968
  :param pulumi.Input[str] metric_expression_rule_type: (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
1967
1969
 
1968
1970
  The following values are supported:
1971
+ * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
1972
+ * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
1969
1973
  :param pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfigurationArgs'] scale_in_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
1970
1974
  :param pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfigurationArgs'] scale_out_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
1971
1975
  :param pulumi.Input[str] metric_type: (Updatable) Metric type
@@ -1983,6 +1987,8 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
1983
1987
  (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
1984
1988
 
1985
1989
  The following values are supported:
1990
+ * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
1991
+ * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
1986
1992
  """
1987
1993
  return pulumi.get(self, "metric_expression_rule_type")
1988
1994
 
@@ -2289,11 +2295,11 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2289
2295
  private_endpoint_id: Optional[pulumi.Input[str]] = None,
2290
2296
  subnet_id: Optional[pulumi.Input[str]] = None):
2291
2297
  """
2292
- :param pulumi.Input[str] shape: (Updatable) The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2293
- :param pulumi.Input[int] block_storage_size_in_gbs: (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2294
- :param pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs'] notebook_session_shape_config_details: (Updatable) Details for the notebook session shape configuration.
2295
- :param pulumi.Input[str] private_endpoint_id: (Updatable) The OCID of a Data Science private endpoint.
2296
- :param pulumi.Input[str] subnet_id: (Updatable) A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2298
+ :param pulumi.Input[str] shape: The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2299
+ :param pulumi.Input[int] block_storage_size_in_gbs: A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2300
+ :param pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs'] notebook_session_shape_config_details: Details for the notebook session shape configuration.
2301
+ :param pulumi.Input[str] private_endpoint_id: The OCID of a Data Science private endpoint.
2302
+ :param pulumi.Input[str] subnet_id: A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2297
2303
  """
2298
2304
  pulumi.set(__self__, "shape", shape)
2299
2305
  if block_storage_size_in_gbs is not None:
@@ -2309,7 +2315,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2309
2315
  @pulumi.getter
2310
2316
  def shape(self) -> pulumi.Input[str]:
2311
2317
  """
2312
- (Updatable) The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2318
+ The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2313
2319
  """
2314
2320
  return pulumi.get(self, "shape")
2315
2321
 
@@ -2321,7 +2327,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2321
2327
  @pulumi.getter(name="blockStorageSizeInGbs")
2322
2328
  def block_storage_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
2323
2329
  """
2324
- (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2330
+ A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2325
2331
  """
2326
2332
  return pulumi.get(self, "block_storage_size_in_gbs")
2327
2333
 
@@ -2333,7 +2339,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2333
2339
  @pulumi.getter(name="notebookSessionShapeConfigDetails")
2334
2340
  def notebook_session_shape_config_details(self) -> Optional[pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs']]:
2335
2341
  """
2336
- (Updatable) Details for the notebook session shape configuration.
2342
+ Details for the notebook session shape configuration.
2337
2343
  """
2338
2344
  return pulumi.get(self, "notebook_session_shape_config_details")
2339
2345
 
@@ -2345,7 +2351,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2345
2351
  @pulumi.getter(name="privateEndpointId")
2346
2352
  def private_endpoint_id(self) -> Optional[pulumi.Input[str]]:
2347
2353
  """
2348
- (Updatable) The OCID of a Data Science private endpoint.
2354
+ The OCID of a Data Science private endpoint.
2349
2355
  """
2350
2356
  return pulumi.get(self, "private_endpoint_id")
2351
2357
 
@@ -2357,7 +2363,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2357
2363
  @pulumi.getter(name="subnetId")
2358
2364
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2359
2365
  """
2360
- (Updatable) A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2366
+ A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2361
2367
  """
2362
2368
  return pulumi.get(self, "subnet_id")
2363
2369
 
@@ -2372,8 +2378,8 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2372
2378
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2373
2379
  ocpus: Optional[pulumi.Input[float]] = None):
2374
2380
  """
2375
- :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2376
- :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the notebook session instance.
2381
+ :param pulumi.Input[float] memory_in_gbs: The total amount of memory available to the notebook session instance, in gigabytes.
2382
+ :param pulumi.Input[float] ocpus: The total number of OCPUs available to the notebook session instance.
2377
2383
  """
2378
2384
  if memory_in_gbs is not None:
2379
2385
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2384,7 +2390,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2384
2390
  @pulumi.getter(name="memoryInGbs")
2385
2391
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2386
2392
  """
2387
- (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2393
+ The total amount of memory available to the notebook session instance, in gigabytes.
2388
2394
  """
2389
2395
  return pulumi.get(self, "memory_in_gbs")
2390
2396
 
@@ -2396,7 +2402,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2396
2402
  @pulumi.getter
2397
2403
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2398
2404
  """
2399
- (Updatable) The total number of OCPUs available to the notebook session instance.
2405
+ The total number of OCPUs available to the notebook session instance.
2400
2406
  """
2401
2407
  return pulumi.get(self, "ocpus")
2402
2408
 
@@ -2755,9 +2761,9 @@ class PipelineConfigurationDetailsArgs:
2755
2761
  maximum_runtime_in_minutes: Optional[pulumi.Input[str]] = None):
2756
2762
  """
2757
2763
  :param pulumi.Input[str] type: (Updatable) The type of pipeline.
2758
- :param pulumi.Input[str] command_line_arguments: (Updatable) The command line arguments to set for step.
2759
- :param pulumi.Input[Mapping[str, Any]] environment_variables: (Updatable) Environment variables to set for step.
2760
- :param pulumi.Input[str] maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the step.
2764
+ :param pulumi.Input[str] command_line_arguments: (Updatable) The command line arguments to set for steps in the pipeline.
2765
+ :param pulumi.Input[Mapping[str, Any]] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
2766
+ :param pulumi.Input[str] maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
2761
2767
  """
2762
2768
  pulumi.set(__self__, "type", type)
2763
2769
  if command_line_arguments is not None:
@@ -2783,7 +2789,7 @@ class PipelineConfigurationDetailsArgs:
2783
2789
  @pulumi.getter(name="commandLineArguments")
2784
2790
  def command_line_arguments(self) -> Optional[pulumi.Input[str]]:
2785
2791
  """
2786
- (Updatable) The command line arguments to set for step.
2792
+ (Updatable) The command line arguments to set for steps in the pipeline.
2787
2793
  """
2788
2794
  return pulumi.get(self, "command_line_arguments")
2789
2795
 
@@ -2795,7 +2801,7 @@ class PipelineConfigurationDetailsArgs:
2795
2801
  @pulumi.getter(name="environmentVariables")
2796
2802
  def environment_variables(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2797
2803
  """
2798
- (Updatable) Environment variables to set for step.
2804
+ (Updatable) Environment variables to set for steps in the pipeline.
2799
2805
  """
2800
2806
  return pulumi.get(self, "environment_variables")
2801
2807
 
@@ -2807,7 +2813,7 @@ class PipelineConfigurationDetailsArgs:
2807
2813
  @pulumi.getter(name="maximumRuntimeInMinutes")
2808
2814
  def maximum_runtime_in_minutes(self) -> Optional[pulumi.Input[str]]:
2809
2815
  """
2810
- (Updatable) A time bound for the execution of the step.
2816
+ (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
2811
2817
  """
2812
2818
  return pulumi.get(self, "maximum_runtime_in_minutes")
2813
2819
 
@@ -2821,22 +2827,26 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2821
2827
  def __init__(__self__, *,
2822
2828
  block_storage_size_in_gbs: pulumi.Input[int],
2823
2829
  shape_name: pulumi.Input[str],
2824
- shape_config_details: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None):
2830
+ shape_config_details: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None,
2831
+ subnet_id: Optional[pulumi.Input[str]] = None):
2825
2832
  """
2826
- :param pulumi.Input[int] block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
2827
- :param pulumi.Input[str] shape_name: The shape used to launch the instance for all step runs in the pipeline.
2828
- :param pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2833
+ :param pulumi.Input[int] block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
2834
+ :param pulumi.Input[str] shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
2835
+ :param pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2836
+ :param pulumi.Input[str] subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
2829
2837
  """
2830
2838
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
2831
2839
  pulumi.set(__self__, "shape_name", shape_name)
2832
2840
  if shape_config_details is not None:
2833
2841
  pulumi.set(__self__, "shape_config_details", shape_config_details)
2842
+ if subnet_id is not None:
2843
+ pulumi.set(__self__, "subnet_id", subnet_id)
2834
2844
 
2835
2845
  @property
2836
2846
  @pulumi.getter(name="blockStorageSizeInGbs")
2837
2847
  def block_storage_size_in_gbs(self) -> pulumi.Input[int]:
2838
2848
  """
2839
- The size of the block storage volume to attach to the instance.
2849
+ (Updatable) The size of the block storage volume to attach to the instance.
2840
2850
  """
2841
2851
  return pulumi.get(self, "block_storage_size_in_gbs")
2842
2852
 
@@ -2848,7 +2858,7 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2848
2858
  @pulumi.getter(name="shapeName")
2849
2859
  def shape_name(self) -> pulumi.Input[str]:
2850
2860
  """
2851
- The shape used to launch the instance for all step runs in the pipeline.
2861
+ (Updatable) The shape used to launch the instance for all step runs in the pipeline.
2852
2862
  """
2853
2863
  return pulumi.get(self, "shape_name")
2854
2864
 
@@ -2860,7 +2870,7 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2860
2870
  @pulumi.getter(name="shapeConfigDetails")
2861
2871
  def shape_config_details(self) -> Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]:
2862
2872
  """
2863
- Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2873
+ (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2864
2874
  """
2865
2875
  return pulumi.get(self, "shape_config_details")
2866
2876
 
@@ -2868,6 +2878,18 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2868
2878
  def shape_config_details(self, value: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]):
2869
2879
  pulumi.set(self, "shape_config_details", value)
2870
2880
 
2881
+ @property
2882
+ @pulumi.getter(name="subnetId")
2883
+ def subnet_id(self) -> Optional[pulumi.Input[str]]:
2884
+ """
2885
+ (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
2886
+ """
2887
+ return pulumi.get(self, "subnet_id")
2888
+
2889
+ @subnet_id.setter
2890
+ def subnet_id(self, value: Optional[pulumi.Input[str]]):
2891
+ pulumi.set(self, "subnet_id", value)
2892
+
2871
2893
 
2872
2894
  @pulumi.input_type
2873
2895
  class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
@@ -2875,8 +2897,8 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2875
2897
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2876
2898
  ocpus: Optional[pulumi.Input[float]] = None):
2877
2899
  """
2878
- :param pulumi.Input[float] memory_in_gbs: A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
2879
- :param pulumi.Input[float] ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2900
+ :param pulumi.Input[float] memory_in_gbs: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
2901
+ :param pulumi.Input[float] ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2880
2902
  """
2881
2903
  if memory_in_gbs is not None:
2882
2904
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2887,7 +2909,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2887
2909
  @pulumi.getter(name="memoryInGbs")
2888
2910
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2889
2911
  """
2890
- A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
2912
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
2891
2913
  """
2892
2914
  return pulumi.get(self, "memory_in_gbs")
2893
2915
 
@@ -2899,7 +2921,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2899
2921
  @pulumi.getter
2900
2922
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2901
2923
  """
2902
- A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2924
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2903
2925
  """
2904
2926
  return pulumi.get(self, "ocpus")
2905
2927
 
@@ -3059,9 +3081,9 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3059
3081
  maximum_runtime_in_minutes: Optional[pulumi.Input[str]] = None):
3060
3082
  """
3061
3083
  :param pulumi.Input[str] type: The type of pipeline.
3062
- :param pulumi.Input[str] command_line_arguments: The command line arguments to set for step.
3063
- :param pulumi.Input[Mapping[str, Any]] environment_variables: Environment variables to set for step.
3064
- :param pulumi.Input[str] maximum_runtime_in_minutes: A time bound for the execution of the step.
3084
+ :param pulumi.Input[str] command_line_arguments: The command line arguments to set for steps in the pipeline.
3085
+ :param pulumi.Input[Mapping[str, Any]] environment_variables: Environment variables to set for steps in the pipeline.
3086
+ :param pulumi.Input[str] maximum_runtime_in_minutes: A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3065
3087
  """
3066
3088
  pulumi.set(__self__, "type", type)
3067
3089
  if command_line_arguments is not None:
@@ -3087,7 +3109,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3087
3109
  @pulumi.getter(name="commandLineArguments")
3088
3110
  def command_line_arguments(self) -> Optional[pulumi.Input[str]]:
3089
3111
  """
3090
- The command line arguments to set for step.
3112
+ The command line arguments to set for steps in the pipeline.
3091
3113
  """
3092
3114
  return pulumi.get(self, "command_line_arguments")
3093
3115
 
@@ -3099,7 +3121,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3099
3121
  @pulumi.getter(name="environmentVariables")
3100
3122
  def environment_variables(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3101
3123
  """
3102
- Environment variables to set for step.
3124
+ Environment variables to set for steps in the pipeline.
3103
3125
  """
3104
3126
  return pulumi.get(self, "environment_variables")
3105
3127
 
@@ -3111,7 +3133,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3111
3133
  @pulumi.getter(name="maximumRuntimeInMinutes")
3112
3134
  def maximum_runtime_in_minutes(self) -> Optional[pulumi.Input[str]]:
3113
3135
  """
3114
- A time bound for the execution of the step.
3136
+ A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3115
3137
  """
3116
3138
  return pulumi.get(self, "maximum_runtime_in_minutes")
3117
3139
 
@@ -3197,8 +3219,8 @@ class PipelineRunLogDetailArgs:
3197
3219
  log_group_id: Optional[pulumi.Input[str]] = None,
3198
3220
  log_id: Optional[pulumi.Input[str]] = None):
3199
3221
  """
3200
- :param pulumi.Input[str] log_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3201
- :param pulumi.Input[str] log_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3222
+ :param pulumi.Input[str] log_group_id: The log group id for where log objects will be for pipeline runs.
3223
+ :param pulumi.Input[str] log_id: The log id of the log object the pipeline run logs will be shipped to.
3202
3224
  """
3203
3225
  if log_group_id is not None:
3204
3226
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -3209,7 +3231,7 @@ class PipelineRunLogDetailArgs:
3209
3231
  @pulumi.getter(name="logGroupId")
3210
3232
  def log_group_id(self) -> Optional[pulumi.Input[str]]:
3211
3233
  """
3212
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3234
+ The log group id for where log objects will be for pipeline runs.
3213
3235
  """
3214
3236
  return pulumi.get(self, "log_group_id")
3215
3237
 
@@ -3221,7 +3243,7 @@ class PipelineRunLogDetailArgs:
3221
3243
  @pulumi.getter(name="logId")
3222
3244
  def log_id(self) -> Optional[pulumi.Input[str]]:
3223
3245
  """
3224
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3246
+ The log id of the log object the pipeline run logs will be shipped to.
3225
3247
  """
3226
3248
  return pulumi.get(self, "log_id")
3227
3249
 
@@ -3234,13 +3256,17 @@ class PipelineRunLogDetailArgs:
3234
3256
  class PipelineRunStepOverrideDetailArgs:
3235
3257
  def __init__(__self__, *,
3236
3258
  step_configuration_details: pulumi.Input['PipelineRunStepOverrideDetailStepConfigurationDetailsArgs'],
3237
- step_name: pulumi.Input[str]):
3259
+ step_name: pulumi.Input[str],
3260
+ step_container_configuration_details: Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']] = None):
3238
3261
  """
3239
3262
  :param pulumi.Input['PipelineRunStepOverrideDetailStepConfigurationDetailsArgs'] step_configuration_details: The configuration details of a step.
3240
3263
  :param pulumi.Input[str] step_name: The name of the step.
3264
+ :param pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs'] step_container_configuration_details: Container Details for a step in pipeline.
3241
3265
  """
3242
3266
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3243
3267
  pulumi.set(__self__, "step_name", step_name)
3268
+ if step_container_configuration_details is not None:
3269
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3244
3270
 
3245
3271
  @property
3246
3272
  @pulumi.getter(name="stepConfigurationDetails")
@@ -3266,6 +3292,18 @@ class PipelineRunStepOverrideDetailArgs:
3266
3292
  def step_name(self, value: pulumi.Input[str]):
3267
3293
  pulumi.set(self, "step_name", value)
3268
3294
 
3295
+ @property
3296
+ @pulumi.getter(name="stepContainerConfigurationDetails")
3297
+ def step_container_configuration_details(self) -> Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']]:
3298
+ """
3299
+ Container Details for a step in pipeline.
3300
+ """
3301
+ return pulumi.get(self, "step_container_configuration_details")
3302
+
3303
+ @step_container_configuration_details.setter
3304
+ def step_container_configuration_details(self, value: Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']]):
3305
+ pulumi.set(self, "step_container_configuration_details", value)
3306
+
3269
3307
 
3270
3308
  @pulumi.input_type
3271
3309
  class PipelineRunStepOverrideDetailStepConfigurationDetailsArgs:
@@ -3322,6 +3360,107 @@ class PipelineRunStepOverrideDetailStepConfigurationDetailsArgs:
3322
3360
  pulumi.set(self, "maximum_runtime_in_minutes", value)
3323
3361
 
3324
3362
 
3363
+ @pulumi.input_type
3364
+ class PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs:
3365
+ def __init__(__self__, *,
3366
+ container_type: pulumi.Input[str],
3367
+ image: pulumi.Input[str],
3368
+ cmds: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3369
+ entrypoints: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3370
+ image_digest: Optional[pulumi.Input[str]] = None,
3371
+ image_signature_id: Optional[pulumi.Input[str]] = None):
3372
+ """
3373
+ :param pulumi.Input[str] container_type: The type of container.
3374
+ :param pulumi.Input[str] image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3375
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3376
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3377
+ :param pulumi.Input[str] image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3378
+ :param pulumi.Input[str] image_signature_id: OCID of the container image signature
3379
+ """
3380
+ pulumi.set(__self__, "container_type", container_type)
3381
+ pulumi.set(__self__, "image", image)
3382
+ if cmds is not None:
3383
+ pulumi.set(__self__, "cmds", cmds)
3384
+ if entrypoints is not None:
3385
+ pulumi.set(__self__, "entrypoints", entrypoints)
3386
+ if image_digest is not None:
3387
+ pulumi.set(__self__, "image_digest", image_digest)
3388
+ if image_signature_id is not None:
3389
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
3390
+
3391
+ @property
3392
+ @pulumi.getter(name="containerType")
3393
+ def container_type(self) -> pulumi.Input[str]:
3394
+ """
3395
+ The type of container.
3396
+ """
3397
+ return pulumi.get(self, "container_type")
3398
+
3399
+ @container_type.setter
3400
+ def container_type(self, value: pulumi.Input[str]):
3401
+ pulumi.set(self, "container_type", value)
3402
+
3403
+ @property
3404
+ @pulumi.getter
3405
+ def image(self) -> pulumi.Input[str]:
3406
+ """
3407
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3408
+ """
3409
+ return pulumi.get(self, "image")
3410
+
3411
+ @image.setter
3412
+ def image(self, value: pulumi.Input[str]):
3413
+ pulumi.set(self, "image", value)
3414
+
3415
+ @property
3416
+ @pulumi.getter
3417
+ def cmds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3418
+ """
3419
+ The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3420
+ """
3421
+ return pulumi.get(self, "cmds")
3422
+
3423
+ @cmds.setter
3424
+ def cmds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3425
+ pulumi.set(self, "cmds", value)
3426
+
3427
+ @property
3428
+ @pulumi.getter
3429
+ def entrypoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3430
+ """
3431
+ The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3432
+ """
3433
+ return pulumi.get(self, "entrypoints")
3434
+
3435
+ @entrypoints.setter
3436
+ def entrypoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3437
+ pulumi.set(self, "entrypoints", value)
3438
+
3439
+ @property
3440
+ @pulumi.getter(name="imageDigest")
3441
+ def image_digest(self) -> Optional[pulumi.Input[str]]:
3442
+ """
3443
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3444
+ """
3445
+ return pulumi.get(self, "image_digest")
3446
+
3447
+ @image_digest.setter
3448
+ def image_digest(self, value: Optional[pulumi.Input[str]]):
3449
+ pulumi.set(self, "image_digest", value)
3450
+
3451
+ @property
3452
+ @pulumi.getter(name="imageSignatureId")
3453
+ def image_signature_id(self) -> Optional[pulumi.Input[str]]:
3454
+ """
3455
+ OCID of the container image signature
3456
+ """
3457
+ return pulumi.get(self, "image_signature_id")
3458
+
3459
+ @image_signature_id.setter
3460
+ def image_signature_id(self, value: Optional[pulumi.Input[str]]):
3461
+ pulumi.set(self, "image_signature_id", value)
3462
+
3463
+
3325
3464
  @pulumi.input_type
3326
3465
  class PipelineRunStepRunArgs:
3327
3466
  def __init__(__self__, *,
@@ -3451,7 +3590,7 @@ class PipelineStepArtifactArgs:
3451
3590
  artifact_content_md5: Optional[pulumi.Input[str]] = None,
3452
3591
  artifact_last_modified: Optional[pulumi.Input[str]] = None):
3453
3592
  """
3454
- :param pulumi.Input[str] step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3593
+ :param pulumi.Input[str] step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3455
3594
  """
3456
3595
  pulumi.set(__self__, "artifact_content_length", artifact_content_length)
3457
3596
  pulumi.set(__self__, "pipeline_step_artifact", pipeline_step_artifact)
@@ -3485,7 +3624,7 @@ class PipelineStepArtifactArgs:
3485
3624
  @pulumi.getter(name="stepName")
3486
3625
  def step_name(self) -> pulumi.Input[str]:
3487
3626
  """
3488
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3627
+ The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3489
3628
  """
3490
3629
  return pulumi.get(self, "step_name")
3491
3630
 
@@ -3531,6 +3670,7 @@ class PipelineStepDetailArgs:
3531
3670
  is_artifact_uploaded: Optional[pulumi.Input[bool]] = None,
3532
3671
  job_id: Optional[pulumi.Input[str]] = None,
3533
3672
  step_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs']] = None,
3673
+ step_container_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']] = None,
3534
3674
  step_infrastructure_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs']] = None):
3535
3675
  """
3536
3676
  :param pulumi.Input[str] step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
@@ -3544,7 +3684,8 @@ class PipelineStepDetailArgs:
3544
3684
  :param pulumi.Input[bool] is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
3545
3685
  :param pulumi.Input[str] job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to be used as a step.
3546
3686
  :param pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs'] step_configuration_details: (Updatable) The configuration details of a step.
3547
- :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
3687
+ :param pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs'] step_container_configuration_details: Container Details for a step in pipeline.
3688
+ :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs'] step_infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
3548
3689
  """
3549
3690
  pulumi.set(__self__, "step_name", step_name)
3550
3691
  pulumi.set(__self__, "step_type", step_type)
@@ -3558,6 +3699,8 @@ class PipelineStepDetailArgs:
3558
3699
  pulumi.set(__self__, "job_id", job_id)
3559
3700
  if step_configuration_details is not None:
3560
3701
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3702
+ if step_container_configuration_details is not None:
3703
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3561
3704
  if step_infrastructure_configuration_details is not None:
3562
3705
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
3563
3706
 
@@ -3649,11 +3792,23 @@ class PipelineStepDetailArgs:
3649
3792
  def step_configuration_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs']]):
3650
3793
  pulumi.set(self, "step_configuration_details", value)
3651
3794
 
3795
+ @property
3796
+ @pulumi.getter(name="stepContainerConfigurationDetails")
3797
+ def step_container_configuration_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']]:
3798
+ """
3799
+ Container Details for a step in pipeline.
3800
+ """
3801
+ return pulumi.get(self, "step_container_configuration_details")
3802
+
3803
+ @step_container_configuration_details.setter
3804
+ def step_container_configuration_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']]):
3805
+ pulumi.set(self, "step_container_configuration_details", value)
3806
+
3652
3807
  @property
3653
3808
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
3654
3809
  def step_infrastructure_configuration_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs']]:
3655
3810
  """
3656
- The infrastructure configuration details of a pipeline or a step.
3811
+ (Updatable) The infrastructure configuration details of a pipeline or a step.
3657
3812
  """
3658
3813
  return pulumi.get(self, "step_infrastructure_configuration_details")
3659
3814
 
@@ -3717,27 +3872,132 @@ class PipelineStepDetailStepConfigurationDetailsArgs:
3717
3872
  pulumi.set(self, "maximum_runtime_in_minutes", value)
3718
3873
 
3719
3874
 
3875
+ @pulumi.input_type
3876
+ class PipelineStepDetailStepContainerConfigurationDetailsArgs:
3877
+ def __init__(__self__, *,
3878
+ container_type: pulumi.Input[str],
3879
+ image: pulumi.Input[str],
3880
+ cmds: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3881
+ entrypoints: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3882
+ image_digest: Optional[pulumi.Input[str]] = None,
3883
+ image_signature_id: Optional[pulumi.Input[str]] = None):
3884
+ """
3885
+ :param pulumi.Input[str] container_type: The type of container.
3886
+ :param pulumi.Input[str] image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3887
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3888
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3889
+ :param pulumi.Input[str] image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3890
+ :param pulumi.Input[str] image_signature_id: OCID of the container image signature
3891
+ """
3892
+ pulumi.set(__self__, "container_type", container_type)
3893
+ pulumi.set(__self__, "image", image)
3894
+ if cmds is not None:
3895
+ pulumi.set(__self__, "cmds", cmds)
3896
+ if entrypoints is not None:
3897
+ pulumi.set(__self__, "entrypoints", entrypoints)
3898
+ if image_digest is not None:
3899
+ pulumi.set(__self__, "image_digest", image_digest)
3900
+ if image_signature_id is not None:
3901
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
3902
+
3903
+ @property
3904
+ @pulumi.getter(name="containerType")
3905
+ def container_type(self) -> pulumi.Input[str]:
3906
+ """
3907
+ The type of container.
3908
+ """
3909
+ return pulumi.get(self, "container_type")
3910
+
3911
+ @container_type.setter
3912
+ def container_type(self, value: pulumi.Input[str]):
3913
+ pulumi.set(self, "container_type", value)
3914
+
3915
+ @property
3916
+ @pulumi.getter
3917
+ def image(self) -> pulumi.Input[str]:
3918
+ """
3919
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3920
+ """
3921
+ return pulumi.get(self, "image")
3922
+
3923
+ @image.setter
3924
+ def image(self, value: pulumi.Input[str]):
3925
+ pulumi.set(self, "image", value)
3926
+
3927
+ @property
3928
+ @pulumi.getter
3929
+ def cmds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3930
+ """
3931
+ The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3932
+ """
3933
+ return pulumi.get(self, "cmds")
3934
+
3935
+ @cmds.setter
3936
+ def cmds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3937
+ pulumi.set(self, "cmds", value)
3938
+
3939
+ @property
3940
+ @pulumi.getter
3941
+ def entrypoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3942
+ """
3943
+ The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3944
+ """
3945
+ return pulumi.get(self, "entrypoints")
3946
+
3947
+ @entrypoints.setter
3948
+ def entrypoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3949
+ pulumi.set(self, "entrypoints", value)
3950
+
3951
+ @property
3952
+ @pulumi.getter(name="imageDigest")
3953
+ def image_digest(self) -> Optional[pulumi.Input[str]]:
3954
+ """
3955
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3956
+ """
3957
+ return pulumi.get(self, "image_digest")
3958
+
3959
+ @image_digest.setter
3960
+ def image_digest(self, value: Optional[pulumi.Input[str]]):
3961
+ pulumi.set(self, "image_digest", value)
3962
+
3963
+ @property
3964
+ @pulumi.getter(name="imageSignatureId")
3965
+ def image_signature_id(self) -> Optional[pulumi.Input[str]]:
3966
+ """
3967
+ OCID of the container image signature
3968
+ """
3969
+ return pulumi.get(self, "image_signature_id")
3970
+
3971
+ @image_signature_id.setter
3972
+ def image_signature_id(self, value: Optional[pulumi.Input[str]]):
3973
+ pulumi.set(self, "image_signature_id", value)
3974
+
3975
+
3720
3976
  @pulumi.input_type
3721
3977
  class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
3722
3978
  def __init__(__self__, *,
3723
3979
  block_storage_size_in_gbs: pulumi.Input[int],
3724
3980
  shape_name: pulumi.Input[str],
3725
- shape_config_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None):
3981
+ shape_config_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None,
3982
+ subnet_id: Optional[pulumi.Input[str]] = None):
3726
3983
  """
3727
- :param pulumi.Input[int] block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
3728
- :param pulumi.Input[str] shape_name: The shape used to launch the instance for all step runs in the pipeline.
3729
- :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3984
+ :param pulumi.Input[int] block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
3985
+ :param pulumi.Input[str] shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3986
+ :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3987
+ :param pulumi.Input[str] subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3730
3988
  """
3731
3989
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
3732
3990
  pulumi.set(__self__, "shape_name", shape_name)
3733
3991
  if shape_config_details is not None:
3734
3992
  pulumi.set(__self__, "shape_config_details", shape_config_details)
3993
+ if subnet_id is not None:
3994
+ pulumi.set(__self__, "subnet_id", subnet_id)
3735
3995
 
3736
3996
  @property
3737
3997
  @pulumi.getter(name="blockStorageSizeInGbs")
3738
3998
  def block_storage_size_in_gbs(self) -> pulumi.Input[int]:
3739
3999
  """
3740
- The size of the block storage volume to attach to the instance.
4000
+ (Updatable) The size of the block storage volume to attach to the instance.
3741
4001
  """
3742
4002
  return pulumi.get(self, "block_storage_size_in_gbs")
3743
4003
 
@@ -3749,7 +4009,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
3749
4009
  @pulumi.getter(name="shapeName")
3750
4010
  def shape_name(self) -> pulumi.Input[str]:
3751
4011
  """
3752
- The shape used to launch the instance for all step runs in the pipeline.
4012
+ (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3753
4013
  """
3754
4014
  return pulumi.get(self, "shape_name")
3755
4015
 
@@ -3761,7 +4021,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
3761
4021
  @pulumi.getter(name="shapeConfigDetails")
3762
4022
  def shape_config_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]:
3763
4023
  """
3764
- Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4024
+ (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3765
4025
  """
3766
4026
  return pulumi.get(self, "shape_config_details")
3767
4027
 
@@ -3769,6 +4029,18 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
3769
4029
  def shape_config_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]):
3770
4030
  pulumi.set(self, "shape_config_details", value)
3771
4031
 
4032
+ @property
4033
+ @pulumi.getter(name="subnetId")
4034
+ def subnet_id(self) -> Optional[pulumi.Input[str]]:
4035
+ """
4036
+ (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4037
+ """
4038
+ return pulumi.get(self, "subnet_id")
4039
+
4040
+ @subnet_id.setter
4041
+ def subnet_id(self, value: Optional[pulumi.Input[str]]):
4042
+ pulumi.set(self, "subnet_id", value)
4043
+
3772
4044
 
3773
4045
  @pulumi.input_type
3774
4046
  class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
@@ -3776,8 +4048,8 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
3776
4048
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
3777
4049
  ocpus: Optional[pulumi.Input[float]] = None):
3778
4050
  """
3779
- :param pulumi.Input[float] memory_in_gbs: A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3780
- :param pulumi.Input[float] ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4051
+ :param pulumi.Input[float] memory_in_gbs: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4052
+ :param pulumi.Input[float] ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3781
4053
  """
3782
4054
  if memory_in_gbs is not None:
3783
4055
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -3788,7 +4060,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
3788
4060
  @pulumi.getter(name="memoryInGbs")
3789
4061
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
3790
4062
  """
3791
- A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4063
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3792
4064
  """
3793
4065
  return pulumi.get(self, "memory_in_gbs")
3794
4066
 
@@ -3800,7 +4072,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
3800
4072
  @pulumi.getter
3801
4073
  def ocpus(self) -> Optional[pulumi.Input[float]]:
3802
4074
  """
3803
- A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4075
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3804
4076
  """
3805
4077
  return pulumi.get(self, "ocpus")
3806
4078