Qovery v0.28.10 published on Friday, Jun 7, 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)
// 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
- Is
After string - Is
Before string
- Id string
- Description string
- Is
After string - Is
Before string
- id String
- description String
- is
After String - is
Before String
- id string
- description string
- is
After string - is
Before string
- id str
- description str
- is_
after str - is_
before str
- id String
- description String
- is
After String - is
Before String
getDeploymentStage Result
The following output properties are available:
- Description string
- Environment
Id string - Id string
- Is
After string - Is
Before string - Name string
- Description string
- Environment
Id string - Id string
- Is
After string - Is
Before string - Name string
- description String
- environment
Id String - id String
- is
After String - is
Before String - name String
- description string
- environment
Id string - id string
- is
After string - is
Before string - name string
- description str
- environment_
id str - id str
- is_
after str - is_
before str - name str
- description String
- environment
Id String - id String
- is
After String - is
Before 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.