AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-28 · Documentation low

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

Summary

Added --audit-context parameter for Lake Formation audit logging with constraints

Security assessment

Introduces audit logging capabilities (security feature) but doesn't address a specific vulnerability. Documents security controls for data access auditing with explicit constraints.

Diff

diff --git a/cli/latest/reference/glue/get-partition.md b/cli/latest/reference/glue/get-partition.md
index b6ffe3c6e..54d426bd3 100644
--- a//cli/latest/reference/glue/get-partition.md
+++ b//cli/latest/reference/glue/get-partition.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+    [--audit-context <value>]
@@ -150,0 +152,49 @@ Syntax:
+`--audit-context` (structure)
+
+> A structure containing the Lake Formation audit context.
+> 
+> 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
+    }
+    
+
@@ -707 +757 @@ Partition -> (structure)
-  * [AWS CLI 2.34.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.38 Command Reference](../../index.html) »