AWS lake-formation documentation change
Summary
Fixed grammatical error in LF-Tag access control explanation
Security assessment
The change corrects a grammatical error ('You to control' -> 'You can use them to control') without altering security content or addressing any identified security issues. This is purely a documentation clarity improvement.
Diff
diff --git a/lake-formation/latest/dg/tag-based-access-control.md b/lake-formation/latest/dg/tag-based-access-control.md index 3bbfb62cd..14a7288f4 100644 --- a//lake-formation/latest/dg/tag-based-access-control.md +++ b//lake-formation/latest/dg/tag-based-access-control.md @@ -54 +54 @@ Now consider how you would grant permissions by using LF-TBAC. The following dia -In this example, the LF-Tags represent areas of the data lake that contain analytics for different modules of an enterprise resource planning (ERP) application suite. You to control access to the analytics data for the various modules. All LF-Tags have the key `module` and possible values `Sales`, `Orders`, and `Customers`. An example LF-Tag looks like this: +In this example, the LF-Tags represent areas of the data lake that contain analytics for different modules of an enterprise resource planning (ERP) application suite. You can use them to control access to the analytics data for the various modules. All LF-Tags have the key `module` and possible values `Sales`, `Orders`, and `Customers`. An example LF-Tag looks like this: