1. Packages
  2. Qovery
  3. API Docs
  4. getDeploymentStage
Qovery v0.36.1 published on Monday, Jul 22, 2024 by dirien

qovery.getDeploymentStage

Explore with Pulumi AI

qovery logo
Qovery v0.36.1 published on Monday, Jul 22, 2024 by dirien

    # 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>
    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]
    func LookupDeploymentStage(ctx *Context, args *LookupDeploymentStageArgs, opts ...InvokeOption) (*LookupDeploymentStageResult, error)
    func LookupDeploymentStageOutput(ctx *Context, args *LookupDeploymentStageOutputArgs, opts ...InvokeOption) LookupDeploymentStageResultOutput

    > 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)
    }
    public static CompletableFuture<GetDeploymentStageResult> getDeploymentStage(GetDeploymentStageArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: qovery:index/getDeploymentStage:getDeploymentStage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Description string
    IsAfter string
    IsBefore string
    Id string
    Description string
    IsAfter string
    IsBefore string
    id String
    description String
    isAfter String
    isBefore String
    id string
    description string
    isAfter string
    isBefore string
    id 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.
    qovery logo
    Qovery v0.36.1 published on Monday, Jul 22, 2024 by dirien