AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/bedrock-agentcore-control/update-policy-engine.md

Summary

Modified description parameter structure and added encryptionKeyArn documentation

Security assessment

Structural change to description field and adds encryption documentation, but no security vulnerability addressed

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/update-policy-engine.md b/cli/latest/reference/bedrock-agentcore-control/update-policy-engine.md
index 060399fc1..2b47afd36 100644
--- a//cli/latest/reference/bedrock-agentcore-control/update-policy-engine.md
+++ b//cli/latest/reference/bedrock-agentcore-control/update-policy-engine.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
@@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
-`--description` (string)
+`--description` (structure)
@@ -110,4 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
-> Constraints:
-> 
->   * min: `1`
->   * max: `4096`
+> optionalValue -> (string)
@@ -114,0 +112,21 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
+>> Represents an optional value that is used to update the human-readable description of the resource. If set to null, it will clear the current description of the resource.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `4096`
+>> 
+
+
+Shorthand Syntax:
+    
+    
+    optionalValue=string
+    
+
+JSON Syntax:
+    
+    
+    {
+      "optionalValue": "string"
+    }
@@ -306,0 +325,12 @@ statusReasons -> (list)
+encryptionKeyArn -> (string)
+
+> The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `2048`
+>   * pattern: `arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}`
+> 
+
+
@@ -317 +347 @@ statusReasons -> (list)
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »