Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DevOps.getDeployment
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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/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 GetDeployment(ctx *Context, args *GetDeploymentArgs, opts ...InvokeOption) (*GetDeploymentResult, error)
func GetDeploymentOutput(ctx *Context, args *GetDeploymentOutputArgs, opts ...InvokeOption) GetDeploymentResultOutput
> Note: This function is named GetDeployment
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DevOps/getDeployment:getDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Id string - Unique deployment identifier.
- Deployment
Id string - Unique deployment identifier.
- deployment
Id String - Unique deployment identifier.
- deployment
Id string - Unique deployment identifier.
- deployment_
id str - Unique deployment identifier.
- deployment
Id String - Unique deployment identifier.
getDeployment Result
The following output properties are available:
- Compartment
Id string - The OCID of a compartment.
- Dictionary<string, object>
- 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 List<GetOverride Arguments Deployment Deploy Artifact Override Argument> - Specifies the list of artifact override arguments at the time of deployment.
- Deploy
Pipeline List<GetArtifacts Deployment Deploy Pipeline Artifact> - List of all artifacts used in the pipeline.
- Deploy
Pipeline List<GetEnvironments Deployment Deploy Pipeline Environment> - List of all environments used in the pipeline.
- Deploy
Pipeline stringId - The OCID of a pipeline.
- Deploy
Stage stringId - The OCID of the stage.
- Deploy
Stage List<GetOverride Arguments Deployment Deploy Stage Override Argument> - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- Deployment
Arguments List<GetDeployment Deployment Argument> - Specifies list of arguments passed along with the deployment.
- Deployment
Execution List<GetProgresses Deployment Deployment Execution Progress> - The execution progress details of a deployment.
- Deployment
Id string - Deployment
Type string - Specifies type of Deployment
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Previous
Deployment stringId - Specifies the OCID of the previous deployment to be redeployed.
- Project
Id string - The OCID of a project.
- State string
- The current state of the deployment.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - Time the deployment was created. Format defined by RFC3339.
- Time
Updated string - Time the deployment was updated. Format defined by RFC3339.
- Trigger
New boolDevops Deployment
- Compartment
Id string - The OCID of a compartment.
- map[string]interface{}
- 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 []GetOverride Arguments Deployment Deploy Artifact Override Argument - Specifies the list of artifact override arguments at the time of deployment.
- Deploy
Pipeline []GetArtifacts Deployment Deploy Pipeline Artifact - List of all artifacts used in the pipeline.
- Deploy
Pipeline []GetEnvironments Deployment Deploy Pipeline Environment - List of all environments used in the pipeline.
- Deploy
Pipeline stringId - The OCID of a pipeline.
- Deploy
Stage stringId - The OCID of the stage.
- Deploy
Stage []GetOverride Arguments Deployment Deploy Stage Override Argument - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- Deployment
Arguments []GetDeployment Deployment Argument - Specifies list of arguments passed along with the deployment.
- Deployment
Execution []GetProgresses Deployment Deployment Execution Progress - The execution progress details of a deployment.
- Deployment
Id string - Deployment
Type string - Specifies type of Deployment
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Previous
Deployment stringId - Specifies the OCID of the previous deployment to be redeployed.
- Project
Id string - The OCID of a project.
- State string
- The current state of the deployment.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - Time the deployment was created. Format defined by RFC3339.
- Time
Updated string - Time the deployment was updated. Format defined by RFC3339.
- Trigger
New boolDevops Deployment
- compartment
Id String - The OCID of a compartment.
- Map<String,Object>
- 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 List<GetOverride Arguments Deployment Deploy Artifact Override Argument> - Specifies the list of artifact override arguments at the time of deployment.
- deploy
Pipeline List<GetArtifacts Deployment Deploy Pipeline Artifact> - List of all artifacts used in the pipeline.
- deploy
Pipeline List<GetEnvironments Deployment Deploy Pipeline Environment> - List of all environments used in the pipeline.
- deploy
Pipeline StringId - The OCID of a pipeline.
- deploy
Stage StringId - The OCID of the stage.
- deploy
Stage List<GetOverride Arguments Deployment Deploy Stage Override Argument> - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deployment
Arguments List<GetDeployment Deployment Argument> - Specifies list of arguments passed along with the deployment.
- deployment
Execution List<GetProgresses Deployment Deployment Execution Progress> - The execution progress details of a deployment.
- deployment
Id String - deployment
Type String - Specifies type of Deployment
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- previous
Deployment StringId - Specifies the OCID of the previous deployment to be redeployed.
- project
Id String - The OCID of a project.
- state String
- The current state of the deployment.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - Time the deployment was created. Format defined by RFC3339.
- time
Updated String - Time the deployment was updated. Format defined by RFC3339.
- trigger
New BooleanDevops Deployment
- compartment
Id string - The OCID of a compartment.
- {[key: string]: any}
- 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 GetOverride Arguments Deployment Deploy Artifact Override Argument[] - Specifies the list of artifact override arguments at the time of deployment.
- deploy
Pipeline GetArtifacts Deployment Deploy Pipeline Artifact[] - List of all artifacts used in the pipeline.
- deploy
Pipeline GetEnvironments Deployment Deploy Pipeline Environment[] - List of all environments used in the pipeline.
- deploy
Pipeline stringId - The OCID of a pipeline.
- deploy
Stage stringId - The OCID of the stage.
- deploy
Stage GetOverride Arguments Deployment Deploy Stage Override Argument[] - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deployment
Arguments GetDeployment Deployment Argument[] - Specifies list of arguments passed along with the deployment.
- deployment
Execution GetProgresses Deployment Deployment Execution Progress[] - The execution progress details of a deployment.
- deployment
Id string - deployment
Type string - Specifies type of Deployment
- display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id string
- Unique identifier that is immutable on creation.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- previous
Deployment stringId - Specifies the OCID of the previous deployment to be redeployed.
- project
Id string - The OCID of a project.
- state string
- The current state of the deployment.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - Time the deployment was created. Format defined by RFC3339.
- time
Updated string - Time the deployment was updated. Format defined by RFC3339.
- trigger
New booleanDevops Deployment
- compartment_
id str - The OCID of a compartment.
- Mapping[str, Any]
- 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[devops.override_ arguments Get Deployment Deploy Artifact Override Argument] - Specifies the list of artifact override arguments at the time of deployment.
- deploy_
pipeline_ Sequence[devops.artifacts Get Deployment Deploy Pipeline Artifact] - List of all artifacts used in the pipeline.
- deploy_
pipeline_ Sequence[devops.environments Get 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[devops.override_ arguments Get Deployment Deploy Stage Override Argument] - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deployment_
arguments Sequence[devops.Get Deployment Deployment Argument] - Specifies list of arguments passed along with the deployment.
- deployment_
execution_ Sequence[devops.progresses Get 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, Any]
- 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, Any]
- 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
- compartment
Id String - The OCID of a compartment.
- Map<Any>
- 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 List<Property Map>Override Arguments - Specifies the list of artifact override arguments at the time of deployment.
- deploy
Pipeline List<Property Map>Artifacts - List of all artifacts used in the pipeline.
- deploy
Pipeline List<Property Map>Environments - List of all environments used in the pipeline.
- deploy
Pipeline StringId - The OCID of a pipeline.
- deploy
Stage StringId - The OCID of the stage.
- deploy
Stage List<Property Map>Override Arguments - Specifies the list of arguments to be overriden per Stage at the time of deployment.
- deployment
Arguments List<Property Map> - Specifies list of arguments passed along with the deployment.
- deployment
Execution List<Property Map>Progresses - The execution progress details of a deployment.
- deployment
Id String - deployment
Type String - Specifies type of Deployment
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- previous
Deployment StringId - Specifies the OCID of the previous deployment to be redeployed.
- project
Id String - The OCID of a project.
- state String
- The current state of the deployment.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - Time the deployment was created. Format defined by RFC3339.
- time
Updated String - Time the deployment was updated. Format defined by RFC3339.
- trigger
New BooleanDevops Deployment
Supporting Types
GetDeploymentDeployArtifactOverrideArgument
- Items
List<Get
Deployment Deploy Artifact Override Argument Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Artifact Override Argument Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Artifact Override Argument Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Artifact Override Argument Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Artifact stringId - The OCID of an artifact
- Name string
- Name of the step.
- Value string
- value of the argument.
- Deploy
Artifact stringId - The OCID of an artifact
- Name string
- Name of the step.
- Value string
- value of the argument.
- deploy
Artifact StringId - The OCID of an artifact
- name String
- Name of the step.
- value String
- value of the argument.
- deploy
Artifact 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.
- deploy
Artifact StringId - The OCID of an artifact
- name String
- Name of the step.
- value String
- value of the argument.
GetDeploymentDeployPipelineArtifact
- Items
List<Get
Deployment Deploy Pipeline Artifact Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Pipeline Artifact Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Pipeline Artifact Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Pipeline Artifact Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Artifact stringId - The OCID of an artifact
- Deploy
Pipeline List<GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage> - List of stages.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Deploy
Artifact stringId - The OCID of an artifact
- Deploy
Pipeline []GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage - List of stages.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Artifact StringId - The OCID of an artifact
- deploy
Pipeline List<GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage> - List of stages.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Artifact stringId - The OCID of an artifact
- deploy
Pipeline GetStages Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage[] - List of stages.
- display
Name 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[devops.stages Get 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.
- deploy
Artifact StringId - The OCID of an artifact
- deploy
Pipeline List<Property Map>Stages - List of stages.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineArtifactItemDeployPipelineStage
- Items
List<Get
Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Pipeline Artifact Item Deploy Pipeline Stage Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Stage stringId - The OCID of the stage.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Deploy
Stage stringId - The OCID of the stage.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Stage StringId - The OCID of the stage.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Stage stringId - The OCID of the stage.
- display
Name 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.
- deploy
Stage StringId - The OCID of the stage.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineEnvironment
- Items
List<Get
Deployment Deploy Pipeline Environment Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Pipeline Environment Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Pipeline Environment Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Pipeline Environment Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Environment stringId - The OCID of an Environment
- Deploy
Pipeline List<GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage> - List of stages.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Deploy
Environment stringId - The OCID of an Environment
- Deploy
Pipeline []GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage - List of stages.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Environment StringId - The OCID of an Environment
- deploy
Pipeline List<GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage> - List of stages.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Environment stringId - The OCID of an Environment
- deploy
Pipeline GetStages Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage[] - List of stages.
- display
Name 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[devops.stages Get 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.
- deploy
Environment StringId - The OCID of an Environment
- deploy
Pipeline List<Property Map>Stages - List of stages.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployPipelineEnvironmentItemDeployPipelineStage
- Items
List<Get
Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Pipeline Environment Item Deploy Pipeline Stage Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Stage stringId - The OCID of the stage.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Deploy
Stage stringId - The OCID of the stage.
- Display
Name string - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Stage StringId - The OCID of the stage.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
- deploy
Stage stringId - The OCID of the stage.
- display
Name 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.
- deploy
Stage StringId - The OCID of the stage.
- display
Name String - Deployment identifier which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetDeploymentDeployStageOverrideArgument
- Items
List<Get
Deployment Deploy Stage Override Argument Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deploy Stage Override Argument Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deploy Stage Override Argument Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deploy Stage Override Argument Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Stage stringId - The OCID of the stage.
- Name string
- Name of the step.
- Value string
- value of the argument.
- Deploy
Stage stringId - The OCID of the stage.
- Name string
- Name of the step.
- Value string
- value of the argument.
- deploy
Stage StringId - The OCID of the stage.
- name String
- Name of the step.
- value String
- value of the argument.
- deploy
Stage 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.
- deploy
Stage StringId - The OCID of the stage.
- name String
- Name of the step.
- value String
- value of the argument.
GetDeploymentDeploymentArgument
- Items
List<Get
Deployment Deployment Argument Item> - A list of stage predecessors for a stage.
- Items
[]Get
Deployment Deployment Argument Item - A list of stage predecessors for a stage.
- items
List<Get
Deployment Deployment Argument Item> - A list of stage predecessors for a stage.
- items
Get
Deployment Deployment Argument Item[] - A list of stage predecessors for a stage.
- items
Sequence[devops.
Get Deployment 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
- Deploy
Stage Dictionary<string, object>Execution Progress - Map of stage OCIDs to deploy stage execution progress model.
- Time
Finished string - Time the deployment is finished. Format defined by RFC3339.
- Time
Started string - Time the deployment is started. Format defined by RFC3339.
- Deploy
Stage map[string]interface{}Execution Progress - Map of stage OCIDs to deploy stage execution progress model.
- Time
Finished string - Time the deployment is finished. Format defined by RFC3339.
- Time
Started string - Time the deployment is started. Format defined by RFC3339.
- deploy
Stage Map<String,Object>Execution Progress - Map of stage OCIDs to deploy stage execution progress model.
- time
Finished String - Time the deployment is finished. Format defined by RFC3339.
- time
Started String - Time the deployment is started. Format defined by RFC3339.
- deploy
Stage {[key: string]: any}Execution Progress - Map of stage OCIDs to deploy stage execution progress model.
- time
Finished string - Time the deployment is finished. Format defined by RFC3339.
- time
Started string - Time the deployment is started. Format defined by RFC3339.
- deploy_
stage_ Mapping[str, Any]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.
- deploy
Stage Map<Any>Execution Progress - Map of stage OCIDs to deploy stage execution progress model.
- time
Finished String - Time the deployment is finished. Format defined by RFC3339.
- time
Started 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
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi