Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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 LookupDeployPipeline(ctx *Context, args *LookupDeployPipelineArgs, opts ...InvokeOption) (*LookupDeployPipelineResult, error)
func LookupDeployPipelineOutput(ctx *Context, args *LookupDeployPipelineOutputArgs, opts ...InvokeOption) LookupDeployPipelineResultOutput> Note: This function is named LookupDeployPipeline 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:
- DeployPipeline stringId 
- Unique pipeline identifier.
- DeployPipeline stringId 
- Unique pipeline identifier.
- deployPipeline StringId 
- Unique pipeline identifier.
- deployPipeline stringId 
- Unique pipeline identifier.
- deploy_pipeline_ strid 
- Unique pipeline identifier.
- deployPipeline StringId 
- Unique pipeline identifier.
getDeployPipeline Result
The following output properties are available:
- CompartmentId 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"}
- DeployPipeline List<GetArtifacts Deploy Pipeline Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- DeployPipeline List<GetEnvironments Deploy Pipeline Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- DeployPipeline stringId 
- DeployPipeline 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.
- DisplayName 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.
- 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.
- ProjectId 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"}
- TimeCreated string
- Time the deployment pipeline was created. Format defined by RFC3339.
- TimeUpdated string
- Time the deployment pipeline was updated. Format defined by RFC3339.
- CompartmentId 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"}
- DeployPipeline []GetArtifacts Deploy Pipeline Deploy Pipeline Artifact 
- List of all artifacts used in the pipeline.
- DeployPipeline []GetEnvironments Deploy Pipeline Deploy Pipeline Environment 
- List of all environments used in the pipeline.
- DeployPipeline stringId 
- DeployPipeline []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.
- DisplayName 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.
- 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.
- ProjectId 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"}
- TimeCreated string
- Time the deployment pipeline was created. Format defined by RFC3339.
- TimeUpdated string
- Time the deployment pipeline was updated. Format defined by RFC3339.
- compartmentId 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"}
- deployPipeline List<GetArtifacts Deploy Pipeline Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- deployPipeline List<GetEnvironments Deploy Pipeline Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- deployPipeline StringId 
- deployPipeline 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.
- displayName 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.
- 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.
- projectId 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"}
- timeCreated String
- Time the deployment pipeline was created. Format defined by RFC3339.
- timeUpdated String
- Time the deployment pipeline was updated. Format defined by RFC3339.
- compartmentId 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"}
- deployPipeline GetArtifacts Deploy Pipeline Deploy Pipeline Artifact[] 
- List of all artifacts used in the pipeline.
- deployPipeline GetEnvironments Deploy Pipeline Deploy Pipeline Environment[] 
- List of all environments used in the pipeline.
- deployPipeline stringId 
- deployPipeline 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.
- displayName 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.
- 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.
- projectId 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"}
- timeCreated string
- Time the deployment pipeline was created. Format defined by RFC3339.
- timeUpdated 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[Getartifacts Deploy Pipeline Deploy Pipeline Artifact] 
- List of all artifacts used in the pipeline.
- deploy_pipeline_ Sequence[Getenvironments Deploy Pipeline Deploy Pipeline Environment] 
- List of all environments used in the pipeline.
- deploy_pipeline_ strid 
- deploy_pipeline_ Sequence[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 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.
- compartmentId 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"}
- deployPipeline List<Property Map>Artifacts 
- List of all artifacts used in the pipeline.
- deployPipeline List<Property Map>Environments 
- List of all environments used in the pipeline.
- deployPipeline StringId 
- deployPipeline 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.
- displayName 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.
- 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.
- projectId 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"}
- timeCreated String
- Time the deployment pipeline was created. Format defined by RFC3339.
- timeUpdated String
- Time the deployment pipeline was updated. Format defined by RFC3339.
Supporting Types
GetDeployPipelineDeployPipelineArtifact     
- Items
List<GetDeploy Pipeline Deploy Pipeline Artifact Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipeline Deploy Pipeline Artifact Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipeline Deploy Pipeline Artifact Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipeline Deploy Pipeline Artifact Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy 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      
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline List<GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline []GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployArtifact StringId 
- The OCID of an artifact
- deployPipeline List<GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployArtifact stringId 
- The OCID of an artifact
- deployPipeline GetStages Deploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage[] 
- List of stages.
- displayName 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[Getstages 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.
- deployArtifact StringId 
- The OCID of an artifact
- deployPipeline List<Property Map>Stages 
- List of stages.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeployPipelineDeployPipelineArtifactItemDeployPipelineStage         
- Items
List<GetDeploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipeline Deploy Pipeline Artifact Item Deploy Pipeline Stage Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy 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          
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of a stage
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage stringId 
- The OCID of a stage
- displayName 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.
- deployStage StringId 
- The OCID of a stage
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeployPipelineDeployPipelineEnvironment     
- Items
List<GetDeploy Pipeline Deploy Pipeline Environment Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipeline Deploy Pipeline Environment Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipeline Deploy Pipeline Environment Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipeline Deploy Pipeline Environment Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy 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      
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline List<GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline []GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployEnvironment StringId 
- The OCID of an Environment
- deployPipeline List<GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployEnvironment stringId 
- The OCID of an Environment
- deployPipeline GetStages Deploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage[] 
- List of stages.
- displayName 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[Getstages 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.
- deployEnvironment StringId 
- The OCID of an Environment
- deployPipeline List<Property Map>Stages 
- List of stages.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage         
- Items
List<GetDeploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipeline Deploy Pipeline Environment Item Deploy Pipeline Stage Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy 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          
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of a stage
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage stringId 
- The OCID of a stage
- displayName 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.
- deployStage StringId 
- The OCID of a stage
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeployPipelineDeployPipelineParameter     
- Items
List<GetDeploy Pipeline Deploy Pipeline Parameter Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipeline Deploy Pipeline Parameter Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipeline Deploy Pipeline Parameter Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipeline Deploy Pipeline Parameter Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy 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      
- DefaultValue 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]*$.
- DefaultValue 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]*$.
- defaultValue 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]*$.
- defaultValue 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]*$.
- defaultValue 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.