AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-12-16 · Documentation low

File: cli/latest/reference/entityresolution/update-id-mapping-workflow.md

Summary

Modified outputSourceConfig parameter order and validation rules to match KMSArn/outputS3Path changes, updated syntax examples

Security assessment

Similar to the first file, this documents encryption configuration options but doesn't indicate any security vulnerability remediation. The KMSArn documentation reinforces encryption capabilities without referencing specific security issues.

Diff

diff --git a/cli/latest/reference/entityresolution/update-id-mapping-workflow.md b/cli/latest/reference/entityresolution/update-id-mapping-workflow.md
index 36a60f568..a02b84ad4 100644
--- a//cli/latest/reference/entityresolution/update-id-mapping-workflow.md
+++ b//cli/latest/reference/entityresolution/update-id-mapping-workflow.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.17 Command Reference](../../index.html) »
@@ -213 +213 @@ JSON Syntax:
->> outputS3Path -> (string) [required]
+>> KMSArn -> (string)
@@ -215 +215 @@ JSON Syntax:
->>> The S3 path to which Entity Resolution will write the output table.
+>>> Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
@@ -219,3 +219 @@ JSON Syntax:
->>>   * min: `1`
->>>   * max: `1024`
->>>   * pattern: `s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?`
+>>>   * pattern: `arn:aws:kms:.*:[0-9]+:.*`
@@ -225 +223 @@ JSON Syntax:
->> KMSArn -> (string)
+>> outputS3Path -> (string) [required]
@@ -227 +225 @@ JSON Syntax:
->>> Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
+>>> The S3 path to which Entity Resolution will write the output table.
@@ -231 +229,3 @@ JSON Syntax:
->>>   * pattern: `arn:aws:kms:.*:[0-9]+:.*`
+>>>   * min: `1`
+>>>   * max: `1024`
+>>>   * pattern: `s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?`
@@ -238 +238 @@ Shorthand Syntax:
-    outputS3Path=string,KMSArn=string ...
+    KMSArn=string,outputS3Path=string ...
@@ -246,2 +246,2 @@ JSON Syntax:
-        "outputS3Path": "string",
-        "KMSArn": "string"
+        "KMSArn": "string",
+        "outputS3Path": "string"
@@ -665 +665 @@ outputSourceConfig -> (list)
->> outputS3Path -> (string) [required]
+>> KMSArn -> (string)
@@ -667 +667 @@ outputSourceConfig -> (list)
->>> The S3 path to which Entity Resolution will write the output table.
+>>> Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
@@ -671,3 +671 @@ outputSourceConfig -> (list)
->>>   * min: `1`
->>>   * max: `1024`
->>>   * pattern: `s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?`
+>>>   * pattern: `arn:aws:kms:.*:[0-9]+:.*`
@@ -677 +675 @@ outputSourceConfig -> (list)
->> KMSArn -> (string)
+>> outputS3Path -> (string) [required]
@@ -679 +677 @@ outputSourceConfig -> (list)
->>> Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
+>>> The S3 path to which Entity Resolution will write the output table.
@@ -683 +681,3 @@ outputSourceConfig -> (list)
->>>   * pattern: `arn:aws:kms:.*:[0-9]+:.*`
+>>>   * min: `1`
+>>>   * max: `1024`
+>>>   * pattern: `s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?`
@@ -869 +869 @@ roleArn -> (string)
-  * [AWS CLI 2.32.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.17 Command Reference](../../index.html) »