alicloud_rds_service_linked_role

Provides a RDS Service Linked Role.

For information about RDS Service Linked Role and how to use it, see What is Service Linked Role..

Example Usage

Basic Usage

resource "alicloud_rds_service_linked_role" "default" {
  service_name = "AliyunServiceRoleForRdsPgsqlOnEcs"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

RDS Service Linked Role can be imported using the id, e.g.

$ terraform import alicloud_rds_service_linked_role.default <service_name>