1. Packages
  2. stackit
  3. API Docs
  4. getRabbitmqInstance
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    RabbitMQ instance data source schema. Must have a region specified in the provider configuration.

    Example Usage

    data "stackit_rabbitmq_instance" "example" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getRabbitmqInstance

    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 getRabbitmqInstance(args: GetRabbitmqInstanceArgs, opts?: InvokeOptions): Promise<GetRabbitmqInstanceResult>
    function getRabbitmqInstanceOutput(args: GetRabbitmqInstanceOutputArgs, opts?: InvokeOptions): Output<GetRabbitmqInstanceResult>
    def get_rabbitmq_instance(instance_id: Optional[str] = None,
                              project_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetRabbitmqInstanceResult
    def get_rabbitmq_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
                              project_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetRabbitmqInstanceResult]
    func LookupRabbitmqInstance(ctx *Context, args *LookupRabbitmqInstanceArgs, opts ...InvokeOption) (*LookupRabbitmqInstanceResult, error)
    func LookupRabbitmqInstanceOutput(ctx *Context, args *LookupRabbitmqInstanceOutputArgs, opts ...InvokeOption) LookupRabbitmqInstanceResultOutput

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

    public static class GetRabbitmqInstance 
    {
        public static Task<GetRabbitmqInstanceResult> InvokeAsync(GetRabbitmqInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetRabbitmqInstanceResult> Invoke(GetRabbitmqInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRabbitmqInstanceResult> getRabbitmqInstance(GetRabbitmqInstanceArgs args, InvokeOptions options)
    public static Output<GetRabbitmqInstanceResult> getRabbitmqInstance(GetRabbitmqInstanceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getRabbitmqInstance:getRabbitmqInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    ID of the RabbitMQ instance.
    ProjectId string
    STACKIT Project ID to which the instance is associated.
    InstanceId string
    ID of the RabbitMQ instance.
    ProjectId string
    STACKIT Project ID to which the instance is associated.
    instanceId String
    ID of the RabbitMQ instance.
    projectId String
    STACKIT Project ID to which the instance is associated.
    instanceId string
    ID of the RabbitMQ instance.
    projectId string
    STACKIT Project ID to which the instance is associated.
    instance_id str
    ID of the RabbitMQ instance.
    project_id str
    STACKIT Project ID to which the instance is associated.
    instanceId String
    ID of the RabbitMQ instance.
    projectId String
    STACKIT Project ID to which the instance is associated.

    getRabbitmqInstance Result

    The following output properties are available:

    CfGuid string
    CfOrganizationGuid string
    CfSpaceGuid string
    DashboardUrl string
    Id string
    ImageUrl string
    InstanceId string
    ID of the RabbitMQ instance.
    Name string
    Instance name.
    Parameters GetRabbitmqInstanceParameters
    PlanId string
    The selected plan ID.
    PlanName string
    The selected plan name.
    ProjectId string
    STACKIT Project ID to which the instance is associated.
    Version string
    The service version.
    CfGuid string
    CfOrganizationGuid string
    CfSpaceGuid string
    DashboardUrl string
    Id string
    ImageUrl string
    InstanceId string
    ID of the RabbitMQ instance.
    Name string
    Instance name.
    Parameters GetRabbitmqInstanceParameters
    PlanId string
    The selected plan ID.
    PlanName string
    The selected plan name.
    ProjectId string
    STACKIT Project ID to which the instance is associated.
    Version string
    The service version.
    cfGuid String
    cfOrganizationGuid String
    cfSpaceGuid String
    dashboardUrl String
    id String
    imageUrl String
    instanceId String
    ID of the RabbitMQ instance.
    name String
    Instance name.
    parameters GetRabbitmqInstanceParameters
    planId String
    The selected plan ID.
    planName String
    The selected plan name.
    projectId String
    STACKIT Project ID to which the instance is associated.
    version String
    The service version.
    cfGuid string
    cfOrganizationGuid string
    cfSpaceGuid string
    dashboardUrl string
    id string
    imageUrl string
    instanceId string
    ID of the RabbitMQ instance.
    name string
    Instance name.
    parameters GetRabbitmqInstanceParameters
    planId string
    The selected plan ID.
    planName string
    The selected plan name.
    projectId string
    STACKIT Project ID to which the instance is associated.
    version string
    The service version.
    cf_guid str
    cf_organization_guid str
    cf_space_guid str
    dashboard_url str
    id str
    image_url str
    instance_id str
    ID of the RabbitMQ instance.
    name str
    Instance name.
    parameters GetRabbitmqInstanceParameters
    plan_id str
    The selected plan ID.
    plan_name str
    The selected plan name.
    project_id str
    STACKIT Project ID to which the instance is associated.
    version str
    The service version.
    cfGuid String
    cfOrganizationGuid String
    cfSpaceGuid String
    dashboardUrl String
    id String
    imageUrl String
    instanceId String
    ID of the RabbitMQ instance.
    name String
    Instance name.
    parameters Property Map
    planId String
    The selected plan ID.
    planName String
    The selected plan name.
    projectId String
    STACKIT Project ID to which the instance is associated.
    version String
    The service version.

    Supporting Types

    GetRabbitmqInstanceParameters

    ConsumerTimeout int
    The timeout in milliseconds for the consumer.
    EnableMonitoring bool
    Enable monitoring.
    Graphite string
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    MaxDiskThreshold int
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    MetricsFrequency int
    The frequency in seconds at which metrics are emitted.
    MetricsPrefix string
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    MonitoringInstanceId string
    The ID of the STACKIT monitoring instance.
    Plugins List<string>
    List of plugins to install. Must be a supported plugin name.
    Roles List<string>
    List of roles to assign to the instance.
    SgwAcl string
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    Syslogs List<string>
    List of syslog servers to send logs to.
    TlsCiphers List<string>
    List of TLS ciphers to use.
    TlsProtocols List<string>
    TLS protocol versions to use.
    ConsumerTimeout int
    The timeout in milliseconds for the consumer.
    EnableMonitoring bool
    Enable monitoring.
    Graphite string
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    MaxDiskThreshold int
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    MetricsFrequency int
    The frequency in seconds at which metrics are emitted.
    MetricsPrefix string
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    MonitoringInstanceId string
    The ID of the STACKIT monitoring instance.
    Plugins []string
    List of plugins to install. Must be a supported plugin name.
    Roles []string
    List of roles to assign to the instance.
    SgwAcl string
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    Syslogs []string
    List of syslog servers to send logs to.
    TlsCiphers []string
    List of TLS ciphers to use.
    TlsProtocols []string
    TLS protocol versions to use.
    consumerTimeout Integer
    The timeout in milliseconds for the consumer.
    enableMonitoring Boolean
    Enable monitoring.
    graphite String
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    maxDiskThreshold Integer
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    metricsFrequency Integer
    The frequency in seconds at which metrics are emitted.
    metricsPrefix String
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    monitoringInstanceId String
    The ID of the STACKIT monitoring instance.
    plugins List<String>
    List of plugins to install. Must be a supported plugin name.
    roles List<String>
    List of roles to assign to the instance.
    sgwAcl String
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    syslogs List<String>
    List of syslog servers to send logs to.
    tlsCiphers List<String>
    List of TLS ciphers to use.
    tlsProtocols List<String>
    TLS protocol versions to use.
    consumerTimeout number
    The timeout in milliseconds for the consumer.
    enableMonitoring boolean
    Enable monitoring.
    graphite string
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    maxDiskThreshold number
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    metricsFrequency number
    The frequency in seconds at which metrics are emitted.
    metricsPrefix string
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    monitoringInstanceId string
    The ID of the STACKIT monitoring instance.
    plugins string[]
    List of plugins to install. Must be a supported plugin name.
    roles string[]
    List of roles to assign to the instance.
    sgwAcl string
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    syslogs string[]
    List of syslog servers to send logs to.
    tlsCiphers string[]
    List of TLS ciphers to use.
    tlsProtocols string[]
    TLS protocol versions to use.
    consumer_timeout int
    The timeout in milliseconds for the consumer.
    enable_monitoring bool
    Enable monitoring.
    graphite str
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    max_disk_threshold int
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    metrics_frequency int
    The frequency in seconds at which metrics are emitted.
    metrics_prefix str
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    monitoring_instance_id str
    The ID of the STACKIT monitoring instance.
    plugins Sequence[str]
    List of plugins to install. Must be a supported plugin name.
    roles Sequence[str]
    List of roles to assign to the instance.
    sgw_acl str
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    syslogs Sequence[str]
    List of syslog servers to send logs to.
    tls_ciphers Sequence[str]
    List of TLS ciphers to use.
    tls_protocols Sequence[str]
    TLS protocol versions to use.
    consumerTimeout Number
    The timeout in milliseconds for the consumer.
    enableMonitoring Boolean
    Enable monitoring.
    graphite String
    Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
    maxDiskThreshold Number
    The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
    metricsFrequency Number
    The frequency in seconds at which metrics are emitted.
    metricsPrefix String
    The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
    monitoringInstanceId String
    The ID of the STACKIT monitoring instance.
    plugins List<String>
    List of plugins to install. Must be a supported plugin name.
    roles List<String>
    List of roles to assign to the instance.
    sgwAcl String
    Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
    syslogs List<String>
    List of syslog servers to send logs to.
    tlsCiphers List<String>
    List of TLS ciphers to use.
    tlsProtocols List<String>
    TLS protocol versions to use.

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.