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

qovery.getScalewayCredentials

Explore with Pulumi AI

# qovery.ScalewayCredentials (Data Source)

Use this data source to retrieve information about an existing Scaleway credentials.

Using getScalewayCredentials

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 getScalewayCredentials(args: GetScalewayCredentialsArgs, opts?: InvokeOptions): Promise<GetScalewayCredentialsResult>
function getScalewayCredentialsOutput(args: GetScalewayCredentialsOutputArgs, opts?: InvokeOptions): Output<GetScalewayCredentialsResult>
Copy
def get_scaleway_credentials(id: Optional[str] = None,
                             organization_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetScalewayCredentialsResult
def get_scaleway_credentials_output(id: Optional[pulumi.Input[str]] = None,
                             organization_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetScalewayCredentialsResult]
Copy
func LookupScalewayCredentials(ctx *Context, args *LookupScalewayCredentialsArgs, opts ...InvokeOption) (*LookupScalewayCredentialsResult, error)
func LookupScalewayCredentialsOutput(ctx *Context, args *LookupScalewayCredentialsOutputArgs, opts ...InvokeOption) LookupScalewayCredentialsResultOutput
Copy

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

public static class GetScalewayCredentials 
{
    public static Task<GetScalewayCredentialsResult> InvokeAsync(GetScalewayCredentialsArgs args, InvokeOptions? opts = null)
    public static Output<GetScalewayCredentialsResult> Invoke(GetScalewayCredentialsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetScalewayCredentialsResult> getScalewayCredentials(GetScalewayCredentialsArgs args, InvokeOptions options)
public static Output<GetScalewayCredentialsResult> getScalewayCredentials(GetScalewayCredentialsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: qovery:index/getScalewayCredentials:getScalewayCredentials
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
OrganizationId This property is required. string
Id This property is required. string
OrganizationId This property is required. string
id This property is required. String
organizationId This property is required. String
id This property is required. string
organizationId This property is required. string
id This property is required. str
organization_id This property is required. str
id This property is required. String
organizationId This property is required. String

getScalewayCredentials Result

The following output properties are available:

Id string
Name string
OrganizationId string
Id string
Name string
OrganizationId string
id String
name String
organizationId String
id string
name string
organizationId string
id String
name String
organizationId String

Package Details

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