AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

Introduces documentation for audit context parameters related to Lake Formation access tracking. While this enhances security auditing capabilities, there is no evidence of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/glue/get-table.md b/cli/latest/reference/glue/get-table.md
index d68bb5cbb..0527fcc85 100644
--- a//cli/latest/reference/glue/get-table.md
+++ b//cli/latest/reference/glue/get-table.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.10 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
@@ -71,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+    [--audit-context <value>]
@@ -148,0 +150,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
+    }
+    
+
@@ -2264 +2314 @@ Table -> (structure)
-  * [AWS CLI 2.31.10 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.13 Command Reference](../../index.html) »