AWS cli documentation change
Summary
Added --audit-context parameter for Lake Formation audit logging with constraints
Security assessment
Adds documentation for audit context feature enabling security auditing, but shows no evidence of patching a vulnerability. Focuses on security feature implementation details.
Diff
diff --git a/cli/latest/reference/glue/get-partitions.md b/cli/latest/reference/glue/get-partitions.md index fb8636731..5ba069667 100644 --- a//cli/latest/reference/glue/get-partitions.md +++ b//cli/latest/reference/glue/get-partitions.md @@ -15 +15 @@ - * [AWS CLI 2.34.37 Command Reference](../../index.html) » + * [AWS CLI 2.34.38 Command Reference](../../index.html) » @@ -76,0 +77 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 + [--audit-context <value>] @@ -278,0 +280,49 @@ JSON 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 + } + + @@ -861 +911 @@ NextToken -> (string) - * [AWS CLI 2.34.37 Command Reference](../../index.html) » + * [AWS CLI 2.34.38 Command Reference](../../index.html) »