AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added encryptionKeyArn field documenting KMS key usage for policy engine data encryption

Security assessment

Documents encryption implementation using KMS keys but doesn't indicate any security vulnerability being fixed

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/delete-policy-engine.md b/cli/latest/reference/bedrock-agentcore-control/delete-policy-engine.md
index 969b4a325..143d414ee 100644
--- a//cli/latest/reference/bedrock-agentcore-control/delete-policy-engine.md
+++ b//cli/latest/reference/bedrock-agentcore-control/delete-policy-engine.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
@@ -294,0 +295,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}`
+> 
+
+
@@ -305 +317 @@ statusReasons -> (list)
-  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.1 Command Reference](../../index.html) »