stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
RabbitMQ credential data source schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_rabbitmq_credential" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
credential_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getRabbitmqCredential
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 getRabbitmqCredential(args: GetRabbitmqCredentialArgs, opts?: InvokeOptions): Promise<GetRabbitmqCredentialResult>
function getRabbitmqCredentialOutput(args: GetRabbitmqCredentialOutputArgs, opts?: InvokeOptions): Output<GetRabbitmqCredentialResult>def get_rabbitmq_credential(credential_id: Optional[str] = None,
instance_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRabbitmqCredentialResult
def get_rabbitmq_credential_output(credential_id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRabbitmqCredentialResult]func LookupRabbitmqCredential(ctx *Context, args *LookupRabbitmqCredentialArgs, opts ...InvokeOption) (*LookupRabbitmqCredentialResult, error)
func LookupRabbitmqCredentialOutput(ctx *Context, args *LookupRabbitmqCredentialOutputArgs, opts ...InvokeOption) LookupRabbitmqCredentialResultOutput> Note: This function is named LookupRabbitmqCredential in the Go SDK.
public static class GetRabbitmqCredential
{
public static Task<GetRabbitmqCredentialResult> InvokeAsync(GetRabbitmqCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetRabbitmqCredentialResult> Invoke(GetRabbitmqCredentialInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRabbitmqCredentialResult> getRabbitmqCredential(GetRabbitmqCredentialArgs args, InvokeOptions options)
public static Output<GetRabbitmqCredentialResult> getRabbitmqCredential(GetRabbitmqCredentialArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getRabbitmqCredential:getRabbitmqCredential
arguments:
# arguments dictionaryThe following arguments are supported:
- Credential
Id string - The credential's ID.
- Instance
Id string - ID of the RabbitMQ instance.
- Project
Id string - STACKIT project ID to which the instance is associated.
- Credential
Id string - The credential's ID.
- Instance
Id string - ID of the RabbitMQ instance.
- Project
Id string - STACKIT project ID to which the instance is associated.
- credential
Id String - The credential's ID.
- instance
Id String - ID of the RabbitMQ instance.
- project
Id String - STACKIT project ID to which the instance is associated.
- credential
Id string - The credential's ID.
- instance
Id string - ID of the RabbitMQ instance.
- project
Id string - STACKIT project ID to which the instance is associated.
- credential_
id str - The credential's ID.
- instance_
id str - ID of the RabbitMQ instance.
- project_
id str - STACKIT project ID to which the instance is associated.
- credential
Id String - The credential's ID.
- instance
Id String - ID of the RabbitMQ instance.
- project
Id String - STACKIT project ID to which the instance is associated.
getRabbitmqCredential Result
The following output properties are available:
- Credential
Id string - The credential's ID.
- Host string
- Hosts List<string>
- Http
Api stringUri - Http
Api List<string>Uris - Id string
- Instance
Id string - ID of the RabbitMQ instance.
- Management string
- Password string
- Port int
- Project
Id string - STACKIT project ID to which the instance is associated.
- Uri string
- Uris List<string>
- Username string
- Credential
Id string - The credential's ID.
- Host string
- Hosts []string
- Http
Api stringUri - Http
Api []stringUris - Id string
- Instance
Id string - ID of the RabbitMQ instance.
- Management string
- Password string
- Port int
- Project
Id string - STACKIT project ID to which the instance is associated.
- Uri string
- Uris []string
- Username string
- credential
Id String - The credential's ID.
- host String
- hosts List<String>
- http
Api StringUri - http
Api List<String>Uris - id String
- instance
Id String - ID of the RabbitMQ instance.
- management String
- password String
- port Integer
- project
Id String - STACKIT project ID to which the instance is associated.
- uri String
- uris List<String>
- username String
- credential
Id string - The credential's ID.
- host string
- hosts string[]
- http
Api stringUri - http
Api string[]Uris - id string
- instance
Id string - ID of the RabbitMQ instance.
- management string
- password string
- port number
- project
Id string - STACKIT project ID to which the instance is associated.
- uri string
- uris string[]
- username string
- credential_
id str - The credential's ID.
- host str
- hosts Sequence[str]
- http_
api_ struri - http_
api_ Sequence[str]uris - id str
- instance_
id str - ID of the RabbitMQ instance.
- management str
- password str
- port int
- project_
id str - STACKIT project ID to which the instance is associated.
- uri str
- uris Sequence[str]
- username str
- credential
Id String - The credential's ID.
- host String
- hosts List<String>
- http
Api StringUri - http
Api List<String>Uris - id String
- instance
Id String - ID of the RabbitMQ instance.
- management String
- password String
- port Number
- project
Id String - STACKIT project ID to which the instance is associated.
- uri String
- uris List<String>
- username String
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
