pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +0 -40
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +8 -10
- pulumi_oci/aianomalydetection/outputs.py +8 -22
- pulumi_oci/aidocument/_inputs.py +18 -22
- pulumi_oci/aidocument/outputs.py +18 -36
- pulumi_oci/ailanguage/_inputs.py +20 -4
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +20 -4
- pulumi_oci/aivision/_inputs.py +16 -0
- pulumi_oci/aivision/outputs.py +16 -0
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +414 -206
- pulumi_oci/apigateway/outputs.py +414 -206
- 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 +26 -18
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +26 -18
- pulumi_oci/autoscaling/_inputs.py +16 -14
- pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
- pulumi_oci/autoscaling/outputs.py +16 -14
- pulumi_oci/bigdataservice/_inputs.py +44 -32
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +44 -32
- 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 +0 -9
- pulumi_oci/cloudguard/_inputs.py +488 -1066
- pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
- pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +53 -95
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
- 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 +7 -11
- pulumi_oci/cloudguard/get_data_sources.py +20 -24
- pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
- 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 +17 -19
- 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 +3 -5
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
- pulumi_oci/cloudguard/get_security_policies.py +12 -14
- pulumi_oci/cloudguard/get_security_policy.py +8 -12
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +12 -14
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +15 -17
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +1808 -3493
- pulumi_oci/cloudguard/responder_recipe.py +39 -41
- pulumi_oci/cloudguard/security_recipe.py +27 -43
- pulumi_oci/cloudguard/security_zone.py +20 -22
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudmigrations/_inputs.py +496 -222
- pulumi_oci/cloudmigrations/outputs.py +498 -224
- 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 +35 -7
- pulumi_oci/core/_inputs.py +668 -402
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +20 -4
- pulumi_oci/core/drg_route_table_route_rule.py +0 -7
- pulumi_oci/core/get_image.py +0 -4
- pulumi_oci/core/get_instance.py +0 -4
- pulumi_oci/core/get_public_ip.py +0 -4
- pulumi_oci/core/get_public_ips.py +0 -8
- pulumi_oci/core/get_vtap.py +0 -2
- pulumi_oci/core/get_vtaps.py +0 -2
- pulumi_oci/core/image.py +0 -56
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +28 -70
- 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 +105 -28
- pulumi_oci/core/outputs.py +668 -748
- pulumi_oci/core/public_ip.py +0 -8
- pulumi_oci/core/vnic_attachment.py +24 -8
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +0 -14
- pulumi_oci/database/_inputs.py +220 -188
- pulumi_oci/database/autonomous_database.py +7 -21
- pulumi_oci/database/autonomous_database_wallet.py +0 -28
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +0 -14
- pulumi_oci/database/database.py +44 -28
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +13 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
- pulumi_oci/database/outputs.py +220 -188
- 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 +36 -12
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +36 -12
- pulumi_oci/dataintegration/_inputs.py +330 -318
- pulumi_oci/dataintegration/outputs.py +330 -318
- 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 +0 -2
- pulumi_oci/datasafe/_inputs.py +80 -72
- 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 +80 -72
- pulumi_oci/datasafe/report_definition.py +24 -8
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +65 -337
- pulumi_oci/datascience/get_job_run.py +1 -11
- pulumi_oci/datascience/get_model_deployment.py +1 -11
- pulumi_oci/datascience/get_pipeline.py +0 -3
- pulumi_oci/datascience/get_pipeline_run.py +1 -14
- pulumi_oci/datascience/job_run.py +3 -52
- pulumi_oci/datascience/model_deployment.py +2 -51
- pulumi_oci/datascience/outputs.py +94 -757
- pulumi_oci/datascience/pipeline.py +14 -34
- pulumi_oci/datascience/pipeline_run.py +0 -65
- pulumi_oci/devops/_inputs.py +462 -80
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +1143 -210
- 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 +8 -20
- pulumi_oci/dns/outputs.py +8 -42
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +0 -42
- pulumi_oci/events/_inputs.py +12 -4
- pulumi_oci/events/outputs.py +12 -4
- 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 +4 -2
- pulumi_oci/goldengate/outputs.py +4 -2
- pulumi_oci/identity/_inputs.py +5954 -4860
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +140 -119
- 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 +70 -49
- 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 +41 -37
- pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_policy.py +49 -35
- pulumi_oci/identity/domains_rule.py +21 -28
- pulumi_oci/identity/domains_setting.py +21 -35
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +175 -189
- pulumi_oci/identity/domains_user_db_credential.py +41 -37
- pulumi_oci/identity/outputs.py +6007 -4913
- pulumi_oci/integration/_inputs.py +0 -4
- pulumi_oci/integration/outputs.py +4 -16
- pulumi_oci/jms/_inputs.py +8 -0
- pulumi_oci/jms/outputs.py +8 -0
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -14
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
- pulumi_oci/loadbalancer/outputs.py +30 -14
- pulumi_oci/loganalytics/_inputs.py +34 -26
- pulumi_oci/loganalytics/outputs.py +34 -26
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +46 -2
- pulumi_oci/managementagent/outputs.py +46 -2
- 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 +32 -8
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +38 -22
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +32 -8
- 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 +0 -21
- pulumi_oci/monitoring/get_alarm.py +0 -3
- pulumi_oci/monitoring/outputs.py +4 -10
- pulumi_oci/mysql/_inputs.py +22 -30
- pulumi_oci/mysql/outputs.py +22 -30
- pulumi_oci/mysql/replica.py +28 -12
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
- pulumi_oci/networkfirewall/outputs.py +0 -4
- pulumi_oci/networkloadbalancer/_inputs.py +26 -10
- pulumi_oci/networkloadbalancer/outputs.py +26 -10
- pulumi_oci/nosql/_inputs.py +12 -4
- pulumi_oci/nosql/outputs.py +12 -4
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +42 -86
- pulumi_oci/ocvp/get_retrieve_password.py +0 -1
- pulumi_oci/ocvp/outputs.py +42 -86
- pulumi_oci/ocvp/sddc.py +77 -49
- pulumi_oci/ons/subscription.py +0 -63
- pulumi_oci/opa/_inputs.py +2 -6
- pulumi_oci/opa/outputs.py +6 -18
- 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 +10 -2
- pulumi_oci/osmanagement/outputs.py +10 -2
- pulumi_oci/osmanagementhub/_inputs.py +8 -24
- pulumi_oci/osmanagementhub/event.py +0 -32
- pulumi_oci/osmanagementhub/get_event.py +0 -8
- pulumi_oci/osmanagementhub/get_events.py +0 -8
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +8 -40
- 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 +18 -10
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +18 -10
- 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 +26 -77
- 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 +24 -8
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +24 -8
- pulumi_oci/stackmonitoring/_inputs.py +56 -40
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +56 -40
- pulumi_oci/visualbuilder/_inputs.py +2 -6
- pulumi_oci/visualbuilder/outputs.py +6 -18
- pulumi_oci/vnmonitoring/_inputs.py +42 -10
- pulumi_oci/vnmonitoring/outputs.py +42 -10
- 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 +205 -133
- pulumi_oci/waas/outputs.py +205 -133
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +30 -36
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +30 -36
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
- pulumi_oci/cloudguard/adhoc_query.py +0 -596
- pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
- pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
- pulumi_oci/cloudguard/get_saved_queries.py +0 -190
- pulumi_oci/cloudguard/get_saved_query.py +0 -235
- pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
- pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
- pulumi_oci/cloudguard/saved_query.py +0 -595
- pulumi_oci/cloudguard/wlp_agent.py +0 -654
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.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 step.
|
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:
|
41
|
+
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: 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 step.
|
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
|
-
|
175
|
+
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 step.
|
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:
|
235
|
+
:param pulumi.Input['PipelineInfrastructureConfigurationDetailsArgs'] infrastructure_configuration_details: 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 step.
|
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
|
-
|
379
|
+
The infrastructure configuration details of a pipeline or a step.
|
380
380
|
"""
|
381
381
|
return pulumi.get(self, "infrastructure_configuration_details")
|
382
382
|
|
@@ -534,14 +534,6 @@ 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
|
-
),
|
545
537
|
step_infrastructure_configuration_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs(
|
546
538
|
block_storage_size_in_gbs=pipeline_step_details_step_infrastructure_configuration_details_block_storage_size_in_gbs,
|
547
539
|
shape_config_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs(
|
@@ -549,7 +541,6 @@ class Pipeline(pulumi.CustomResource):
|
|
549
541
|
ocpus=pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_ocpus,
|
550
542
|
),
|
551
543
|
shape_name=test_shape["name"],
|
552
|
-
subnet_id=test_subnet["id"],
|
553
544
|
),
|
554
545
|
)],
|
555
546
|
configuration_details=oci.data_science.PipelineConfigurationDetailsArgs(
|
@@ -573,7 +564,6 @@ class Pipeline(pulumi.CustomResource):
|
|
573
564
|
memory_in_gbs=pipeline_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
|
574
565
|
ocpus=pipeline_infrastructure_configuration_details_shape_config_details_ocpus,
|
575
566
|
),
|
576
|
-
subnet_id=test_subnet["id"],
|
577
567
|
),
|
578
568
|
log_configuration_details=oci.data_science.PipelineLogConfigurationDetailsArgs(
|
579
569
|
enable_auto_log_creation=pipeline_log_configuration_details_enable_auto_log_creation,
|
@@ -596,10 +586,10 @@ class Pipeline(pulumi.CustomResource):
|
|
596
586
|
: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.
|
597
587
|
:param pulumi.Input[pulumi.InputType['PipelineConfigurationDetailsArgs']] configuration_details: (Updatable) The configuration details of a pipeline.
|
598
588
|
: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"}`
|
599
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
589
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the step.
|
600
590
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
601
591
|
: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"}`
|
602
|
-
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details:
|
592
|
+
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
603
593
|
:param pulumi.Input[pulumi.InputType['PipelineLogConfigurationDetailsArgs']] log_configuration_details: (Updatable) The pipeline log configuration details.
|
604
594
|
: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.
|
605
595
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineStepDetailArgs']]]] step_details: (Updatable) Array of step details for each step.
|
@@ -636,14 +626,6 @@ class Pipeline(pulumi.CustomResource):
|
|
636
626
|
environment_variables=pipeline_step_details_step_configuration_details_environment_variables,
|
637
627
|
maximum_runtime_in_minutes=pipeline_step_details_step_configuration_details_maximum_runtime_in_minutes,
|
638
628
|
),
|
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
|
-
),
|
647
629
|
step_infrastructure_configuration_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs(
|
648
630
|
block_storage_size_in_gbs=pipeline_step_details_step_infrastructure_configuration_details_block_storage_size_in_gbs,
|
649
631
|
shape_config_details=oci.data_science.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs(
|
@@ -651,7 +633,6 @@ class Pipeline(pulumi.CustomResource):
|
|
651
633
|
ocpus=pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_ocpus,
|
652
634
|
),
|
653
635
|
shape_name=test_shape["name"],
|
654
|
-
subnet_id=test_subnet["id"],
|
655
636
|
),
|
656
637
|
)],
|
657
638
|
configuration_details=oci.data_science.PipelineConfigurationDetailsArgs(
|
@@ -675,7 +656,6 @@ class Pipeline(pulumi.CustomResource):
|
|
675
656
|
memory_in_gbs=pipeline_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
|
676
657
|
ocpus=pipeline_infrastructure_configuration_details_shape_config_details_ocpus,
|
677
658
|
),
|
678
|
-
subnet_id=test_subnet["id"],
|
679
659
|
),
|
680
660
|
log_configuration_details=oci.data_science.PipelineLogConfigurationDetailsArgs(
|
681
661
|
enable_auto_log_creation=pipeline_log_configuration_details_enable_auto_log_creation,
|
@@ -792,10 +772,10 @@ class Pipeline(pulumi.CustomResource):
|
|
792
772
|
:param pulumi.Input[pulumi.InputType['PipelineConfigurationDetailsArgs']] configuration_details: (Updatable) The configuration details of a pipeline.
|
793
773
|
: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.
|
794
774
|
: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"}`
|
795
|
-
:param pulumi.Input[str] description: (Updatable) A short description of the
|
775
|
+
:param pulumi.Input[str] description: (Updatable) A short description of the step.
|
796
776
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
797
777
|
: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"}`
|
798
|
-
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details:
|
778
|
+
:param pulumi.Input[pulumi.InputType['PipelineInfrastructureConfigurationDetailsArgs']] infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
|
799
779
|
: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.
|
800
780
|
:param pulumi.Input[pulumi.InputType['PipelineLogConfigurationDetailsArgs']] log_configuration_details: (Updatable) The pipeline log configuration details.
|
801
781
|
: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.
|
@@ -870,7 +850,7 @@ class Pipeline(pulumi.CustomResource):
|
|
870
850
|
@pulumi.getter
|
871
851
|
def description(self) -> pulumi.Output[str]:
|
872
852
|
"""
|
873
|
-
(Updatable) A short description of the
|
853
|
+
(Updatable) A short description of the step.
|
874
854
|
"""
|
875
855
|
return pulumi.get(self, "description")
|
876
856
|
|
@@ -894,7 +874,7 @@ class Pipeline(pulumi.CustomResource):
|
|
894
874
|
@pulumi.getter(name="infrastructureConfigurationDetails")
|
895
875
|
def infrastructure_configuration_details(self) -> pulumi.Output['outputs.PipelineInfrastructureConfigurationDetails']:
|
896
876
|
"""
|
897
|
-
|
877
|
+
The infrastructure configuration details of a pipeline or a step.
|
898
878
|
"""
|
899
879
|
return pulumi.get(self, "infrastructure_configuration_details")
|
900
880
|
|
@@ -25,7 +25,6 @@ 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,
|
29
28
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]]] = None,
|
30
29
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
31
30
|
"""
|
@@ -38,7 +37,6 @@ class PipelineRunArgs:
|
|
38
37
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
39
38
|
: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"}`
|
40
39
|
: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.
|
42
40
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]] step_override_details: Array of step override details. Only Step Configuration is allowed to be overridden.
|
43
41
|
: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"}`
|
44
42
|
|
@@ -61,8 +59,6 @@ class PipelineRunArgs:
|
|
61
59
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
62
60
|
if log_configuration_override_details is not None:
|
63
61
|
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)
|
66
62
|
if step_override_details is not None:
|
67
63
|
pulumi.set(__self__, "step_override_details", step_override_details)
|
68
64
|
if system_tags is not None:
|
@@ -173,18 +169,6 @@ class PipelineRunArgs:
|
|
173
169
|
def log_configuration_override_details(self, value: Optional[pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs']]):
|
174
170
|
pulumi.set(self, "log_configuration_override_details", value)
|
175
171
|
|
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
|
-
|
188
172
|
@property
|
189
173
|
@pulumi.getter(name="stepOverrideDetails")
|
190
174
|
def step_override_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunStepOverrideDetailArgs']]]]:
|
@@ -228,7 +212,6 @@ class _PipelineRunState:
|
|
228
212
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
229
213
|
log_configuration_override_details: Optional[pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs']] = None,
|
230
214
|
log_details: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunLogDetailArgs']]]] = None,
|
231
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
232
215
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
233
216
|
project_id: Optional[pulumi.Input[str]] = None,
|
234
217
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -251,7 +234,6 @@ class _PipelineRunState:
|
|
251
234
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the step run.
|
252
235
|
:param pulumi.Input['PipelineRunLogConfigurationOverrideDetailsArgs'] log_configuration_override_details: The pipeline log configuration details.
|
253
236
|
: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.
|
255
237
|
: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.
|
256
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 run with.
|
257
239
|
:param pulumi.Input[str] state: The state of the step run.
|
@@ -289,8 +271,6 @@ class _PipelineRunState:
|
|
289
271
|
pulumi.set(__self__, "log_configuration_override_details", log_configuration_override_details)
|
290
272
|
if log_details is not None:
|
291
273
|
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)
|
294
274
|
if pipeline_id is not None:
|
295
275
|
pulumi.set(__self__, "pipeline_id", pipeline_id)
|
296
276
|
if project_id is not None:
|
@@ -441,18 +421,6 @@ class _PipelineRunState:
|
|
441
421
|
def log_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineRunLogDetailArgs']]]]):
|
442
422
|
pulumi.set(self, "log_details", value)
|
443
423
|
|
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
|
-
|
456
424
|
@property
|
457
425
|
@pulumi.getter(name="pipelineId")
|
458
426
|
def pipeline_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -590,7 +558,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
590
558
|
display_name: Optional[pulumi.Input[str]] = None,
|
591
559
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
592
560
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
593
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
594
561
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
595
562
|
project_id: Optional[pulumi.Input[str]] = None,
|
596
563
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunStepOverrideDetailArgs']]]]] = None,
|
@@ -629,7 +596,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
629
596
|
log_group_id=test_log_group["id"],
|
630
597
|
log_id=test_log["id"],
|
631
598
|
),
|
632
|
-
opc_parent_rpt_url=pipeline_run_opc_parent_rpt_url,
|
633
599
|
project_id=test_project["id"],
|
634
600
|
step_override_details=[oci.data_science.PipelineRunStepOverrideDetailArgs(
|
635
601
|
step_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepConfigurationDetailsArgs(
|
@@ -638,14 +604,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
638
604
|
maximum_runtime_in_minutes=pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
|
639
605
|
),
|
640
606
|
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
|
-
),
|
649
607
|
)],
|
650
608
|
system_tags=pipeline_run_system_tags)
|
651
609
|
```
|
@@ -666,7 +624,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
666
624
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the resource.
|
667
625
|
: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"}`
|
668
626
|
: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.
|
670
627
|
: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.
|
671
628
|
: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.
|
672
629
|
: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.
|
@@ -715,7 +672,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
715
672
|
log_group_id=test_log_group["id"],
|
716
673
|
log_id=test_log["id"],
|
717
674
|
),
|
718
|
-
opc_parent_rpt_url=pipeline_run_opc_parent_rpt_url,
|
719
675
|
project_id=test_project["id"],
|
720
676
|
step_override_details=[oci.data_science.PipelineRunStepOverrideDetailArgs(
|
721
677
|
step_configuration_details=oci.data_science.PipelineRunStepOverrideDetailStepConfigurationDetailsArgs(
|
@@ -724,14 +680,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
724
680
|
maximum_runtime_in_minutes=pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
|
725
681
|
),
|
726
682
|
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
|
-
),
|
735
683
|
)],
|
736
684
|
system_tags=pipeline_run_system_tags)
|
737
685
|
```
|
@@ -766,7 +714,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
766
714
|
display_name: Optional[pulumi.Input[str]] = None,
|
767
715
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
768
716
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
769
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
770
717
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
771
718
|
project_id: Optional[pulumi.Input[str]] = None,
|
772
719
|
step_override_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunStepOverrideDetailArgs']]]]] = None,
|
@@ -789,7 +736,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
789
736
|
__props__.__dict__["display_name"] = display_name
|
790
737
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
791
738
|
__props__.__dict__["log_configuration_override_details"] = log_configuration_override_details
|
792
|
-
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
793
739
|
if pipeline_id is None and not opts.urn:
|
794
740
|
raise TypeError("Missing required property 'pipeline_id'")
|
795
741
|
__props__.__dict__["pipeline_id"] = pipeline_id
|
@@ -829,7 +775,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
829
775
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
830
776
|
log_configuration_override_details: Optional[pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']]] = None,
|
831
777
|
log_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PipelineRunLogDetailArgs']]]]] = None,
|
832
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
833
778
|
pipeline_id: Optional[pulumi.Input[str]] = None,
|
834
779
|
project_id: Optional[pulumi.Input[str]] = None,
|
835
780
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -857,7 +802,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
857
802
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the step run.
|
858
803
|
:param pulumi.Input[pulumi.InputType['PipelineRunLogConfigurationOverrideDetailsArgs']] log_configuration_override_details: The pipeline log configuration details.
|
859
804
|
: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.
|
861
805
|
: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.
|
862
806
|
: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.
|
863
807
|
:param pulumi.Input[str] state: The state of the step run.
|
@@ -888,7 +832,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
888
832
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
889
833
|
__props__.__dict__["log_configuration_override_details"] = log_configuration_override_details
|
890
834
|
__props__.__dict__["log_details"] = log_details
|
891
|
-
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
892
835
|
__props__.__dict__["pipeline_id"] = pipeline_id
|
893
836
|
__props__.__dict__["project_id"] = project_id
|
894
837
|
__props__.__dict__["state"] = state
|
@@ -986,14 +929,6 @@ class PipelineRun(pulumi.CustomResource):
|
|
986
929
|
"""
|
987
930
|
return pulumi.get(self, "log_details")
|
988
931
|
|
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
|
-
|
997
932
|
@property
|
998
933
|
@pulumi.getter(name="pipelineId")
|
999
934
|
def pipeline_id(self) -> pulumi.Output[str]:
|