Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DevOps.getDeployment
Explore with Pulumi AI
This data source provides details about a specific Deployment resource in Oracle Cloud Infrastructure Devops service.
Retrieves a deployment by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeployment = oci.DevOps.getDeployment({
    deploymentId: testDeploymentOciDevopsDeployment.id,
});
import pulumi
import pulumi_oci as oci
test_deployment = oci.DevOps.get_deployment(deployment_id=test_deployment_oci_devops_deployment["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.GetDeployment(ctx, &devops.GetDeploymentArgs{
			DeploymentId: testDeploymentOciDevopsDeployment.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 testDeployment = Oci.DevOps.GetDeployment.Invoke(new()
    {
        DeploymentId = testDeploymentOciDevopsDeployment.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.GetDeploymentArgs;
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 testDeployment = DevOpsFunctions.getDeployment(GetDeploymentArgs.builder()
            .deploymentId(testDeploymentOciDevopsDeployment.id())
            .build());
    }
}
variables:
  testDeployment:
    fn::invoke:
      function: oci:DevOps:getDeployment
      arguments:
        deploymentId: ${testDeploymentOciDevopsDeployment.id}
Using getDeployment
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 getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>def get_deployment(deployment_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(deployment_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput> Note: This function is named LookupDeployment in the Go SDK.
public static class GetDeployment 
{
    public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DevOps/getDeployment:getDeployment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeploymentId string
- Unique deployment identifier.
- DeploymentId string
- Unique deployment identifier.
- deploymentId String
- Unique deployment identifier.
- deploymentId string
- Unique deployment identifier.
- deployment_id str
- Unique deployment identifier.
- deploymentId String
- Unique deployment identifier.
getDeployment Result
The following output properties are available:
- CompartmentId string
- The OCID of a compartment.
- 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"}
- DeployArtifact List<GetOverride Arguments Deployment Deploy Artifact Override Argument> 
- Specifies the list of artifact override arguments at the time of deployment.
- DeployPipeline List<GetArtifacts Deployment Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- DeployPipeline List<GetEnvironments Deployment Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- DeployPipeline stringId 
- The OCID of a pipeline.
- DeployStage stringId 
- The OCID of the stage.
- DeployStage List<GetOverride Arguments Deployment Deploy Stage Override Argument> 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- DeploymentArguments List<GetDeployment Deployment Argument> 
- Specifies list of arguments passed along with the deployment.
- DeploymentExecution List<GetProgresses Deployment Deployment Execution Progress> 
- The execution progress details of a deployment.
- DeploymentId string
- DeploymentType string
- Specifies type of Deployment
- DisplayName string
- Deployment identifier 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.
- PreviousDeployment stringId 
- Specifies the OCID of the previous deployment to be redeployed.
- ProjectId string
- The OCID of a project.
- State string
- The current state of the deployment.
- 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 was created. Format defined by RFC3339.
- TimeUpdated string
- Time the deployment was updated. Format defined by RFC3339.
- TriggerNew boolDevops Deployment 
- CompartmentId string
- The OCID of a compartment.
- 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"}
- DeployArtifact []GetOverride Arguments Deployment Deploy Artifact Override Argument 
- Specifies the list of artifact override arguments at the time of deployment.
- DeployPipeline []GetArtifacts Deployment Deploy Pipeline Artifact 
- List of all artifacts used in the pipeline.
- DeployPipeline []GetEnvironments Deployment Deploy Pipeline Environment 
- List of all environments used in the pipeline.
- DeployPipeline stringId 
- The OCID of a pipeline.
- DeployStage stringId 
- The OCID of the stage.
- DeployStage []GetOverride Arguments Deployment Deploy Stage Override Argument 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- DeploymentArguments []GetDeployment Deployment Argument 
- Specifies list of arguments passed along with the deployment.
- DeploymentExecution []GetProgresses Deployment Deployment Execution Progress 
- The execution progress details of a deployment.
- DeploymentId string
- DeploymentType string
- Specifies type of Deployment
- DisplayName string
- Deployment identifier 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.
- PreviousDeployment stringId 
- Specifies the OCID of the previous deployment to be redeployed.
- ProjectId string
- The OCID of a project.
- State string
- The current state of the deployment.
- 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 was created. Format defined by RFC3339.
- TimeUpdated string
- Time the deployment was updated. Format defined by RFC3339.
- TriggerNew boolDevops Deployment 
- compartmentId String
- The OCID of a compartment.
- 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"}
- deployArtifact List<GetOverride Arguments Deployment Deploy Artifact Override Argument> 
- Specifies the list of artifact override arguments at the time of deployment.
- deployPipeline List<GetArtifacts Deployment Deploy Pipeline Artifact> 
- List of all artifacts used in the pipeline.
- deployPipeline List<GetEnvironments Deployment Deploy Pipeline Environment> 
- List of all environments used in the pipeline.
- deployPipeline StringId 
- The OCID of a pipeline.
- deployStage StringId 
- The OCID of the stage.
- deployStage List<GetOverride Arguments Deployment Deploy Stage Override Argument> 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deploymentArguments List<GetDeployment Deployment Argument> 
- Specifies list of arguments passed along with the deployment.
- deploymentExecution List<GetProgresses Deployment Deployment Execution Progress> 
- The execution progress details of a deployment.
- deploymentId String
- deploymentType String
- Specifies type of Deployment
- displayName String
- Deployment identifier 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.
- previousDeployment StringId 
- Specifies the OCID of the previous deployment to be redeployed.
- projectId String
- The OCID of a project.
- state String
- The current state of the deployment.
- 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 was created. Format defined by RFC3339.
- timeUpdated String
- Time the deployment was updated. Format defined by RFC3339.
- triggerNew BooleanDevops Deployment 
- compartmentId string
- The OCID of a compartment.
- {[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"}
- deployArtifact GetOverride Arguments Deployment Deploy Artifact Override Argument[] 
- Specifies the list of artifact override arguments at the time of deployment.
- deployPipeline GetArtifacts Deployment Deploy Pipeline Artifact[] 
- List of all artifacts used in the pipeline.
- deployPipeline GetEnvironments Deployment Deploy Pipeline Environment[] 
- List of all environments used in the pipeline.
- deployPipeline stringId 
- The OCID of a pipeline.
- deployStage stringId 
- The OCID of the stage.
- deployStage GetOverride Arguments Deployment Deploy Stage Override Argument[] 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deploymentArguments GetDeployment Deployment Argument[] 
- Specifies list of arguments passed along with the deployment.
- deploymentExecution GetProgresses Deployment Deployment Execution Progress[] 
- The execution progress details of a deployment.
- deploymentId string
- deploymentType string
- Specifies type of Deployment
- displayName string
- Deployment identifier 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.
- previousDeployment stringId 
- Specifies the OCID of the previous deployment to be redeployed.
- projectId string
- The OCID of a project.
- state string
- The current state of the deployment.
- {[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 was created. Format defined by RFC3339.
- timeUpdated string
- Time the deployment was updated. Format defined by RFC3339.
- triggerNew booleanDevops Deployment 
- compartment_id str
- The OCID of a compartment.
- 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_artifact_ Sequence[Getoverride_ arguments Deployment Deploy Artifact Override Argument] 
- Specifies the list of artifact override arguments at the time of deployment.
- deploy_pipeline_ Sequence[Getartifacts Deployment Deploy Pipeline Artifact] 
- List of all artifacts used in the pipeline.
- deploy_pipeline_ Sequence[Getenvironments Deployment Deploy Pipeline Environment] 
- List of all environments used in the pipeline.
- deploy_pipeline_ strid 
- The OCID of a pipeline.
- deploy_stage_ strid 
- The OCID of the stage.
- deploy_stage_ Sequence[Getoverride_ arguments Deployment Deploy Stage Override Argument] 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deployment_arguments Sequence[GetDeployment Deployment Argument] 
- Specifies list of arguments passed along with the deployment.
- deployment_execution_ Sequence[Getprogresses Deployment Deployment Execution Progress] 
- The execution progress details of a deployment.
- deployment_id str
- deployment_type str
- Specifies type of Deployment
- display_name str
- Deployment identifier 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.
- previous_deployment_ strid 
- Specifies the OCID of the previous deployment to be redeployed.
- project_id str
- The OCID of a project.
- state str
- The current state of the deployment.
- 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 was created. Format defined by RFC3339.
- time_updated str
- Time the deployment was updated. Format defined by RFC3339.
- trigger_new_ booldevops_ deployment 
- compartmentId String
- The OCID of a compartment.
- 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"}
- deployArtifact List<Property Map>Override Arguments 
- Specifies the list of artifact override arguments at the time of deployment.
- 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 
- The OCID of a pipeline.
- deployStage StringId 
- The OCID of the stage.
- deployStage List<Property Map>Override Arguments 
- Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deploymentArguments List<Property Map>
- Specifies list of arguments passed along with the deployment.
- deploymentExecution List<Property Map>Progresses 
- The execution progress details of a deployment.
- deploymentId String
- deploymentType String
- Specifies type of Deployment
- displayName String
- Deployment identifier 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.
- previousDeployment StringId 
- Specifies the OCID of the previous deployment to be redeployed.
- projectId String
- The OCID of a project.
- state String
- The current state of the deployment.
- 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 was created. Format defined by RFC3339.
- timeUpdated String
- Time the deployment was updated. Format defined by RFC3339.
- triggerNew BooleanDevops Deployment 
Supporting Types
GetDeploymentDeployArtifactOverrideArgument     
- Items
List<GetDeployment Deploy Artifact Override Argument Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Artifact Override Argument Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Artifact Override Argument Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Artifact Override Argument Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Artifact Override Argument Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployArtifactOverrideArgumentItem      
- DeployArtifact stringId 
- The OCID of an artifact
- Name string
- Name of the step.
- Value string
- value of the argument.
- DeployArtifact stringId 
- The OCID of an artifact
- Name string
- Name of the step.
- Value string
- value of the argument.
- deployArtifact StringId 
- The OCID of an artifact
- name String
- Name of the step.
- value String
- value of the argument.
- deployArtifact stringId 
- The OCID of an artifact
- name string
- Name of the step.
- value string
- value of the argument.
- deploy_artifact_ strid 
- The OCID of an artifact
- name str
- Name of the step.
- value str
- value of the argument.
- deployArtifact StringId 
- The OCID of an artifact
- name String
- Name of the step.
- value String
- value of the argument.
GetDeploymentDeployPipelineArtifact    
- Items
List<GetDeployment Deploy Pipeline Artifact Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Pipeline Artifact Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Pipeline Artifact Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Pipeline Artifact Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Pipeline Artifact Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployPipelineArtifactItem     
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline List<GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployArtifact stringId 
- The OCID of an artifact
- DeployPipeline []GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployArtifact StringId 
- The OCID of an artifact
- deployPipeline List<GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployArtifact stringId 
- The OCID of an artifact
- deployPipeline GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage[] 
- List of stages.
- displayName string
- Deployment identifier 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 Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage] 
- List of stages.
- display_name str
- Deployment identifier 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 identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineArtifactItemDeployPipelineStage        
- Items
List<GetDeployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployPipelineArtifactItemDeployPipelineStageItem         
- DeployStage stringId 
- The OCID of the stage.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployStage stringId 
- The OCID of the stage.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of the stage.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage stringId 
- The OCID of the stage.
- displayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy_stage_ strid 
- The OCID of the stage.
- display_name str
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of the stage.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineEnvironment    
- Items
List<GetDeployment Deploy Pipeline Environment Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Pipeline Environment Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Pipeline Environment Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Pipeline Environment Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Pipeline Environment Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployPipelineEnvironmentItem     
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline List<GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployEnvironment stringId 
- The OCID of an Environment
- DeployPipeline []GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage 
- List of stages.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployEnvironment StringId 
- The OCID of an Environment
- deployPipeline List<GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage> 
- List of stages.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployEnvironment stringId 
- The OCID of an Environment
- deployPipeline GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage[] 
- List of stages.
- displayName string
- Deployment identifier 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 Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage] 
- List of stages.
- display_name str
- Deployment identifier 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 identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineEnvironmentItemDeployPipelineStage        
- Items
List<GetDeployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem         
- DeployStage stringId 
- The OCID of the stage.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- DeployStage stringId 
- The OCID of the stage.
- DisplayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of the stage.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage stringId 
- The OCID of the stage.
- displayName string
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy_stage_ strid 
- The OCID of the stage.
- display_name str
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deployStage StringId 
- The OCID of the stage.
- displayName String
- Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployStageOverrideArgument     
- Items
List<GetDeployment Deploy Stage Override Argument Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deploy Stage Override Argument Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deploy Stage Override Argument Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deploy Stage Override Argument Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deploy Stage Override Argument Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeployStageOverrideArgumentItem      
- DeployStage stringId 
- The OCID of the stage.
- Name string
- Name of the step.
- Value string
- value of the argument.
- DeployStage stringId 
- The OCID of the stage.
- Name string
- Name of the step.
- Value string
- value of the argument.
- deployStage StringId 
- The OCID of the stage.
- name String
- Name of the step.
- value String
- value of the argument.
- deployStage stringId 
- The OCID of the stage.
- name string
- Name of the step.
- value string
- value of the argument.
- deploy_stage_ strid 
- The OCID of the stage.
- name str
- Name of the step.
- value str
- value of the argument.
- deployStage StringId 
- The OCID of the stage.
- name String
- Name of the step.
- value String
- value of the argument.
GetDeploymentDeploymentArgument   
- Items
List<GetDeployment Deployment Argument Item> 
- A list of stage predecessors for a stage.
- Items
[]GetDeployment Deployment Argument Item 
- A list of stage predecessors for a stage.
- items
List<GetDeployment Deployment Argument Item> 
- A list of stage predecessors for a stage.
- items
GetDeployment Deployment Argument Item[] 
- A list of stage predecessors for a stage.
- items
Sequence[GetDeployment Deployment Argument Item] 
- A list of stage predecessors for a stage.
- items List<Property Map>
- A list of stage predecessors for a stage.
GetDeploymentDeploymentArgumentItem    
GetDeploymentDeploymentExecutionProgress    
- DeployStage Dictionary<string, string>Execution Progress 
- Map of stage OCIDs to deploy stage execution progress model.
- TimeFinished string
- Time the deployment is finished. Format defined by RFC3339.
- TimeStarted string
- Time the deployment is started. Format defined by RFC3339.
- DeployStage map[string]stringExecution Progress 
- Map of stage OCIDs to deploy stage execution progress model.
- TimeFinished string
- Time the deployment is finished. Format defined by RFC3339.
- TimeStarted string
- Time the deployment is started. Format defined by RFC3339.
- deployStage Map<String,String>Execution Progress 
- Map of stage OCIDs to deploy stage execution progress model.
- timeFinished String
- Time the deployment is finished. Format defined by RFC3339.
- timeStarted String
- Time the deployment is started. Format defined by RFC3339.
- deployStage {[key: string]: string}Execution Progress 
- Map of stage OCIDs to deploy stage execution progress model.
- timeFinished string
- Time the deployment is finished. Format defined by RFC3339.
- timeStarted string
- Time the deployment is started. Format defined by RFC3339.
- deploy_stage_ Mapping[str, str]execution_ progress 
- Map of stage OCIDs to deploy stage execution progress model.
- time_finished str
- Time the deployment is finished. Format defined by RFC3339.
- time_started str
- Time the deployment is started. Format defined by RFC3339.
- deployStage Map<String>Execution Progress 
- Map of stage OCIDs to deploy stage execution progress model.
- timeFinished String
- Time the deployment is finished. Format defined by RFC3339.
- timeStarted String
- Time the deployment is started. Format defined by RFC3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.