alicloud_schedulerx_namespace

Provides a Schedulerx Namespace resource.

For information about Schedulerx Namespace and how to use it, see What is Namespace.

Example Usage

Basic Usage

resource "alicloud_schedulerx_namespace" "example" {
  namespace_name = "example_value"
}

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

Schedulerx Namespace can be imported using the id, e.g.

$ terraform import alicloud_schedulerx_namespace.example <id>