alicloud_dbfs_auto_snap_shot_policy

Provides a Dbfs Auto Snap Shot Policy resource.

For information about Dbfs Auto Snap Shot Policy and how to use it.

Example Usage

Basic Usage

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

resource "alicloud_dbfs_auto_snap_shot_policy" "default" {
  time_points     = ["01"]
  policy_name     = "tf-example"
  retention_days  = 1
  repeat_weekdays = ["2"]
}

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

Dbfs Auto Snap Shot Policy can be imported using the id, e.g.

$ terraform import alicloud_dbfs_auto_snap_shot_policy.example <id>