Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DevOps.getDeployPipelines
Explore with Pulumi AI
This data source provides the list of Deploy Pipelines in Oracle Cloud Infrastructure Devops service.
Returns a list of deployment pipelines.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeployPipelines = oci.DevOps.getDeployPipelines({
    compartmentId: compartmentId,
    displayName: deployPipelineDisplayName,
    id: deployPipelineId,
    projectId: testProject.id,
    state: deployPipelineState,
});
import pulumi
import pulumi_oci as oci
test_deploy_pipelines = oci.DevOps.get_deploy_pipelines(compartment_id=compartment_id,
    display_name=deploy_pipeline_display_name,
    id=deploy_pipeline_id,
    project_id=test_project["id"],
    state=deploy_pipeline_state)
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.GetDeployPipelines(ctx, &devops.GetDeployPipelinesArgs{
			CompartmentId: pulumi.StringRef(compartmentId),
			DisplayName:   pulumi.StringRef(deployPipelineDisplayName),
			Id:            pulumi.StringRef(deployPipelineId),
			ProjectId:     pulumi.StringRef(testProject.Id),
			State:         pulumi.StringRef(deployPipelineState),
		}, 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 testDeployPipelines = Oci.DevOps.GetDeployPipelines.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = deployPipelineDisplayName,
        Id = deployPipelineId,
        ProjectId = testProject.Id,
        State = deployPipelineState,
    });
});
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.GetDeployPipelinesArgs;
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 testDeployPipelines = DevOpsFunctions.getDeployPipelines(GetDeployPipelinesArgs.builder()
            .compartmentId(compartmentId)
            .displayName(deployPipelineDisplayName)
            .id(deployPipelineId)
            .projectId(testProject.id())
            .state(deployPipelineState)
            .build());
    }
}
variables:
  testDeployPipelines:
    fn::invoke:
      function: oci:DevOps:getDeployPipelines
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${deployPipelineDisplayName}
        id: ${deployPipelineId}
        projectId: ${testProject.id}
        state: ${deployPipelineState}
Using getDeployPipelines
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 getDeployPipelines(args: GetDeployPipelinesArgs, opts?: InvokeOptions): Promise<GetDeployPipelinesResult>
function getDeployPipelinesOutput(args: GetDeployPipelinesOutputArgs, opts?: InvokeOptions): Output<GetDeployPipelinesResult>def get_deploy_pipelines(compartment_id: Optional[str] = None,
                         display_name: Optional[str] = None,
                         filters: Optional[Sequence[GetDeployPipelinesFilter]] = None,
                         id: Optional[str] = None,
                         project_id: Optional[str] = None,
                         state: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDeployPipelinesResult
def get_deploy_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
                         display_name: Optional[pulumi.Input[str]] = None,
                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDeployPipelinesFilterArgs]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         project_id: Optional[pulumi.Input[str]] = None,
                         state: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDeployPipelinesResult]func GetDeployPipelines(ctx *Context, args *GetDeployPipelinesArgs, opts ...InvokeOption) (*GetDeployPipelinesResult, error)
