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
@@ -58,10 +58,12 @@ __all__ = [
58
58
  'PipelineRunLogDetail',
59
59
  'PipelineRunStepOverrideDetail',
60
60
  'PipelineRunStepOverrideDetailStepConfigurationDetails',
61
+ 'PipelineRunStepOverrideDetailStepContainerConfigurationDetails',
61
62
  'PipelineRunStepRun',
62
63
  'PipelineStepArtifact',
63
64
  'PipelineStepDetail',
64
65
  'PipelineStepDetailStepConfigurationDetails',
66
+ 'PipelineStepDetailStepContainerConfigurationDetails',
65
67
  'PipelineStepDetailStepInfrastructureConfigurationDetails',
66
68
  'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails',
67
69
  'GetFastLaunchJobConfigsFastLaunchJobConfigResult',
@@ -168,6 +170,7 @@ __all__ = [
168
170
  'GetPipelineRunLogDetailResult',
169
171
  'GetPipelineRunStepOverrideDetailResult',
170
172
  'GetPipelineRunStepOverrideDetailStepConfigurationDetailResult',
173
+ 'GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult',
171
174
  'GetPipelineRunStepRunResult',
172
175
  'GetPipelineRunsFilterResult',
173
176
  'GetPipelineRunsPipelineRunResult',
@@ -177,10 +180,12 @@ __all__ = [
177
180
  'GetPipelineRunsPipelineRunLogDetailResult',
178
181
  'GetPipelineRunsPipelineRunStepOverrideDetailResult',
179
182
  'GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult',
183
+ 'GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult',
180
184
  'GetPipelineRunsPipelineRunStepRunResult',
181
185
  'GetPipelineStepArtifactResult',
182
186
  'GetPipelineStepDetailResult',
183
187
  'GetPipelineStepDetailStepConfigurationDetailResult',
188
+ 'GetPipelineStepDetailStepContainerConfigurationDetailResult',
184
189
  'GetPipelineStepDetailStepInfrastructureConfigurationDetailResult',
185
190
  'GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult',
186
191
  'GetPipelinesFilterResult',
@@ -192,6 +197,7 @@ __all__ = [
192
197
  'GetPipelinesPipelineStepArtifactResult',
193
198
  'GetPipelinesPipelineStepDetailResult',
194
199
  'GetPipelinesPipelineStepDetailStepConfigurationDetailResult',
200
+ 'GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult',
195
201
  'GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult',
196
202
  'GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult',
197
203
  'GetPrivateEndpointsDataSciencePrivateEndpointResult',
@@ -1262,8 +1268,8 @@ class JobRunLogDetail(dict):
1262
1268
  log_group_id: Optional[str] = None,
1263
1269
  log_id: Optional[str] = None):
1264
1270
  """
1265
- :param str log_group_id: The log group id for where log objects are for job runs.
1266
- :param str log_id: The log id the job run will push logs too.
1271
+ :param str log_group_id: The log group id for where log objects will be for job runs.
1272
+ :param str log_id: The log id of the log object the job run logs will be shipped to.
1267
1273
  """
1268
1274
  if log_group_id is not None:
1269
1275
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -1274,7 +1280,7 @@ class JobRunLogDetail(dict):
1274
1280
  @pulumi.getter(name="logGroupId")
1275
1281
  def log_group_id(self) -> Optional[str]:
1276
1282
  """
1277
- The log group id for where log objects are for job runs.
1283
+ The log group id for where log objects will be for job runs.
1278
1284
  """
1279
1285
  return pulumi.get(self, "log_group_id")
1280
1286
 
@@ -1282,7 +1288,7 @@ class JobRunLogDetail(dict):
1282
1288
  @pulumi.getter(name="logId")
1283
1289
  def log_id(self) -> Optional[str]:
1284
1290
  """
1285
- The log id the job run will push logs too.
1291
+ The log id of the log object the job run logs will be shipped to.
1286
1292
  """
1287
1293
  return pulumi.get(self, "log_id")
1288
1294
 
@@ -1296,7 +1302,7 @@ class ModelCustomMetadataList(dict):
1296
1302
  value: Optional[str] = None):
1297
1303
  """
1298
1304
  :param 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".
1299
- :param str description: (Updatable) A short description of the model.
1305
+ :param str description: (Updatable) Description of model metadata
1300
1306
  :param 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:
1301
1307
  * useCaseType
1302
1308
  * libraryName
@@ -1329,7 +1335,7 @@ class ModelCustomMetadataList(dict):
1329
1335
  @pulumi.getter
1330
1336
  def description(self) -> Optional[str]:
1331
1337
  """
1332
- (Updatable) A short description of the model.
1338
+ (Updatable) Description of model metadata
1333
1339
  """
1334
1340
  return pulumi.get(self, "description")
1335
1341
 
@@ -1367,7 +1373,7 @@ class ModelDefinedMetadataList(dict):
1367
1373
  value: Optional[str] = None):
1368
1374
  """
1369
1375
  :param 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".
1370
- :param str description: (Updatable) A short description of the model.
1376
+ :param str description: (Updatable) Description of model metadata
1371
1377
  :param 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:
1372
1378
  * useCaseType
1373
1379
  * libraryName
@@ -1400,7 +1406,7 @@ class ModelDefinedMetadataList(dict):
1400
1406
  @pulumi.getter
1401
1407
  def description(self) -> Optional[str]:
1402
1408
  """
1403
- (Updatable) A short description of the model.
1409
+ (Updatable) Description of model metadata
1404
1410
  """
1405
1411
  return pulumi.get(self, "description")
1406
1412
 
@@ -2170,6 +2176,8 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
2170
2176
  :param str metric_expression_rule_type: (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
2171
2177
 
2172
2178
  The following values are supported:
2179
+ * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
2180
+ * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
2173
2181
  :param 'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfigurationArgs' scale_in_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
2174
2182
  :param 'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfigurationArgs' scale_out_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
2175
2183
  :param str metric_type: (Updatable) Metric type
@@ -2187,6 +2195,8 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
2187
2195
  (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
2188
2196
 
2189
2197
  The following values are supported:
2198
+ * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
2199
+ * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
2190
2200
  """
2191
2201
  return pulumi.get(self, "metric_expression_rule_type")
2192
2202
 
@@ -2513,11 +2523,11 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2513
2523
  private_endpoint_id: Optional[str] = None,
2514
2524
  subnet_id: Optional[str] = None):
2515
2525
  """
2516
- :param 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.
2517
- :param 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.
2518
- :param 'NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs' notebook_session_shape_config_details: (Updatable) Details for the notebook session shape configuration.
2519
- :param str private_endpoint_id: (Updatable) The OCID of a Data Science private endpoint.
2520
- :param 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.
2526
+ :param 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.
2527
+ :param 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.
2528
+ :param 'NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs' notebook_session_shape_config_details: Details for the notebook session shape configuration.
2529
+ :param str private_endpoint_id: The OCID of a Data Science private endpoint.
2530
+ :param 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.
2521
2531
  """
2522
2532
  pulumi.set(__self__, "shape", shape)
2523
2533
  if block_storage_size_in_gbs is not None:
@@ -2533,7 +2543,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2533
2543
  @pulumi.getter
2534
2544
  def shape(self) -> str:
2535
2545
  """
2536
- (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.
2546
+ 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.
2537
2547
  """
2538
2548
  return pulumi.get(self, "shape")
2539
2549
 
@@ -2541,7 +2551,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2541
2551
  @pulumi.getter(name="blockStorageSizeInGbs")
2542
2552
  def block_storage_size_in_gbs(self) -> Optional[int]:
2543
2553
  """
2544
- (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2554
+ A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2545
2555
  """
2546
2556
  return pulumi.get(self, "block_storage_size_in_gbs")
2547
2557
 
@@ -2549,7 +2559,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2549
2559
  @pulumi.getter(name="notebookSessionShapeConfigDetails")
2550
2560
  def notebook_session_shape_config_details(self) -> Optional['outputs.NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetails']:
2551
2561
  """
2552
- (Updatable) Details for the notebook session shape configuration.
2562
+ Details for the notebook session shape configuration.
2553
2563
  """
2554
2564
  return pulumi.get(self, "notebook_session_shape_config_details")
2555
2565
 
@@ -2557,7 +2567,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2557
2567
  @pulumi.getter(name="privateEndpointId")
2558
2568
  def private_endpoint_id(self) -> Optional[str]:
2559
2569
  """
2560
- (Updatable) The OCID of a Data Science private endpoint.
2570
+ The OCID of a Data Science private endpoint.
2561
2571
  """
2562
2572
  return pulumi.get(self, "private_endpoint_id")
2563
2573
 
@@ -2565,7 +2575,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2565
2575
  @pulumi.getter(name="subnetId")
2566
2576
  def subnet_id(self) -> Optional[str]:
2567
2577
  """
2568
- (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.
2578
+ 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.
2569
2579
  """
2570
2580
  return pulumi.get(self, "subnet_id")
2571
2581
 
@@ -2593,8 +2603,8 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2593
2603
  memory_in_gbs: Optional[float] = None,
2594
2604
  ocpus: Optional[float] = None):
2595
2605
  """
2596
- :param float memory_in_gbs: (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2597
- :param float ocpus: (Updatable) The total number of OCPUs available to the notebook session instance.
2606
+ :param float memory_in_gbs: The total amount of memory available to the notebook session instance, in gigabytes.
2607
+ :param float ocpus: The total number of OCPUs available to the notebook session instance.
2598
2608
  """
2599
2609
  if memory_in_gbs is not None:
2600
2610
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2605,7 +2615,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2605
2615
  @pulumi.getter(name="memoryInGbs")
2606
2616
  def memory_in_gbs(self) -> Optional[float]:
2607
2617
  """
2608
- (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2618
+ The total amount of memory available to the notebook session instance, in gigabytes.
2609
2619
  """
2610
2620
  return pulumi.get(self, "memory_in_gbs")
2611
2621
 
@@ -2613,7 +2623,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2613
2623
  @pulumi.getter
2614
2624
  def ocpus(self) -> Optional[float]:
2615
2625
  """
2616
- (Updatable) The total number of OCPUs available to the notebook session instance.
2626
+ The total number of OCPUs available to the notebook session instance.
2617
2627
  """
2618
2628
  return pulumi.get(self, "ocpus")
2619
2629
 
@@ -3014,9 +3024,9 @@ class PipelineConfigurationDetails(dict):
3014
3024
  maximum_runtime_in_minutes: Optional[str] = None):
3015
3025
  """
3016
3026
  :param str type: (Updatable) The type of pipeline.
3017
- :param str command_line_arguments: (Updatable) The command line arguments to set for step.
3018
- :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for step.
3019
- :param str maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the step.
3027
+ :param str command_line_arguments: (Updatable) The command line arguments to set for steps in the pipeline.
3028
+ :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
3029
+ :param 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.
3020
3030
  """
3021
3031
  pulumi.set(__self__, "type", type)
3022
3032
  if command_line_arguments is not None:
@@ -3038,7 +3048,7 @@ class PipelineConfigurationDetails(dict):
3038
3048
  @pulumi.getter(name="commandLineArguments")
3039
3049
  def command_line_arguments(self) -> Optional[str]:
3040
3050
  """
3041
- (Updatable) The command line arguments to set for step.
3051
+ (Updatable) The command line arguments to set for steps in the pipeline.
3042
3052
  """
3043
3053
  return pulumi.get(self, "command_line_arguments")
3044
3054
 
@@ -3046,7 +3056,7 @@ class PipelineConfigurationDetails(dict):
3046
3056
  @pulumi.getter(name="environmentVariables")
3047
3057
  def environment_variables(self) -> Optional[Mapping[str, Any]]:
3048
3058
  """
3049
- (Updatable) Environment variables to set for step.
3059
+ (Updatable) Environment variables to set for steps in the pipeline.
3050
3060
  """
3051
3061
  return pulumi.get(self, "environment_variables")
3052
3062
 
@@ -3054,7 +3064,7 @@ class PipelineConfigurationDetails(dict):
3054
3064
  @pulumi.getter(name="maximumRuntimeInMinutes")
3055
3065
  def maximum_runtime_in_minutes(self) -> Optional[str]:
3056
3066
  """
3057
- (Updatable) A time bound for the execution of the step.
3067
+ (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3058
3068
  """
3059
3069
  return pulumi.get(self, "maximum_runtime_in_minutes")
3060
3070
 
@@ -3070,6 +3080,8 @@ class PipelineInfrastructureConfigurationDetails(dict):
3070
3080
  suggest = "shape_name"
3071
3081
  elif key == "shapeConfigDetails":
3072
3082
  suggest = "shape_config_details"
3083
+ elif key == "subnetId":
3084
+ suggest = "subnet_id"
3073
3085
 
3074
3086
  if suggest:
3075
3087
  pulumi.log.warn(f"Key '{key}' not found in PipelineInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
@@ -3085,22 +3097,26 @@ class PipelineInfrastructureConfigurationDetails(dict):
3085
3097
  def __init__(__self__, *,
3086
3098
  block_storage_size_in_gbs: int,
3087
3099
  shape_name: str,
3088
- shape_config_details: Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails'] = None):
3100
+ shape_config_details: Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails'] = None,
3101
+ subnet_id: Optional[str] = None):
3089
3102
  """
3090
- :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
3091
- :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
3092
- :param 'PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3103
+ :param int block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
3104
+ :param str shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3105
+ :param 'PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3106
+ :param str subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3093
3107
  """
3094
3108
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
3095
3109
  pulumi.set(__self__, "shape_name", shape_name)
3096
3110
  if shape_config_details is not None:
3097
3111
  pulumi.set(__self__, "shape_config_details", shape_config_details)
3112
+ if subnet_id is not None:
3113
+ pulumi.set(__self__, "subnet_id", subnet_id)
3098
3114
 
3099
3115
  @property
3100
3116
  @pulumi.getter(name="blockStorageSizeInGbs")
3101
3117
  def block_storage_size_in_gbs(self) -> int:
3102
3118
  """
3103
- The size of the block storage volume to attach to the instance.
3119
+ (Updatable) The size of the block storage volume to attach to the instance.
3104
3120
  """
3105
3121
  return pulumi.get(self, "block_storage_size_in_gbs")
3106
3122
 
@@ -3108,7 +3124,7 @@ class PipelineInfrastructureConfigurationDetails(dict):
3108
3124
  @pulumi.getter(name="shapeName")
3109
3125
  def shape_name(self) -> str:
3110
3126
  """
3111
- The shape used to launch the instance for all step runs in the pipeline.
3127
+ (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3112
3128
  """
3113
3129
  return pulumi.get(self, "shape_name")
3114
3130
 
@@ -3116,10 +3132,18 @@ class PipelineInfrastructureConfigurationDetails(dict):
3116
3132
  @pulumi.getter(name="shapeConfigDetails")
3117
3133
  def shape_config_details(self) -> Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails']:
3118
3134
  """
3119
- Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3135
+ (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3120
3136
  """
3121
3137
  return pulumi.get(self, "shape_config_details")
3122
3138
 
3139
+ @property
3140
+ @pulumi.getter(name="subnetId")
3141
+ def subnet_id(self) -> Optional[str]:
3142
+ """
3143
+ (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3144
+ """
3145
+ return pulumi.get(self, "subnet_id")
3146
+
3123
3147
 
3124
3148
  @pulumi.output_type
3125
3149
  class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
@@ -3144,8 +3168,8 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3144
3168
  memory_in_gbs: Optional[float] = None,
3145
3169
  ocpus: Optional[float] = None):
3146
3170
  """
3147
- :param 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.
3148
- :param float ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3171
+ :param 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.
3172
+ :param float ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3149
3173
  """
3150
3174
  if memory_in_gbs is not None:
3151
3175
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -3156,7 +3180,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3156
3180
  @pulumi.getter(name="memoryInGbs")
3157
3181
  def memory_in_gbs(self) -> Optional[float]:
3158
3182
  """
3159
- 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.
3183
+ (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.
3160
3184
  """
3161
3185
  return pulumi.get(self, "memory_in_gbs")
3162
3186
 
@@ -3164,7 +3188,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3164
3188
  @pulumi.getter
3165
3189
  def ocpus(self) -> Optional[float]:
3166
3190
  """
3167
- A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3191
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3168
3192
  """
3169
3193
  return pulumi.get(self, "ocpus")
3170
3194
 
@@ -3353,9 +3377,9 @@ class PipelineRunConfigurationOverrideDetails(dict):
3353
3377
  maximum_runtime_in_minutes: Optional[str] = None):
3354
3378
  """
3355
3379
  :param str type: The type of pipeline.
3356
- :param str command_line_arguments: The command line arguments to set for step.
3357
- :param Mapping[str, Any] environment_variables: Environment variables to set for step.
3358
- :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
3380
+ :param str command_line_arguments: The command line arguments to set for steps in the pipeline.
3381
+ :param Mapping[str, Any] environment_variables: Environment variables to set for steps in the pipeline.
3382
+ :param str maximum_runtime_in_minutes: A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3359
3383
  """
3360
3384
  pulumi.set(__self__, "type", type)
3361
3385
  if command_line_arguments is not None:
@@ -3377,7 +3401,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3377
3401
  @pulumi.getter(name="commandLineArguments")
3378
3402
  def command_line_arguments(self) -> Optional[str]:
3379
3403
  """
3380
- The command line arguments to set for step.
3404
+ The command line arguments to set for steps in the pipeline.
3381
3405
  """
3382
3406
  return pulumi.get(self, "command_line_arguments")
3383
3407
 
@@ -3385,7 +3409,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3385
3409
  @pulumi.getter(name="environmentVariables")
3386
3410
  def environment_variables(self) -> Optional[Mapping[str, Any]]:
3387
3411
  """
3388
- Environment variables to set for step.
3412
+ Environment variables to set for steps in the pipeline.
3389
3413
  """
3390
3414
  return pulumi.get(self, "environment_variables")
3391
3415
 
@@ -3393,7 +3417,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3393
3417
  @pulumi.getter(name="maximumRuntimeInMinutes")
3394
3418
  def maximum_runtime_in_minutes(self) -> Optional[str]:
3395
3419
  """
3396
- A time bound for the execution of the step.
3420
+ A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3397
3421
  """
3398
3422
  return pulumi.get(self, "maximum_runtime_in_minutes")
3399
3423
 
@@ -3501,8 +3525,8 @@ class PipelineRunLogDetail(dict):
3501
3525
  log_group_id: Optional[str] = None,
3502
3526
  log_id: Optional[str] = None):
3503
3527
  """
3504
- :param str log_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3505
- :param str log_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3528
+ :param str log_group_id: The log group id for where log objects will be for pipeline runs.
3529
+ :param str log_id: The log id of the log object the pipeline run logs will be shipped to.
3506
3530
  """
3507
3531
  if log_group_id is not None:
3508
3532
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -3513,7 +3537,7 @@ class PipelineRunLogDetail(dict):
3513
3537
  @pulumi.getter(name="logGroupId")
3514
3538
  def log_group_id(self) -> Optional[str]:
3515
3539
  """
3516
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3540
+ The log group id for where log objects will be for pipeline runs.
3517
3541
  """
3518
3542
  return pulumi.get(self, "log_group_id")
3519
3543
 
@@ -3521,7 +3545,7 @@ class PipelineRunLogDetail(dict):
3521
3545
  @pulumi.getter(name="logId")
3522
3546
  def log_id(self) -> Optional[str]:
3523
3547
  """
3524
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3548
+ The log id of the log object the pipeline run logs will be shipped to.
3525
3549
  """
3526
3550
  return pulumi.get(self, "log_id")
3527
3551
 
@@ -3535,6 +3559,8 @@ class PipelineRunStepOverrideDetail(dict):
3535
3559
  suggest = "step_configuration_details"
3536
3560
  elif key == "stepName":
3537
3561
  suggest = "step_name"
3562
+ elif key == "stepContainerConfigurationDetails":
3563
+ suggest = "step_container_configuration_details"
3538
3564
 
3539
3565
  if suggest:
3540
3566
  pulumi.log.warn(f"Key '{key}' not found in PipelineRunStepOverrideDetail. Access the value via the '{suggest}' property getter instead.")
@@ -3549,13 +3575,17 @@ class PipelineRunStepOverrideDetail(dict):
3549
3575
 
3550
3576
  def __init__(__self__, *,
3551
3577
  step_configuration_details: 'outputs.PipelineRunStepOverrideDetailStepConfigurationDetails',
3552
- step_name: str):
3578
+ step_name: str,
3579
+ step_container_configuration_details: Optional['outputs.PipelineRunStepOverrideDetailStepContainerConfigurationDetails'] = None):
3553
3580
  """
3554
3581
  :param 'PipelineRunStepOverrideDetailStepConfigurationDetailsArgs' step_configuration_details: The configuration details of a step.
3555
3582
  :param str step_name: The name of the step.
3583
+ :param 'PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs' step_container_configuration_details: Container Details for a step in pipeline.
3556
3584
  """
3557
3585
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3558
3586
  pulumi.set(__self__, "step_name", step_name)
3587
+ if step_container_configuration_details is not None:
3588
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3559
3589
 
3560
3590
  @property
3561
3591
  @pulumi.getter(name="stepConfigurationDetails")
@@ -3573,6 +3603,14 @@ class PipelineRunStepOverrideDetail(dict):
3573
3603
  """
3574
3604
  return pulumi.get(self, "step_name")
3575
3605
 
3606
+ @property
3607
+ @pulumi.getter(name="stepContainerConfigurationDetails")
3608
+ def step_container_configuration_details(self) -> Optional['outputs.PipelineRunStepOverrideDetailStepContainerConfigurationDetails']:
3609
+ """
3610
+ Container Details for a step in pipeline.
3611
+ """
3612
+ return pulumi.get(self, "step_container_configuration_details")
3613
+
3576
3614
 
3577
3615
  @pulumi.output_type
3578
3616
  class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
@@ -3638,6 +3676,104 @@ class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
3638
3676
  return pulumi.get(self, "maximum_runtime_in_minutes")
3639
3677
 
3640
3678
 
3679
+ @pulumi.output_type
3680
+ class PipelineRunStepOverrideDetailStepContainerConfigurationDetails(dict):
3681
+ @staticmethod
3682
+ def __key_warning(key: str):
3683
+ suggest = None
3684
+ if key == "containerType":
3685
+ suggest = "container_type"
3686
+ elif key == "imageDigest":
3687
+ suggest = "image_digest"
3688
+ elif key == "imageSignatureId":
3689
+ suggest = "image_signature_id"
3690
+
3691
+ if suggest:
3692
+ pulumi.log.warn(f"Key '{key}' not found in PipelineRunStepOverrideDetailStepContainerConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
3693
+
3694
+ def __getitem__(self, key: str) -> Any:
3695
+ PipelineRunStepOverrideDetailStepContainerConfigurationDetails.__key_warning(key)
3696
+ return super().__getitem__(key)
3697
+
3698
+ def get(self, key: str, default = None) -> Any:
3699
+ PipelineRunStepOverrideDetailStepContainerConfigurationDetails.__key_warning(key)
3700
+ return super().get(key, default)
3701
+
3702
+ def __init__(__self__, *,
3703
+ container_type: str,
3704
+ image: str,
3705
+ cmds: Optional[Sequence[str]] = None,
3706
+ entrypoints: Optional[Sequence[str]] = None,
3707
+ image_digest: Optional[str] = None,
3708
+ image_signature_id: Optional[str] = None):
3709
+ """
3710
+ :param str container_type: The type of container.
3711
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3712
+ :param Sequence[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.
3713
+ :param Sequence[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).
3714
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3715
+ :param str image_signature_id: OCID of the container image signature
3716
+ """
3717
+ pulumi.set(__self__, "container_type", container_type)
3718
+ pulumi.set(__self__, "image", image)
3719
+ if cmds is not None:
3720
+ pulumi.set(__self__, "cmds", cmds)
3721
+ if entrypoints is not None:
3722
+ pulumi.set(__self__, "entrypoints", entrypoints)
3723
+ if image_digest is not None:
3724
+ pulumi.set(__self__, "image_digest", image_digest)
3725
+ if image_signature_id is not None:
3726
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
3727
+
3728
+ @property
3729
+ @pulumi.getter(name="containerType")
3730
+ def container_type(self) -> str:
3731
+ """
3732
+ The type of container.
3733
+ """
3734
+ return pulumi.get(self, "container_type")
3735
+
3736
+ @property
3737
+ @pulumi.getter
3738
+ def image(self) -> str:
3739
+ """
3740
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3741
+ """
3742
+ return pulumi.get(self, "image")
3743
+
3744
+ @property
3745
+ @pulumi.getter
3746
+ def cmds(self) -> Optional[Sequence[str]]:
3747
+ """
3748
+ 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.
3749
+ """
3750
+ return pulumi.get(self, "cmds")
3751
+
3752
+ @property
3753
+ @pulumi.getter
3754
+ def entrypoints(self) -> Optional[Sequence[str]]:
3755
+ """
3756
+ 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).
3757
+ """
3758
+ return pulumi.get(self, "entrypoints")
3759
+
3760
+ @property
3761
+ @pulumi.getter(name="imageDigest")
3762
+ def image_digest(self) -> Optional[str]:
3763
+ """
3764
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3765
+ """
3766
+ return pulumi.get(self, "image_digest")
3767
+
3768
+ @property
3769
+ @pulumi.getter(name="imageSignatureId")
3770
+ def image_signature_id(self) -> Optional[str]:
3771
+ """
3772
+ OCID of the container image signature
3773
+ """
3774
+ return pulumi.get(self, "image_signature_id")
3775
+
3776
+
3641
3777
  @pulumi.output_type
3642
3778
  class PipelineRunStepRun(dict):
3643
3779
  @staticmethod
@@ -3793,7 +3929,7 @@ class PipelineStepArtifact(dict):
3793
3929
  artifact_content_md5: Optional[str] = None,
3794
3930
  artifact_last_modified: Optional[str] = None):
3795
3931
  """
3796
- :param str step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3932
+ :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3797
3933
  """
3798
3934
  pulumi.set(__self__, "artifact_content_length", artifact_content_length)
3799
3935
  pulumi.set(__self__, "pipeline_step_artifact", pipeline_step_artifact)
@@ -3819,7 +3955,7 @@ class PipelineStepArtifact(dict):
3819
3955
  @pulumi.getter(name="stepName")
3820
3956
  def step_name(self) -> str:
3821
3957
  """
3822
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3958
+ The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3823
3959
  """
3824
3960
  return pulumi.get(self, "step_name")
3825
3961
 
@@ -3856,6 +3992,8 @@ class PipelineStepDetail(dict):
3856
3992
  suggest = "job_id"
3857
3993
  elif key == "stepConfigurationDetails":
3858
3994
  suggest = "step_configuration_details"
3995
+ elif key == "stepContainerConfigurationDetails":
3996
+ suggest = "step_container_configuration_details"
3859
3997
  elif key == "stepInfrastructureConfigurationDetails":
3860
3998
  suggest = "step_infrastructure_configuration_details"
3861
3999
 
@@ -3878,6 +4016,7 @@ class PipelineStepDetail(dict):
3878
4016
  is_artifact_uploaded: Optional[bool] = None,
3879
4017
  job_id: Optional[str] = None,
3880
4018
  step_configuration_details: Optional['outputs.PipelineStepDetailStepConfigurationDetails'] = None,
4019
+ step_container_configuration_details: Optional['outputs.PipelineStepDetailStepContainerConfigurationDetails'] = None,
3881
4020
  step_infrastructure_configuration_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetails'] = None):
3882
4021
  """
3883
4022
  :param str step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
@@ -3891,7 +4030,8 @@ class PipelineStepDetail(dict):
3891
4030
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
3892
4031
  :param 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.
3893
4032
  :param 'PipelineStepDetailStepConfigurationDetailsArgs' step_configuration_details: (Updatable) The configuration details of a step.
3894
- :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs' step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
4033
+ :param 'PipelineStepDetailStepContainerConfigurationDetailsArgs' step_container_configuration_details: Container Details for a step in pipeline.
4034
+ :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs' step_infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
3895
4035
  """
3896
4036
  pulumi.set(__self__, "step_name", step_name)
3897
4037
  pulumi.set(__self__, "step_type", step_type)
@@ -3905,6 +4045,8 @@ class PipelineStepDetail(dict):
3905
4045
  pulumi.set(__self__, "job_id", job_id)
3906
4046
  if step_configuration_details is not None:
3907
4047
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
4048
+ if step_container_configuration_details is not None:
4049
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3908
4050
  if step_infrastructure_configuration_details is not None:
3909
4051
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
3910
4052
 
@@ -3968,11 +4110,19 @@ class PipelineStepDetail(dict):
3968
4110
  """
3969
4111
  return pulumi.get(self, "step_configuration_details")
3970
4112
 
4113
+ @property
4114
+ @pulumi.getter(name="stepContainerConfigurationDetails")
4115
+ def step_container_configuration_details(self) -> Optional['outputs.PipelineStepDetailStepContainerConfigurationDetails']:
4116
+ """
4117
+ Container Details for a step in pipeline.
4118
+ """
4119
+ return pulumi.get(self, "step_container_configuration_details")
4120
+
3971
4121
  @property
3972
4122
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
3973
4123
  def step_infrastructure_configuration_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetails']:
3974
4124
  """
3975
- The infrastructure configuration details of a pipeline or a step.
4125
+ (Updatable) The infrastructure configuration details of a pipeline or a step.
3976
4126
  """
3977
4127
  return pulumi.get(self, "step_infrastructure_configuration_details")
3978
4128
 
@@ -4042,77 +4192,189 @@ class PipelineStepDetailStepConfigurationDetails(dict):
4042
4192
 
4043
4193
 
4044
4194
  @pulumi.output_type
4045
- class PipelineStepDetailStepInfrastructureConfigurationDetails(dict):
4195
+ class PipelineStepDetailStepContainerConfigurationDetails(dict):
4046
4196
  @staticmethod
4047
4197
  def __key_warning(key: str):
4048
4198
  suggest = None
4049
- if key == "blockStorageSizeInGbs":
4050
- suggest = "block_storage_size_in_gbs"
4051
- elif key == "shapeName":
4052
- suggest = "shape_name"
4053
- elif key == "shapeConfigDetails":
4054
- suggest = "shape_config_details"
4199
+ if key == "containerType":
4200
+ suggest = "container_type"
4201
+ elif key == "imageDigest":
4202
+ suggest = "image_digest"
4203
+ elif key == "imageSignatureId":
4204
+ suggest = "image_signature_id"
4055
4205
 
4056
4206
  if suggest:
4057
- pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4207
+ pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepContainerConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4058
4208
 
4059
4209
  def __getitem__(self, key: str) -> Any:
4060
- PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4210
+ PipelineStepDetailStepContainerConfigurationDetails.__key_warning(key)
4061
4211
  return super().__getitem__(key)
4062
4212
 
4063
4213
  def get(self, key: str, default = None) -> Any:
4064
- PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4214
+ PipelineStepDetailStepContainerConfigurationDetails.__key_warning(key)
4065
4215
  return super().get(key, default)
4066
4216
 
4067
4217
  def __init__(__self__, *,
4068
- block_storage_size_in_gbs: int,
4069
- shape_name: str,
4070
- shape_config_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails'] = None):
4218
+ container_type: str,
4219
+ image: str,
4220
+ cmds: Optional[Sequence[str]] = None,
4221
+ entrypoints: Optional[Sequence[str]] = None,
4222
+ image_digest: Optional[str] = None,
4223
+ image_signature_id: Optional[str] = None):
4071
4224
  """
4072
- :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
4073
- :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
4074
- :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4225
+ :param str container_type: The type of container.
4226
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
4227
+ :param Sequence[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.
4228
+ :param Sequence[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).
4229
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
4230
+ :param str image_signature_id: OCID of the container image signature
4075
4231
  """
4076
- pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
4077
- pulumi.set(__self__, "shape_name", shape_name)
4078
- if shape_config_details is not None:
4079
- pulumi.set(__self__, "shape_config_details", shape_config_details)
4232
+ pulumi.set(__self__, "container_type", container_type)
4233
+ pulumi.set(__self__, "image", image)
4234
+ if cmds is not None:
4235
+ pulumi.set(__self__, "cmds", cmds)
4236
+ if entrypoints is not None:
4237
+ pulumi.set(__self__, "entrypoints", entrypoints)
4238
+ if image_digest is not None:
4239
+ pulumi.set(__self__, "image_digest", image_digest)
4240
+ if image_signature_id is not None:
4241
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
4080
4242
 
4081
4243
  @property
4082
- @pulumi.getter(name="blockStorageSizeInGbs")
4083
- def block_storage_size_in_gbs(self) -> int:
4244
+ @pulumi.getter(name="containerType")
4245
+ def container_type(self) -> str:
4084
4246
  """
4085
- The size of the block storage volume to attach to the instance.
4247
+ The type of container.
4086
4248
  """
4087
- return pulumi.get(self, "block_storage_size_in_gbs")
4249
+ return pulumi.get(self, "container_type")
4088
4250
 
4089
4251
  @property
4090
- @pulumi.getter(name="shapeName")
4091
- def shape_name(self) -> str:
4252
+ @pulumi.getter
4253
+ def image(self) -> str:
4092
4254
  """
4093
- The shape used to launch the instance for all step runs in the pipeline.
4255
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
4094
4256
  """
4095
- return pulumi.get(self, "shape_name")
4257
+ return pulumi.get(self, "image")
4096
4258
 
4097
4259
  @property
4098
- @pulumi.getter(name="shapeConfigDetails")
4099
- def shape_config_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails']:
4260
+ @pulumi.getter
4261
+ def cmds(self) -> Optional[Sequence[str]]:
4100
4262
  """
4101
- Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4263
+ 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.
4102
4264
  """
4103
- return pulumi.get(self, "shape_config_details")
4104
-
4265
+ return pulumi.get(self, "cmds")
4105
4266
 
4106
- @pulumi.output_type
4107
- class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails(dict):
4108
- @staticmethod
4109
- def __key_warning(key: str):
4110
- suggest = None
4111
- if key == "memoryInGbs":
4112
- suggest = "memory_in_gbs"
4267
+ @property
4268
+ @pulumi.getter
4269
+ def entrypoints(self) -> Optional[Sequence[str]]:
4270
+ """
4271
+ 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).
4272
+ """
4273
+ return pulumi.get(self, "entrypoints")
4113
4274
 
4114
- if suggest:
4115
- pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails. Access the value via the '{suggest}' property getter instead.")
4275
+ @property
4276
+ @pulumi.getter(name="imageDigest")
4277
+ def image_digest(self) -> Optional[str]:
4278
+ """
4279
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
4280
+ """
4281
+ return pulumi.get(self, "image_digest")
4282
+
4283
+ @property
4284
+ @pulumi.getter(name="imageSignatureId")
4285
+ def image_signature_id(self) -> Optional[str]:
4286
+ """
4287
+ OCID of the container image signature
4288
+ """
4289
+ return pulumi.get(self, "image_signature_id")
4290
+
4291
+
4292
+ @pulumi.output_type
4293
+ class PipelineStepDetailStepInfrastructureConfigurationDetails(dict):
4294
+ @staticmethod
4295
+ def __key_warning(key: str):
4296
+ suggest = None
4297
+ if key == "blockStorageSizeInGbs":
4298
+ suggest = "block_storage_size_in_gbs"
4299
+ elif key == "shapeName":
4300
+ suggest = "shape_name"
4301
+ elif key == "shapeConfigDetails":
4302
+ suggest = "shape_config_details"
4303
+ elif key == "subnetId":
4304
+ suggest = "subnet_id"
4305
+
4306
+ if suggest:
4307
+ pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4308
+
4309
+ def __getitem__(self, key: str) -> Any:
4310
+ PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4311
+ return super().__getitem__(key)
4312
+
4313
+ def get(self, key: str, default = None) -> Any:
4314
+ PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4315
+ return super().get(key, default)
4316
+
4317
+ def __init__(__self__, *,
4318
+ block_storage_size_in_gbs: int,
4319
+ shape_name: str,
4320
+ shape_config_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails'] = None,
4321
+ subnet_id: Optional[str] = None):
4322
+ """
4323
+ :param int block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
4324
+ :param str shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
4325
+ :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4326
+ :param str subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4327
+ """
4328
+ pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
4329
+ pulumi.set(__self__, "shape_name", shape_name)
4330
+ if shape_config_details is not None:
4331
+ pulumi.set(__self__, "shape_config_details", shape_config_details)
4332
+ if subnet_id is not None:
4333
+ pulumi.set(__self__, "subnet_id", subnet_id)
4334
+
4335
+ @property
4336
+ @pulumi.getter(name="blockStorageSizeInGbs")
4337
+ def block_storage_size_in_gbs(self) -> int:
4338
+ """
4339
+ (Updatable) The size of the block storage volume to attach to the instance.
4340
+ """
4341
+ return pulumi.get(self, "block_storage_size_in_gbs")
4342
+
4343
+ @property
4344
+ @pulumi.getter(name="shapeName")
4345
+ def shape_name(self) -> str:
4346
+ """
4347
+ (Updatable) The shape used to launch the instance for all step runs in the pipeline.
4348
+ """
4349
+ return pulumi.get(self, "shape_name")
4350
+
4351
+ @property
4352
+ @pulumi.getter(name="shapeConfigDetails")
4353
+ def shape_config_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails']:
4354
+ """
4355
+ (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4356
+ """
4357
+ return pulumi.get(self, "shape_config_details")
4358
+
4359
+ @property
4360
+ @pulumi.getter(name="subnetId")
4361
+ def subnet_id(self) -> Optional[str]:
4362
+ """
4363
+ (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4364
+ """
4365
+ return pulumi.get(self, "subnet_id")
4366
+
4367
+
4368
+ @pulumi.output_type
4369
+ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails(dict):
4370
+ @staticmethod
4371
+ def __key_warning(key: str):
4372
+ suggest = None
4373
+ if key == "memoryInGbs":
4374
+ suggest = "memory_in_gbs"
4375
+
4376
+ if suggest:
4377
+ pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails. Access the value via the '{suggest}' property getter instead.")
4116
4378
 
4117
4379
  def __getitem__(self, key: str) -> Any:
4118
4380
  PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails.__key_warning(key)
@@ -4126,8 +4388,8 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4126
4388
  memory_in_gbs: Optional[float] = None,
4127
4389
  ocpus: Optional[float] = None):
4128
4390
  """
4129
- :param 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.
4130
- :param float ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4391
+ :param 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.
4392
+ :param float ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4131
4393
  """
4132
4394
  if memory_in_gbs is not None:
4133
4395
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -4138,7 +4400,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4138
4400
  @pulumi.getter(name="memoryInGbs")
4139
4401
  def memory_in_gbs(self) -> Optional[float]:
4140
4402
  """
4141
- 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.
4403
+ (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.
4142
4404
  """
4143
4405
  return pulumi.get(self, "memory_in_gbs")
4144
4406
 
@@ -4146,7 +4408,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4146
4408
  @pulumi.getter
4147
4409
  def ocpus(self) -> Optional[float]:
4148
4410
  """
4149
- A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4411
+ (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4150
4412
  """
4151
4413
  return pulumi.get(self, "ocpus")
4152
4414
 
@@ -5053,6 +5315,7 @@ class GetJobRunsJobRunResult(dict):
5053
5315
  job_storage_mount_configuration_details_lists: Sequence['outputs.GetJobRunsJobRunJobStorageMountConfigurationDetailsListResult'],
5054
5316
  lifecycle_details: str,
5055
5317
  log_details: Sequence['outputs.GetJobRunsJobRunLogDetailResult'],
5318
+ opc_parent_rpt_url: str,
5056
5319
  project_id: str,
5057
5320
  state: str,
5058
5321
  time_accepted: str,
@@ -5094,6 +5357,7 @@ class GetJobRunsJobRunResult(dict):
5094
5357
  pulumi.set(__self__, "job_storage_mount_configuration_details_lists", job_storage_mount_configuration_details_lists)
5095
5358
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
5096
5359
  pulumi.set(__self__, "log_details", log_details)
5360
+ pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
5097
5361
  pulumi.set(__self__, "project_id", project_id)
5098
5362
  pulumi.set(__self__, "state", state)
5099
5363
  pulumi.set(__self__, "time_accepted", time_accepted)
@@ -5217,6 +5481,11 @@ class GetJobRunsJobRunResult(dict):
5217
5481
  """
5218
5482
  return pulumi.get(self, "log_details")
5219
5483
 
5484
+ @property
5485
+ @pulumi.getter(name="opcParentRptUrl")
5486
+ def opc_parent_rpt_url(self) -> str:
5487
+ return pulumi.get(self, "opc_parent_rpt_url")
5488
+
5220
5489
  @property
5221
5490
  @pulumi.getter(name="projectId")
5222
5491
  def project_id(self) -> str:
@@ -7296,6 +7565,7 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7296
7565
  model_deployment_configuration_details: Sequence['outputs.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailResult'],
7297
7566
  model_deployment_system_datas: Sequence['outputs.GetModelDeploymentsModelDeploymentModelDeploymentSystemDataResult'],
7298
7567
  model_deployment_url: str,
7568
+ opc_parent_rpt_url: str,
7299
7569
  project_id: str,
7300
7570
  state: str,
7301
7571
  time_created: str):
@@ -7328,6 +7598,7 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7328
7598
  pulumi.set(__self__, "model_deployment_configuration_details", model_deployment_configuration_details)
7329
7599
  pulumi.set(__self__, "model_deployment_system_datas", model_deployment_system_datas)
7330
7600
  pulumi.set(__self__, "model_deployment_url", model_deployment_url)
7601
+ pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
7331
7602
  pulumi.set(__self__, "project_id", project_id)
7332
7603
  pulumi.set(__self__, "state", state)
7333
7604
  pulumi.set(__self__, "time_created", time_created)
@@ -7428,6 +7699,11 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7428
7699
  """
7429
7700
  return pulumi.get(self, "model_deployment_url")
7430
7701
 
7702
+ @property
7703
+ @pulumi.getter(name="opcParentRptUrl")
7704
+ def opc_parent_rpt_url(self) -> str:
7705
+ return pulumi.get(self, "opc_parent_rpt_url")
7706
+
7431
7707
  @property
7432
7708
  @pulumi.getter(name="projectId")
7433
7709
  def project_id(self) -> str:
@@ -9696,15 +9972,18 @@ class GetPipelineInfrastructureConfigurationDetailResult(dict):
9696
9972
  def __init__(__self__, *,
9697
9973
  block_storage_size_in_gbs: int,
9698
9974
  shape_config_details: Sequence['outputs.GetPipelineInfrastructureConfigurationDetailShapeConfigDetailResult'],
9699
- shape_name: str):
9975
+ shape_name: str,
9976
+ subnet_id: str):
9700
9977
  """
9701
9978
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
9702
9979
  :param Sequence['GetPipelineInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
9703
9980
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
9981
+ :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
9704
9982
  """
9705
9983
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
9706
9984
  pulumi.set(__self__, "shape_config_details", shape_config_details)
9707
9985
  pulumi.set(__self__, "shape_name", shape_name)
9986
+ pulumi.set(__self__, "subnet_id", subnet_id)
9708
9987
 
9709
9988
  @property
9710
9989
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -9730,6 +10009,14 @@ class GetPipelineInfrastructureConfigurationDetailResult(dict):
9730
10009
  """
9731
10010
  return pulumi.get(self, "shape_name")
9732
10011
 
10012
+ @property
10013
+ @pulumi.getter(name="subnetId")
10014
+ def subnet_id(self) -> str:
10015
+ """
10016
+ The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
10017
+ """
10018
+ return pulumi.get(self, "subnet_id")
10019
+
9733
10020
 
9734
10021
  @pulumi.output_type
9735
10022
  class GetPipelineInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -9997,12 +10284,15 @@ class GetPipelineRunLogDetailResult(dict):
9997
10284
  class GetPipelineRunStepOverrideDetailResult(dict):
9998
10285
  def __init__(__self__, *,
9999
10286
  step_configuration_details: Sequence['outputs.GetPipelineRunStepOverrideDetailStepConfigurationDetailResult'],
10287
+ step_container_configuration_details: Sequence['outputs.GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult'],
10000
10288
  step_name: str):
10001
10289
  """
10002
10290
  :param Sequence['GetPipelineRunStepOverrideDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
10291
+ :param Sequence['GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
10003
10292
  :param str step_name: The name of the step.
10004
10293
  """
10005
10294
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
10295
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
10006
10296
  pulumi.set(__self__, "step_name", step_name)
10007
10297
 
10008
10298
  @property
@@ -10013,6 +10303,14 @@ class GetPipelineRunStepOverrideDetailResult(dict):
10013
10303
  """
10014
10304
  return pulumi.get(self, "step_configuration_details")
10015
10305
 
10306
+ @property
10307
+ @pulumi.getter(name="stepContainerConfigurationDetails")
10308
+ def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult']:
10309
+ """
10310
+ Container Details for a step in pipeline.
10311
+ """
10312
+ return pulumi.get(self, "step_container_configuration_details")
10313
+
10016
10314
  @property
10017
10315
  @pulumi.getter(name="stepName")
10018
10316
  def step_name(self) -> str:
@@ -10062,6 +10360,79 @@ class GetPipelineRunStepOverrideDetailStepConfigurationDetailResult(dict):
10062
10360
  return pulumi.get(self, "maximum_runtime_in_minutes")
10063
10361
 
10064
10362
 
10363
+ @pulumi.output_type
10364
+ class GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult(dict):
10365
+ def __init__(__self__, *,
10366
+ cmds: Sequence[str],
10367
+ container_type: str,
10368
+ entrypoints: Sequence[str],
10369
+ image: str,
10370
+ image_digest: str,
10371
+ image_signature_id: str):
10372
+ """
10373
+ :param Sequence[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.
10374
+ :param str container_type: The type of container.
10375
+ :param Sequence[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).
10376
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
10377
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
10378
+ :param str image_signature_id: OCID of the container image signature
10379
+ """
10380
+ pulumi.set(__self__, "cmds", cmds)
10381
+ pulumi.set(__self__, "container_type", container_type)
10382
+ pulumi.set(__self__, "entrypoints", entrypoints)
10383
+ pulumi.set(__self__, "image", image)
10384
+ pulumi.set(__self__, "image_digest", image_digest)
10385
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
10386
+
10387
+ @property
10388
+ @pulumi.getter
10389
+ def cmds(self) -> Sequence[str]:
10390
+ """
10391
+ 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.
10392
+ """
10393
+ return pulumi.get(self, "cmds")
10394
+
10395
+ @property
10396
+ @pulumi.getter(name="containerType")
10397
+ def container_type(self) -> str:
10398
+ """
10399
+ The type of container.
10400
+ """
10401
+ return pulumi.get(self, "container_type")
10402
+
10403
+ @property
10404
+ @pulumi.getter
10405
+ def entrypoints(self) -> Sequence[str]:
10406
+ """
10407
+ 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).
10408
+ """
10409
+ return pulumi.get(self, "entrypoints")
10410
+
10411
+ @property
10412
+ @pulumi.getter
10413
+ def image(self) -> str:
10414
+ """
10415
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
10416
+ """
10417
+ return pulumi.get(self, "image")
10418
+
10419
+ @property
10420
+ @pulumi.getter(name="imageDigest")
10421
+ def image_digest(self) -> str:
10422
+ """
10423
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
10424
+ """
10425
+ return pulumi.get(self, "image_digest")
10426
+
10427
+ @property
10428
+ @pulumi.getter(name="imageSignatureId")
10429
+ def image_signature_id(self) -> str:
10430
+ """
10431
+ OCID of the container image signature
10432
+ """
10433
+ return pulumi.get(self, "image_signature_id")
10434
+
10435
+
10065
10436
  @pulumi.output_type
10066
10437
  class GetPipelineRunStepRunResult(dict):
10067
10438
  def __init__(__self__, *,
@@ -10188,6 +10559,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10188
10559
  lifecycle_details: str,
10189
10560
  log_configuration_override_details: Sequence['outputs.GetPipelineRunsPipelineRunLogConfigurationOverrideDetailResult'],
10190
10561
  log_details: Sequence['outputs.GetPipelineRunsPipelineRunLogDetailResult'],
10562
+ opc_parent_rpt_url: str,
10191
10563
  pipeline_id: str,
10192
10564
  project_id: str,
10193
10565
  state: str,
@@ -10233,6 +10605,7 @@ class GetPipelineRunsPipelineRunResult(dict):
10233
10605
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
10234
10606
  pulumi.set(__self__, "log_configuration_override_details", log_configuration_override_details)
10235
10607
  pulumi.set(__self__, "log_details", log_details)
10608
+ pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
10236
10609
  pulumi.set(__self__, "pipeline_id", pipeline_id)
10237
10610
  pulumi.set(__self__, "project_id", project_id)
10238
10611
  pulumi.set(__self__, "state", state)
@@ -10337,6 +10710,11 @@ class GetPipelineRunsPipelineRunResult(dict):
10337
10710
  """
10338
10711
  return pulumi.get(self, "log_details")
10339
10712
 
10713
+ @property
10714
+ @pulumi.getter(name="opcParentRptUrl")
10715
+ def opc_parent_rpt_url(self) -> str:
10716
+ return pulumi.get(self, "opc_parent_rpt_url")
10717
+
10340
10718
  @property
10341
10719
  @pulumi.getter(name="pipelineId")
10342
10720
  def pipeline_id(self) -> str:
@@ -10604,12 +10982,15 @@ class GetPipelineRunsPipelineRunLogDetailResult(dict):
10604
10982
  class GetPipelineRunsPipelineRunStepOverrideDetailResult(dict):
10605
10983
  def __init__(__self__, *,
10606
10984
  step_configuration_details: Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult'],
10985
+ step_container_configuration_details: Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult'],
10607
10986
  step_name: str):
10608
10987
  """
10609
10988
  :param Sequence['GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
10989
+ :param Sequence['GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
10610
10990
  :param str step_name: The name of the step.
10611
10991
  """
10612
10992
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
10993
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
10613
10994
  pulumi.set(__self__, "step_name", step_name)
10614
10995
 
10615
10996
  @property
@@ -10620,6 +11001,14 @@ class GetPipelineRunsPipelineRunStepOverrideDetailResult(dict):
10620
11001
  """
10621
11002
  return pulumi.get(self, "step_configuration_details")
10622
11003
 
11004
+ @property
11005
+ @pulumi.getter(name="stepContainerConfigurationDetails")
11006
+ def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult']:
11007
+ """
11008
+ Container Details for a step in pipeline.
11009
+ """
11010
+ return pulumi.get(self, "step_container_configuration_details")
11011
+
10623
11012
  @property
10624
11013
  @pulumi.getter(name="stepName")
10625
11014
  def step_name(self) -> str:
@@ -10669,6 +11058,79 @@ class GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult(
10669
11058
  return pulumi.get(self, "maximum_runtime_in_minutes")
10670
11059
 
10671
11060
 
11061
+ @pulumi.output_type
11062
+ class GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult(dict):
11063
+ def __init__(__self__, *,
11064
+ cmds: Sequence[str],
11065
+ container_type: str,
11066
+ entrypoints: Sequence[str],
11067
+ image: str,
11068
+ image_digest: str,
11069
+ image_signature_id: str):
11070
+ """
11071
+ :param Sequence[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.
11072
+ :param str container_type: The type of container.
11073
+ :param Sequence[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).
11074
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11075
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11076
+ :param str image_signature_id: OCID of the container image signature
11077
+ """
11078
+ pulumi.set(__self__, "cmds", cmds)
11079
+ pulumi.set(__self__, "container_type", container_type)
11080
+ pulumi.set(__self__, "entrypoints", entrypoints)
11081
+ pulumi.set(__self__, "image", image)
11082
+ pulumi.set(__self__, "image_digest", image_digest)
11083
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
11084
+
11085
+ @property
11086
+ @pulumi.getter
11087
+ def cmds(self) -> Sequence[str]:
11088
+ """
11089
+ 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.
11090
+ """
11091
+ return pulumi.get(self, "cmds")
11092
+
11093
+ @property
11094
+ @pulumi.getter(name="containerType")
11095
+ def container_type(self) -> str:
11096
+ """
11097
+ The type of container.
11098
+ """
11099
+ return pulumi.get(self, "container_type")
11100
+
11101
+ @property
11102
+ @pulumi.getter
11103
+ def entrypoints(self) -> Sequence[str]:
11104
+ """
11105
+ 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).
11106
+ """
11107
+ return pulumi.get(self, "entrypoints")
11108
+
11109
+ @property
11110
+ @pulumi.getter
11111
+ def image(self) -> str:
11112
+ """
11113
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11114
+ """
11115
+ return pulumi.get(self, "image")
11116
+
11117
+ @property
11118
+ @pulumi.getter(name="imageDigest")
11119
+ def image_digest(self) -> str:
11120
+ """
11121
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11122
+ """
11123
+ return pulumi.get(self, "image_digest")
11124
+
11125
+ @property
11126
+ @pulumi.getter(name="imageSignatureId")
11127
+ def image_signature_id(self) -> str:
11128
+ """
11129
+ OCID of the container image signature
11130
+ """
11131
+ return pulumi.get(self, "image_signature_id")
11132
+
11133
+
10672
11134
  @pulumi.output_type
10673
11135
  class GetPipelineRunsPipelineRunStepRunResult(dict):
10674
11136
  def __init__(__self__, *,
@@ -10814,6 +11276,7 @@ class GetPipelineStepDetailResult(dict):
10814
11276
  is_artifact_uploaded: bool,
10815
11277
  job_id: str,
10816
11278
  step_configuration_details: Sequence['outputs.GetPipelineStepDetailStepConfigurationDetailResult'],
11279
+ step_container_configuration_details: Sequence['outputs.GetPipelineStepDetailStepContainerConfigurationDetailResult'],
10817
11280
  step_infrastructure_configuration_details: Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailResult'],
10818
11281
  step_name: str,
10819
11282
  step_type: str):
@@ -10823,6 +11286,7 @@ class GetPipelineStepDetailResult(dict):
10823
11286
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
10824
11287
  :param 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.
10825
11288
  :param Sequence['GetPipelineStepDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
11289
+ :param Sequence['GetPipelineStepDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
10826
11290
  :param Sequence['GetPipelineStepDetailStepInfrastructureConfigurationDetailArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
10827
11291
  :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
10828
11292
  :param str step_type: The type of step.
@@ -10832,6 +11296,7 @@ class GetPipelineStepDetailResult(dict):
10832
11296
  pulumi.set(__self__, "is_artifact_uploaded", is_artifact_uploaded)
10833
11297
  pulumi.set(__self__, "job_id", job_id)
10834
11298
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
11299
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
10835
11300
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
10836
11301
  pulumi.set(__self__, "step_name", step_name)
10837
11302
  pulumi.set(__self__, "step_type", step_type)
@@ -10876,6 +11341,14 @@ class GetPipelineStepDetailResult(dict):
10876
11341
  """
10877
11342
  return pulumi.get(self, "step_configuration_details")
10878
11343
 
11344
+ @property
11345
+ @pulumi.getter(name="stepContainerConfigurationDetails")
11346
+ def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineStepDetailStepContainerConfigurationDetailResult']:
11347
+ """
11348
+ Container Details for a step in pipeline.
11349
+ """
11350
+ return pulumi.get(self, "step_container_configuration_details")
11351
+
10879
11352
  @property
10880
11353
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
10881
11354
  def step_infrastructure_configuration_details(self) -> Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailResult']:
@@ -10941,20 +11414,96 @@ class GetPipelineStepDetailStepConfigurationDetailResult(dict):
10941
11414
  return pulumi.get(self, "maximum_runtime_in_minutes")
10942
11415
 
10943
11416
 
11417
+ @pulumi.output_type
11418
+ class GetPipelineStepDetailStepContainerConfigurationDetailResult(dict):
11419
+ def __init__(__self__, *,
11420
+ cmds: Sequence[str],
11421
+ container_type: str,
11422
+ entrypoints: Sequence[str],
11423
+ image: str,
11424
+ image_digest: str,
11425
+ image_signature_id: str):
11426
+ """
11427
+ :param Sequence[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.
11428
+ :param str container_type: The type of container.
11429
+ :param Sequence[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).
11430
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11431
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11432
+ :param str image_signature_id: OCID of the container image signature
11433
+ """
11434
+ pulumi.set(__self__, "cmds", cmds)
11435
+ pulumi.set(__self__, "container_type", container_type)
11436
+ pulumi.set(__self__, "entrypoints", entrypoints)
11437
+ pulumi.set(__self__, "image", image)
11438
+ pulumi.set(__self__, "image_digest", image_digest)
11439
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
11440
+
11441
+ @property
11442
+ @pulumi.getter
11443
+ def cmds(self) -> Sequence[str]:
11444
+ """
11445
+ 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.
11446
+ """
11447
+ return pulumi.get(self, "cmds")
11448
+
11449
+ @property
11450
+ @pulumi.getter(name="containerType")
11451
+ def container_type(self) -> str:
11452
+ """
11453
+ The type of container.
11454
+ """
11455
+ return pulumi.get(self, "container_type")
11456
+
11457
+ @property
11458
+ @pulumi.getter
11459
+ def entrypoints(self) -> Sequence[str]:
11460
+ """
11461
+ 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).
11462
+ """
11463
+ return pulumi.get(self, "entrypoints")
11464
+
11465
+ @property
11466
+ @pulumi.getter
11467
+ def image(self) -> str:
11468
+ """
11469
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11470
+ """
11471
+ return pulumi.get(self, "image")
11472
+
11473
+ @property
11474
+ @pulumi.getter(name="imageDigest")
11475
+ def image_digest(self) -> str:
11476
+ """
11477
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11478
+ """
11479
+ return pulumi.get(self, "image_digest")
11480
+
11481
+ @property
11482
+ @pulumi.getter(name="imageSignatureId")
11483
+ def image_signature_id(self) -> str:
11484
+ """
11485
+ OCID of the container image signature
11486
+ """
11487
+ return pulumi.get(self, "image_signature_id")
11488
+
11489
+
10944
11490
  @pulumi.output_type
10945
11491
  class GetPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
10946
11492
  def __init__(__self__, *,
10947
11493
  block_storage_size_in_gbs: int,
10948
11494
  shape_config_details: Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult'],
10949
- shape_name: str):
11495
+ shape_name: str,
11496
+ subnet_id: str):
10950
11497
  """
10951
11498
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
10952
11499
  :param Sequence['GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
10953
11500
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
11501
+ :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
10954
11502
  """
10955
11503
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
10956
11504
  pulumi.set(__self__, "shape_config_details", shape_config_details)
10957
11505
  pulumi.set(__self__, "shape_name", shape_name)
11506
+ pulumi.set(__self__, "subnet_id", subnet_id)
10958
11507
 
10959
11508
  @property
10960
11509
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -10980,6 +11529,14 @@ class GetPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
10980
11529
  """
10981
11530
  return pulumi.get(self, "shape_name")
10982
11531
 
11532
+ @property
11533
+ @pulumi.getter(name="subnetId")
11534
+ def subnet_id(self) -> str:
11535
+ """
11536
+ The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11537
+ """
11538
+ return pulumi.get(self, "subnet_id")
11539
+
10983
11540
 
10984
11541
  @pulumi.output_type
10985
11542
  class GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -11301,15 +11858,18 @@ class GetPipelinesPipelineInfrastructureConfigurationDetailResult(dict):
11301
11858
  def __init__(__self__, *,
11302
11859
  block_storage_size_in_gbs: int,
11303
11860
  shape_config_details: Sequence['outputs.GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailResult'],
11304
- shape_name: str):
11861
+ shape_name: str,
11862
+ subnet_id: str):
11305
11863
  """
11306
11864
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
11307
11865
  :param Sequence['GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
11308
11866
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
11867
+ :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11309
11868
  """
11310
11869
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
11311
11870
  pulumi.set(__self__, "shape_config_details", shape_config_details)
11312
11871
  pulumi.set(__self__, "shape_name", shape_name)
11872
+ pulumi.set(__self__, "subnet_id", subnet_id)
11313
11873
 
11314
11874
  @property
11315
11875
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -11335,6 +11895,14 @@ class GetPipelinesPipelineInfrastructureConfigurationDetailResult(dict):
11335
11895
  """
11336
11896
  return pulumi.get(self, "shape_name")
11337
11897
 
11898
+ @property
11899
+ @pulumi.getter(name="subnetId")
11900
+ def subnet_id(self) -> str:
11901
+ """
11902
+ The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11903
+ """
11904
+ return pulumi.get(self, "subnet_id")
11905
+
11338
11906
 
11339
11907
  @pulumi.output_type
11340
11908
  class GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -11477,6 +12045,7 @@ class GetPipelinesPipelineStepDetailResult(dict):
11477
12045
  is_artifact_uploaded: bool,
11478
12046
  job_id: str,
11479
12047
  step_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepConfigurationDetailResult'],
12048
+ step_container_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult'],
11480
12049
  step_infrastructure_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult'],
11481
12050
  step_name: str,
11482
12051
  step_type: str):
@@ -11486,6 +12055,7 @@ class GetPipelinesPipelineStepDetailResult(dict):
11486
12055
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
11487
12056
  :param 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.
11488
12057
  :param Sequence['GetPipelinesPipelineStepDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
12058
+ :param Sequence['GetPipelinesPipelineStepDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
11489
12059
  :param Sequence['GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
11490
12060
  :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
11491
12061
  :param str step_type: The type of step.
@@ -11495,6 +12065,7 @@ class GetPipelinesPipelineStepDetailResult(dict):
11495
12065
  pulumi.set(__self__, "is_artifact_uploaded", is_artifact_uploaded)
11496
12066
  pulumi.set(__self__, "job_id", job_id)
11497
12067
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
12068
+ pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
11498
12069
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
11499
12070
  pulumi.set(__self__, "step_name", step_name)
11500
12071
  pulumi.set(__self__, "step_type", step_type)
@@ -11539,6 +12110,14 @@ class GetPipelinesPipelineStepDetailResult(dict):
11539
12110
  """
11540
12111
  return pulumi.get(self, "step_configuration_details")
11541
12112
 
12113
+ @property
12114
+ @pulumi.getter(name="stepContainerConfigurationDetails")
12115
+ def step_container_configuration_details(self) -> Sequence['outputs.GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult']:
12116
+ """
12117
+ Container Details for a step in pipeline.
12118
+ """
12119
+ return pulumi.get(self, "step_container_configuration_details")
12120
+
11542
12121
  @property
11543
12122
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
11544
12123
  def step_infrastructure_configuration_details(self) -> Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult']:
@@ -11604,20 +12183,96 @@ class GetPipelinesPipelineStepDetailStepConfigurationDetailResult(dict):
11604
12183
  return pulumi.get(self, "maximum_runtime_in_minutes")
11605
12184
 
11606
12185
 
12186
+ @pulumi.output_type
12187
+ class GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult(dict):
12188
+ def __init__(__self__, *,
12189
+ cmds: Sequence[str],
12190
+ container_type: str,
12191
+ entrypoints: Sequence[str],
12192
+ image: str,
12193
+ image_digest: str,
12194
+ image_signature_id: str):
12195
+ """
12196
+ :param Sequence[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.
12197
+ :param str container_type: The type of container.
12198
+ :param Sequence[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).
12199
+ :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
12200
+ :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
12201
+ :param str image_signature_id: OCID of the container image signature
12202
+ """
12203
+ pulumi.set(__self__, "cmds", cmds)
12204
+ pulumi.set(__self__, "container_type", container_type)
12205
+ pulumi.set(__self__, "entrypoints", entrypoints)
12206
+ pulumi.set(__self__, "image", image)
12207
+ pulumi.set(__self__, "image_digest", image_digest)
12208
+ pulumi.set(__self__, "image_signature_id", image_signature_id)
12209
+
12210
+ @property
12211
+ @pulumi.getter
12212
+ def cmds(self) -> Sequence[str]:
12213
+ """
12214
+ 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.
12215
+ """
12216
+ return pulumi.get(self, "cmds")
12217
+
12218
+ @property
12219
+ @pulumi.getter(name="containerType")
12220
+ def container_type(self) -> str:
12221
+ """
12222
+ The type of container.
12223
+ """
12224
+ return pulumi.get(self, "container_type")
12225
+
12226
+ @property
12227
+ @pulumi.getter
12228
+ def entrypoints(self) -> Sequence[str]:
12229
+ """
12230
+ 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).
12231
+ """
12232
+ return pulumi.get(self, "entrypoints")
12233
+
12234
+ @property
12235
+ @pulumi.getter
12236
+ def image(self) -> str:
12237
+ """
12238
+ The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
12239
+ """
12240
+ return pulumi.get(self, "image")
12241
+
12242
+ @property
12243
+ @pulumi.getter(name="imageDigest")
12244
+ def image_digest(self) -> str:
12245
+ """
12246
+ The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
12247
+ """
12248
+ return pulumi.get(self, "image_digest")
12249
+
12250
+ @property
12251
+ @pulumi.getter(name="imageSignatureId")
12252
+ def image_signature_id(self) -> str:
12253
+ """
12254
+ OCID of the container image signature
12255
+ """
12256
+ return pulumi.get(self, "image_signature_id")
12257
+
12258
+
11607
12259
  @pulumi.output_type
11608
12260
  class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
11609
12261
  def __init__(__self__, *,
11610
12262
  block_storage_size_in_gbs: int,
11611
12263
  shape_config_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult'],
11612
- shape_name: str):
12264
+ shape_name: str,
12265
+ subnet_id: str):
11613
12266
  """
11614
12267
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
11615
12268
  :param Sequence['GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
11616
12269
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
12270
+ :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11617
12271
  """
11618
12272
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
11619
12273
  pulumi.set(__self__, "shape_config_details", shape_config_details)
11620
12274
  pulumi.set(__self__, "shape_name", shape_name)
12275
+ pulumi.set(__self__, "subnet_id", subnet_id)
11621
12276
 
11622
12277
  @property
11623
12278
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -11643,6 +12298,14 @@ class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult(
11643
12298
  """
11644
12299
  return pulumi.get(self, "shape_name")
11645
12300
 
12301
+ @property
12302
+ @pulumi.getter(name="subnetId")
12303
+ def subnet_id(self) -> str:
12304
+ """
12305
+ The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
12306
+ """
12307
+ return pulumi.get(self, "subnet_id")
12308
+
11646
12309
 
11647
12310
  @pulumi.output_type
11648
12311
  class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult(dict):