AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-11-25 · Documentation low

File: redshift/latest/dg/r_CREATE_RLS_POLICY.md

Summary

Added database qualification for policy names and federated permissions documentation

Security assessment

Enhances RLS policy creation syntax for federated environments and links to access control docs. Improves security documentation but doesn't fix vulnerabilities.

Diff

diff --git a/redshift/latest/dg/r_CREATE_RLS_POLICY.md b/redshift/latest/dg/r_CREATE_RLS_POLICY.md
index f2fdb28e0..3b0d29bf4 100644
--- a//redshift/latest/dg/r_CREATE_RLS_POLICY.md
+++ b//redshift/latest/dg/r_CREATE_RLS_POLICY.md
@@ -18 +18 @@ Superusers and users or roles that have the sys:secadmin role can create a polic
-    CREATE RLS POLICY _policy_name_
+    CREATE RLS POLICY { policy_name | database_name.policy_name }
@@ -28,0 +30,5 @@ The name of the policy.
+database_name
+    
+
+The database name of where the policy will be created. Policy can be created on the connected database or on a database that supports Amazon Redshift federated permissions.
+
@@ -45,0 +52,2 @@ Specifies a filter that is applied to the WHERE clause of the query. Amazon Reds
+For the usage of CREATE RLS POLICY on Amazon Redshift Federated Permissions Catalog, see [ Managing access control with Amazon Redshift federated permissions](https://docs.aws.amazon.com/redshift/latest/dg/federated-permissions-managing-access.html).
+