alicloud_mns_topics

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

Example Usage

data "alicloud_mns_topics" "topics" {
  name_prefix = "tf-"
}

output "first_topic_id" {
  value = "${data.alicloud_mns_topics.topics.topics.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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