1. Packages
  2. Ibm Provider
  3. API Docs
  4. getMqcloudQueueManagerOptions
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getMqcloudQueueManagerOptions

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const mqcloudQueueManagerOptions = ibm.getMqcloudQueueManagerOptions({
        serviceInstanceGuid: "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    mqcloud_queue_manager_options = ibm.get_mqcloud_queue_manager_options(service_instance_guid="a2b4d4bc-dadb-4637-bcec-9b7d1e723af8")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetMqcloudQueueManagerOptions(ctx, &ibm.GetMqcloudQueueManagerOptionsArgs{
    			ServiceInstanceGuid: "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var mqcloudQueueManagerOptions = Ibm.GetMqcloudQueueManagerOptions.Invoke(new()
        {
            ServiceInstanceGuid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetMqcloudQueueManagerOptionsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var mqcloudQueueManagerOptions = IbmFunctions.getMqcloudQueueManagerOptions(GetMqcloudQueueManagerOptionsArgs.builder()
                .serviceInstanceGuid("a2b4d4bc-dadb-4637-bcec-9b7d1e723af8")
                .build());
    
        }
    }
    
    variables:
      mqcloudQueueManagerOptions:
        fn::invoke:
          function: ibm:getMqcloudQueueManagerOptions
          arguments:
            serviceInstanceGuid: a2b4d4bc-dadb-4637-bcec-9b7d1e723af8
    

    Using getMqcloudQueueManagerOptions

    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 getMqcloudQueueManagerOptions(args: GetMqcloudQueueManagerOptionsArgs, opts?: InvokeOptions): Promise<GetMqcloudQueueManagerOptionsResult>
    function getMqcloudQueueManagerOptionsOutput(args: GetMqcloudQueueManagerOptionsOutputArgs, opts?: InvokeOptions): Output<GetMqcloudQueueManagerOptionsResult>
    def get_mqcloud_queue_manager_options(id: Optional[str] = None,
                                          service_instance_guid: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetMqcloudQueueManagerOptionsResult
    def get_mqcloud_queue_manager_options_output(id: Optional[pulumi.Input[str]] = None,
                                          service_instance_guid: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetMqcloudQueueManagerOptionsResult]
    func GetMqcloudQueueManagerOptions(ctx *Context, args *GetMqcloudQueueManagerOptionsArgs, opts ...InvokeOption) (*GetMqcloudQueueManagerOptionsResult, error)
    func GetMqcloudQueueManagerOptionsOutput(ctx *Context, args *GetMqcloudQueueManagerOptionsOutputArgs, opts ...InvokeOption) GetMqcloudQueueManagerOptionsResultOutput

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

    public static class GetMqcloudQueueManagerOptions 
    {
        public static Task<GetMqcloudQueueManagerOptionsResult> InvokeAsync(GetMqcloudQueueManagerOptionsArgs args, InvokeOptions? opts = null)
        public static Output<GetMqcloudQueueManagerOptionsResult> Invoke(GetMqcloudQueueManagerOptionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMqcloudQueueManagerOptionsResult> getMqcloudQueueManagerOptions(GetMqcloudQueueManagerOptionsArgs args, InvokeOptions options)
    public static Output<GetMqcloudQueueManagerOptionsResult> getMqcloudQueueManagerOptions(GetMqcloudQueueManagerOptionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getMqcloudQueueManagerOptions:getMqcloudQueueManagerOptions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ServiceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Id string
    The unique identifier of the mqcloud_queue_manager_options.
    ServiceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Id string
    The unique identifier of the mqcloud_queue_manager_options.
    serviceInstanceGuid String
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id String
    The unique identifier of the mqcloud_queue_manager_options.
    serviceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id string
    The unique identifier of the mqcloud_queue_manager_options.
    service_instance_guid str
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id str
    The unique identifier of the mqcloud_queue_manager_options.
    serviceInstanceGuid String
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id String
    The unique identifier of the mqcloud_queue_manager_options.

    getMqcloudQueueManagerOptions Result

    The following output properties are available:

    Id string
    The unique identifier of the mqcloud_queue_manager_options.
    LatestVersion string
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    Locations List<string>
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    ServiceInstanceGuid string
    Sizes List<string>
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    Versions List<string>
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.
    Id string
    The unique identifier of the mqcloud_queue_manager_options.
    LatestVersion string
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    Locations []string
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    ServiceInstanceGuid string
    Sizes []string
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    Versions []string
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.
    id String
    The unique identifier of the mqcloud_queue_manager_options.
    latestVersion String
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    locations List<String>
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    serviceInstanceGuid String
    sizes List<String>
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    versions List<String>
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.
    id string
    The unique identifier of the mqcloud_queue_manager_options.
    latestVersion string
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    locations string[]
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    serviceInstanceGuid string
    sizes string[]
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    versions string[]
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.
    id str
    The unique identifier of the mqcloud_queue_manager_options.
    latest_version str
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    locations Sequence[str]
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    service_instance_guid str
    sizes Sequence[str]
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    versions Sequence[str]
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.
    id String
    The unique identifier of the mqcloud_queue_manager_options.
    latestVersion String
    (String) The latest Queue manager version.

    • Constraints: The maximum length is 15 characters. The minimum length is 7 characters. The value must match regular expression /^[0-9]+.[0-9]+.[0-9]+_[0-9]+$/.
    locations List<String>
    (List) List of deployment locations.

    • Constraints: The list items must match regular expression /^([^[:ascii:]]|[a-zA-Z0-9-._: ])+$/. The maximum length is 20 items. The minimum length is 1 item.
    serviceInstanceGuid String
    sizes List<String>
    (List) List of queue manager sizes.

    • Constraints: Allowable list items are: xsmall, small, medium, large. The maximum length is 20 items. The minimum length is 1 item.
    versions List<String>
    (List) List of queue manager versions.

    • Constraints: The maximum length is 12 items. The minimum length is 1 item.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud