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>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)
public static Output<GetDeploymentStageResult> getDeploymentStage(GetDeploymentStageArgs args, InvokeOptions options)
fn::invoke:
  function: qovery:index/getDeploymentStage:getDeploymentStage
  arguments:
    # arguments dictionaryThe 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 str
- description str
- is_after str
- is_before str
- 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 str
- environment_id str
- id str
- is_after str
- is_before str
- name str
- 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 qoveryTerraform Provider.