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>
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]
func LookupScalewayCredentials(ctx *Context, args *LookupScalewayCredentialsArgs, opts ...InvokeOption) (*LookupScalewayCredentialsResult, error)
func LookupScalewayCredentialsOutput(ctx *Context, args *LookupScalewayCredentialsOutputArgs, opts ...InvokeOption) LookupScalewayCredentialsResultOutput
> 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)
}
public static CompletableFuture<GetScalewayCredentialsResult> getScalewayCredentials(GetScalewayCredentialsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: qovery:index/getScalewayCredentials:getScalewayCredentials
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Organization
Id string
- Id string
- Organization
Id string
- id String
- organization
Id String
- id string
- organization
Id string
- id str
- organization_
id str
- id String
- organization
Id String
getScalewayCredentials Result
The following output properties are available:
- Id string
- Name string
- Organization
Id string
- Id string
- Name string
- Organization
Id string
- id String
- name String
- organization
Id String
- id string
- name string
- organization
Id string
- id str
- name str
- organization_
id str
- id String
- name String
- organization
Id String
Package Details
- Repository
- qovery dirien/pulumi-qovery
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
qovery
Terraform Provider.