@@ -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