文档

alicloud_schedulerx_namespace

更新时间:
一键部署

Provides a Schedulerx Namespace resource.

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

-> NOTE: Available in v1.173.0+.

Example Usage

Basic Usage

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

Argument Reference

The following arguments are supported:

  • description - (Optional) The description of the resource.
  • namespace_name - (Required) The name of the resource.

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Namespace. Its value is same as namespace_id.

Timeouts

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

  • create - (Defaults to 1 mins) Used when create the resource.
  • update - (Defaults to 1 mins) Used when update the resource.

Import

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

$ terraform import alicloud_schedulerx_namespace.example <id>

  • 本页导读 (0)
文档反馈