oci.DataScience.Pipeline
Explore with Pulumi AI
This resource provides the Pipeline resource in Oracle Cloud Infrastructure Data Science service.
Creates a new Pipeline.
Create Pipeline Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Pipeline(name: string, args: PipelineArgs, opts?: CustomResourceOptions);@overload
def Pipeline(resource_name: str,
             args: PipelineArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def Pipeline(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             compartment_id: Optional[str] = None,
             step_details: Optional[Sequence[PipelineStepDetailArgs]] = None,
             project_id: Optional[str] = None,
             delete_related_pipeline_runs: Optional[bool] = None,
             description: Optional[str] = None,
             display_name: Optional[str] = None,
             freeform_tags: Optional[Mapping[str, str]] = None,
             infrastructure_configuration_details: Optional[PipelineInfrastructureConfigurationDetailsArgs] = None,
             log_configuration_details: Optional[PipelineLogConfigurationDetailsArgs] = None,
             defined_tags: Optional[Mapping[str, str]] = None,
             step_artifacts: Optional[Sequence[PipelineStepArtifactArgs]] = None,
             configuration_details: Optional[PipelineConfigurationDetailsArgs] = None,
             storage_mount_configuration_details_lists: Optional[Sequence[PipelineStorageMountConfigurationDetailsListArgs]] = None)func NewPipeline(ctx *Context, name string, args PipelineArgs, opts ...ResourceOption) (*Pipeline, error)public Pipeline(string name, PipelineArgs args, CustomResourceOptions? opts = null)
public Pipeline(String name, PipelineArgs args)
public Pipeline(String name, PipelineArgs args, CustomResourceOptions options)
type: oci:DataScience:Pipeline
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pipelineResource = new Oci.DataScience.Pipeline("pipelineResource", new()
{
    CompartmentId = "string",
    StepDetails = new[]
    {
        new Oci.DataScience.Inputs.PipelineStepDetailArgs
        {
            StepName = "string",
            StepType = "string",
            ApplicationId = "string",
            DependsOns = new[]
            {
                "string",
            },
            Description = "string",
            IsArtifactUploaded = false,
            JobId = "string",
            StepConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepConfigurationDetailsArgs
            {
                CommandLineArguments = "string",
                EnvironmentVariables = 
                {
                    { "string", "string" },
                },
                MaximumRuntimeInMinutes = "string",
            },
            StepContainerConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepContainerConfigurationDetailsArgs
            {
                ContainerType = "string",
                Image = "string",
                Cmds = new[]
                {
                    "string",
                },
                Entrypoints = new[]
                {
                    "string",
                },
                ImageDigest = "string",
                ImageSignatureId = "string",
            },
            StepDataflowConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsArgs
            {
                Configuration = 
                {
                    { "string", "string" },
                },
                DriverShape = "string",
                DriverShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs
                {
                    MemoryInGbs = 0,
                    Ocpus = 0,
                },
                ExecutorShape = "string",
                ExecutorShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs
                {
                    MemoryInGbs = 0,
                    Ocpus = 0,
                },
                LogsBucketUri = "string",
                NumExecutors = 0,
                WarehouseBucketUri = "string",
            },
            StepInfrastructureConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs
            {
                BlockStorageSizeInGbs = 0,
                ShapeName = "string",
                ShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs
                {
                    MemoryInGbs = 0,
                    Ocpus = 0,
                },
                SubnetId = "string",
            },
            StepStorageMountConfigurationDetailsLists = new[]
            {
                new Oci.DataScience.Inputs.PipelineStepDetailStepStorageMountConfigurationDetailsListArgs
                {
                    DestinationDirectoryName = "string",
                    StorageType = "string",
                    Bucket = "string",
                    DestinationPath = "string",
                    ExportId = "string",
                    MountTargetId = "string",
                    Namespace = "string",
                    Prefix = "string",
                },
            },
        },
    },
    ProjectId = "string",
    DeleteRelatedPipelineRuns = false,
    Description = "string",
    DisplayName = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
    InfrastructureConfigurationDetails = new Oci.DataScience.Inputs.PipelineInfrastructureConfigurationDetailsArgs
    {
        BlockStorageSizeInGbs = 0,
        ShapeName = "string",
        ShapeConfigDetails = new Oci.DataScience.Inputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs
        {
            MemoryInGbs = 0,
            Ocpus = 0,
        },
        SubnetId = "string",
    },
    LogConfigurationDetails = new Oci.DataScience.Inputs.PipelineLogConfigurationDetailsArgs
    {
        EnableAutoLogCreation = false,
        EnableLogging = false,
        LogGroupId = "string",
        LogId = "string",
    },
    DefinedTags = 
    {
        { "string", "string" },
    },
    StepArtifacts = new[]
    {
        new Oci.DataScience.Inputs.PipelineStepArtifactArgs
        {
            StepArtifact = "string",
            StepName = "string",
            ArtifactContentDisposition = "string",
            ArtifactContentLength = "string",
            ArtifactContentMd5 = "string",
            ArtifactLastModified = "string",
        },
    },
    ConfigurationDetails = new Oci.DataScience.Inputs.PipelineConfigurationDetailsArgs
    {
        Type = "string",
        CommandLineArguments = "string",
        EnvironmentVariables = 
        {
            { "string", "string" },
        },
        MaximumRuntimeInMinutes = "string",
    },
    StorageMountConfigurationDetailsLists = new[]
    {
        new Oci.DataScience.Inputs.PipelineStorageMountConfigurationDetailsListArgs
        {
            DestinationDirectoryName = "string",
            StorageType = "string",
            Bucket = "string",
            DestinationPath = "string",
            ExportId = "string",
            MountTargetId = "string",
            Namespace = "string",
            Prefix = "string",
        },
    },
});
example, err := datascience.NewPipeline(ctx, "pipelineResource", &datascience.PipelineArgs{
	CompartmentId: pulumi.String("string"),
	StepDetails: datascience.PipelineStepDetailArray{
		&datascience.PipelineStepDetailArgs{
			StepName:      pulumi.String("string"),
			StepType:      pulumi.String("string"),
			ApplicationId: pulumi.String("string"),
			DependsOns: pulumi.StringArray{
				pulumi.String("string"),
			},
			Description:        pulumi.String("string"),
			IsArtifactUploaded: pulumi.Bool(false),
			JobId:              pulumi.String("string"),
			StepConfigurationDetails: &datascience.PipelineStepDetailStepConfigurationDetailsArgs{
				CommandLineArguments: pulumi.String("string"),
				EnvironmentVariables: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				MaximumRuntimeInMinutes: pulumi.String("string"),
			},
			StepContainerConfigurationDetails: &datascience.PipelineStepDetailStepContainerConfigurationDetailsArgs{
				ContainerType: pulumi.String("string"),
				Image:         pulumi.String("string"),
				Cmds: pulumi.StringArray{
					pulumi.String("string"),
				},
				Entrypoints: pulumi.StringArray{
					pulumi.String("string"),
				},
				ImageDigest:      pulumi.String("string"),
				ImageSignatureId: pulumi.String("string"),
			},
			StepDataflowConfigurationDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsArgs{
				Configuration: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				DriverShape: pulumi.String("string"),
				DriverShapeConfigDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs{
					MemoryInGbs: pulumi.Float64(0),
					Ocpus:       pulumi.Float64(0),
				},
				ExecutorShape: pulumi.String("string"),
				ExecutorShapeConfigDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs{
					MemoryInGbs: pulumi.Float64(0),
					Ocpus:       pulumi.Float64(0),
				},
				LogsBucketUri:      pulumi.String("string"),
				NumExecutors:       pulumi.Int(0),
				WarehouseBucketUri: pulumi.String("string"),
			},
			StepInfrastructureConfigurationDetails: &datascience.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs{
				BlockStorageSizeInGbs: pulumi.Int(0),
				ShapeName:             pulumi.String("string"),
				ShapeConfigDetails: &datascience.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs{
					MemoryInGbs: pulumi.Float64(0),
					Ocpus:       pulumi.Float64(0),
				},
				SubnetId: pulumi.String("string"),
			},
			StepStorageMountConfigurationDetailsLists: datascience.PipelineStepDetailStepStorageMountConfigurationDetailsListArray{
				&datascience.PipelineStepDetailStepStorageMountConfigurationDetailsListArgs{
					DestinationDirectoryName: pulumi.String("string"),
					StorageType:              pulumi.String("string"),
					Bucket:                   pulumi.String("string"),
					DestinationPath:          pulumi.String("string"),
					ExportId:                 pulumi.String("string"),
					MountTargetId:            pulumi.String("string"),
					Namespace:                pulumi.String("string"),
					Prefix:                   pulumi.String("string"),
				},
			},
		},
	},
	ProjectId:                 pulumi.String("string"),
	DeleteRelatedPipelineRuns: pulumi.Bool(false),
	Description:               pulumi.String("string"),
	DisplayName:               pulumi.String("string"),
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	InfrastructureConfigurationDetails: &datascience.PipelineInfrastructureConfigurationDetailsArgs{
		BlockStorageSizeInGbs: pulumi.Int(0),
		ShapeName:             pulumi.String("string"),
		ShapeConfigDetails: &datascience.PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs{
			MemoryInGbs: pulumi.Float64(0),
			Ocpus:       pulumi.Float64(0),
		},
		SubnetId: pulumi.String("string"),
	},
	LogConfigurationDetails: &datascience.PipelineLogConfigurationDetailsArgs{
		EnableAutoLogCreation: pulumi.Bool(false),
		EnableLogging:         pulumi.Bool(false),
		LogGroupId:            pulumi.String("string"),
		LogId:                 pulumi.String("string"),
	},
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	StepArtifacts: datascience.PipelineStepArtifactArray{
		&datascience.PipelineStepArtifactArgs{
			PipelineStepArtifact:       pulumi.String("string"),
			StepName:                   pulumi.String("string"),
			ArtifactContentDisposition: pulumi.String("string"),
			ArtifactContentLength:      pulumi.String("string"),
			ArtifactContentMd5:         pulumi.String("string"),
			ArtifactLastModified:       pulumi.String("string"),
		},
	},
	ConfigurationDetails: &datascience.PipelineConfigurationDetailsArgs{
		Type:                 pulumi.String("string"),
		CommandLineArguments: pulumi.String("string"),
		EnvironmentVariables: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		MaximumRuntimeInMinutes: pulumi.String("string"),
	},
	StorageMountConfigurationDetailsLists: datascience.PipelineStorageMountConfigurationDetailsListArray{
		&datascience.PipelineStorageMountConfigurationDetailsListArgs{
			DestinationDirectoryName: pulumi.String("string"),
			StorageType:              pulumi.String("string"),
			Bucket:                   pulumi.String("string"),
			DestinationPath:          pulumi.String("string"),
			ExportId:                 pulumi.String("string"),
			MountTargetId:            pulumi.String("string"),
			Namespace:                pulumi.String("string"),
			Prefix:                   pulumi.String("string"),
		},
	},
})
var pipelineResource = new com.pulumi.oci.DataScience.Pipeline("pipelineResource", com.pulumi.oci.DataScience.PipelineArgs.builder()
    .compartmentId("string")
    .stepDetails(PipelineStepDetailArgs.builder()
        .stepName("string")
        .stepType("string")
        .applicationId("string")
        .dependsOns("string")
        .description("string")
        .isArtifactUploaded(false)
        .jobId("string")
        .stepConfigurationDetails(PipelineStepDetailStepConfigurationDetailsArgs.builder()
            .commandLineArguments("string")
            .environmentVariables(Map.of("string", "string"))
            .maximumRuntimeInMinutes("string")
            .build())
        .stepContainerConfigurationDetails(PipelineStepDetailStepContainerConfigurationDetailsArgs.builder()
            .containerType("string")
            .image("string")
            .cmds("string")
            .entrypoints("string")
            .imageDigest("string")
            .imageSignatureId("string")
            .build())
        .stepDataflowConfigurationDetails(PipelineStepDetailStepDataflowConfigurationDetailsArgs.builder()
            .configuration(Map.of("string", "string"))
            .driverShape("string")
            .driverShapeConfigDetails(PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs.builder()
                .memoryInGbs(0.0)
                .ocpus(0.0)
                .build())
            .executorShape("string")
            .executorShapeConfigDetails(PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs.builder()
                .memoryInGbs(0.0)
                .ocpus(0.0)
                .build())
            .logsBucketUri("string")
            .numExecutors(0)
            .warehouseBucketUri("string")
            .build())
        .stepInfrastructureConfigurationDetails(PipelineStepDetailStepInfrastructureConfigurationDetailsArgs.builder()
            .blockStorageSizeInGbs(0)
            .shapeName("string")
            .shapeConfigDetails(PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs.builder()
                .memoryInGbs(0.0)
                .ocpus(0.0)
                .build())
            .subnetId("string")
            .build())
        .stepStorageMountConfigurationDetailsLists(PipelineStepDetailStepStorageMountConfigurationDetailsListArgs.builder()
            .destinationDirectoryName("string")
            .storageType("string")
            .bucket("string")
            .destinationPath("string")
            .exportId("string")
            .mountTargetId("string")
            .namespace("string")
            .prefix("string")
            .build())
        .build())
    .projectId("string")
    .deleteRelatedPipelineRuns(false)
    .description("string")
    .displayName("string")
    .freeformTags(Map.of("string", "string"))
    .infrastructureConfigurationDetails(PipelineInfrastructureConfigurationDetailsArgs.builder()
        .blockStorageSizeInGbs(0)
        .shapeName("string")
        .shapeConfigDetails(PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs.builder()
            .memoryInGbs(0.0)
            .ocpus(0.0)
            .build())
        .subnetId("string")
        .build())
    .logConfigurationDetails(PipelineLogConfigurationDetailsArgs.builder()
        .enableAutoLogCreation(false)
        .enableLogging(false)
        .logGroupId("string")
        .logId("string")
        .build())
    .definedTags(Map.of("string", "string"))
    .stepArtifacts(PipelineStepArtifactArgs.builder()
        .pipelineStepArtifact("string")
        .stepName("string")
        .artifactContentDisposition("string")
        .artifactContentLength("string")
        .artifactContentMd5("string")
        .artifactLastModified("string")
        .build())
    .configurationDetails(PipelineConfigurationDetailsArgs.builder()
        .type("string")
        .commandLineArguments("string")
        .environmentVariables(Map.of("string", "string"))
        .maximumRuntimeInMinutes("string")
        .build())
    .storageMountConfigurationDetailsLists(PipelineStorageMountConfigurationDetailsListArgs.builder()
        .destinationDirectoryName("string")
        .storageType("string")
        .bucket("string")
        .destinationPath("string")
        .exportId("string")
        .mountTargetId("string")
        .namespace("string")
        .prefix("string")
        .build())
    .build());
pipeline_resource = oci.data_science.Pipeline("pipelineResource",
    compartment_id="string",
    step_details=[{
        "step_name": "string",
        "step_type": "string",
        "application_id": "string",
        "depends_ons": ["string"],
        "description": "string",
        "is_artifact_uploaded": False,
        "job_id": "string",
        "step_configuration_details": {
            "command_line_arguments": "string",
            "environment_variables": {
                "string": "string",
            },
            "maximum_runtime_in_minutes": "string",
        },
        "step_container_configuration_details": {
            "container_type": "string",
            "image": "string",
            "cmds": ["string"],
            "entrypoints": ["string"],
            "image_digest": "string",
            "image_signature_id": "string",
        },
        "step_dataflow_configuration_details": {
            "configuration": {
                "string": "string",
            },
            "driver_shape": "string",
            "driver_shape_config_details": {
                "memory_in_gbs": 0,
                "ocpus": 0,
            },
            "executor_shape": "string",
            "executor_shape_config_details": {
                "memory_in_gbs": 0,
                "ocpus": 0,
            },
            "logs_bucket_uri": "string",
            "num_executors": 0,
            "warehouse_bucket_uri": "string",
        },
        "step_infrastructure_configuration_details": {
            "block_storage_size_in_gbs": 0,
            "shape_name": "string",
            "shape_config_details": {
                "memory_in_gbs": 0,
                "ocpus": 0,
            },
            "subnet_id": "string",
        },
        "step_storage_mount_configuration_details_lists": [{
            "destination_directory_name": "string",
            "storage_type": "string",
            "bucket": "string",
            "destination_path": "string",
            "export_id": "string",
            "mount_target_id": "string",
            "namespace": "string",
            "prefix": "string",
        }],
    }],
    project_id="string",
    delete_related_pipeline_runs=False,
    description="string",
    display_name="string",
    freeform_tags={
        "string": "string",
    },
    infrastructure_configuration_details={
        "block_storage_size_in_gbs": 0,
        "shape_name": "string",
        "shape_config_details": {
            "memory_in_gbs": 0,
            "ocpus": 0,
        },
        "subnet_id": "string",
    },
    log_configuration_details={
        "enable_auto_log_creation": False,
        "enable_logging": False,
        "log_group_id": "string",
        "log_id": "string",
    },
    defined_tags={
        "string": "string",
    },
    step_artifacts=[{
        "pipeline_step_artifact": "string",
        "step_name": "string",
        "artifact_content_disposition": "string",
        "artifact_content_length": "string",
        "artifact_content_md5": "string",
        "artifact_last_modified": "string",
    }],
    configuration_details={
        "type": "string",
        "command_line_arguments": "string",
        "environment_variables": {
            "string": "string",
        },
        "maximum_runtime_in_minutes": "string",
    },
    storage_mount_configuration_details_lists=[{
        "destination_directory_name": "string",
        "storage_type": "string",
        "bucket": "string",
        "destination_path": "string",
        "export_id": "string",
        "mount_target_id": "string",
        "namespace": "string",
        "prefix": "string",
    }])
const pipelineResource = new oci.datascience.Pipeline("pipelineResource", {
    compartmentId: "string",
    stepDetails: [{
        stepName: "string",
        stepType: "string",
        applicationId: "string",
        dependsOns: ["string"],
        description: "string",
        isArtifactUploaded: false,
        jobId: "string",
        stepConfigurationDetails: {
            commandLineArguments: "string",
            environmentVariables: {
                string: "string",
            },
            maximumRuntimeInMinutes: "string",
        },
        stepContainerConfigurationDetails: {
            containerType: "string",
            image: "string",
            cmds: ["string"],
            entrypoints: ["string"],
            imageDigest: "string",
            imageSignatureId: "string",
        },
        stepDataflowConfigurationDetails: {
            configuration: {
                string: "string",
            },
            driverShape: "string",
            driverShapeConfigDetails: {
                memoryInGbs: 0,
                ocpus: 0,
            },
            executorShape: "string",
            executorShapeConfigDetails: {
                memoryInGbs: 0,
                ocpus: 0,
            },
            logsBucketUri: "string",
            numExecutors: 0,
            warehouseBucketUri: "string",
        },
        stepInfrastructureConfigurationDetails: {
            blockStorageSizeInGbs: 0,
            shapeName: "string",
            shapeConfigDetails: {
                memoryInGbs: 0,
                ocpus: 0,
            },
            subnetId: "string",
        },
        stepStorageMountConfigurationDetailsLists: [{
            destinationDirectoryName: "string",
            storageType: "string",
            bucket: "string",
            destinationPath: "string",
            exportId: "string",
            mountTargetId: "string",
            namespace: "string",
            prefix: "string",
        }],
    }],
    projectId: "string",
    deleteRelatedPipelineRuns: false,
    description: "string",
    displayName: "string",
    freeformTags: {
        string: "string",
    },
    infrastructureConfigurationDetails: {
        blockStorageSizeInGbs: 0,
        shapeName: "string",
        shapeConfigDetails: {
            memoryInGbs: 0,
            ocpus: 0,
        },
        subnetId: "string",
    },
    logConfigurationDetails: {
        enableAutoLogCreation: false,
        enableLogging: false,
        logGroupId: "string",
        logId: "string",
    },
    definedTags: {
        string: "string",
    },
    stepArtifacts: [{
        pipelineStepArtifact: "string",
        stepName: "string",
        artifactContentDisposition: "string",
        artifactContentLength: "string",
        artifactContentMd5: "string",
        artifactLastModified: "string",
    }],
    configurationDetails: {
        type: "string",
        commandLineArguments: "string",
        environmentVariables: {
            string: "string",
        },
        maximumRuntimeInMinutes: "string",
    },
    storageMountConfigurationDetailsLists: [{
        destinationDirectoryName: "string",
        storageType: "string",
        bucket: "string",
        destinationPath: "string",
        exportId: "string",
        mountTargetId: "string",
        namespace: "string",
        prefix: "string",
    }],
});
type: oci:DataScience:Pipeline
properties:
    compartmentId: string
    configurationDetails:
        commandLineArguments: string
        environmentVariables:
            string: string
        maximumRuntimeInMinutes: string
        type: string
    definedTags:
        string: string
    deleteRelatedPipelineRuns: false
    description: string
    displayName: string
    freeformTags:
        string: string
    infrastructureConfigurationDetails:
        blockStorageSizeInGbs: 0
        shapeConfigDetails:
            memoryInGbs: 0
            ocpus: 0
        shapeName: string
        subnetId: string
    logConfigurationDetails:
        enableAutoLogCreation: false
        enableLogging: false
        logGroupId: string
        logId: string
    projectId: string
    stepArtifacts:
        - artifactContentDisposition: string
          artifactContentLength: string
          artifactContentMd5: string
          artifactLastModified: string
          pipelineStepArtifact: string
          stepName: string
    stepDetails:
        - applicationId: string
          dependsOns:
            - string
          description: string
          isArtifactUploaded: false
          jobId: string
          stepConfigurationDetails:
            commandLineArguments: string
            environmentVariables:
                string: string
            maximumRuntimeInMinutes: string
          stepContainerConfigurationDetails:
            cmds:
                - string
            containerType: string
            entrypoints:
                - string
            image: string
            imageDigest: string
            imageSignatureId: string
          stepDataflowConfigurationDetails:
            configuration:
                string: string
            driverShape: string
            driverShapeConfigDetails:
                memoryInGbs: 0
                ocpus: 0
            executorShape: string
            executorShapeConfigDetails:
                memoryInGbs: 0
                ocpus: 0
            logsBucketUri: string
            numExecutors: 0
            warehouseBucketUri: string
          stepInfrastructureConfigurationDetails:
            blockStorageSizeInGbs: 0
            shapeConfigDetails:
                memoryInGbs: 0
                ocpus: 0
            shapeName: string
            subnetId: string
          stepName: string
          stepStorageMountConfigurationDetailsLists:
            - bucket: string
              destinationDirectoryName: string
              destinationPath: string
              exportId: string
              mountTargetId: string
              namespace: string
              prefix: string
              storageType: string
          stepType: string
    storageMountConfigurationDetailsLists:
        - bucket: string
          destinationDirectoryName: string
          destinationPath: string
          exportId: string
          mountTargetId: string
          namespace: string
          prefix: string
          storageType: string
Pipeline Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Pipeline resource accepts the following input properties:
- CompartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- ProjectId string
- The OCID of the project to associate the pipeline with.
- StepDetails List<PipelineStep Detail> 
- (Updatable) Array of step details for each step.
- ConfigurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- DisplayName string
- (Updatable) A user-friendly display name for the resource.
- Dictionary<string, string>
- (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. Example: {"Department": "Finance"}
- InfrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- LogConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- StepArtifacts List<PipelineStep Artifact> 
- StorageMount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- CompartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- ProjectId string
- The OCID of the project to associate the pipeline with.
- StepDetails []PipelineStep Detail Args 
- (Updatable) Array of step details for each step.
- ConfigurationDetails PipelineConfiguration Details Args 
- (Updatable) The configuration details of a pipeline.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- DisplayName string
- (Updatable) A user-friendly display name for the resource.
- map[string]string
- (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. Example: {"Department": "Finance"}
- InfrastructureConfiguration PipelineDetails Infrastructure Configuration Details Args 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- LogConfiguration PipelineDetails Log Configuration Details Args 
- (Updatable) The pipeline log configuration details.
- StepArtifacts []PipelineStep Artifact Args 
- StorageMount []PipelineConfiguration Details Lists Storage Mount Configuration Details List Args 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartmentId String
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- projectId String
- The OCID of the project to associate the pipeline with.
- stepDetails List<PipelineStep Detail> 
- (Updatable) Array of step details for each step.
- configurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- displayName String
- (Updatable) A user-friendly display name for the resource.
- Map<String,String>
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- logConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- stepArtifacts List<PipelineStep Artifact> 
- storageMount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- projectId string
- The OCID of the project to associate the pipeline with.
- stepDetails PipelineStep Detail[] 
- (Updatable) Array of step details for each step.
- configurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- boolean
- description string
- (Updatable) A short description of the pipeline.
- displayName string
- (Updatable) A user-friendly display name for the resource.
- {[key: string]: string}
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- logConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- stepArtifacts PipelineStep Artifact[] 
- storageMount PipelineConfiguration Details Lists Storage Mount Configuration Details List[] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartment_id str
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- project_id str
- The OCID of the project to associate the pipeline with.
- step_details Sequence[PipelineStep Detail Args] 
- (Updatable) Array of step details for each step.
- configuration_details PipelineConfiguration Details Args 
- (Updatable) The configuration details of a pipeline.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- description str
- (Updatable) A short description of the pipeline.
- display_name str
- (Updatable) A user-friendly display name for the resource.
- Mapping[str, str]
- (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. Example: {"Department": "Finance"}
- infrastructure_configuration_ Pipelinedetails Infrastructure Configuration Details Args 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- log_configuration_ Pipelinedetails Log Configuration Details Args 
- (Updatable) The pipeline log configuration details.
- step_artifacts Sequence[PipelineStep Artifact Args] 
- storage_mount_ Sequence[Pipelineconfiguration_ details_ lists Storage Mount Configuration Details List Args] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartmentId String
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- projectId String
- The OCID of the project to associate the pipeline with.
- stepDetails List<Property Map>
- (Updatable) Array of step details for each step.
- configurationDetails Property Map
- (Updatable) The configuration details of a pipeline.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- displayName String
- (Updatable) A user-friendly display name for the resource.
- Map<String>
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration Property MapDetails 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- logConfiguration Property MapDetails 
- (Updatable) The pipeline log configuration details.
- stepArtifacts List<Property Map>
- storageMount List<Property Map>Configuration Details Lists 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
Outputs
All input properties are implicitly available as output properties. Additionally, the Pipeline resource produces the following output properties:
- CreatedBy string
- The OCID of the user who created the pipeline.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- State string
- The current state of the pipeline.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- TimeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- CreatedBy string
- The OCID of the user who created the pipeline.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- State string
- The current state of the pipeline.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- TimeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- createdBy String
- The OCID of the user who created the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- state String
- The current state of the pipeline.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated String
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- createdBy string
- The OCID of the user who created the pipeline.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- state string
- The current state of the pipeline.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- created_by str
- The OCID of the user who created the pipeline.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- state str
- The current state of the pipeline.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time_updated str
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- createdBy String
- The OCID of the user who created the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- state String
- The current state of the pipeline.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated String
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
Look up Existing Pipeline Resource
Get an existing Pipeline resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PipelineState, opts?: CustomResourceOptions): Pipeline@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        compartment_id: Optional[str] = None,
        configuration_details: Optional[PipelineConfigurationDetailsArgs] = None,
        created_by: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        delete_related_pipeline_runs: Optional[bool] = None,
        description: Optional[str] = None,
        display_name: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        infrastructure_configuration_details: Optional[PipelineInfrastructureConfigurationDetailsArgs] = None,
        lifecycle_details: Optional[str] = None,
        log_configuration_details: Optional[PipelineLogConfigurationDetailsArgs] = None,
        project_id: Optional[str] = None,
        state: Optional[str] = None,
        step_artifacts: Optional[Sequence[PipelineStepArtifactArgs]] = None,
        step_details: Optional[Sequence[PipelineStepDetailArgs]] = None,
        storage_mount_configuration_details_lists: Optional[Sequence[PipelineStorageMountConfigurationDetailsListArgs]] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None) -> Pipelinefunc GetPipeline(ctx *Context, name string, id IDInput, state *PipelineState, opts ...ResourceOption) (*Pipeline, error)public static Pipeline Get(string name, Input<string> id, PipelineState? state, CustomResourceOptions? opts = null)public static Pipeline get(String name, Output<String> id, PipelineState state, CustomResourceOptions options)resources:  _:    type: oci:DataScience:Pipeline    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- CompartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- ConfigurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- CreatedBy string
- The OCID of the user who created the pipeline.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- DisplayName string
- (Updatable) A user-friendly display name for the resource.
- Dictionary<string, string>
- (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. Example: {"Department": "Finance"}
- InfrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- LogConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- ProjectId string
- The OCID of the project to associate the pipeline with.
- State string
- The current state of the pipeline.
- StepArtifacts List<PipelineStep Artifact> 
- StepDetails List<PipelineStep Detail> 
- (Updatable) Array of step details for each step.
- StorageMount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- TimeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- CompartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- ConfigurationDetails PipelineConfiguration Details Args 
- (Updatable) The configuration details of a pipeline.
- CreatedBy string
- The OCID of the user who created the pipeline.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- DisplayName string
- (Updatable) A user-friendly display name for the resource.
- map[string]string
- (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. Example: {"Department": "Finance"}
- InfrastructureConfiguration PipelineDetails Infrastructure Configuration Details Args 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- LogConfiguration PipelineDetails Log Configuration Details Args 
- (Updatable) The pipeline log configuration details.
- ProjectId string
- The OCID of the project to associate the pipeline with.
- State string
- The current state of the pipeline.
- StepArtifacts []PipelineStep Artifact Args 
- StepDetails []PipelineStep Detail Args 
- (Updatable) Array of step details for each step.
- StorageMount []PipelineConfiguration Details Lists Storage Mount Configuration Details List Args 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- TimeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartmentId String
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- configurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- createdBy String
- The OCID of the user who created the pipeline.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- displayName String
- (Updatable) A user-friendly display name for the resource.
- Map<String,String>
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- logConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- projectId String
- The OCID of the project to associate the pipeline with.
- state String
- The current state of the pipeline.
- stepArtifacts List<PipelineStep Artifact> 
- stepDetails List<PipelineStep Detail> 
- (Updatable) Array of step details for each step.
- storageMount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated String
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartmentId string
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- configurationDetails PipelineConfiguration Details 
- (Updatable) The configuration details of a pipeline.
- createdBy string
- The OCID of the user who created the pipeline.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- boolean
- description string
- (Updatable) A short description of the pipeline.
- displayName string
- (Updatable) A user-friendly display name for the resource.
- {[key: string]: string}
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration PipelineDetails Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- logConfiguration PipelineDetails Log Configuration Details 
- (Updatable) The pipeline log configuration details.
- projectId string
- The OCID of the project to associate the pipeline with.
- state string
- The current state of the pipeline.
- stepArtifacts PipelineStep Artifact[] 
- stepDetails PipelineStep Detail[] 
- (Updatable) Array of step details for each step.
- storageMount PipelineConfiguration Details Lists Storage Mount Configuration Details List[] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated string
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment_id str
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- configuration_details PipelineConfiguration Details Args 
- (Updatable) The configuration details of a pipeline.
- created_by str
- The OCID of the user who created the pipeline.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- bool
- description str
- (Updatable) A short description of the pipeline.
- display_name str
- (Updatable) A user-friendly display name for the resource.
- Mapping[str, str]
- (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. Example: {"Department": "Finance"}
- infrastructure_configuration_ Pipelinedetails Infrastructure Configuration Details Args 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- log_configuration_ Pipelinedetails Log Configuration Details Args 
- (Updatable) The pipeline log configuration details.
- project_id str
- The OCID of the project to associate the pipeline with.
- state str
- The current state of the pipeline.
- step_artifacts Sequence[PipelineStep Artifact Args] 
- step_details Sequence[PipelineStep Detail Args] 
- (Updatable) Array of step details for each step.
- storage_mount_ Sequence[Pipelineconfiguration_ details_ lists Storage Mount Configuration Details List Args] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time_updated str
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartmentId String
- (Updatable) The OCID of the compartment where you want to create the pipeline.
- configurationDetails Property Map
- (Updatable) The configuration details of a pipeline.
- createdBy String
- The OCID of the user who created the pipeline.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- displayName String
- (Updatable) A user-friendly display name for the resource.
- Map<String>
- (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. Example: {"Department": "Finance"}
- infrastructureConfiguration Property MapDetails 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- logConfiguration Property MapDetails 
- (Updatable) The pipeline log configuration details.
- projectId String
- The OCID of the project to associate the pipeline with.
- state String
- The current state of the pipeline.
- stepArtifacts List<Property Map>
- stepDetails List<Property Map>
- (Updatable) Array of step details for each step.
- storageMount List<Property Map>Configuration Details Lists 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- timeUpdated String
- The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
Supporting Types
PipelineConfigurationDetails, PipelineConfigurationDetailsArgs      
- Type string
- (Updatable) The type of pipeline.
- CommandLine stringArguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- EnvironmentVariables Dictionary<string, string>
- (Updatable) Environment variables to set for steps in the pipeline.
- MaximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- Type string
- (Updatable) The type of pipeline.
- CommandLine stringArguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- EnvironmentVariables map[string]string
- (Updatable) Environment variables to set for steps in the pipeline.
- MaximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type String
- (Updatable) The type of pipeline.
- commandLine StringArguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- environmentVariables Map<String,String>
- (Updatable) Environment variables to set for steps in the pipeline.
- maximumRuntime StringIn Minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type string
- (Updatable) The type of pipeline.
- commandLine stringArguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- environmentVariables {[key: string]: string}
- (Updatable) Environment variables to set for steps in the pipeline.
- maximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type str
- (Updatable) The type of pipeline.
- command_line_ strarguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- environment_variables Mapping[str, str]
- (Updatable) Environment variables to set for steps in the pipeline.
- maximum_runtime_ strin_ minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type String
- (Updatable) The type of pipeline.
- commandLine StringArguments 
- (Updatable) The command line arguments to set for steps in the pipeline.
- environmentVariables Map<String>
- (Updatable) Environment variables to set for steps in the pipeline.
- maximumRuntime StringIn Minutes 
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
PipelineInfrastructureConfigurationDetails, PipelineInfrastructureConfigurationDetailsArgs        
- BlockStorage intSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- ShapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- ShapeConfig PipelineDetails Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- SubnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- BlockStorage intSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- ShapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- ShapeConfig PipelineDetails Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- SubnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage IntegerSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName String
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig PipelineDetails Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId String
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage numberSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig PipelineDetails Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block_storage_ intsize_ in_ gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shape_name str
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape_config_ Pipelinedetails Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet_id str
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage NumberSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName String
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig Property MapDetails 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId String
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
PipelineInfrastructureConfigurationDetailsShapeConfigDetails, PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs              
- MemoryIn doubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- MemoryIn float64Gbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus float64
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn DoubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn numberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_in_ floatgbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus float
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn NumberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineLogConfigurationDetails, PipelineLogConfigurationDetailsArgs        
- EnableAuto boolLog Creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- (Updatable) If customer logging is enabled for pipeline.
- LogGroup stringId 
- (Updatable) The OCID of the log group.
- LogId string
- (Updatable) The OCID of the log.
- EnableAuto boolLog Creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- (Updatable) If customer logging is enabled for pipeline.
- LogGroup stringId 
- (Updatable) The OCID of the log group.
- LogId string
- (Updatable) The OCID of the log.
- enableAuto BooleanLog Creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- (Updatable) If customer logging is enabled for pipeline.
- logGroup StringId 
- (Updatable) The OCID of the log group.
- logId String
- (Updatable) The OCID of the log.
- enableAuto booleanLog Creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging boolean
- (Updatable) If customer logging is enabled for pipeline.
- logGroup stringId 
- (Updatable) The OCID of the log group.
- logId string
- (Updatable) The OCID of the log.
- enable_auto_ boollog_ creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_logging bool
- (Updatable) If customer logging is enabled for pipeline.
- log_group_ strid 
- (Updatable) The OCID of the log group.
- log_id str
- (Updatable) The OCID of the log.
- enableAuto BooleanLog Creation 
- (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- (Updatable) If customer logging is enabled for pipeline.
- logGroup StringId 
- (Updatable) The OCID of the log group.
- logId String
- (Updatable) The OCID of the log.
PipelineStepArtifact, PipelineStepArtifactArgs      
- StepArtifact string
- StepName string
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- ArtifactContent stringDisposition 
- ArtifactContent stringLength 
- ArtifactContent stringMd5 
- ArtifactLast stringModified 
- PipelineStep stringArtifact 
- StepName string
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- ArtifactContent stringDisposition 
- ArtifactContent stringLength 
- ArtifactContent stringMd5 
- ArtifactLast stringModified 
- pipelineStep StringArtifact 
- stepName String
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifactContent StringDisposition 
- artifactContent StringLength 
- artifactContent StringMd5 
- artifactLast StringModified 
- pipelineStep stringArtifact 
- stepName string
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifactContent stringDisposition 
- artifactContent stringLength 
- artifactContent stringMd5 
- artifactLast stringModified 
- pipeline_step_ strartifact 
- step_name str
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifact_content_ strdisposition 
- artifact_content_ strlength 
- artifact_content_ strmd5 
- artifact_last_ strmodified 
- pipelineStep StringArtifact 
- stepName String
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifactContent StringDisposition 
- artifactContent StringLength 
- artifactContent StringMd5 
- artifactLast StringModified 
PipelineStepDetail, PipelineStepDetailArgs      
- StepName string
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- StepType string
- (Updatable) The type of step.
- ApplicationId string
- The OCID of the dataflow application to be used as a step.
- DependsOns List<string>
- The list of step names this current step depends on for execution.
- Description string
- (Updatable) A short description of the step.
- IsArtifact boolUploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- JobId string
- The OCID of the job to be used as a step.
- StepConfiguration PipelineDetails Step Detail Step Configuration Details 
- (Updatable) The configuration details of a step.
- StepContainer PipelineConfiguration Details Step Detail Step Container Configuration Details 
- Container Details for a step in pipeline.
- StepDataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details 
- (Updatable) The configuration details of a Dataflow step.
- StepInfrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- StepStorage List<PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- StepName string
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- StepType string
- (Updatable) The type of step.
- ApplicationId string
- The OCID of the dataflow application to be used as a step.
- DependsOns []string
- The list of step names this current step depends on for execution.
- Description string
- (Updatable) A short description of the step.
- IsArtifact boolUploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- JobId string
- The OCID of the job to be used as a step.
- StepConfiguration PipelineDetails Step Detail Step Configuration Details 
- (Updatable) The configuration details of a step.
- StepContainer PipelineConfiguration Details Step Detail Step Container Configuration Details 
- Container Details for a step in pipeline.
- StepDataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details 
- (Updatable) The configuration details of a Dataflow step.
- StepInfrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- StepStorage []PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- stepName String
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- stepType String
- (Updatable) The type of step.
- applicationId String
- The OCID of the dataflow application to be used as a step.
- dependsOns List<String>
- The list of step names this current step depends on for execution.
- description String
- (Updatable) A short description of the step.
- isArtifact BooleanUploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- jobId String
- The OCID of the job to be used as a step.
- stepConfiguration PipelineDetails Step Detail Step Configuration Details 
- (Updatable) The configuration details of a step.
- stepContainer PipelineConfiguration Details Step Detail Step Container Configuration Details 
- Container Details for a step in pipeline.
- stepDataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details 
- (Updatable) The configuration details of a Dataflow step.
- stepInfrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- stepStorage List<PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List> 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- stepName string
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- stepType string
- (Updatable) The type of step.
- applicationId string
- The OCID of the dataflow application to be used as a step.
- dependsOns string[]
- The list of step names this current step depends on for execution.
- description string
- (Updatable) A short description of the step.
- isArtifact booleanUploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- jobId string
- The OCID of the job to be used as a step.
- stepConfiguration PipelineDetails Step Detail Step Configuration Details 
- (Updatable) The configuration details of a step.
- stepContainer PipelineConfiguration Details Step Detail Step Container Configuration Details 
- Container Details for a step in pipeline.
- stepDataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details 
- (Updatable) The configuration details of a Dataflow step.
- stepInfrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- stepStorage PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List[] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- step_name str
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step_type str
- (Updatable) The type of step.
- application_id str
- The OCID of the dataflow application to be used as a step.
- depends_ons Sequence[str]
- The list of step names this current step depends on for execution.
- description str
- (Updatable) A short description of the step.
- is_artifact_ booluploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- job_id str
- The OCID of the job to be used as a step.
- step_configuration_ Pipelinedetails Step Detail Step Configuration Details 
- (Updatable) The configuration details of a step.
- step_container_ Pipelineconfiguration_ details Step Detail Step Container Configuration Details 
- Container Details for a step in pipeline.
- step_dataflow_ Pipelineconfiguration_ details Step Detail Step Dataflow Configuration Details 
- (Updatable) The configuration details of a Dataflow step.
- step_infrastructure_ Pipelineconfiguration_ details Step Detail Step Infrastructure Configuration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- step_storage_ Sequence[Pipelinemount_ configuration_ details_ lists Step Detail Step Storage Mount Configuration Details List] 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
- stepName String
- (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- stepType String
- (Updatable) The type of step.
- applicationId String
- The OCID of the dataflow application to be used as a step.
- dependsOns List<String>
- The list of step names this current step depends on for execution.
- description String
- (Updatable) A short description of the step.
- isArtifact BooleanUploaded 
- A flag to indicate whether the artifact has been uploaded for this step or not.
- jobId String
- The OCID of the job to be used as a step.
- stepConfiguration Property MapDetails 
- (Updatable) The configuration details of a step.
- stepContainer Property MapConfiguration Details 
- Container Details for a step in pipeline.
- stepDataflow Property MapConfiguration Details 
- (Updatable) The configuration details of a Dataflow step.
- stepInfrastructure Property MapConfiguration Details 
- (Updatable) The infrastructure configuration details of a pipeline or a step.
- stepStorage List<Property Map>Mount Configuration Details Lists 
- (Updatable) The storage mount details to mount to the instance running the pipeline step.
PipelineStepDetailStepConfigurationDetails, PipelineStepDetailStepConfigurationDetailsArgs            
- CommandLine stringArguments 
- (Updatable) The command line arguments to set for step.
- EnvironmentVariables Dictionary<string, string>
- (Updatable) Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the step.
- CommandLine stringArguments 
- (Updatable) The command line arguments to set for step.
- EnvironmentVariables map[string]string
- (Updatable) Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the step.
- commandLine StringArguments 
- (Updatable) The command line arguments to set for step.
- environmentVariables Map<String,String>
- (Updatable) Environment variables to set for step.
- maximumRuntime StringIn Minutes 
- (Updatable) A time bound for the execution of the step.
- commandLine stringArguments 
- (Updatable) The command line arguments to set for step.
- environmentVariables {[key: string]: string}
- (Updatable) Environment variables to set for step.
- maximumRuntime stringIn Minutes 
- (Updatable) A time bound for the execution of the step.
- command_line_ strarguments 
- (Updatable) The command line arguments to set for step.
- environment_variables Mapping[str, str]
- (Updatable) Environment variables to set for step.
- maximum_runtime_ strin_ minutes 
- (Updatable) A time bound for the execution of the step.
- commandLine StringArguments 
- (Updatable) The command line arguments to set for step.
- environmentVariables Map<String>
- (Updatable) Environment variables to set for step.
- maximumRuntime StringIn Minutes 
- (Updatable) A time bound for the execution of the step.
PipelineStepDetailStepContainerConfigurationDetails, PipelineStepDetailStepContainerConfigurationDetailsArgs              
- ContainerType string
- The type of container.
- Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Cmds List<string>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- ContainerType string
- The type of container.
- Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Cmds []string
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- containerType String
- The type of container.
- image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds List<String>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
- containerType string
- The type of container.
- image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds string[]
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- imageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature stringId 
- OCID of the container image signature
- container_type str
- The type of container.
- image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- image_digest str
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_signature_ strid 
- OCID of the container image signature
- containerType String
- The type of container.
- image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds List<String>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
PipelineStepDetailStepDataflowConfigurationDetails, PipelineStepDetailStepDataflowConfigurationDetailsArgs              
- Configuration Dictionary<string, string>
- (Updatable) The Spark configuration passed to the running process.
- DriverShape string
- (Updatable) The VM shape for the driver.
- DriverShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- ExecutorShape string
- (Updatable) The VM shape for the executors.
- ExecutorShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- LogsBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- NumExecutors int
- (Updatable) The number of executor VMs requested.
- WarehouseBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- Configuration map[string]string
- (Updatable) The Spark configuration passed to the running process.
- DriverShape string
- (Updatable) The VM shape for the driver.
- DriverShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- ExecutorShape string
- (Updatable) The VM shape for the executors.
- ExecutorShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- LogsBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- NumExecutors int
- (Updatable) The number of executor VMs requested.
- WarehouseBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Map<String,String>
- (Updatable) The Spark configuration passed to the running process.
- driverShape String
- (Updatable) The VM shape for the driver.
- driverShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executorShape String
- (Updatable) The VM shape for the executors.
- executorShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logsBucket StringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- numExecutors Integer
- (Updatable) The number of executor VMs requested.
- warehouseBucket StringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration {[key: string]: string}
- (Updatable) The Spark configuration passed to the running process.
- driverShape string
- (Updatable) The VM shape for the driver.
- driverShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executorShape string
- (Updatable) The VM shape for the executors.
- executorShape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logsBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- numExecutors number
- (Updatable) The number of executor VMs requested.
- warehouseBucket stringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Mapping[str, str]
- (Updatable) The Spark configuration passed to the running process.
- driver_shape str
- (Updatable) The VM shape for the driver.
- driver_shape_ Pipelineconfig_ details Step Detail Step Dataflow Configuration Details Driver Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor_shape str
- (Updatable) The VM shape for the executors.
- executor_shape_ Pipelineconfig_ details Step Detail Step Dataflow Configuration Details Executor Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs_bucket_ struri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num_executors int
- (Updatable) The number of executor VMs requested.
- warehouse_bucket_ struri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Map<String>
- (Updatable) The Spark configuration passed to the running process.
- driverShape String
- (Updatable) The VM shape for the driver.
- driverShape Property MapConfig Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executorShape String
- (Updatable) The VM shape for the executors.
- executorShape Property MapConfig Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logsBucket StringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- numExecutors Number
- (Updatable) The number of executor VMs requested.
- warehouseBucket StringUri 
- (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetails, PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs                      
- MemoryIn doubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- MemoryIn float64Gbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus float64
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn DoubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn numberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_in_ floatgbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus float
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn NumberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetails, PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs                      
- MemoryIn doubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- MemoryIn float64Gbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus float64
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn DoubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn numberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_in_ floatgbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus float
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn NumberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepInfrastructureConfigurationDetails, PipelineStepDetailStepInfrastructureConfigurationDetailsArgs              
- BlockStorage intSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- ShapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- ShapeConfig PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- SubnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- BlockStorage intSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- ShapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- ShapeConfig PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- SubnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage IntegerSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName String
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId String
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage numberSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName string
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId string
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block_storage_ intsize_ in_ gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shape_name str
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape_config_ Pipelinedetails Step Detail Step Infrastructure Configuration Details Shape Config Details 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet_id str
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- blockStorage NumberSize In Gbs 
- (Updatable) The size of the block storage volume to attach to the instance.
- shapeName String
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shapeConfig Property MapDetails 
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnetId String
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails, PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs                    
- MemoryIn doubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- MemoryIn float64Gbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- Ocpus float64
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn DoubleGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Double
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn numberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_in_ floatgbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus float
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memoryIn NumberGbs 
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus Number
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepStorageMountConfigurationDetailsList, PipelineStepDetailStepStorageMountConfigurationDetailsListArgs                  
- DestinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- StorageType string
- (Updatable) The type of storage.
- Bucket string
- (Updatable) The object storage bucket
- DestinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- ExportId string
- (Updatable) OCID of the export
- MountTarget stringId 
- (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- DestinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- StorageType string
- (Updatable) The type of storage.
- Bucket string
- (Updatable) The object storage bucket
- DestinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- ExportId string
- (Updatable) OCID of the export
- MountTarget stringId 
- (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- destinationDirectory StringName 
- (Updatable) The local directory name to be mounted
- storageType String
- (Updatable) The type of storage.
- bucket String
- (Updatable) The object storage bucket
- destinationPath String
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId String
- (Updatable) OCID of the export
- mountTarget StringId 
- (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
- destinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- storageType string
- (Updatable) The type of storage.
- bucket string
- (Updatable) The object storage bucket
- destinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId string
- (Updatable) OCID of the export
- mountTarget stringId 
- (Updatable) OCID of the mount target
- namespace string
- (Updatable) The object storage namespace
- prefix string
- (Updatable) Prefix in the bucket to mount
- destination_directory_ strname 
- (Updatable) The local directory name to be mounted
- storage_type str
- (Updatable) The type of storage.
- bucket str
- (Updatable) The object storage bucket
- destination_path str
- (Updatable) The local path of the mounted directory, excluding directory name.
- export_id str
- (Updatable) OCID of the export
- mount_target_ strid 
- (Updatable) OCID of the mount target
- namespace str
- (Updatable) The object storage namespace
- prefix str
- (Updatable) Prefix in the bucket to mount
- destinationDirectory StringName 
- (Updatable) The local directory name to be mounted
- storageType String
- (Updatable) The type of storage.
- bucket String
- (Updatable) The object storage bucket
- destinationPath String
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId String
- (Updatable) OCID of the export
- mountTarget StringId 
- (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
PipelineStorageMountConfigurationDetailsList, PipelineStorageMountConfigurationDetailsListArgs            
- DestinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- StorageType string
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- Bucket string
- (Updatable) The object storage bucket
- DestinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- ExportId string
- (Updatable) OCID of the export
- MountTarget stringId 
- (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- DestinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- StorageType string
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- Bucket string
- (Updatable) The object storage bucket
- DestinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- ExportId string
- (Updatable) OCID of the export
- MountTarget stringId 
- (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- destinationDirectory StringName 
- (Updatable) The local directory name to be mounted
- storageType String
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- bucket String
- (Updatable) The object storage bucket
- destinationPath String
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId String
- (Updatable) OCID of the export
- mountTarget StringId 
- (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
- destinationDirectory stringName 
- (Updatable) The local directory name to be mounted
- storageType string
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- bucket string
- (Updatable) The object storage bucket
- destinationPath string
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId string
- (Updatable) OCID of the export
- mountTarget stringId 
- (Updatable) OCID of the mount target
- namespace string
- (Updatable) The object storage namespace
- prefix string
- (Updatable) Prefix in the bucket to mount
- destination_directory_ strname 
- (Updatable) The local directory name to be mounted
- storage_type str
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- bucket str
- (Updatable) The object storage bucket
- destination_path str
- (Updatable) The local path of the mounted directory, excluding directory name.
- export_id str
- (Updatable) OCID of the export
- mount_target_ strid 
- (Updatable) OCID of the mount target
- namespace str
- (Updatable) The object storage namespace
- prefix str
- (Updatable) Prefix in the bucket to mount
- destinationDirectory StringName 
- (Updatable) The local directory name to be mounted
- storageType String
- (Updatable) The type of storage. - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- bucket String
- (Updatable) The object storage bucket
- destinationPath String
- (Updatable) The local path of the mounted directory, excluding directory name.
- exportId String
- (Updatable) OCID of the export
- mountTarget StringId 
- (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
Import
Pipelines can be imported using the id, e.g.
$ pulumi import oci:DataScience/pipeline:Pipeline test_pipeline "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.