alicloud_message_service_endpoint

更新时间:2025-04-02 00:38:24

Provides a Message Service Endpoint resource.

For information about Message Service Endpoint and how to use it, see What is Endpoint.

-> NOTE: Available since v1.243.0.

Example Usage

Basic Usage


provider "alicloud" {
  region = "cn-hangzhou"
}

resource "alicloud_message_service_endpoint" "default" {
  endpoint_enabled = true
  endpoint_type    = "public"
}

Deleting alicloud_message_service_endpoint or removing it from your configuration

Terraform cannot destroy resource alicloud_message_service_endpoint. Terraform will remove this resource from the state file, however resources may remain.

Argument Reference

The following arguments are supported:

  • endpoint_enabled - (Required, Bool) Specifies whether the endpoint is enabled. Valid values:
    • true: Enable.
    • false: Disable.
  • endpoint_type - (Required, ForceNew) Access point type. Value:
    • public: indicates a public access point. (Currently only public is supported)

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Endpoint.

Timeouts

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

  • create - (Defaults to 5 mins) Used when create the Endpoint.
  • update - (Defaults to 5 mins) Used when update the Endpoint.

Import

Message Service Endpoint can be imported using the id, e.g.

$ terraform import alicloud_message_service_endpoint.example <id>

  • 本页导读 (1)
  • Example Usage
  • Deleting alicloud_message_service_endpoint or removing it from your configuration
  • Argument Reference
  • Attributes Reference
  • Timeouts
  • Import
AI助理

点击开启售前

在线咨询服务

你好,我是AI助理

可以解答问题、推荐解决方案等