Skip to content

Commit 5daa01f

Browse files
committed
docs: more doc proofreading
1 parent 8cadca4 commit 5daa01f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/data-sources/rediscloud_private_link.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,26 @@ output "rediscloud_private_link_principals" {
2626

2727
## Attribute Reference
2828

29-
* `principals` - The principal(s) attached to the PrivateLink.
29+
* `principals` - A list of principals attached to the PrivateLink.
3030
* `resource_configuration_id` - The ID of the resource configuration attached to this PrivateLink.
3131
* `resource_configuration_arn` - The ARN of the resource configuration attached to this PrivateLink.
3232
* `share_arn` - The share ARN of this PrivateLink.
3333
* `connections` - A list of connections associated with the PrivateLink.
3434
* `databases` - A list of databases associated with the PrivateLink.
3535

36-
37-
The `principals` object is a list, with these attributes:
36+
The `principals` object supports the following attributes:
3837
* `principal` - The principal attached to this PrivateLink.
39-
* `principal_type` - The principal type.
40-
* `principal_alias` - The friendly name to refer to the principal.
38+
* `principal_type` - The type of principal.
39+
* `principal_alias` - A friendly name for the principal.
4140

42-
The `connections` object is a list, with these attributes:
41+
The `connections` object supports the following attributes:
4342
* `association_id` - The association ID of the PrivateLink connection.
4443
* `connection_id` - The connection ID of the PrivateLink connection.
45-
* `connection_type` - The PrivateLink connection type.
44+
* `connection_type` - The type of the PrivateLink connection.
4645
* `owner_id` - The owner ID of the connection.
4746
* `association_date` - The date the connection was associated.
4847

49-
The `databases` object is a list, with these attributes:
50-
* `database_id` - The database ID.
48+
The `databases` object supports the following attributes:
49+
* `database_id` - The ID of the database.
5150
* `port` - The port the database is available on.
5251
* `resource_link_endpoint` - The resource link endpoint for the database.

0 commit comments

Comments
 (0)