func GetDeployPipelinesOutput(ctx *Context, args *GetDeployPipelinesOutputArgs, opts ...InvokeOption) GetDeployPipelinesResultOutput> Note: This function is named GetDeployPipelines in the Go SDK.
public static class GetDeployPipelines 
{
    public static Task<GetDeployPipelinesResult> InvokeAsync(GetDeployPipelinesArgs args, InvokeOptions? opts = null)
    public static Output<GetDeployPipelinesResult> Invoke(GetDeployPipelinesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeployPipelinesResult> getDeployPipelines(GetDeployPipelinesArgs args, InvokeOptions options)
public static Output<GetDeployPipelinesResult> getDeployPipelines(GetDeployPipelinesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DevOps/getDeployPipelines:getDeployPipelines
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
List<GetDeploy Pipelines Filter> 
- Id string
- Unique identifier or OCID for listing a single resource by ID.
- ProjectId string
- unique project identifier
- State string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- CompartmentId string
- The OCID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
[]GetDeploy Pipelines Filter 
- Id string
- Unique identifier or OCID for listing a single resource by ID.
- ProjectId string
- unique project identifier
- State string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- compartmentId String
- The OCID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters
List<GetDeploy Pipelines Filter> 
- id String
- Unique identifier or OCID for listing a single resource by ID.
- projectId String
- unique project identifier
- state String
- A filter to return only DeployPipelines that matches the given lifecycleState.
- compartmentId string
- The OCID of the compartment in which to list resources.
- displayName string
- A filter to return only resources that match the entire display name given.
- filters
GetDeploy Pipelines Filter[] 
- id string
- Unique identifier or OCID for listing a single resource by ID.
- projectId string
- unique project identifier
- state string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- compartment_id str
- The OCID of the compartment in which to list resources.
- display_name str
- A filter to return only resources that match the entire display name given.
- filters
Sequence[GetDeploy Pipelines Filter] 
- id str
- Unique identifier or OCID for listing a single resource by ID.
- project_id str
- unique project identifier
- state str
- A filter to return only DeployPipelines that matches the given lifecycleState.
- compartmentId String
- The OCID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique identifier or OCID for listing a single resource by ID.
- projectId String
- unique project identifier
- state String
- A filter to return only DeployPipelines that matches the given lifecycleState.
getDeployPipelines Result
The following output properties are available:
- DeployPipeline List<GetCollections Deploy Pipelines Deploy Pipeline Collection> 
- The list of deploy_pipeline_collection.
- CompartmentId string
- The OCID of the compartment where the pipeline is created.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
List<GetDeploy Pipelines Filter> 
- Id string
- Unique identifier that is immutable on creation.
- ProjectId string
- The OCID of a project.
- State string
- The current state of the deployment pipeline.
- DeployPipeline []GetCollections Deploy Pipelines Deploy Pipeline Collection 
- The list of deploy_pipeline_collection.
- CompartmentId string
- The OCID of the compartment where the pipeline is created.
- DisplayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
[]GetDeploy Pipelines Filter 
- Id string
- Unique identifier that is immutable on creation.
- ProjectId string
- The OCID of a project.
- State string
- The current state of the deployment pipeline.
- deployPipeline List<GetCollections Deploy Pipelines Deploy Pipeline Collection> 
- The list of deploy_pipeline_collection.
- compartmentId String
- The OCID of the compartment where the pipeline is created.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
List<GetDeploy Pipelines Filter> 
- id String
- Unique identifier that is immutable on creation.
- projectId String
- The OCID of a project.
- state String
- The current state of the deployment pipeline.
- deployPipeline GetCollections Deploy Pipelines Deploy Pipeline Collection[] 
- The list of deploy_pipeline_collection.
- compartmentId string
- The OCID of the compartment where the pipeline is created.
- displayName string
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
GetDeploy Pipelines Filter[] 
- id string
- Unique identifier that is immutable on creation.
- projectId string
- The OCID of a project.
- state string
- The current state of the deployment pipeline.
- deploy_pipeline_ Sequence[Getcollections Deploy Pipelines Deploy Pipeline Collection] 
- The list of deploy_pipeline_collection.
- compartment_id str
- The OCID of the compartment where the pipeline is created.
- display_name str
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
Sequence[GetDeploy Pipelines Filter] 
- id str
- Unique identifier that is immutable on creation.
- project_id str
- The OCID of a project.
- state str
- The current state of the deployment pipeline.
- deployPipeline List<Property Map>Collections 
- The list of deploy_pipeline_collection.
- compartmentId String
- The OCID of the compartment where the pipeline is created.
- displayName String
- Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- projectId String
- The OCID of a project.
- state String
- The current state of the deployment pipeline.
Supporting Types
GetDeployPipelinesDeployPipelineCollection     
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item] 
- List of parameters defined for a deployment pipeline.
- items List<Property Map>
- List of parameters defined for a deployment pipeline.
GetDeployPipelinesDeployPipelineCollectionItem      
- CompartmentId string
- The OCID of the compartment in which to list resources.
- 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 Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- DeployPipeline List<GetEnvironments Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- DeployPipeline List<GetParameters Deploy Pipelines Deploy Pipeline Collection Item 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
- A filter to return only resources that match the entire display name given.
- 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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- State string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- 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 in which to list resources.
- 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 Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact 
- List of all artifacts used in the pipeline.
- DeployPipeline []GetEnvironments Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment 
- List of all environments used in the pipeline.
- DeployPipeline []GetParameters Deploy Pipelines Deploy Pipeline Collection Item 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
- A filter to return only resources that match the entire display name given.
- 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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- State string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- 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 in which to list resources.
- 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 Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- deployPipeline List<GetEnvironments Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- deployPipeline List<GetParameters Deploy Pipelines Deploy Pipeline Collection Item 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
- A filter to return only resources that match the entire display name given.
- 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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- state String
- A filter to return only DeployPipelines that matches the given lifecycleState.
- 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 in which to list resources.
- {[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 Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact[] 
- List of all artifacts used in the pipeline.
- deployPipeline GetEnvironments Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment[] 
- List of all environments used in the pipeline.
- deployPipeline GetParameters Deploy Pipelines Deploy Pipeline Collection Item 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
- A filter to return only resources that match the entire display name given.
- {[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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- state string
- A filter to return only DeployPipelines that matches the given lifecycleState.
- {[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 in which to list resources.
- 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 Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact] 
- List of all artifacts used in the pipeline.
- deploy_pipeline_ Sequence[Getenvironments Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment] 
- List of all environments used in the pipeline.
- deploy_pipeline_ Sequence[Getparameters Deploy Pipelines Deploy Pipeline Collection Item 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
- A filter to return only resources that match the entire display name given.
- 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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- state str
- A filter to return only DeployPipelines that matches the given lifecycleState.
- 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 in which to list resources.
- 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 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
- A filter to return only resources that match the entire display name given.
- 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 or OCID for listing a single resource by ID.
- 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
- unique project identifier
- state String
- A filter to return only DeployPipelines that matches the given lifecycleState.
- 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.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifact         
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item] 
- List of parameters defined for a deployment pipeline.
- items List<Property Map>
- List of parameters defined for a deployment pipeline.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifactItem          
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline List<GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline []GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- deployArtifact StringId 
- The OCID of an artifact
- deployPipeline List<GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- A filter to return only resources that match the entire display name given.
- deployArtifact stringId 
- The OCID of an artifact
- deployPipeline GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage[] 
- List of stages.
- displayName string
- A filter to return only resources that match the entire display name given.
- deploy_artifact_ strid 
- The OCID of an artifact
- deploy_pipeline_ Sequence[Getstages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage] 
- List of stages.
- display_name str
- A filter to return only resources that match the entire display name given.
- deployArtifact StringId 
- The OCID of an artifact
- deployPipeline List<Property Map>Stages 
- List of stages.
- displayName String
- A filter to return only resources that match the entire display name given.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifactItemDeployPipelineStage             
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Artifact Item Deploy Pipeline Stage Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item 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.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineArtifactItemDeployPipelineStageItem              
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- A filter to return only resources that match the entire display name given.
- deployStage StringId 
- The OCID of a stage
- displayName String
- A filter to return only resources that match the entire display name given.
- deployStage stringId 
- The OCID of a stage
- displayName string
- A filter to return only resources that match the entire display name given.
- deploy_stage_ strid 
- The OCID of a stage
- display_name str
- A filter to return only resources that match the entire display name given.
- deployStage StringId 
- The OCID of a stage
- displayName String
- A filter to return only resources that match the entire display name given.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironment         
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item] 
- List of parameters defined for a deployment pipeline.
- items List<Property Map>
- List of parameters defined for a deployment pipeline.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironmentItem          
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline List<GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline []GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- deployEnvironment StringId 
- The OCID of an Environment
- deployPipeline List<GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- A filter to return only resources that match the entire display name given.
- deployEnvironment stringId 
- The OCID of an Environment
- deployPipeline GetStages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage[] 
- List of stages.
- displayName string
- A filter to return only resources that match the entire display name given.
- deploy_environment_ strid 
- The OCID of an Environment
- deploy_pipeline_ Sequence[Getstages Deploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage] 
- List of stages.
- display_name str
- A filter to return only resources that match the entire display name given.
- deployEnvironment StringId 
- The OCID of an Environment
- deployPipeline List<Property Map>Stages 
- List of stages.
- displayName String
- A filter to return only resources that match the entire display name given.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironmentItemDeployPipelineStage             
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Environment Item Deploy Pipeline Stage Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item 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.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineEnvironmentItemDeployPipelineStageItem              
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DeployStage stringId 
- The OCID of a stage
- DisplayName string
- A filter to return only resources that match the entire display name given.
- deployStage StringId 
- The OCID of a stage
- displayName String
- A filter to return only resources that match the entire display name given.
- deployStage stringId 
- The OCID of a stage
- displayName string
- A filter to return only resources that match the entire display name given.
- deploy_stage_ strid 
- The OCID of a stage
- display_name str
- A filter to return only resources that match the entire display name given.
- deployStage StringId 
- The OCID of a stage
- displayName String
- A filter to return only resources that match the entire display name given.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineParameter         
- Items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Parameter Item> 
- List of parameters defined for a deployment pipeline.
- Items
[]GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Parameter Item 
- List of parameters defined for a deployment pipeline.
- items
List<GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Parameter Item> 
- List of parameters defined for a deployment pipeline.
- items
GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Parameter Item[] 
- List of parameters defined for a deployment pipeline.
- items
Sequence[GetDeploy Pipelines Deploy Pipeline Collection Item Deploy Pipeline Parameter Item] 
- List of parameters defined for a deployment pipeline.
- items List<Property Map>
- List of parameters defined for a deployment pipeline.
GetDeployPipelinesDeployPipelineCollectionItemDeployPipelineParameterItem          
- 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]*$.
GetDeployPipelinesFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.