1. Packages
  2. AWS
  3. API Docs
  4. mq
  5. getBrokerEngineTypes
AWS v7.3.1 published on Wednesday, Aug 6, 2025 by Pulumi

aws.mq.getBrokerEngineTypes

Explore with Pulumi AI

aws logo
AWS v7.3.1 published on Wednesday, Aug 6, 2025 by Pulumi

    Provides details about available MQ broker engine types. Use this data source to retrieve supported engine types and their versions for Amazon MQ brokers.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.mq.getBrokerEngineTypes({
        engineType: "ACTIVEMQ",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.mq.get_broker_engine_types(engine_type="ACTIVEMQ")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/mq"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := mq.GetBrokerEngineTypes(ctx, &mq.GetBrokerEngineTypesArgs{
    			EngineType: pulumi.StringRef("ACTIVEMQ"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Mq.GetBrokerEngineTypes.Invoke(new()
        {
            EngineType = "ACTIVEMQ",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.mq.MqFunctions;
    import com.pulumi.aws.mq.inputs.GetBrokerEngineTypesArgs;
    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 example = MqFunctions.getBrokerEngineTypes(GetBrokerEngineTypesArgs.builder()
                .engineType("ACTIVEMQ")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:mq:getBrokerEngineTypes
          arguments:
            engineType: ACTIVEMQ
    

    Using getBrokerEngineTypes

    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 getBrokerEngineTypes(args: GetBrokerEngineTypesArgs, opts?: InvokeOptions): Promise<GetBrokerEngineTypesResult>
    function getBrokerEngineTypesOutput(args: GetBrokerEngineTypesOutputArgs, opts?: InvokeOptions): Output<GetBrokerEngineTypesResult>
    def get_broker_engine_types(engine_type: Optional[str] = None,
                                region: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetBrokerEngineTypesResult
    def get_broker_engine_types_output(engine_type: Optional[pulumi.Input[str]] = None,
                                region: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetBrokerEngineTypesResult]
    func GetBrokerEngineTypes(ctx *Context, args *GetBrokerEngineTypesArgs, opts ...InvokeOption) (*GetBrokerEngineTypesResult, error)
    func GetBrokerEngineTypesOutput(ctx *Context, args *GetBrokerEngineTypesOutputArgs, opts ...InvokeOption) GetBrokerEngineTypesResultOutput

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

    public static class GetBrokerEngineTypes 
    {
        public static Task<GetBrokerEngineTypesResult> InvokeAsync(GetBrokerEngineTypesArgs args, InvokeOptions? opts = null)
        public static Output<GetBrokerEngineTypesResult> Invoke(GetBrokerEngineTypesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBrokerEngineTypesResult> getBrokerEngineTypes(GetBrokerEngineTypesArgs args, InvokeOptions options)
    public static Output<GetBrokerEngineTypesResult> getBrokerEngineTypes(GetBrokerEngineTypesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:mq/getBrokerEngineTypes:getBrokerEngineTypes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EngineType string
    MQ engine type to return version details for.
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    EngineType string
    MQ engine type to return version details for.
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    engineType String
    MQ engine type to return version details for.
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    engineType string
    MQ engine type to return version details for.
    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    engine_type str
    MQ engine type to return version details for.
    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    engineType String
    MQ engine type to return version details for.
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    getBrokerEngineTypes Result

    The following output properties are available:

    BrokerEngineTypes List<GetBrokerEngineTypesBrokerEngineType>
    List of available engine types and versions. See Engine Types.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    EngineType string
    Broker's engine type.
    BrokerEngineTypes []GetBrokerEngineTypesBrokerEngineType
    List of available engine types and versions. See Engine Types.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    EngineType string
    Broker's engine type.
    brokerEngineTypes List<GetBrokerEngineTypesBrokerEngineType>
    List of available engine types and versions. See Engine Types.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    engineType String
    Broker's engine type.
    brokerEngineTypes GetBrokerEngineTypesBrokerEngineType[]
    List of available engine types and versions. See Engine Types.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    engineType string
    Broker's engine type.
    broker_engine_types Sequence[GetBrokerEngineTypesBrokerEngineType]
    List of available engine types and versions. See Engine Types.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    engine_type str
    Broker's engine type.
    brokerEngineTypes List<Property Map>
    List of available engine types and versions. See Engine Types.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    engineType String
    Broker's engine type.

    Supporting Types

    GetBrokerEngineTypesBrokerEngineType

    EngineType string
    MQ engine type to return version details for.
    EngineVersions List<GetBrokerEngineTypesBrokerEngineTypeEngineVersion>
    List of engine versions. See Engine Versions.
    EngineType string
    MQ engine type to return version details for.
    EngineVersions []GetBrokerEngineTypesBrokerEngineTypeEngineVersion
    List of engine versions. See Engine Versions.
    engineType String
    MQ engine type to return version details for.
    engineVersions List<GetBrokerEngineTypesBrokerEngineTypeEngineVersion>
    List of engine versions. See Engine Versions.
    engineType string
    MQ engine type to return version details for.
    engineVersions GetBrokerEngineTypesBrokerEngineTypeEngineVersion[]
    List of engine versions. See Engine Versions.
    engine_type str
    MQ engine type to return version details for.
    engine_versions Sequence[GetBrokerEngineTypesBrokerEngineTypeEngineVersion]
    List of engine versions. See Engine Versions.
    engineType String
    MQ engine type to return version details for.
    engineVersions List<Property Map>
    List of engine versions. See Engine Versions.

    GetBrokerEngineTypesBrokerEngineTypeEngineVersion

    Name string
    Name of the engine version.
    Name string
    Name of the engine version.
    name String
    Name of the engine version.
    name string
    Name of the engine version.
    name str
    Name of the engine version.
    name String
    Name of the engine version.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    AWS v7.3.1 published on Wednesday, Aug 6, 2025 by Pulumi