alicloud_mns_queues

This data source provides a list of MNS queues in an Alibaba Cloud account according to the specified parameters.

Example Usage

data "alicloud_mns_queues" "queues" {
  name_prefix = "tf-"
}

output "first_queue_id" {
  value = "${data.alicloud_mns_queues.queues.queues.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: