AWS cli documentation change
Summary
Added --audit-context parameter for Lake Formation audit logging with constraints
Security assessment
Documents security auditing feature (audit context) for table access monitoring without evidence of vulnerability remediation. Enhances security visibility capabilities.
Diff
diff --git a/cli/latest/reference/glue/get-table-version.md b/cli/latest/reference/glue/get-table-version.md index 724744c61..d38848662 100644 --- a//cli/latest/reference/glue/get-table-version.md +++ b//cli/latest/reference/glue/get-table-version.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>] @@ -143,0 +145,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. +> +> 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 + } + + @@ -2405 +2455 @@ TableVersion -> (structure) - * [AWS CLI 2.34.37 Command Reference](../../index.html) » + * [AWS CLI 2.34.38 Command Reference](../../index.html) »