AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-13 · Documentation medium

File: cli/latest/reference/glue/get-tables.md

Summary

Added --audit-context parameter for Lake Formation audit context in get-tables command

Security assessment

Adds documentation for audit context parameters to track data access patterns. This supports security compliance but does not indicate a security vulnerability fix.

Diff

diff --git a/cli/latest/reference/glue/get-tables.md b/cli/latest/reference/glue/get-tables.md
index 8874cb24d..1b7288a20 100644
--- a//cli/latest/reference/glue/get-tables.md
+++ b//cli/latest/reference/glue/get-tables.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.10 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
@@ -74,0 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+    [--audit-context <value>]
@@ -155,0 +157,49 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+`--audit-context` (structure)
+
+> A structure containing the Lake Formation [audit context](https://docs.aws.amazon.com/glue/latest/webapi/API_AuditContext.html) .
+> 
+> AdditionalAuditContext -> (string)
+>
+>> A string containing the additional audit context information.
+>> 
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `2048`
+>> 
+
+> 
+> RequestedColumns -> (list)
+>
+>> The requested columns for audit.
+>> 
+>> (string)
+>>
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `1024`
+>>>   * pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*`
+>>> 
+
+> 
+> AllColumnsRequested -> (boolean)
+>
+>> All columns request for audit.
+
+Shorthand Syntax:
+    
+    
+    AdditionalAuditContext=string,RequestedColumns=string,string,AllColumnsRequested=boolean
+    
+
+JSON Syntax:
+    
+    
+    {
+      "AdditionalAuditContext": "string",
+      "RequestedColumns": ["string", ...],
+      "AllColumnsRequested": true|false
+    }
+    
+
@@ -2463 +2513 @@ NextToken -> (string)
-  * [AWS CLI 2.31.10 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.13 Command Reference](../../index.html) »