AWS v7.3.1 published on Wednesday, Aug 6, 2025 by Pulumi
aws.mq.getBrokerEngineTypes
Explore with Pulumi AI
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:
- Engine
Type 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 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 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 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.
- engine
Type 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:
- Broker
Engine List<GetTypes Broker Engine Types Broker Engine Type> - List of available engine types and versions. See Engine Types.
- Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Engine
Type string - Broker's engine type.
- Broker
Engine []GetTypes Broker Engine Types Broker Engine Type - List of available engine types and versions. See Engine Types.
- Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Engine
Type string - Broker's engine type.
- broker
Engine List<GetTypes Broker Engine Types Broker Engine Type> - List of available engine types and versions. See Engine Types.
- id String
- The provider-assigned unique ID for this managed resource.
- region String
- engine
Type String - Broker's engine type.
- broker
Engine GetTypes Broker Engine Types Broker Engine Type[] - List of available engine types and versions. See Engine Types.
- id string
- The provider-assigned unique ID for this managed resource.
- region string
- engine
Type string - Broker's engine type.
- broker_
engine_ Sequence[Gettypes Broker Engine Types Broker Engine Type] - 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.
- broker
Engine List<Property Map>Types - List of available engine types and versions. See Engine Types.
- id String
- The provider-assigned unique ID for this managed resource.
- region String
- engine
Type String - Broker's engine type.
Supporting Types
GetBrokerEngineTypesBrokerEngineType
- Engine
Type string - MQ engine type to return version details for.
- Engine
Versions List<GetBroker Engine Types Broker Engine Type Engine Version> - List of engine versions. See Engine Versions.
- Engine
Type string - MQ engine type to return version details for.
- Engine
Versions []GetBroker Engine Types Broker Engine Type Engine Version - List of engine versions. See Engine Versions.
- engine
Type String - MQ engine type to return version details for.
- engine
Versions List<GetBroker Engine Types Broker Engine Type Engine Version> - List of engine versions. See Engine Versions.
- engine
Type string - MQ engine type to return version details for.
- engine
Versions GetBroker Engine Types Broker Engine Type Engine Version[] - List of engine versions. See Engine Versions.
- engine_
type str - MQ engine type to return version details for.
- engine_
versions Sequence[GetBroker Engine Types Broker Engine Type Engine Version] - List of engine versions. See Engine Versions.
- engine
Type String - MQ engine type to return version details for.
- engine
Versions 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.