1. Packages
  2. Qovery
  3. API Docs
  4. getDeploymentStage
Qovery v0.41.0 published on Saturday, Sep 28, 2024 by dirien

qovery.getDeploymentStage

Explore with Pulumi AI

# qovery.DeploymentStage (Data Source)

Provides a Qovery deployment stage resource. This can be used to create and manage Qovery deployment stages.

Using getDeploymentStage

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 getDeploymentStage(args: GetDeploymentStageArgs, opts?: InvokeOptions): Promise<GetDeploymentStageResult>
function getDeploymentStageOutput(args: GetDeploymentStageOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStageResult>
Copy
def get_deployment_stage(description: Optional[str] = None,
                         id: Optional[str] = None,
                         is_after: Optional[str] = None,
                         is_before: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDeploymentStageResult
def get_deployment_stage_output(description: Optional[pulumi.Input[str]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         is_after: Optional[pulumi.Input[str]] = None,
                         is_before: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStageResult]
Copy
func LookupDeploymentStage(ctx *Context, args *LookupDeploymentStageArgs, opts ...InvokeOption) (*LookupDeploymentStageResult, error)
func LookupDeploymentStageOutput(ctx *Context, args *LookupDeploymentStageOutputArgs, opts ...InvokeOption) LookupDeploymentStageResultOutput
Copy

> Note: This function is named LookupDeploymentStage in the Go SDK.

public static class GetDeploymentStage 
{
    public static Task<GetDeploymentStageResult> InvokeAsync(GetDeploymentStageArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentStageResult> Invoke(GetDeploymentStageInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDeploymentStageResult> getDeploymentStage(GetDeploymentStageArgs args, InvokeOptions options)
public static Output<GetDeploymentStageResult> getDeploymentStage(GetDeploymentStageArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: qovery:index/getDeploymentStage:getDeploymentStage
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
Description string
IsAfter string
IsBefore string
Id This property is required. string
Description string
IsAfter string
IsBefore string
id This property is required. String
description String
isAfter String
isBefore String
id This property is required. string
description string
isAfter string
isBefore string
id This property is required. str
description str
is_after str
is_before str
id This property is required. String
description String
isAfter String
isBefore String

getDeploymentStage Result

The following output properties are available:

Description string
EnvironmentId string
Id string
IsAfter string
IsBefore string
Name string
Description string
EnvironmentId string
Id string
IsAfter string
IsBefore string
Name string
description String
environmentId String
id String
isAfter String
isBefore String
name String
description string
environmentId string
id string
isAfter string
isBefore string
name string
description String
environmentId String
id String
isAfter String
isBefore String
name String

Package Details

Repository
qovery dirien/pulumi-qovery
License
Apache-2.0
Notes
This Pulumi package is based on the qovery Terraform Provider.