日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

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>