alicloud_nas_auto_snapshot_policy

Provides a Network Attached Storage (NAS) Auto Snapshot Policy resource.

For information about Network Attached Storage (NAS) Auto Snapshot Policy and how to use it, see What is Auto Snapshot Policy.

Example Usage

Basic Usage

resource "alicloud_nas_auto_snapshot_policy" "example" {
  auto_snapshot_policy_name = "example_value"
  repeat_weekdays           = ["3", "4", "5"]
  retention_days            = 30
  time_points               = ["3", "4", "5"]
}

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

Network Attached Storage (NAS) Auto Snapshot Policy can be imported using the id, e.g.

$ terraform import alicloud_nas_auto_snapshot_policy.example <id>