Provides information about a MQ Broker Instance Offerings.
data "aws_mq_broker_instance_type_offerings" "empty" {}
data "aws_mq_broker_instance_type_offerings" "engine" {
engine_type = "ACTIVEMQ"
}
data "aws_mq_broker_instance_type_offerings" "storage" {
storage_type = "EBS"
}
data "aws_mq_broker_instance_type_offerings" "instance" {
host_instance_type = "mq.m5.large"
}
data "aws_mq_broker_instance_type_offerings" "all" {
host_instance_type = "mq.m5.large"
storage_type = "EBS"
engine_type = "ACTIVEMQ"
}
This data source supports the following arguments:
engine_type
- (Optional) Filter response by engine type.host_instance_type
- (Optional) Filter response by host instance type.storage_type
- (Optional) Filter response by storage type.This data source exports the following attributes in addition to the arguments above:
broker_instance_options
- Option for host instance type. See Broker Instance Options below.availability_zones
- List of available AZs. See Availability Zones. belowengine_type
- Broker's engine type.host_instance_type
- Broker's instance type.storage_type
- Broker's storage type.supported_deployment_modes
- The list of supported deployment modes.supported_engine_versions
- The list of supported engine versions.name
- Name of the Availability Zone.