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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -35,10 +35,10 @@ class PipelineArgs:
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineStepDetailArgs']]] step_details: (Updatable) Array of step details for each step.
|
36
36
|
:param pulumi.Input['PipelineConfigurationDetailsArgs'] configuration_details: (Updatable) The configuration details of a pipeline.
|
37
37
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
38
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
38
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the pipeline.
|
39
39
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
40
40
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
41
|
-
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
41
|
+
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
|
42
42
|
:param pulumi.Input['PipelineLogConfigurationDetailsArgs'] log_configuration_details: (Updatable) The pipeline log configuration details.
|
43
43
|
"""
|
44
44
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -136,7 +136,7 @@ class PipelineArgs:
|
|
136
136
|
@pulumi.getter
|
137
137
|
def description(self) -> Optional[pulumi.Input[str]]:
|
138
138
|
"""
|
139
|
-
(Updatable) A short description of the
|
139
|
+
(Updatable) A short description of the pipeline.
|
140
140
|
"""
|
141
141
|
return pulumi.get(self, "description")
|
142
142
|
|
@@ -172,7 +172,7 @@ class PipelineArgs:
|
|
172
172
|
@pulumi.getter(name="infrastructureConfigurationDetails")
|
173
173
|
def infrastructure_configuration_details(self) -> Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs']]:
|
174
174
|
"""
|
175
|
-
The infrastructure configuration details of a pipeline or a step.
|
175
|
+
(Updatable) The infrastructure configuration details of a pipeline or a step.
|
176
176
|
"""
|
177
177
|
return pulumi.get(self, "infrastructure_configuration_details")
|
178
178
|
|
@@ -229,10 +229,10 @@ class _PipelineState:
|
|
229
229
|
:param pulumi.Input['PipelineConfigurationDetailsArgs'] configuration_details: (Updatable) The configuration details of a pipeline.
|
230
230
|
:param pulumi.Input[str] created_by: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline.
|
231
231
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
232
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
232
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the pipeline.
|
233
233
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
234
234
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
235
|
-
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
235
|
+
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
|
236
236
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
237
237
|
:param pulumi.Input['PipelineLogConfigurationDetailsArgs'] log_configuration_details: (Updatable) The pipeline log configuration details.
|
238
238
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with.
|
@@ -340,7 +340,7 @@ class _PipelineState:
|
|
340
340
|
@pulumi.getter
|
341
341
|
def description(self) -> Optional[pulumi.Input[str]]:
|
342
342
|
"""
|
343
|
-
(Updatable) A short description of the
|
343
|
+
(Updatable) A short description of the pipeline.
|
344
344
|
"""
|
345
345
|
return pulumi.get(self, "description")
|
346
346
|
|
@@ -376,7 +376,7 @@ class _PipelineState:
|
|
376
376
|
@pulumi.getter(name="infrastructureConfigurationDetails")
|
377
377
|
def infrastructure_configuration_details(self) -> Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs']]:
|
378
378
|
"""
|
379
|
-
The infrastructure configuration details of a pipeline or a step.
|
379
|
+
(Updatable) The infrastructure configuration details of a pipeline or a step.
|
380
380
|
"""
|
381
381
|
return pulumi.get(self, "infrastructure_configuration_details")
|
382
382
|
|
@@ -534,6 +534,14 @@ class Pipeline(pulumi.CustomResource):
|
|
534
534
|
environment_variables=pipeline_step_details_step_configuration_details_environment_variables,
|
535
535
|
maximum_runtime_in_minutes=pipeline_step_details_step_configuration_details_maximum_runtime_in_minutes,
|
536
536
|
),
|
537
|
+
step_container_configuration_details=oci.data_science.PipelineStepDetailStepContainerConfigurationDetailsArgs(
|
538
|
+
container_type=pipeline_step_details_step_container_configuration_details_container_type,
|
539
|
+
image=pipeline_step_details_step_container_configuration_details_image,
|
540
|
+
cmds=pipeline_step_details_step_container_configuration_details_cmd,
|
541
|
+
entrypoints=pipeline_step_details_step_container_configuration_details_entrypoint,
|
542
|
+
image_digest=pipeline_step_details_step_container_configuration_details_image_digest,
|
543
|
+
image_signature_id=test_image_signature["id"],
|
544
|
+
),
|
537
545
|
step_infrastructure_configuration_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs(
|
538
546
|
block_storage_size_in_gbs=pipeline_step_details_step_infrastructure_configuration_details_block_storage_size_in_gbs,
|
539
547
|
shape_config_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs(
|
@@ -541,6 +549,7 @@ class Pipeline(pulumi.CustomResource):
|
|
541
549
|
ocpus=pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_ocpus,
|
542
550
|
),
|
543
551
|
shape_name=test_shape["name"],
|
552
|
+
subnet_id=test_subnet["id"],
|
544
553
|
),
|
545
554
|
)],
|
546
555
|
configuration_details=oci.data_science.PipelineConfigurationDetailsArgs(
|
@@ -564,6 +573,7 @@ class Pipeline(pulumi.CustomResource):
|
|
564
573
|
memory_in_gbs=pipeline_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
|
565
574
|
ocpus=pipeline_infrastructure_configuration_details_shape_config_details_ocpus,
|
566
575
|
),
|
576
|
+
subnet_id=test_subnet["id"],
|
567
577
|
),
|
568
578
|
log_configuration_details=oci.data_science.PipelineLogConfigurationDetailsArgs(
|
569
579
|
enable_auto_log_creation=pipeline_log_configuration_details_enable_auto_log_creation,
|
@@ -586,10 +596,10 @@ class Pipeline(pulumi.CustomResource):
|
|
586
596
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline.
|
587
597
|
:param pulumi.Input[pulumi.InputType['PipelineConfigurationDetailsArgs']] configuration_details: (Updatable) The configuration details of a pipeline.
|
588
598
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
589
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
599
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the pipeline.
|
590
600
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
591
601
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
592
|
-
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
602
|
+
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
|
593
603
|
:param pulumi.Input[pulumi.InputType['PipelineLogConfigurationDetailsArgs']] log_configuration_details: (Updatable) The pipeline log configuration details.
|
594
604
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with.
|
595
605
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineStepDetailArgs']]]] step_details: (Updatable) Array of step details for each step.
|
@@ -626,6 +636,14 @@ class Pipeline(pulumi.CustomResource):
|
|
626
636
|
environment_variables=pipeline_step_details_step_configuration_details_environment_variables,
|
627
637
|
maximum_runtime_in_minutes=pipeline_step_details_step_configuration_details_maximum_runtime_in_minutes,
|
628
638
|
),
|
639
|
+
step_container_configuration_details=oci.data_science.PipelineStepDetailStepContainerConfigurationDetailsArgs(
|
640
|
+
container_type=pipeline_step_details_step_container_configuration_details_container_type,
|
641
|
+
image=pipeline_step_details_step_container_configuration_details_image,
|
642
|
+
cmds=pipeline_step_details_step_container_configuration_details_cmd,
|
643
|
+
entrypoints=pipeline_step_details_step_container_configuration_details_entrypoint,
|
644
|
+
image_digest=pipeline_step_details_step_container_configuration_details_image_digest,
|
645
|
+
image_signature_id=test_image_signature["id"],
|
646
|
+
),
|
629
647
|
step_infrastructure_configuration_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs(
|
630
648
|
block_storage_size_in_gbs=pipeline_step_details_step_infrastructure_configuration_details_block_storage_size_in_gbs,
|
631
649
|
shape_config_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs(
|
@@ -633,6 +651,7 @@ class Pipeline(pulumi.CustomResource):
|
|
633
651
|
ocpus=pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_ocpus,
|
634
652
|
),
|
635
653
|
shape_name=test_shape["name"],
|
654
|
+
subnet_id=test_subnet["id"],
|
636
655
|
),
|
637
656
|
)],
|
638
657
|
configuration_details=oci.data_science.PipelineConfigurationDetailsArgs(
|
@@ -656,6 +675,7 @@ class Pipeline(pulumi.CustomResource):
|
|
656
675
|
memory_in_gbs=pipeline_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
|
657
676
|
ocpus=pipeline_infrastructure_configuration_details_shape_config_details_ocpus,
|
658
677
|
),
|
678
|
+
subnet_id=test_subnet["id"],
|
659
679
|
),
|
660
680
|
log_configuration_details=oci.data_science.PipelineLogConfigurationDetailsArgs(
|
661
681
|
enable_auto_log_creation=pipeline_log_configuration_details_enable_auto_log_creation,
|
@@ -772,10 +792,10 @@ class Pipeline(pulumi.CustomResource):
|
|
772
792
|
:param pulumi.Input[pulumi.InputType['PipelineConfigurationDetailsArgs']] configuration_details: (Updatable) The configuration details of a pipeline.
|
773
793
|
:param pulumi.Input[str] created_by: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline.
|
774
794
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
775
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
795
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the pipeline.
|
776
796
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
777
797
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
778
|
-
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
798
|
+
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
|
779
799
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
780
800
|
:param pulumi.Input[pulumi.InputType['PipelineLogConfigurationDetailsArgs']] log_configuration_details: (Updatable) The pipeline log configuration details.
|
781
801
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with.
|
@@ -850,7 +870,7 @@ class Pipeline(pulumi.CustomResource):
|
|
850
870
|
@pulumi.getter
|
851
871
|
def description(self) -> pulumi.Output[str]:
|
852
872
|
"""
|
853
|
-
(Updatable) A short description of the
|
873
|
+
(Updatable) A short description of the pipeline.
|
854
874
|
"""
|
855
875
|
return pulumi.get(self, "description")
|
856
876
|
|
@@ -874,7 +894,7 @@ class Pipeline(pulumi.CustomResource):
|
|
874
894
|
@pulumi.getter(name="infrastructureConfigurationDetails")
|
875
895
|
def infrastructure_configuration_details(self) -> pulumi.Output['outputs.PipelineInfrastructureConfigurationDetails']:
|
876
896
|
"""
|
877
|
-
The infrastructure configuration details of a pipeline or a step.
|
897
|
+
(Updatable) The infrastructure configuration details of a pipeline or a step.
|
878
898
|
"""
|
879
899
|
return pulumi.get(self, "infrastructure_configuration_details")
|
880
900
|
|
@@ -25,6 +25,7 @@ class PipelineRunArgs:
|
|
25
25
|
display_name: Optional[pulumi.Input[str]] = None,
|
26
26
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
27
27
|
log_configuration_override_details: Optional[pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs']] = None,
|
28
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
28
29
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]]] = None,
|
29
30
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
30
31
|
"""
|
@@ -37,6 +38,7 @@ class PipelineRunArgs:
|
|
37
38
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
38
39
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
39
40
|
:param pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs'] log_configuration_override_details: The pipeline log configuration details.
|
41
|
+
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
40
42
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]] step_override_details: Array of step override details. Only Step Configuration is allowed to be overridden.
|
41
43
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
42
44
|
|
@@ -59,6 +61,8 @@ class PipelineRunArgs:
|
|
59
61
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
60
62
|
if log_configuration_override_details is not None:
|
61
63
|
pulumi.set(__self__, "log_configuration_override_details", log_configuration_override_details)
|
64
|
+
if opc_parent_rpt_url is not None:
|
65
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
62
66
|
if step_override_details is not None:
|
63
67
|
pulumi.set(__self__, "step_override_details", step_override_details)
|
64
68
|
if system_tags is not None:
|
@@ -169,6 +173,18 @@ class PipelineRunArgs:
|
|
169
173
|
def log_configuration_override_details(self, value: Optional[pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs']]):
|
170
174
|
pulumi.set(self, "log_configuration_override_details", value)
|
171
175
|
|
176
|
+
@property
|
177
|
+
@pulumi.getter(name="opcParentRptUrl")
|
178
|
+
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
179
|
+
"""
|
180
|
+
URL to fetch the Resource Principal Token from the parent resource.
|
181
|
+
"""
|
182
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
183
|
+
|
184
|
+
@opc_parent_rpt_url.setter
|
185
|
+
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
186
|
+
pulumi.set(self, "opc_parent_rpt_url", value)
|
187
|
+
|
172
188
|
@property
|
173
189
|
@pulumi.getter(name="stepOverrideDetails")
|
174
190
|
def step_override_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]]]:
|
@@ -212,6 +228,7 @@ class _PipelineRunState:
|
|
212
228
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
213
229
|
log_configuration_override_details: Optional[pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs']] = None,
|
214
230
|
log_details: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunLogDetailArgs']]]] = None,
|
231
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
215
232
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
216
233
|
project_id: Optional[pulumi.Input[str]] = None,
|
217
234
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -234,6 +251,7 @@ class _PipelineRunState:
|
|
234
251
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the step run.
|
235
252
|
:param pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs'] log_configuration_override_details: The pipeline log configuration details.
|
236
253
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineRunLogDetailArgs']]] log_details: Customer logging details for pipeline run.
|
254
|
+
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
237
255
|
:param pulumi.Input[str] pipeline_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
|
238
256
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
|
239
257
|
:param pulumi.Input[str] state: The state of the step run.
|
@@ -271,6 +289,8 @@ class _PipelineRunState:
|
|
271
289
|
pulumi.set(__self__, "log_configuration_override_details", log_configuration_override_details)
|
272
290
|
if log_details is not None:
|
273
291
|
pulumi.set(__self__, "log_details", log_details)
|
292
|
+
if opc_parent_rpt_url is not None:
|
293
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
274
294
|
if pipeline_id is not None:
|
275
295
|
pulumi.set(__self__, "pipeline_id", pipeline_id)
|
276
296
|
if project_id is not None:
|
@@ -421,6 +441,18 @@ class _PipelineRunState:
|
|
421
441
|
def log_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunLogDetailArgs']]]]):
|
422
442
|
pulumi.set(self, "log_details", value)
|
423
443
|
|
444
|
+
@property
|
445
|
+
@pulumi.getter(name="opcParentRptUrl")
|
446
|
+
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
447
|
+
"""
|
448
|
+
URL to fetch the Resource Principal Token from the parent resource.
|
449
|
+
"""
|
450
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
451
|
+
|
452
|
+
@opc_parent_rpt_url.setter
|
453
|
+
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
454
|
+
pulumi.set(self, "opc_parent_rpt_url", value)
|
455
|
+
|
424
456
|
@property
|
425
457
|
@pulumi.getter(name="pipelineId")
|
426
458
|
def pipeline_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -558,6 +590,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
558
590
|
display_name: Optional[pulumi.Input[str]] = None,
|
559
591
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
560
592
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
593
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
561
594
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
562
595
|
project_id: Optional[pulumi.Input[str]] = None,
|
563
596
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunStepOverrideDetailArgs']]]]] = None,
|
@@ -596,6 +629,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
596
629
|
log_group_id=test_log_group["id"],
|
597
630
|
log_id=test_log["id"],
|
598
631
|
),
|
632
|
+
opc_parent_rpt_url=pipeline_run_opc_parent_rpt_url,
|
599
633
|
project_id=test_project["id"],
|
600
634
|
step_override_details=[oci.data_science.PipelineRunStepOverrideDetailArgs(
|
601
635
|
step_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepConfigurationDetailsArgs(
|
@@ -604,6 +638,14 @@ class PipelineRun(pulumi.CustomResource):
|
|
604
638
|
maximum_runtime_in_minutes=pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
|
605
639
|
),
|
606
640
|
step_name=pipeline_run_step_override_details_step_name,
|
641
|
+
step_container_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs(
|
642
|
+
container_type=pipeline_run_step_override_details_step_container_configuration_details_container_type,
|
643
|
+
image=pipeline_run_step_override_details_step_container_configuration_details_image,
|
644
|
+
cmds=pipeline_run_step_override_details_step_container_configuration_details_cmd,
|
645
|
+
entrypoints=pipeline_run_step_override_details_step_container_configuration_details_entrypoint,
|
646
|
+
image_digest=pipeline_run_step_override_details_step_container_configuration_details_image_digest,
|
647
|
+
image_signature_id=test_image_signature["id"],
|
648
|
+
),
|
607
649
|
)],
|
608
650
|
system_tags=pipeline_run_system_tags)
|
609
651
|
```
|
@@ -624,6 +666,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
624
666
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
625
667
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
626
668
|
:param pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']] log_configuration_override_details: The pipeline log configuration details.
|
669
|
+
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
627
670
|
:param pulumi.Input[str] pipeline_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
|
628
671
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
|
629
672
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunStepOverrideDetailArgs']]]] step_override_details: Array of step override details. Only Step Configuration is allowed to be overridden.
|
@@ -672,6 +715,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
672
715
|
log_group_id=test_log_group["id"],
|
673
716
|
log_id=test_log["id"],
|
674
717
|
),
|
718
|
+
opc_parent_rpt_url=pipeline_run_opc_parent_rpt_url,
|
675
719
|
project_id=test_project["id"],
|
676
720
|
step_override_details=[oci.data_science.PipelineRunStepOverrideDetailArgs(
|
677
721
|
step_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepConfigurationDetailsArgs(
|
@@ -680,6 +724,14 @@ class PipelineRun(pulumi.CustomResource):
|
|
680
724
|
maximum_runtime_in_minutes=pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
|
681
725
|
),
|
682
726
|
step_name=pipeline_run_step_override_details_step_name,
|
727
|
+
step_container_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs(
|
728
|
+
container_type=pipeline_run_step_override_details_step_container_configuration_details_container_type,
|
729
|
+
image=pipeline_run_step_override_details_step_container_configuration_details_image,
|
730
|
+
cmds=pipeline_run_step_override_details_step_container_configuration_details_cmd,
|
731
|
+
entrypoints=pipeline_run_step_override_details_step_container_configuration_details_entrypoint,
|
732
|
+
image_digest=pipeline_run_step_override_details_step_container_configuration_details_image_digest,
|
733
|
+
image_signature_id=test_image_signature["id"],
|
734
|
+
),
|
683
735
|
)],
|
684
736
|
system_tags=pipeline_run_system_tags)
|
685
737
|
```
|
@@ -714,6 +766,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
714
766
|
display_name: Optional[pulumi.Input[str]] = None,
|
715
767
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
716
768
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
769
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
717
770
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
718
771
|
project_id: Optional[pulumi.Input[str]] = None,
|
719
772
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunStepOverrideDetailArgs']]]]] = None,
|
@@ -736,6 +789,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
736
789
|
__props__.__dict__["display_name"] = display_name
|
737
790
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
738
791
|
__props__.__dict__["log_configuration_override_details"] = log_configuration_override_details
|
792
|
+
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
739
793
|
if pipeline_id is None and not opts.urn:
|
740
794
|
raise TypeError("Missing required property 'pipeline_id'")
|
741
795
|
__props__.__dict__["pipeline_id"] = pipeline_id
|
@@ -775,6 +829,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
775
829
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
776
830
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
777
831
|
log_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunLogDetailArgs']]]]] = None,
|
832
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
778
833
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
779
834
|
project_id: Optional[pulumi.Input[str]] = None,
|
780
835
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -802,6 +857,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
802
857
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the step run.
|
803
858
|
:param pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']] log_configuration_override_details: The pipeline log configuration details.
|
804
859
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunLogDetailArgs']]]] log_details: Customer logging details for pipeline run.
|
860
|
+
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
805
861
|
:param pulumi.Input[str] pipeline_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
|
806
862
|
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
|
807
863
|
:param pulumi.Input[str] state: The state of the step run.
|
@@ -832,6 +888,7 @@ class PipelineRun(pulumi.CustomResource):
|
|
832
888
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
833
889
|
__props__.__dict__["log_configuration_override_details"] = log_configuration_override_details
|
834
890
|
__props__.__dict__["log_details"] = log_details
|
891
|
+
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
835
892
|
__props__.__dict__["pipeline_id"] = pipeline_id
|
836
893
|
__props__.__dict__["project_id"] = project_id
|
837
894
|
__props__.__dict__["state"] = state
|
@@ -929,6 +986,14 @@ class PipelineRun(pulumi.CustomResource):
|
|
929
986
|
"""
|
930
987
|
return pulumi.get(self, "log_details")
|
931
988
|
|
989
|
+
@property
|
990
|
+
@pulumi.getter(name="opcParentRptUrl")
|
991
|
+
def opc_parent_rpt_url(self) -> pulumi.Output[Optional[str]]:
|
992
|
+
"""
|
993
|
+
URL to fetch the Resource Principal Token from the parent resource.
|
994
|
+
"""
|
995
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
996
|
+
|
932
997
|
@property
|
933
998
|
@pulumi.getter(name="pipelineId")
|
934
999
|
def pipeline_id(self) -> pulumi.Output[str]:
|