alicloud_cms_namespace

Provides a Cloud Monitor Service Namespace resource.

For information about Cloud Monitor Service Namespace and how to use it, see What is Namespace.

Example Usage

Basic Usage

resource "alicloud_cms_namespace" "example" {
  namespace     = "tf-example"
  specification = "cms.s1.large"
  description   = "tf-example"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Cloud Monitor Service Namespace can be imported using the id, e.g.

$ terraform import alicloud_cms_namespace.example <id>