alicloud_sms_short_url

Provides a SMS Short Url resource.

For information about SMS Short Url and how to use it, see What is Short Url.

Example Usage

Basic Usage

resource "alicloud_sms_short_url" "example" {
  effective_days = 30
  short_url_name = "example_value"
  source_url     = "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

SMS Short Url can be imported using the id, e.g.

$ terraform import alicloud_sms_short_url.example <id>