Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DevOps.getDeployPipeline
Explore with Pulumi AI
This data source provides details about a specific Deploy Pipeline resource in Oracle Cloud Infrastructure Devops service.
Retrieves a deployment pipeline by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeployPipeline = oci.DevOps.getDeployPipeline({
    deployPipelineId: testDeployPipelineOciDevopsDeployPipeline.id,
});
import pulumi
import pulumi_oci as oci
test_deploy_pipeline = oci.DevOps.get_deploy_pipeline(deploy_pipeline_id=test_deploy_pipeline_oci_devops_deploy_pipeline["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/devops"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := devops.GetDeployPipeline(ctx, &devops.GetDeployPipelineArgs{
			DeployPipelineId: testDeployPipelineOciDevopsDeployPipeline.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testDeployPipeline = Oci.DevOps.GetDeployPipeline.Invoke(new()
    {
        DeployPipelineId = testDeployPipelineOciDevopsDeployPipeline.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DevOps.DevOpsFunctions;
import com.pulumi.oci.DevOps.inputs.GetDeployPipelineArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testDeployPipeline = DevOpsFunctions.getDeployPipeline(GetDeployPipelineArgs.builder()
            .deployPipelineId(testDeployPipelineOciDevopsDeployPipeline.id())
            .build());
    }
}
variables:
  testDeployPipeline:
    fn::invoke:
      function: oci:DevOps:getDeployPipeline
      arguments:
        deployPipelineId: ${testDeployPipelineOciDevopsDeployPipeline.id}
Using getDeployPipeline
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeployPipeline(args: GetDeployPipelineArgs, opts?: InvokeOptions): Promise<GetDeployPipelineResult>
function getDeployPipelineOutput(args: GetDeployPipelineOutputArgs, opts?: InvokeOptions): Output<GetDeployPipelineResult>def get_deploy_pipeline(deploy_pipeline_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDeployPipelineResult
def get_deploy_pipeline_output(deploy_pipeline_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDeployPipelineResult]func GetDeployPipeline(ctx *Context, args *GetDeployPipelineArgs, opts ...InvokeOption) (*GetDeployPipelineResult, error)
func GetDeployPipelineOutput(ctx *Context, args *GetDeployPipelineOutputArgs, opts ...InvokeOption) GetDeployPipelineResultOutput> Note: This function is named GetDeployPipeline in the Go SDK.
public static class GetDeployPipeline 
{
    public static Task<GetDeployPipelineResult> InvokeAsync(GetDeployPipelineArgs args, InvokeOptions? opts = null)
    public static Output<GetDeployPipelineResult> Invoke(GetDeployPipelineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeployPipelineResult> getDeployPipeline(GetDeployPipelineArgs args, InvokeOptions options)
public static Output<GetDeployPipelineResult> getDeployPipeline(GetDeployPipelineArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DevOps/getDeployPipeline:getDeployPipeline
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Deploy
Pipeline stringId  - Unique pipeline identifier.
 
- Deploy
Pipeline stringId  - Unique pipeline identifier.
 
- deploy
Pipeline StringId  - Unique pipeline identifier.
 
- deploy
Pipeline stringId  - Unique pipeline identifier.
 
- deploy_
pipeline_ strid  - Unique pipeline identifier.
 
- deploy
Pipeline StringId  - Unique pipeline identifier.
 
getDeployPipeline Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment where the pipeline is created.
 - Dictionary<string, string>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - Deploy
Pipeline List<GetArtifacts Deploy Pipeline Deploy Pipeline Artifact>  - List of all artifacts used in the pipeline.
 - Deploy
Pipeline List<GetEnvironments Deploy Pipeline Deploy Pipeline Environment>  - List of all environments used in the pipeline.
 - Deploy
Pipeline stringId  - Deploy
Pipeline List<GetParameters Deploy Pipeline Deploy Pipeline Parameter>  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - Description string
 - Optional description about the deployment pipeline.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - Dictionary<string, string>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - Id string
 - Unique identifier that is immutable on creation.
 - Lifecycle
Details 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.
 - Project
Id string - The OCID of a project.
 - State string
 - The current state of the deployment pipeline.
 - Dictionary<string, string>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Time the deployment pipeline was created. Format defined by RFC3339.
 - Time
Updated string - Time the deployment pipeline was updated. Format defined by RFC3339.
 
- Compartment
Id string - The OCID of the compartment where the pipeline is created.
 - map[string]string
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - Deploy
Pipeline []GetArtifacts Deploy Pipeline Deploy Pipeline Artifact  - List of all artifacts used in the pipeline.
 - Deploy
Pipeline []GetEnvironments Deploy Pipeline Deploy Pipeline Environment  - List of all environments used in the pipeline.
 - Deploy
Pipeline stringId  - Deploy
Pipeline []GetParameters Deploy Pipeline Deploy Pipeline Parameter  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - Description string
 - Optional description about the deployment pipeline.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - map[string]string
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - Id string
 - Unique identifier that is immutable on creation.
 - Lifecycle
Details 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.
 - Project
Id string - The OCID of a project.
 - State string
 - The current state of the deployment pipeline.
 - map[string]string
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Time the deployment pipeline was created. Format defined by RFC3339.
 - Time
Updated string - Time the deployment pipeline was updated. Format defined by RFC3339.
 
- compartment
Id String - The OCID of the compartment where the pipeline is created.
 - Map<String,String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - deploy
Pipeline List<GetArtifacts Deploy Pipeline Deploy Pipeline Artifact>  - List of all artifacts used in the pipeline.
 - deploy
Pipeline List<GetEnvironments Deploy Pipeline Deploy Pipeline Environment>  - List of all environments used in the pipeline.
 - deploy
Pipeline StringId  - deploy
Pipeline List<GetParameters Deploy Pipeline Deploy Pipeline Parameter>  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - description String
 - Optional description about the deployment pipeline.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - Map<String,String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - id String
 - Unique identifier that is immutable on creation.
 - lifecycle
Details 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.
 - project
Id String - The OCID of a project.
 - state String
 - The current state of the deployment pipeline.
 - Map<String,String>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Time the deployment pipeline was created. Format defined by RFC3339.
 - time
Updated String - Time the deployment pipeline was updated. Format defined by RFC3339.
 
- compartment
Id string - The OCID of the compartment where the pipeline is created.
 - {[key: string]: string}
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - deploy
Pipeline GetArtifacts Deploy Pipeline Deploy Pipeline Artifact[]  - List of all artifacts used in the pipeline.
 - deploy
Pipeline GetEnvironments Deploy Pipeline Deploy Pipeline Environment[]  - List of all environments used in the pipeline.
 - deploy
Pipeline stringId  - deploy
Pipeline GetParameters Deploy Pipeline Deploy Pipeline Parameter[]  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - description string
 - Optional description about the deployment pipeline.
 - display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - {[key: string]: string}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - id string
 - Unique identifier that is immutable on creation.
 - lifecycle
Details 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.
 - project
Id string - The OCID of a project.
 - state string
 - The current state of the deployment pipeline.
 - {[key: string]: string}
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - Time the deployment pipeline was created. Format defined by RFC3339.
 - time
Updated string - Time the deployment pipeline was updated. Format defined by RFC3339.
 
- compartment_
id str - The OCID of the compartment where the pipeline is created.
 - Mapping[str, str]
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - deploy_
pipeline_ Sequence[devops.artifacts Get Deploy Pipeline Deploy Pipeline Artifact]  - List of all artifacts used in the pipeline.
 - deploy_
pipeline_ Sequence[devops.environments Get Deploy Pipeline Deploy Pipeline Environment]  - List of all environments used in the pipeline.
 - deploy_
pipeline_ strid  - deploy_
pipeline_ Sequence[devops.parameters Get Deploy Pipeline Deploy Pipeline Parameter]  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - description str
 - Optional description about the deployment pipeline.
 - display_
name str - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - Mapping[str, str]
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - id str
 - Unique identifier that is immutable on creation.
 - 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.
 - project_
id str - The OCID of a project.
 - state str
 - The current state of the deployment pipeline.
 - Mapping[str, str]
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - Time the deployment pipeline was created. Format defined by RFC3339.
 - time_
updated str - Time the deployment pipeline was updated. Format defined by RFC3339.
 
- compartment
Id String - The OCID of the compartment where the pipeline is created.
 - Map<String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: 
{"foo-namespace.bar-key": "value"} - deploy
Pipeline List<Property Map>Artifacts  - List of all artifacts used in the pipeline.
 - deploy
Pipeline List<Property Map>Environments  - List of all environments used in the pipeline.
 - deploy
Pipeline StringId  - deploy
Pipeline List<Property Map>Parameters  - Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.
 - description String
 - Optional description about the deployment pipeline.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 - Map<String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: 
{"bar-key": "value"} - id String
 - Unique identifier that is immutable on creation.
 - lifecycle
Details 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.
 - project
Id String - The OCID of a project.
 - state String
 - The current state of the deployment pipeline.
 - Map<String>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Time the deployment pipeline was created. Format defined by RFC3339.
 - time
Updated String - Time the deployment pipeline was updated. Format defined by RFC3339.
 
Supporting Types
GetDeployPipelineDeployPipelineArtifact     
- Items
List<Get
Deploy Pipeline Deploy Pipeline Artifact Item>  - List of parameters defined for a deployment pipeline.
 
- Items
[]Get
Deploy Pipeline Deploy Pipeline Artifact Item  - List of parameters defined for a deployment pipeline.
 
- items
List<Get
Deploy Pipeline Deploy Pipeline Artifact Item>  - List of parameters defined for a deployment pipeline.
 
- items
Get
Deploy Pipeline Deploy Pipeline Artifact Item[]  - List of parameters defined for a deployment pipeline.
 
- items
Sequence[devops.
Get Deploy Pipeline Deploy Pipeline Artifact Item]  - List of parameters defined for a deployment pipeline.
 
- items List<Property Map>
 - List of parameters defined for a deployment pipeline.
 
GetDeployPipelineDeployPipelineArtifactItem      
- Deploy
Artifact stringId  - The OCID of an artifact
 - Deploy
Pipeline List<GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage>  - List of stages.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- Deploy
Artifact stringId  - The OCID of an artifact
 - Deploy
Pipeline []GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage  - List of stages.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Artifact StringId  - The OCID of an artifact
 - deploy
Pipeline List<GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage>  - List of stages.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Artifact stringId  - The OCID of an artifact
 - deploy
Pipeline GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage[]  - List of stages.
 - display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy_
artifact_ strid  - The OCID of an artifact
 - deploy_
pipeline_ Sequence[devops.stages Get Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage]  - List of stages.
 - display_
name str - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Artifact StringId  - The OCID of an artifact
 - deploy
Pipeline List<Property Map>Stages  - List of stages.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
GetDeployPipelineDeployPipelineArtifactItemDeployPipelineStage         
- Items
List<Get
Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item>  - List of parameters defined for a deployment pipeline.
 
- Items
[]Get
Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item  - List of parameters defined for a deployment pipeline.
 
- items
List<Get
Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item>  - List of parameters defined for a deployment pipeline.
 
- items
Get
Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item[]  - List of parameters defined for a deployment pipeline.
 
- items
Sequence[devops.
Get Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item]  - List of parameters defined for a deployment pipeline.
 
- items List<Property Map>
 - List of parameters defined for a deployment pipeline.
 
GetDeployPipelineDeployPipelineArtifactItemDeployPipelineStageItem          
- Deploy
Stage stringId  - The OCID of a stage
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- Deploy
Stage stringId  - The OCID of a stage
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage StringId  - The OCID of a stage
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage stringId  - The OCID of a stage
 - display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy_
stage_ strid  - The OCID of a stage
 - display_
name str - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage StringId  - The OCID of a stage
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
GetDeployPipelineDeployPipelineEnvironment     
- Items
List<Get
Deploy Pipeline Deploy Pipeline Environment Item>  - List of parameters defined for a deployment pipeline.
 
- Items
[]Get
Deploy Pipeline Deploy Pipeline Environment Item  - List of parameters defined for a deployment pipeline.
 
- items
List<Get
Deploy Pipeline Deploy Pipeline Environment Item>  - List of parameters defined for a deployment pipeline.
 
- items
Get
Deploy Pipeline Deploy Pipeline Environment Item[]  - List of parameters defined for a deployment pipeline.
 
- items
Sequence[devops.
Get Deploy Pipeline Deploy Pipeline Environment Item]  - List of parameters defined for a deployment pipeline.
 
- items List<Property Map>
 - List of parameters defined for a deployment pipeline.
 
GetDeployPipelineDeployPipelineEnvironmentItem      
- Deploy
Environment stringId  - The OCID of an Environment
 - Deploy
Pipeline List<GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage>  - List of stages.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- Deploy
Environment stringId  - The OCID of an Environment
 - Deploy
Pipeline []GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage  - List of stages.
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Environment StringId  - The OCID of an Environment
 - deploy
Pipeline List<GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage>  - List of stages.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Environment stringId  - The OCID of an Environment
 - deploy
Pipeline GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage[]  - List of stages.
 - display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy_
environment_ strid  - The OCID of an Environment
 - deploy_
pipeline_ Sequence[devops.stages Get Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage]  - List of stages.
 - display_
name str - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Environment StringId  - The OCID of an Environment
 - deploy
Pipeline List<Property Map>Stages  - List of stages.
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
GetDeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage         
- Items
List<Get
Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item>  - List of parameters defined for a deployment pipeline.
 
- Items
[]Get
Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item  - List of parameters defined for a deployment pipeline.
 
- items
List<Get
Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item>  - List of parameters defined for a deployment pipeline.
 
- items
Get
Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item[]  - List of parameters defined for a deployment pipeline.
 
- items
Sequence[devops.
Get Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item]  - List of parameters defined for a deployment pipeline.
 
- items List<Property Map>
 - List of parameters defined for a deployment pipeline.
 
GetDeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItem          
- Deploy
Stage stringId  - The OCID of a stage
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- Deploy
Stage stringId  - The OCID of a stage
 - Display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage StringId  - The OCID of a stage
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage stringId  - The OCID of a stage
 - display
Name string - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy_
stage_ strid  - The OCID of a stage
 - display_
name str - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
- deploy
Stage StringId  - The OCID of a stage
 - display
Name String - Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
 
GetDeployPipelineDeployPipelineParameter     
- Items
List<Get
Deploy Pipeline Deploy Pipeline Parameter Item>  - List of parameters defined for a deployment pipeline.
 
- Items
[]Get
Deploy Pipeline Deploy Pipeline Parameter Item  - List of parameters defined for a deployment pipeline.
 
- items
List<Get
Deploy Pipeline Deploy Pipeline Parameter Item>  - List of parameters defined for a deployment pipeline.
 
- items
Get
Deploy Pipeline Deploy Pipeline Parameter Item[]  - List of parameters defined for a deployment pipeline.
 
- items
Sequence[devops.
Get Deploy Pipeline Deploy Pipeline Parameter Item]  - List of parameters defined for a deployment pipeline.
 
- items List<Property Map>
 - List of parameters defined for a deployment pipeline.
 
GetDeployPipelineDeployPipelineParameterItem      
- Default
Value string - Default value of the parameter.
 - Description string
 - Optional description about the deployment pipeline.
 - Name string
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
- Default
Value string - Default value of the parameter.
 - Description string
 - Optional description about the deployment pipeline.
 - Name string
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
- default
Value String - Default value of the parameter.
 - description String
 - Optional description about the deployment pipeline.
 - name String
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
- default
Value string - Default value of the parameter.
 - description string
 - Optional description about the deployment pipeline.
 - name string
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
- default_
value str - Default value of the parameter.
 - description str
 - Optional description about the deployment pipeline.
 - name str
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
- default
Value String - Default value of the parameter.
 - description String
 - Optional description about the deployment pipeline.
 - name String
 - Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.