AWS guidance documentation change
Summary
Removed markdown link formatting from Athena documentation URLs while keeping the same URL destinations.
Security assessment
Formatting change only affects documentation links. No modification to security mechanisms like RLS policies, access controls, or vulnerability descriptions.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/row-level-security.md b/guidance/latest/cloud-intelligence-dashboards/row-level-security.md index 83f918be0..ab14ff9ba 100644 --- a//guidance/latest/cloud-intelligence-dashboards/row-level-security.md +++ b//guidance/latest/cloud-intelligence-dashboards/row-level-security.md @@ -116 +116 @@ CID constructs an RLS dataset from several sources. - 1. **full_access_users** \- is a view or a table that contains a list of emails of users who supposed to have a full unrestricted access to protected datasets. This view can be edited in Athena directly (<https://docs.aws.amazon.com/athena/latest/ug/views-managing.html>) as [linline table](https://prestodb.io/docs/current/sql/values.htm) or it can be replaced with the tables that comes from other sources (your identity management or a simple csv file on Amazon S3). We do not recommend using individual users for this and rather prioritize user management with groups, but it can be handy on the initial setup phase. Please make sure you put exactly the same email as you have in Quick Suite. + 1. **full_access_users** \- is a view or a table that contains a list of emails of users who supposed to have a full unrestricted access to protected datasets. This view can be edited in Athena directly (https://docs.aws.amazon.com/athena/latest/ug/views-managing.html) as [linline table](https://prestodb.io/docs/current/sql/values.htm) or it can be replaced with the tables that comes from other sources (your identity management or a simple csv file on Amazon S3). We do not recommend using individual users for this and rather prioritize user management with groups, but it can be handy on the initial setup phase. Please make sure you put exactly the same email as you have in Quick Suite. @@ -118 +118 @@ CID constructs an RLS dataset from several sources. - 2. **full_access_groups** \- is a view or a table that contains a list of Quick Suite Groups with users who will to have a full unrestricted access to protected datasets. This view can be edited in Athena directly (<https://docs.aws.amazon.com/athena/latest/ug/views-managing.html>) as [linline table](https://prestodb.io/docs/current/sql/values.htm) or it can be replaced with the tables that comes from other sources (your identity management or a simple csv file on Amazon S3). + 2. **full_access_groups** \- is a view or a table that contains a list of Quick Suite Groups with users who will to have a full unrestricted access to protected datasets. This view can be edited in Athena directly (https://docs.aws.amazon.com/athena/latest/ug/views-managing.html) as [linline table](https://prestodb.io/docs/current/sql/values.htm) or it can be replaced with the tables that comes from other sources (your identity management or a simple csv file on Amazon S3).