alicloud_mns_topic

Provides a MNS topic resource.

Example Usage

Basic Usage

resource "alicloud_mns_topic" "topic" {
  name                 = "tf-example-mnstopic"
  maximum_message_size = 65536
  logging_enabled      = false
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

MNS Topic can be imported using the id or name, e.g.

$ terraform import alicloud_mns_topic.topic topicName