import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Pipeline resource in Oracle Cloud Infrastructure Data Science service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/data-science/latest/Pipeline * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/datascience * * Creates a new Pipeline. * * ## Import * * Pipelines can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:DataScience/pipeline:Pipeline test_pipeline "id" * ``` */ export declare class Pipeline extends pulumi.CustomResource { /** * Get an existing Pipeline resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: PipelineState, opts?: pulumi.CustomResourceOptions): Pipeline; /** * Returns true if the given object is an instance of Pipeline. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is Pipeline; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline. */ readonly compartmentId: pulumi.Output; /** * (Updatable) The configuration details of a pipeline. */ readonly configurationDetails: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline. */ readonly createdBy: pulumi.Output; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; readonly deleteRelatedPipelineRuns: pulumi.Output; /** * (Updatable) A short description of the pipeline. */ readonly description: pulumi.Output; /** * (Updatable) A user-friendly display name for the resource. */ readonly displayName: pulumi.Output; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) The infrastructure configuration details of a pipeline or a step. */ readonly infrastructureConfigurationDetails: pulumi.Output; /** * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state. */ readonly lifecycleDetails: pulumi.Output; /** * (Updatable) The pipeline log configuration details. */ readonly logConfigurationDetails: pulumi.Output; /** * (Updatable) Parameters used in the pipeline. */ readonly parameters: pulumi.Output<{ [key: string]: string; }>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with. */ readonly projectId: pulumi.Output; /** * The current state of the pipeline. */ readonly state: pulumi.Output; readonly stepArtifacts: pulumi.Output; /** * (Updatable) Array of step details for each step. */ readonly stepDetails: pulumi.Output; /** * (Updatable) The storage mount details to mount to the instance running the pipeline step. */ readonly storageMountConfigurationDetailsLists: pulumi.Output; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ readonly systemTags: pulumi.Output<{ [key: string]: string; }>; /** * The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z */ readonly timeCreated: pulumi.Output; /** * The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z */ readonly timeUpdated: pulumi.Output; /** * Create a Pipeline resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: PipelineArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering Pipeline resources. */ export interface PipelineState { /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline. */ compartmentId?: pulumi.Input; /** * (Updatable) The configuration details of a pipeline. */ configurationDetails?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline. */ createdBy?: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; deleteRelatedPipelineRuns?: pulumi.Input; /** * (Updatable) A short description of the pipeline. */ description?: pulumi.Input; /** * (Updatable) A user-friendly display name for the resource. */ displayName?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The infrastructure configuration details of a pipeline or a step. */ infrastructureConfigurationDetails?: pulumi.Input; /** * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state. */ lifecycleDetails?: pulumi.Input; /** * (Updatable) The pipeline log configuration details. */ logConfigurationDetails?: pulumi.Input; /** * (Updatable) Parameters used in the pipeline. */ parameters?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with. */ projectId?: pulumi.Input; /** * The current state of the pipeline. */ state?: pulumi.Input; stepArtifacts?: pulumi.Input[] | undefined>; /** * (Updatable) Array of step details for each step. */ stepDetails?: pulumi.Input[] | undefined>; /** * (Updatable) The storage mount details to mount to the instance running the pipeline step. */ storageMountConfigurationDetailsLists?: pulumi.Input[] | undefined>; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z */ timeCreated?: pulumi.Input; /** * The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2020-08-06T21:10:29.41Z */ timeUpdated?: pulumi.Input; } /** * The set of arguments for constructing a Pipeline resource. */ export interface PipelineArgs { /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline. */ compartmentId: pulumi.Input; /** * (Updatable) The configuration details of a pipeline. */ configurationDetails?: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; deleteRelatedPipelineRuns?: pulumi.Input; /** * (Updatable) A short description of the pipeline. */ description?: pulumi.Input; /** * (Updatable) A user-friendly display name for the resource. */ displayName?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The infrastructure configuration details of a pipeline or a step. */ infrastructureConfigurationDetails?: pulumi.Input; /** * (Updatable) The pipeline log configuration details. */ logConfigurationDetails?: pulumi.Input; /** * (Updatable) Parameters used in the pipeline. */ parameters?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline with. */ projectId: pulumi.Input; stepArtifacts?: pulumi.Input[] | undefined>; /** * (Updatable) Array of step details for each step. */ stepDetails: pulumi.Input[]>; /** * (Updatable) The storage mount details to mount to the instance running the pipeline step. */ storageMountConfigurationDetailsLists?: pulumi.Input[] | undefined>; } //# sourceMappingURL=pipeline.d.ts.map