Retrieve information about available broker engines.
data "aws_mq_broker_engine_types" "example" {
engine_type = "ACTIVEMQ"
}
engine_type
- (Optional) The MQ engine type to return version details for.This data source exports the following attributes in addition to the arguments above:
broker_engine_types
- A list of available engine types and versions. See Engine Types.engine_type
- The broker's engine type.engine_versions
- The list of engine versions.